Lines Matching refs:an

171     but always return false, set_magic_quotes_runtime raises an
251 - Changed silent casting of null/''/false into an Object when adding
320 . Added an optimization which saves memory and emalloc/efree calls for empty
363 string to parse without throwing an error. (Stas, Derick)
476 . Fixed bug #55366: keys lost when using substr_replace an array. (Arpad)
574 and an --man-dir argument to php-config. (Hannes)
834 . Fixed Bug #47143 (Throwing an exception in a destructor causes a fatal
850 . Fixed bug #48484 (array_product() always returns 0 for an empty array).
861 . Implemented FR #39771 (Made DOMDocument::saveHTML accept an optional DOMNode
1107 . Changed the $context parameter on copy() to actually have an effect. (Kalle)
1178 . Fixed bug #52361 (Throwing an exception in a destructor causes invalid
1259 . Fixed bug #52681 (mb_send_mail() appends an extra MIME-Version header).
1306 9891199) for this patch to have an effect. (Oracle Corp.)
1378 . Fixed bug #50481 (Storing many SPLFixedArray in an array crashes). (Felipe)
1393 . Fixed bug #53006 (stream_get_contents has an unpredictable behavior when the
1395 . Fixed bug #52944 (Invalid write on second and subsequent reads with an
1447 - Fixed a crash when calling an inexistent method of a class that inherits
1492 - Fixed bug #52238 (Crash when an Exception occured in iterator_to_array).
1502 - Fixed bug #52115 (mysqli_result::fetch_all returns null, not an empty array).
1529 - Fixed bug #51905 (ReflectionParameter fails if default value is an array
1530 with an access to self::). (Felipe)
1590 - Fixed bug #51394 (Error line reported incorrectly if error handler throws an
1618 an invalid option is provided). (Ilia)
1652 - Fixed bug #49893 (Crash while creating an instance of Zend_Mail_Storage_Pop3).
1655 - Fixed bug #49778 (DateInterval::format("%a") is always zero when an interval
1656 is created from an ISO string). (Derick)
1740 - Fixed memory leak in extension loading when an error occurs on Windows.
1788 - Fixed bug #50657 (copy() with an empty (zero-byte) HTTP source succeeds but
1804 - Fixed bug #50464 (declare encoding doesn't work within an included file).
1847 - Fixed bug #50185 (ldap_get_entries() return false instead of an empty array
1940 - Added error constant when json_encode() detects an invalid UTF-8 sequence.
1956 - Fixed crash in com_print_typeinfo when an invalid typelib is given. (Pierre)
2080 option is an array). (David Zülke)
2162 - Fixed bug #44683 (popen crashes when an invalid mode is passed). (Pierre)
2376 . Fixed PECL Bug #14268 (Allow "pecl install oci8" command to "autodetect" an
2403 . Fixed possible crash bug caused by an uninitialized value. (Zdash Urf)
2481 . date_add() / DateTime::add(), date_sub() / DateTime::sub() for applying an
2482 interval to an existing date/time.
2491 DateInterval on each iteration, up to an end date or limited by maximum
2510 - Added an optional parameter to strstr() and stristr() for retrieval of either
2585 - Fixed an issue with ReflectionProperty::setAccessible().
2589 - Fixed an issue in date() where a : was printed for the O modifier after a P
2727 - Fixed bug #46185 (importNode changes the namespace of an XML element). (Rob)
2789 - Fixed bug #44173 (PDO->query() parameter parsing/checking needs an update).
2881 - Fixed bug #48206 (Iterating over an invalid data structure with
2944 - Fixed bug #47430 (Errors after writing to nodeValue parameter of an absent
3033 - Fixed bug #47109 (Memory leak on $a->{"a"."b"} when $a is not an object).
3064 - Fixed bug #46748 (Segfault when an SSL error has more than one error).
3150 - Fixed a regression when using strip_tags() and < is within an
3252 an error). (Felipe)
3436 - Fixed bug #44487 (call_user_method_array issues a warning when throwing an exception). (David Sor…
3455 - Fixed bug #44171 (Invalid FETCH_COLUMN index does not raise an error). (Ilia)
3462 - Fixed bug #44046 (crash inside array_slice() function with an invalid by-ref offset). (Ilia)
3516 - Fixed bug #43175 (__destruct() throwing an exception with __call() causes segfault). (Dmitry)
3607 - Fixed bug #42783 (pg_insert() does not accept an empty list for
3615 - Fixed bug #42703 (Exception raised in an iterator::current() causes segfault
3639 - Fixed bug #42462 (Segmentation when trying to set an attribute in a
3647 - Fixed bug #42488 (SoapServer reports an encoding error and the error itself
3699 block for an extension. (Johannes)
3753 - Fixed bug #42243 (copy() does not output an error when the first arg is a
3831 - Fixed bug #41813 (segmentation fault when using string offset as an object).
3862 - Fixed bug #41630 (segfault when an invalid color index is present in the
3939 an associated array. (Ilia)
3947 - Fixed an integer overflow inside chunk_split(). Identified by Gerhard Wagner.
4050 links against an external sqlite3.dll. This provides Windows users to upgrade
4081 - Fixed bug #41175 (addAttribute() fails to add an attribute with an empty
4112 - Fixed bug #40935 (pdo_mysql does not raise an exception on empty
4126 - Fixed bug #40854 (imap_mail_compose() creates an invalid terminator for
4130 - Fixed bug #40833 (Crash when using unset() on an ArrayAccess object retrieved
4147 redeclared as an array). (Tony)
4170 - Fixed bug #40546 (SplFileInfo::getPathInfo() throws an exception if directory
4298 . Added "default" option that allows a default value to be set for an
4341 - Fixed bug #40285 (The PDO prepare parser goes into an infinite loop in
4515 - Fixed bug #39362 (Added an option to imap_open/imap_reopen to control the
4522 an extension INI directive). (wharmby at uk dot ibm dot com, Dmitry)
4554 - Fixed bug #38536 (SOAP returns an array of values instead of an object).
4630 - Added an optional boolean parameter to memory_get_usage() and
4642 - Added an optional parameter to parse_url() to allow retrieval of distinct
4657 - Added SimpleXMLElement::saveXML() as an alias for SimpleXMLElement::asXML().
4659 - Added DOMNode::getNodePath() for getting an XPath for a node. (Christian)
4717 . Allowed PHP to be an arbitrary filter in the chain and read the script from
4755 - Fixed invalid read in imagecreatefrompng when an empty file is given
4835 - Fixed bug #38624 (Strange warning when incrementing an object property and
4858 - Fixed bug #38465 (ReflectionParameter fails if default value is an access
4883 - Fixed bug #38347 (Segmentation fault when using foreach with an unknown/empty
4923 - Fixed bug #38198 (possible crash when COM reports an exception). (Ilia)
5022 - Fixed bug #37457 (Crash when an exception is thrown in accept() method of
5035 - Fixed bug #37394 (substr_compare() returns an error when offset equals
5129 options via an associated array.
5216 - Fixed bug #36878 (error messages are printed even though an exception has
5231 - Fixed bug #36820 (Privileged connection with an Oracle password file
5275 - Fixed bug #36434 (Improper resolution of declaring class name of an
5323 - Fixed bug #36148 (unpack("H*hex", $data) is adding an extra character to
5372 - Changed reflection to be an extension. (Marcus)
5500 passes an offset). (Derick)
5518 - Added an additional field $frame['object'] to the result array of
5520 frame was called from an object. (Sebastian)
5556 - Added an optional remove old session parameter to session_regenerate_id().
5563 matrix convolution to an image. (Pierre)
5729 - Fixed an error in mysqli_fetch_fields (returned NULL instead of an array
6041 - Fixed bug #33090 (mysqli_prepare() doesn't return an error). (Georg)
6053 - Fixed bug #33017 ("make distclean" gives an error with VPATH build). (Jani)
6284 - Changed foreach() to throw an exception if IteratorAggregate::getIterator()
6285 does not return an Iterator. (Marcus)
6321 - Fixed bug #32130 (ArrayIterator::seek() does not throw an Exception on
6402 - Fixed bug #31072 (var_export() does not output an array element with an empty
6415 - Fixed bug #30725 (PHP segfaults when an exception is thrown in getIterator()
6465 or an object as first parameter. (Andrey)
6642 - Fixed bug #29392 (com_dotnet crashes when echo'ing an object). (Wez)
6643 - Fixed bug #29368 (The destructor is called when an exception is thrown from
6670 raise an ReflectionException instead of returning NULL on failure.