Lines Matching refs:an

77     but always return false, set_magic_quotes_runtime raises an
157 - Changed silent casting of null/''/false into an Object when adding
224 . Added an optimization which saves memory and emalloc/efree calls for empty
267 string to parse without throwing an error. (Stas, Derick)
380 . Fixed bug #55366: keys lost when using substr_replace an array. (Arpad)
478 and an --man-dir argument to php-config. (Hannes)
738 . Fixed Bug #47143 (Throwing an exception in a destructor causes a fatal
754 . Fixed bug #48484 (array_product() always returns 0 for an empty array).
765 . Implemented FR #39771 (Made DOMDocument::saveHTML accept an optional DOMNode
1011 . Changed the $context parameter on copy() to actually have an effect. (Kalle)
1082 . Fixed bug #52361 (Throwing an exception in a destructor causes invalid
1163 . Fixed bug #52681 (mb_send_mail() appends an extra MIME-Version header).
1210 9891199) for this patch to have an effect. (Oracle Corp.)
1282 . Fixed bug #50481 (Storing many SPLFixedArray in an array crashes). (Felipe)
1297 . Fixed bug #53006 (stream_get_contents has an unpredictable behavior when the
1299 . Fixed bug #52944 (Invalid write on second and subsequent reads with an
1351 - Fixed a crash when calling an inexistent method of a class that inherits
1396 - Fixed bug #52238 (Crash when an Exception occured in iterator_to_array).
1406 - Fixed bug #52115 (mysqli_result::fetch_all returns null, not an empty array).
1433 - Fixed bug #51905 (ReflectionParameter fails if default value is an array
1434 with an access to self::). (Felipe)
1494 - Fixed bug #51394 (Error line reported incorrectly if error handler throws an
1522 an invalid option is provided). (Ilia)
1556 - Fixed bug #49893 (Crash while creating an instance of Zend_Mail_Storage_Pop3).
1559 - Fixed bug #49778 (DateInterval::format("%a") is always zero when an interval
1560 is created from an ISO string). (Derick)
1644 - Fixed memory leak in extension loading when an error occurs on Windows.
1692 - Fixed bug #50657 (copy() with an empty (zero-byte) HTTP source succeeds but
1708 - Fixed bug #50464 (declare encoding doesn't work within an included file).
1751 - Fixed bug #50185 (ldap_get_entries() return false instead of an empty array
1844 - Added error constant when json_encode() detects an invalid UTF-8 sequence.
1860 - Fixed crash in com_print_typeinfo when an invalid typelib is given. (Pierre)
1984 option is an array). (David Zülke)
2066 - Fixed bug #44683 (popen crashes when an invalid mode is passed). (Pierre)
2280 . Fixed PECL Bug #14268 (Allow "pecl install oci8" command to "autodetect" an
2307 . Fixed possible crash bug caused by an uninitialized value. (Zdash Urf)
2385 . date_add() / DateTime::add(), date_sub() / DateTime::sub() for applying an
2386 interval to an existing date/time.
2395 DateInterval on each iteration, up to an end date or limited by maximum
2414 - Added an optional parameter to strstr() and stristr() for retrieval of either
2489 - Fixed an issue with ReflectionProperty::setAccessible().
2493 - Fixed an issue in date() where a : was printed for the O modifier after a P
2631 - Fixed bug #46185 (importNode changes the namespace of an XML element). (Rob)
2693 - Fixed bug #44173 (PDO->query() parameter parsing/checking needs an update).
2785 - Fixed bug #48206 (Iterating over an invalid data structure with
2848 - Fixed bug #47430 (Errors after writing to nodeValue parameter of an absent
2937 - Fixed bug #47109 (Memory leak on $a->{"a"."b"} when $a is not an object).
2968 - Fixed bug #46748 (Segfault when an SSL error has more than one error).
3054 - Fixed a regression when using strip_tags() and < is within an
3156 an error). (Felipe)
3340 - Fixed bug #44487 (call_user_method_array issues a warning when throwing an exception). (David Sor…
3359 - Fixed bug #44171 (Invalid FETCH_COLUMN index does not raise an error). (Ilia)
3366 - Fixed bug #44046 (crash inside array_slice() function with an invalid by-ref offset). (Ilia)
3420 - Fixed bug #43175 (__destruct() throwing an exception with __call() causes segfault). (Dmitry)
3511 - Fixed bug #42783 (pg_insert() does not accept an empty list for
3519 - Fixed bug #42703 (Exception raised in an iterator::current() causes segfault
3543 - Fixed bug #42462 (Segmentation when trying to set an attribute in a
3551 - Fixed bug #42488 (SoapServer reports an encoding error and the error itself
3603 block for an extension. (Johannes)
3657 - Fixed bug #42243 (copy() does not output an error when the first arg is a
3735 - Fixed bug #41813 (segmentation fault when using string offset as an object).
3766 - Fixed bug #41630 (segfault when an invalid color index is present in the
3843 an associated array. (Ilia)
3851 - Fixed an integer overflow inside chunk_split(). Identified by Gerhard Wagner.
3954 links against an external sqlite3.dll. This provides Windows users to upgrade
3985 - Fixed bug #41175 (addAttribute() fails to add an attribute with an empty
4016 - Fixed bug #40935 (pdo_mysql does not raise an exception on empty
4030 - Fixed bug #40854 (imap_mail_compose() creates an invalid terminator for
4034 - Fixed bug #40833 (Crash when using unset() on an ArrayAccess object retrieved
4051 redeclared as an array). (Tony)
4074 - Fixed bug #40546 (SplFileInfo::getPathInfo() throws an exception if directory
4202 . Added "default" option that allows a default value to be set for an
4245 - Fixed bug #40285 (The PDO prepare parser goes into an infinite loop in
4419 - Fixed bug #39362 (Added an option to imap_open/imap_reopen to control the
4426 an extension INI directive). (wharmby at uk dot ibm dot com, Dmitry)
4458 - Fixed bug #38536 (SOAP returns an array of values instead of an object).
4534 - Added an optional boolean parameter to memory_get_usage() and
4546 - Added an optional parameter to parse_url() to allow retrieval of distinct
4561 - Added SimpleXMLElement::saveXML() as an alias for SimpleXMLElement::asXML().
4563 - Added DOMNode::getNodePath() for getting an XPath for a node. (Christian)
4621 . Allowed PHP to be an arbitrary filter in the chain and read the script from
4659 - Fixed invalid read in imagecreatefrompng when an empty file is given
4739 - Fixed bug #38624 (Strange warning when incrementing an object property and
4762 - Fixed bug #38465 (ReflectionParameter fails if default value is an access
4787 - Fixed bug #38347 (Segmentation fault when using foreach with an unknown/empty
4827 - Fixed bug #38198 (possible crash when COM reports an exception). (Ilia)
4926 - Fixed bug #37457 (Crash when an exception is thrown in accept() method of
4939 - Fixed bug #37394 (substr_compare() returns an error when offset equals
5033 options via an associated array.
5120 - Fixed bug #36878 (error messages are printed even though an exception has
5135 - Fixed bug #36820 (Privileged connection with an Oracle password file
5179 - Fixed bug #36434 (Improper resolution of declaring class name of an
5227 - Fixed bug #36148 (unpack("H*hex", $data) is adding an extra character to
5276 - Changed reflection to be an extension. (Marcus)
5404 passes an offset). (Derick)
5422 - Added an additional field $frame['object'] to the result array of
5424 frame was called from an object. (Sebastian)
5460 - Added an optional remove old session parameter to session_regenerate_id().
5467 matrix convolution to an image. (Pierre)
5633 - Fixed an error in mysqli_fetch_fields (returned NULL instead of an array
5945 - Fixed bug #33090 (mysqli_prepare() doesn't return an error). (Georg)
5957 - Fixed bug #33017 ("make distclean" gives an error with VPATH build). (Jani)
6188 - Changed foreach() to throw an exception if IteratorAggregate::getIterator()
6189 does not return an Iterator. (Marcus)
6225 - Fixed bug #32130 (ArrayIterator::seek() does not throw an Exception on
6306 - Fixed bug #31072 (var_export() does not output an array element with an empty
6319 - Fixed bug #30725 (PHP segfaults when an exception is thrown in getIterator()
6369 or an object as first parameter. (Andrey)
6546 - Fixed bug #29392 (com_dotnet crashes when echo'ing an object). (Wez)
6547 - Fixed bug #29368 (The destructor is called when an exception is thrown from
6574 raise an ReflectionException instead of returning NULL on failure.