Lines Matching refs:a

323   . Fixed bug #69362 (PDO-pgsql fails to connect if password contains a
411 . Fixed bug #69419 (Returning compatible sub generator produces a warning).
460 . Fixed bug #69221 (Segmentation fault when using a generator in combination
509 . Add a check for RAND_egd to allow compiling against LibreSSL (Leigh)
516 . Fixed bug #67761 (Phar::mapPhar fails for Phars inside a path containing
623 . Fixed bug #67068 (getClosure returns somethings that's not a closure).
675 . Fixed bug #68941 (mod_files.sh is a bash-script) (bugzilla at ii.nl, Yasuo)
838 . Fixed bug #68095 (AddressSanitizer reports a heap buffer overflow in
840 . Fixed bug #68118 ($a->foo .= 'test'; can leave $a->foo undefined). (Nikita)
872 a VARCHAR column) (Keyur Govande)
884 . Fixed bug #67633 (A foreach on an array returned from a function not doing
987 . Fixed bug #55496 (Interactive mode doesn't force a newline before the
1005 . Fixed bug #67428 (header('Location: foo') will override a 308-399 response
1378 . Disallowed JMP into a finally block. (Laruence)
1432 . Fixed bug #49634 (Segfault throwing an exception in a XSL registered
1446 . Fixed bug #66094 (unregister_tick_function tries to cast a Closure to a
1568 a default value). (Nikita)
1654 . Fixed bug #65291 (get_defined_constants() causes PHP to crash in a very
1693 . Fixed possible buffer overflow under Windows. Note: Not a security fix.
1718 with a namespace). (Laruence)
1804 . Added array_column function which returns a column in a multidimensional
1830 were merged into a single stack. The stack size needed for op_array
1900 . Fixed bug #49348 (Uninitialized ++$foo->bar; does not cause a notice).
1907 signed assuming a two's complement representation. (Gustavo)
1955 . Added DateTimeImmutable - a variant of DateTime that only returns the
1963 . Fixed bug #60774 (DateInterval::format("%a") is always zero when an
1983 . Fixed bug #63248 (Load multiple magic files from a directory under Windows).
1991 . Log a warning when a syscall fails. (Remi)
2044 an IntlCalendar object, in which case its time zone is taken. Passing a
2117 . Fixed bug #64726 (Segfault when calling fetch_object on a use_result and DB
2147 . Fixed bug #64808 (FreeTDS PDO getColumnMeta on a prepared but not executed
2193 at a given offset). (Mark Baker, David Soria Parra)
2244 . Log a warning when a syscall fails. (Remi)
2250 . Fixed bug #64726 (Segfault when calling fetch_object on a use_result and DB
2283 . Fixed bug #64726 (Segfault when calling fetch_object on a use_result and DB
2303 . Fixed bug #64417 (ArrayAccess::&offsetGet() in a trait causes fatal error).
2388 . Fixed bug #63982 (isset() inconsistently produces a fatal error on
2421 . Fixed bug #52958 (Segfault in PDO_OCI on cleanup after running a long
2538 . Fixed bug #63248 (Load multiple magic files from a directory under Windows).
2613 . Fixed bug #62085 (file_get_contents a remote file by Curl wrapper will
2650 . Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice).
2658 . Allow passing null as a default value to mb_substr() and mb_strcut(). Patch
2678 . Fixed bug #62725 (Calling exit() in a shutdown function does not return
2683 . Fixed bug #62358 (Segfault when using traits a lot). (Laruence)
2684 . Fixed bug #62328 (implementing __toString and a cast to string fails)
2723 . Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice).
2748 . Fixed bug #62653: (unset($array[$float]) causes a crash). (Nikita Popov,
2811 . Fixed bug #51094 (parse_ini_file() with INI_SCANNER_RAW cuts a value that
2812 includes a semi-colon). (Pierrick)
2862 return a value). (Johannes)
2865 . Fixed bug #62384 (Attempting to invoke a Closure more than once causes
2895 bug #61785 (Memory leak when access a non-exists file without router).
2904 . Fixed bug #62005 (unexpected behavior when incrementally assigning to a
2905 member of a null object). (Laruence)
2915 . Fixed bug #61761 ('Overriding' a private static method with a different
2941 . Fixed bug #61565 where php_stream_open_wrapper_ex tries to open a
3010 accessing a static property). (Laruence)
3016 . Fixed bug #60717 (Order of traits in use statement can cause a fatal
3047 . Fixed bug #61003 (mysql_stat() require a valid connection). (Johannes).
3055 . Fixed bug #61292 (Segfault while calling a method on an overloaded PDO
3059 . Fixed bug #61207 (PDO::nextRowset() after a multi-statement query doesn't
3148 date.timezone or date_default_timezone_set(). Instead of a guessed
3184 . Changed silent conversion of array to string to produce a notice. (Patrick)
3187 . Changed casting of null/''/false into an Object when adding a property
3188 from E_STRICT into a warning. (Scott)
3207 'interactive' execution of a single top-level op-array.
3222 . Changed $GLOBALS into a JIT autoglobal, so it's initialized only if used.
3226 a legal construct.
3230 time are allocated in a single copy and never changed.
3235 EXT_TYPE_UNUSED flag any more. This is a very rare and useless case.
3242 A constant class name may be used as a direct operand of ZEND_FETCH_*
3251 opcode operands into a separate literal table. (Dmitry)
3271 . User wrappers can now define a stream_truncate() method that responds
3344 . Added "cli.pager" php.ini setting to set a pager for output.
3377 . scandir() now accepts SCANDIR_SORT_NONE as a possible sorting_order value.
3381 . Added Jenkins's one-at-a-time hash support. (Martin Jansen)
3468 . Added ReflectionClass::newInstanceWithoutConstructor() to create a new
3469 instance of a class without invoking its constructor. FR #55490.
3484 . Implement FR #60551 (session_set_save_handler should support a core's
3542 . XSL doesn't stop transformation anymore, if a PHP function can't be called
3568 . Fixed bug #62005 (unexpected behavior when incrementally assigning to a
3569 member of a null object). (Laruence)
3585 . Fixed a bug that iconv extension fails to link to the correct library
3586 when another extension makes use of a library that links to the iconv
3682 . Fixed bug #61003 (mysql_stat() require a valid connection). (Johannes).
3685 . Fixed bug #61207 (PDO::nextRowset() after a multi-statement query doesn't
3715 when get_properties returns a hash table with (inaccessible) dynamic
3879 . Fixed potential memory leak on a png error (Rasmus, Paul Saab)
3951 . Fixed bug #60164 (Stubs of a specific length break phar_open_from_fp
3954 . Fixed bug #52013 (Unable to decompress files in a compressed phar). (Hannes)
3968 . Fixed bug #55526 (Heartbeat causes a lot of unnecessary events). (fat)
3975 about each processes. Also provide a web page (status.html) for
3999 . Fixed bug #54911 (Access to a undefined member in inherit SoapClient may
4007 . Fixed bug #60048 (sa_len a #define on IRIX). (china at thewrittenword dot
4029 won't be in 5.4, since there's a new method. Fixes Bug #54446. (Chregu,
4038 . Reverted a change in timeout handling restoring PHP 5.3.6 behavior,
4062 . Fixed bug #54262 (Crash when assigning value to a dimension in a non-array).
4070 a known class. (Stas)
4074 . Fixed a crash inside dtor for error handling. (Ilia)
4078 . Fixed bug #55399 (parse_url() incorrectly treats ':' as a valid path).
4109 . Fixed bug #54204 (Can't set a value with a PATH section in php.ini).
4123 . Fixed bug #51997 (SEEK_CUR with 0 value, returns a warning). (Ilia)
4276 . Added a real scoreboard and several improvements to the status page. (fat)
4312 . Fixed bug #54623 (Segfault when writing to a persistent socket after
4313 closing a copy of the socket). (Gustavo)
4333 . Fixed Bug #47143 (Throwing an exception in a destructor causes a fatal
4346 . Fixed bug #53577 (Regression introduced in 5.3.4 in open_basedir with a
4364 . Fixed a bug in DateTime->modify() where absolute date/time statements had
4373 . Fixed bug #52063 (DateTime constructor's second argument doesn't have a
4439 that do not support it) by adding a no_ticket SSL context option. (Adam,
4468 . Fixed bug #53527 (php-fpm --test doesn't set a valuable return value). (fat)
4505 . Fixed memory leak on SQLite3Result and SQLite3Stmt when assigning to a
4507 . Add SQlite3_Stmt::readonly() for checking if a statement is read only.
4560 . Fixed a possible double free in imap extension (Identified by Mateusz
4566 . Fixed symbolic resolution support when the target is a DFS share. (Pierre)
4575 . Added a 3rd parameter to get_html_translation_table. It now takes a charset
4586 max_file_uploads limit. As a side improvement, temporary files are not
4594 . Added '-p/--prefix' to php-fpm to use a custom prefix and run multiple
4663 had a flex incompatible encoding and there was no converter. (Gustavo)
4665 . Fixed bug #53305 (E_NOTICE when defining a constant starts with
4677 . Fixed bug #52361 (Throwing an exception in a destructor causes invalid
4703 . Fixed bug #52668 (Iterating over a dateperiod twice is broken). (Derick)
4717 . Fixed the filter extension accepting IPv4 octets with a leading 0 as that
4747 . Added support for formatting the timestamp stored in a DateTime object.
4803 . Fixed bug #51610 (Using oci_connect causes PHP to take a long time to
4849 . Fixed bug #52745 (Binding params doesn't work when selecting a date inside a
4856 . Fixed ReflectionProperty::isDefault() giving a wrong result for properties
4920 Made implicit use of NULL IV a warning. (Sara)
4939 data disclosure if a fatal error occurs (CVE-2010-2531). (Scott)
4946 - Fixed a crash when calling an inexistent method of a class that inherits
4951 - Fixed a possible crash because of recursive GC invocation. (Dmitry)
4952 - Fixed a possible resource destruction issues in shm_put_var().
4954 - Fixed a possible information leak because of interruption of XOR operator.
4956 - Fixed a possible memory corruption because of unexpected call-time pass by
4959 - Fixed a possible memory corruption in ArrayObject::uasort(). Reported by
4961 - Fixed a possible memory corruption in parse_str(). Reported by Stefan Esser.
4963 - Fixed a possible memory corruption in pack(). Reported by Stefan Esser.
4965 - Fixed a possible memory corruption in substr_replace(). Reported by Stefan
4967 - Fixed a possible memory corruption in addcslashes(). Reported by Stefan
4969 - Fixed a possible stack exhaustion inside fnmatch(). Reported by Stefan
4971 - Fixed a possible dechunking filter buffer overflow. Reported by Stefan Esser.
4973 - Fixed a possible arbitrary memory access inside sqlite extension. Reported
4979 - Fixed a NULL pointer dereference when processing invalid XML-RPC
4985 - Fixed bug #52317 (Segmentation fault when using mail() on a rhel 4.x (only 64
5011 - Fixed bug #52060 (Memory leak when passing a closure to method_exists()).
5068 - Fixed bug #51608 (pg_copy_to: WARNING: nonstandard use of \\ in a string
5154 - Fixed bug #49778 (DateInterval::format("%a") is always zero when an interval
5222 - Added LIBXML_PARSEHUGE constant to override the maximum text size of a
5242 not end with a /). (Martin Jansen)
5243 - Fixed a possible open_basedir/safe_mode bypass in session extension
5245 - Fixed possible crash when a error/warning is raised during php startup.
5301 - Fixed bug #50496 (Use of <stdbool.h> is valid only in a c99 compilation
5308 - Fixed bug #50416 (PROCEDURE db.myproc can't return a result set in the given
5335 - Fixed bug #50219 (soap call Segmentation fault on a redirected url).
5383 - Fixed bug #49719 (ReflectionClass::hasProperty returns true for a private
5456 - Fixed a safe_mode bypass in tempnam() identified by Grzegorz Stachowiak.
5458 - Fixed a open_basedir bypass in posix_mkfifo() identified by Grzegorz
5497 - Fixed bug #49757 (long2ip() can return wrong value in a multi-threaded
5568 in a chunk). (andreas dot streichardt at globalpark dot com, Ilia)
5571 - Fixed bug #49000 (PHP CLI in Interactive mode (php -a) crashes
5574 set to a string value). (Jani)
5715 - Changed round() to act more intuitively when rounding to a certain precision
5718 - Changed property_exists() to check the existence of a property independent of
5774 . Optimized string searching for a single character.
5841 . Added a new "entries" array in dns_check_record() containing the TXT
5845 . Changed mhash to be a wrapper layer around the hash extension. (Scott)
5886 . Fixed a memory leak on openssl_decrypt(). (Henrique)
5939 . Added Enchant extension as a way to access spell checkers. (Pierre)
5949 . date_parse_from_format(): Parse date/time strings according to a format.
5950 . date_create_from_format()/DateTime::createFromFormat(): Create a date/time
5951 object by parsing a date/time string according to a given format.
5952 . date_get_last_errors()/DateTime::getLastErrors(): Return a list of warnings
5953 and errors that were found while parsing a date/time string through:
5965 . date_timestamp_set() / DateTime::setTimestamp() to set a Unix timestamp
5968 timestamp belonging to a date object.
5983 phrases so that they actually mean the week and not a seven day period
5989 . DatePeriod class which supports iterating over a DateTime object applying
6014 win32 systems by adding a common getopt implementation into core.
6048 - Added the ability for json_decode() to take a user specified depth. (Scott)
6062 - Added PHP_MAXPATHLEN constant (maximum length of a path). (Pierre)
6088 - Fixed an issue in date() where a : was printed for the O modifier after a P
6092 - Fixed a bug causing miscalculations with the "last <weekday> of <n> month"
6098 extensions when using a recent libmysql. (Johannes)
6115 - Fixed bug #48215 (Calling a method with the same name as the parent class
6119 - Fixed bug #48188 (Cannot execute a scrollable cursors twice with PDO_PGSQL).
6158 - Fixed bug #47343 (gc_collect_cycles causes a segfault when called within a
6211 encounters a single quote). (Felipe)
6214 - Fixed bug #46542 (Extending PDO class with a __call() function doesn't work as
6234 - Fixed bug #46115 (Memory leak when calling a method using Reflection).
6241 - Fixed bug #46087 (DOMXPath - segfault on destruction of a cloned object).
6250 a segfault.) (Scott)
6262 - Fixed bug #45791 (json_decode() doesn't convert 0e0 to a double). (Scott)
6331 - Fixed leaks in imap when a mail_criteria is used. (Pierre)
6350 - Fixed bug #48416 (Force a cache limit in ereg() to stop excessive memory
6365 - Fixed bug #48307 (stream_copy_to_stream() copies 0 bytes when $source is a
6379 working with a non-writable stream). (Ilia)
6381 RecursiveIteratorIterator leads to a segfault). (Scott)
6413 - Fixed bug #47828 (openssl_x509_parse() segfaults when a UTF-8 conversion
6430 - Fixed bug #47639 (pg_copy_from() WARNING: nonstandard use of \\ in a
6502 - Fixed a crash on extract in zip when files or directories entry names contain
6503 a relative path. (Pierre)
6508 correctly with a non truecolour image. Reported by Hamid Ebadi,
6510 - Fixed a segfault when malformed string is passed to json_decode(). (Scott)
6518 - Fixed bug #47353 (crash when creating a lot of objects in object
6532 - Fixed bug #47109 (Memory leak on $a->{"a"."b"} when $a is not an object).
6535 - Fixed bug #47049 (SoapClient::__soapCall causes a segmentation fault).
6542 - Fixed bug #47035 (dns_get_record returns a garbage byte at the end of a
6559 - Fixed bug #46798 (Crash in mssql extension when retrieving a NULL value
6560 inside a binary or image column type). (Ilia)
6583 - Fixed bug #45161 (Reusing a curl handle leaks memory). (Mark Karpeles, Jani)
6613 - Fixed a crash inside gd with invalid fonts (Fixes CVE-2008-3658). (Pierre)
6614 - Fixed a possible overflow inside memnstr (Fixes CVE-2008-3659).
6621 - Fixed a bug inside dba_replace() that could cause file truncation
6634 - Fixed a bug with the YYYY-MM format not resetting the day correctly.
6636 - Fixed a bug in the DateTime->modify() methods, it would not use the advanced
6638 - Fixed extraction of zip files or directories when the entry name is a
6645 - Fixed a crash inside PDO when trying instantiate PDORow manually.
6649 - Fixed a regression when using strip_tags() and < is within an
6651 - Fixed a crash on invalid method in ReflectionParameter constructor.
6722 - Fixed bug #46082 (stream_set_blocking() can cause a crash in some
6768 - Fixed bug #45553 (Using XPath to return values for attributes with a
6793 - Fixed bug #45303 (Opening php:// wrapper in append mode results in a warning).
6827 - Fixed bug #44811 (Improve error message when creating a new SoapClient
6837 - Fixed bug #44425 (Extending PDO/MySQL class with a __call() function doesn't
6843 - Fixed bug #44246 (closedir() accepts a file resource opened by fopen()).
6845 - Fixed bug #44182 (extract($a, EXTR_REFS) can fail to split copy-on-write
6847 - Fixed bug #44181 (extract($a, EXTR_OVERWRITE|EXTR_REFS) can fail to create
6848 references to $a). (robin_fernandes at uk dot ibm dot com)
6865 - Fixed bug #43452 (strings containing a weekday, or a number plus weekday
6877 (a dot u dot savchuk at gmail dot com)
6878 - Fixed bug #42737 (preg_split('//u') triggers a E_NOTICE with newlines).
6907 - Fixed a bug in formatting timestamps when DST is active in the default timezone (Derick)
6914 - Fixed a safe_mode bypass in cURL identified by Maksymilian Arciemowicz.
6916 - Fixed a bug with PDO::FETCH_COLUMN|PDO::FETCH_GROUP mode when a column # by
6935 - Fixed bug #44487 (call_user_method_array issues a warning when throwing an exception). (David Sor…
6937 - Fixed bug #44445 (email validator does not handle domains starting/ending with a -). (Ilia)
6973 - Fixed bug #43840 (mb_strpos bounds check is byte count rather than a character count). (Rui)
6978 - Fixed bug #43663 (Extending PDO class with a __call() function doesn't work). (David Soria Parra)
6981 - Fixed bug #43620 (Workaround for a bug inside libcurl 7.16.2 that can result in a crash). (Ilia)
6984 - Fixed bug #43589 (a possible infinite loop in bz2_filter.c). (Greg)
6985 - Fixed bug #43580 (removed bogus declaration of a non-existent php_is_url() function). (Ilia)
6988 - Fixed bug #43527 (DateTime created from a timestamp reports environment timezone). (Derick)
6992 - Fixed bug #43498 (file_exists() on a proftpd server got SIZE not allowed in ASCII mode). (Ilia, c…
7019 - Fixed bug #43003 (Invalid timezone reported for DateTime objects constructed using a timestamp). …
7020 - Fixed bug #42978 (mismatch between number of bound params and values causes a crash in pdo_pgsql)…
7036 - Fixed bug #41828 (Failing to call RecursiveIteratorIterator::__construct() causes a sefault). (Et…
7102 - Fixed bug #42817 (clone() on a non-object does not result in a fatal
7109 - Fixed bug #42772 (Storing $this in a static var fails while handling a cast
7112 - Fixed bug #42739 (mkdir() doesn't like a trailing slash when safe_mode is
7136 - Fixed bug #42496 (OCI8 cursor is not closed when using 2 clobs in a select
7138 - Fixed bug #42462 (Segmentation when trying to set an attribute in a
7144 - Fixed bug #42468 (Write lock on file_get_contents fails when using a
7223 - Fixed possible crash in imagepsloadfont(), work around a bug in the pslib on
7237 - Fixed PECL bug #11216 (crash in ZipArchive::addEmptyDir when a directory
7252 - Fixed bug #42243 (copy() does not output an error when the first arg is a
7260 from a parent class). (Dmitry)
7263 - Fixed bug #42198 (SCRIPT_NAME and PHP_SELF truncated when inside a userdir
7268 - Fixed bug #42151 (__destruct functions not called after catching a SoapFault
7280 - Fixed bug #42112 (deleting a node produces memory corruption). (Rob)
7300 - Fixed bug #41964 (strtotime returns a timestamp for non-time string of
7301 pattern '(A|a) .+'). (Derick)
7318 - Fixed bug #41861 (SimpleXML: getNamespaces() returns the namespaces of a node's
7325 - Fixed bug #41833 (addChild() on a non-existent node, no node created,
7365 - Fixed bug #41608 (segfault on a weird code with objects and switch()).
7369 - Fixed bug #41596 (Fixed a crash inside pdo_pgsql on some non-well-formed
7388 - Fixed bug #41445 (parse_ini_file() has a problem with certain types of
7429 - Optimized out a couple of per-request syscalls. (Rasmus)
7435 - Added a 4th parameter flag to htmlspecialchars() and htmlentities() that
7437 - Added PDO::FETCH_KEY_PAIR mode that will fetch a 2 column result set into
7472 - Fixed bug #41421 (Uncaught exception from a stream wrapper segfaults).
7486 - Fixed bug #41351 (Invalid opcode with foreach ($a[] as $b)). (Dmitry, Tony)
7519 . Added imagegrabwindow and imagegrabscreen, capture a screen or a
7525 . Load only once the local color map from a GIF data (Pierre)
7548 - Added php_pdo_sqlite_external.dll, a version of the PDO SQLite driver that
7564 - Fixed iterator_apply() with a callback using __call(). (Johannes)
7571 - Fixed a thread safety issue in gd gif read code (Nuno, Roman Nemecek)
7609 - Implement feature request #40947, allow a single filter as argument
7645 - Fixed bug #40752 (parse_ini_file() segfaults when a scalar setting is
7652 - Fixed bug #40703 (Resolved a possible namespace conflict between libxmlrpc
7657 - Fixed bug #40609 (Segfaults when using more than one SoapVar in a request).
7667 - Fixed bug #40548 (SplFileInfo::getOwner/getGroup give a warning on broken
7705 - Fixed bug #40236 (php -a function allocation eats memory). (Dmitry)
7743 - Added function stream_socket_shutdown(). It is a wrapper for system
7744 shutdown() function, that shut downs part of a full-duplex connection.
7758 - Added a meta tag to phpinfo() output to prevent search engines from indexing
7792 . Fixed a bug when callback function returns a non-modified value.
7797 . Added "default" option that allows a default value to be set for an
7885 establish a new connection). (Ilia)
7910 - Fixed bug #39845 (Persistent connections generate a warning in pdo_pgsql).
7925 - Fixed bug #39782 (setTime() on a DateTime constructed with a Weekday
7949 - Fixed bug #39663 (Memory leak in pg_get_notify() and a possible memory
7952 - Fixed bug #39662 (Segfault when calling asXML() of a cloned
7954 - Fixed bug #39656 (crash when calling fetch() on a PDO statment object after
7995 - Fixed bug #39454 (Returning a SOAP array segfaults PHP). (Dmitry)
8000 function produces a crash). (Dmitry)
8089 - Fixed bug #35106 (nested foreach fails when array variable has a
8119 - Added SoapServer::setObject() method (it is a simplified version of
8154 a PHP script. (Ilia)
8158 - Added DOMNode::getNodePath() for getting an XPath for a node. (Christian)
8170 - Increased default memory limit to 16 megabytes to accommodate for a more
8196 . Added openssl_pkey_get_details, returns the details of a key
8256 - Fixed infinite loop when a wrong color index is given to imagefill (Pierre)
8266 - Fixed a bug in the filter extension that prevented magic_quotes_gpc from
8299 - Fixed bug #38963 (Fixed a possible open_basedir bypass in tempnam()). (Ilia)
8336 - Fixed bug #38623 (leaks in a tricky code with switch() and exceptions).
8344 inside a failed query executed via query() method). (Ilia)
8374 - Fixed bug #38400 (Use of com.typelib_file may cause a crash). (Ilia)
8427 - Fixed bug #38179 (imagecopy from a palette to a truecolor image loose alpha
8476 - Fixed bug #37780 (memory leak trying to execute a non existing file (CLI)).
8502 - Fixed bug #37565 (Using reflection::export with simplexml causing a crash).
8507 - Fixed bug #37558 (timeout functionality doesn't work after a second PHP
8566 - Fixed bug #35973 (Error ORA-24806 occurs when trying to fetch a NCLOB
8631 . Added a weak/tolerant mode to the JPEG loader.
8641 - Added a check for special characters in the session name. (Ilia)
8645 - Added imap_savebody() that allows message body to be written to a
8654 - Fixed a bug that would not fill in the fifth argument to preg_replace()
8676 - Fixed bug #37162 (wddx does not build as a shared extension).
8734 - Fixed bug #36802 (mysqli_set_charset() crash with a non-open connection).
8741 - Fixed bug #36743 (In a class extending XMLReader array properties are not
8745 - Fixed bug #36721 (The SoapServer is not able to send a header that it didn't
8807 - Fixed bug #36235 (ocicolumnname returns false before a successful fetch).
8819 - Fixed bug #36158 (SIGTERM is not handled correctly when running as a
8895 - Fixed possible header injection by limiting each header to a single line.
8901 - Fixed bug #35916 (Duplicate calls to stream_bucket_append() lead to a crash).
8919 - Fixed bug #35751 (using date with a timestamp makes httpd segfault). (Derick)
8920 - Fixed bug #35740 (memory leak when including a directory). (Tony)
8945 - Fixed bug #35594 (Multiple calls to getopt() may result in a crash).
8951 - Fixed bug #35543 (php crash when calling non existing method of a class
8998 - Fixed bug #33671 (sun_rise and sun_set don't return a GMT timestamp if one
9018 debug_backtrace() that contains a reference to the respective object when the
9029 - Fixed bug #35360 (exceptions in interactive mode (php -a) may cause crash).
9045 - Added pg_fetch_all_columns() function to fetch all values of a column from a
9061 - Added imageconvolution() function which can be used to apply a custom 3x3
9070 . pg_transaction_status() - in-transaction status of a database connection.
9134 - Improved interactive mode of PHP CLI (php -a). (Johannes, Marcus)
9139 . virtual path handling by adding a realpath() cache. (Andi)
9164 . added possibility to use a string with class_parents() and
9169 - Changed SQLite extension to be a shared module in Windows distribution.
9225 - Fixed a bug where stream_get_meta_data() did not return the "uri" element
9227 - Fixed a problem with SPL iterators aggregating the inner iterator. (Marcus)
9330 - Fixed bug #34809 (FETCH_INTO in PDO crashes without a destination object).
9393 - Fixed bug #34304 (date() doesn't have a modifier for ISO Week Day). (Derick)
9436 - Fixed bug #33966 (Wrong use of reflectionproperty causes a segfault). (Tony)
9438 - Fixed bug #33958 (duplicate cookies and magic_quotes=off may cause a crash).
9496 - Fixed bug #33389 (double free() when exporting a ReflectionClass). (Marcus)
9510 - Fixed bug #33268 (iconv_strlen() works only with a parameter of < 3 in
9516 - Fixed bug #33222 (segfault when CURL handle is closed in a callback). (Tony)
9543 - Fixed bug #33072 (Add a safemode/open_basedir check for runtime
9548 - Fixed bug #33057 (Don't send extraneous entity-headers on a 304 as per
9564 - Fixed bug #32941 (Sending structured SOAP fault kills a php). (Dmitry)
9593 - Fixed bug #32742 (segmentation fault when the stream with a wrapper
9627 - Fixed bug #32491 (File upload error - unable to create a temporary file).
9641 - Fixed bug #32245 (xml_parser_free() in a function assigned to the xml
9642 parser gives a segfault). (Rob)
9646 - Fixed bug #32160 (copying a file into itself leads to data loss). (Ilia)
9664 - Fixed bug #31636 (another crash when echoing a COM object). (Wez)
9728 - Fixed bug #29583 (crash when echoing a COM object). (M.Sisolak, Wez)
9750 - Fixed bug #28839 (SIGSEGV in interactive mode (php -a)).
9767 - Fixed bug #25359 (array_multisort() doesn't work in a function if array is
9797 - Fixed a bug in mysql_affected_rows and mysql_stmt_affected_rows when the
9802 - Fixed a bug in mysqli_stmt_execute() (type conversion with NULL values).
9808 - Fixed bug #32394 (offsetUnset() segfaults in a foreach). (Marcus)
9899 a string type). (Moriyoshi)
9938 - Fixed bug #28840 (__destruct of a class that extends mysqli not called).
9946 - Fixed bug #28442 (Changing a static variables in a class changes it across
9950 - Fixed bug #28074 (FastCGI: stderr should be written in a FCGI stderr stream).
9960 - Added the %F modifier to *printf to render a non-locale-aware representation
9961 of a float with the . as decimal seperator. (Derick)
9963 - Extended the functionality of is_subclass_of() to accept either a class name
9998 - Fixed bug #30572 (crash when comparing SimpleXML attribute to a boolean).
10010 - Fixed bug #30375 (cal_info() does not work without a parameter). (Ilia)
10054 - Fixed bug #27728 (Can't return within a zend_try {} block or the previous
10072 - Fixed a file-descriptor leak with phpinfo() and other 'special' URLs (Zeev)
10082 - Fixed bug #29844 (SOAP doesn't return the result of a valid SOAP request).
10154 - Fixed bug #29256 (error when sending large packets on a socket). (Dmitry)
10176 - Changed doc comments to require a single white space after '/**'. (Marcus)