Version 5.3

PHP 5.3.29
Released 14 Aug, 2014
core
  • Fixed bug #66127 (Segmentation fault with ArrayObject unset).
  • Fixed bug #67247 (spl_fixedarray_resize integer overflow).
  • Fixed bug #67249 (printf out-of-bounds read).
  • Fixed bug #67250 (iptcparse out-of-bounds read).
  • Fixed bug #67252 (convert_uudecode out-of-bounds read).
  • Fixed bug #67359 (Segfault in recursiveDirectoryIterator).
  • Fixed bug #67390 (insecure temporary file use in the configure script). (Remi)
  • Fixed bug #67399 (putenv with empty variable may lead to crash).
  • Fixed bug #67492 (unserialize() SPL ArrayObject / SPLObjectStorage Type Confusion) (CVE-2014-3515).
  • Fixed bug #67498 (phpinfo() Type Confusion Information Leak Vulnerability).
com
  • Fixed missing type checks in com_event_sink .
date
  • Fixed bug #66060 (Heap buffer over-read in DateInterval). (CVE-2013-6712)
  • Fixed bug #67251 (date_parse_from_format out-of-bounds read).
  • Fixed bug #67253 (timelib_meridian_with_check out-of-bounds read).
exif
  • Fixed bug #65873 (Integer overflow in exif_read_data()).
fileinfo
  • Fixed bug #66307 (Fileinfo crashes with powerpoint files).
  • Fixed bug #67326 (fileinfo: cdf_read_short_sector insufficient boundary check).
  • Fixed bug #67327 (fileinfo: CDF infinite loop in nelements DoS).
  • Fixed bug #67328 (fileinfo: fileinfo: numerous file_printf calls resulting in performance degradation).
  • Fixed bug #67410 (fileinfo: mconvert incorrect handling of truncated pascal string size).
  • Fixed bug #67411 (fileinfo: cdf_check_stream_offset insufficient boundary check).
  • Fixed bug #67412 (fileinfo: cdf_count_chain insufficient boundary check).
  • Fixed bug #67413 (fileinfo: cdf_read_property_info insufficient boundary check).
intl
  • Fixed bug #67349 (Locale::parseLocale Double Free).
  • Fixed bug #67397 (Buffer overflow in locale_get_display_name and uloc_getDisplayName (libicu 4.8.1)).
network
  • Fixed bug #67432 (Fix potential segfault in dns_check_record()). (CVE-2014-4049).
openssl
  • Fixed missing type checks in OpenSSL options .
session
  • Fixed missing type checks in php_session_create_id .
PHP 5.3.28
Released 11 Jul, 2013
openssl
  • Fixed handling null bytes in subjectAltName (CVE-2013-4073).
  • Fixed memory corruption in openssl_x509_parse() (CVE-2013-6420). .
fpm
  • Fixed bug #67060 (sapi/fpm: possible privilege escalation due to insecure default configuration) (CVE-2014-0185).
PHP 5.3.27
Released 11 Jul, 2013
core
  • Fixed bug #64966 (segfault in zend_do_fcall_common_helper_SPEC).
  • Fixed bug #64960 (Segfault in gc_zval_possible_root).
  • Fixed bug #64934 (Apache2 TS crash with get_browser()).
  • Fixed bug #63186 (compile failure on netbsd).
datetime
  • Fixed bug #53437 (Crash when using unserialized DatePeriod instance).
pdo_firebird
  • Fixed bug #64037 (Firebird return wrong value for numeric field).
  • Fixed bug #62024 (Cannot insert second row with null using parametrized query).
pdo_pgsql
  • Fixed bug #64949 (Buffer overflow in _pdo_pgsql_error).
pgsql
  • Fixed bug #64609 (pg_convert enum type support).
spl
  • Fixed bug #64997 (Segfault while using RecursiveIteratorIterator on 64-bits systems).
xml
  • Fixed bug #65236 (heap corruption in xml parser).
PHP 5.3.26
Released 06 Jun, 2013
core
  • Fixed bug #64879 (Heap based buffer overflow in quoted_printable_encode, CVE 2013-2110).
calendar
  • Fixed bug #64895 (Integer overflow in SndToJewish).
fpm
  • Fixed some possible memory or resource leaks and possible null dereference detected by code coverity scan.
  • Log a warning when a syscall fails.
mysqli
  • Fixed bug #64726 (Segfault when calling fetch_object on a use_result and DB pointer has closed).
  • Phar
  • Fixed bug #64214 (PHAR PHPTs intermittently crash when run on DFS, SMB or with non std tmp dir).
streams
  • Fixed bug #64770 (stream_select() fails with pipes returned by proc_open() on Windows x64).
zend engine
  • Fixed bug #64821 (Custom Exception crash when internal properties overridden).
PHP 5.3.25
Released 09 May, 2013
core
  • Fixed bug #64578 (debug_backtrace in set_error_handler corrupts zend heap: segfault).
  • Fixed bug #64458 (dns_get_record result with string of length -1).
  • Fixed bugs #47675 and #64577 (fd leak on Solaris).
streams
  • Fixed Windows x64 version of stream_socket_pair() and improved error handling.
zip
  • Fixed bug #64342 (ZipArchive::addFile() has to check for file existence).
PHP 5.3.24
Released 11 Apr, 2013
pcre
  • Fixed bug #62343 (Show class_alias In get_declared_classes())
  • Merged PCRE 8.32).
  • mysqlnd
  • Fixed bug #63530 (mysqlnd_stmt::bind_one_parameter crashes, uses wrong alloc for stmt->param_bind).
  • DateTime
  • Fixed bug #62852 (Unserialize Invalid Date causes crash).
zip
  • Bug #64452 (Zip crash intermittently).
PHP 5.3.23
Released 14 Mar, 2013
phar
  • Fixed timestamp update on Phar contents modification.
spl
  • Fixed bug #64264 (SPLFixedArray toArray problem).
  • Fixed bug #64228 (RecursiveDirectoryIterator always assumes SKIP_DOTS).
  • Fixed bug #52861 (unset fails with ArrayObject and deep arrays).
PHP 5.3.22
Released 21 Feb, 2013
zend engine
  • Fixed bug #64099 (Wrong TSRM usage in zend_Register_class alias).
  • Fixed bug #63899 (Use after scope error in zend_compile).
  • Core
  • Fixed bug #63943 (Bad warning text from strpos() on empty needle).
date
  • Fixed bug #55397 (comparsion of incomplete DateTime causes SIGSEGV).
fpm
  • Fixed bug #63999 (php with fpm fails to build on Solaris 10 or 11).
  • SOAP
  • Added check that soap.wsdl_cache_dir conforms to open_basedir (CVE-2013-1635).
  • Disabled external entities loading (CVE-2013-1643).
spl
  • Fixed bug #64106 (Segfault on SplFixedArray[][x] = y when extended).
PHP 5.3.21
Released 17 Jan, 2013
zend engine
  • Fixed bug #63762 (Sigsegv when Exception::$trace is changed by user).
curl extension
  • Fixed bug (segfault due to libcurl connection caching).
  • Fixed bug #63795 (CURL >= 7.28.0 no longer support value 1 for CURLOPT_SSL_VERIFYHOST).
  • Fixed bug #63352 (Can't enable hostname validation when using curl stream wrappers).
  • Fixed bug #55438 (Curlwapper is not sending http header randomly).
PHP 5.3.20
Released 20 Dec, 2012
zend engine
  • Fixed bug #63635 (Segfault in gc_collect_cycles).
  • Fixed bug #63512 (parse_ini_file() with INI_SCANNER_RAW removes quotes from value).
  • Fixed bug #63468 (wrong called method as callback with inheritance).
core
  • Fixed bug #63451 (config.guess file does not have AIX 7 defined, shared objects are not created).
  • Fixed bug #63377 (Segfault on output buffer).
apache2 handler sapi
  • Enabled Apache 2.4 configure option for Windows
date
  • Fixed bug #63435 (Datetime::format('u') sometimes wrong by 1 microsecond).
fileinfo
  • Fixed bug #63248 (Load multiple magic files from a directory under Windows).
  • Fixed bug #63590 (Different results in TS and NTS under Windows).
fpm
  • Fixed bug #63581 (Possible null dereference and buffer overflow).
imap
  • Fixed bug #63126 (DISABLE_AUTHENTICATOR ignores array).
mysqlnd
  • Fixed bug #63398 (Segfault when polling closed link).
reflection
  • Fixed Bug #63614 (Fatal error on Reflection).
  • SOAP
  • Fixed bug #63271 (SOAP wsdl cache is not enabled after initial requests).
PHP 5.3.19
Released 22 Nov, 2012
mbstring
  • Fixed bug #63389 (Missing context check on libxml_set_streams_context() causes memleak).
  • Fixed bug #63447 (max_input_vars doesn't filter variables when mbstring.encoding_translation = On).
mysql
  • Fixed compilation failure on mixed 32/64 bit systems.
oci8
  • Fixed bug #63265 (Add ORA-00028 to the PHP_OCI_HANDLE_ERROR macro)
pcre
  • Fixed bug #63055 (Segfault in zend_gc with SF2 testsuite).
  • Fixed bug #63284 (Upgrade PCRE to 8.31).
pdo
  • Fixed bug #63235 (buffer overflow in use of SQLGetDiagRec).
pdo_pgsql
  • Fixed bug #62593 (Emulate prepares behave strangely with PARAM_BOOL).
streams
  • Fixed bug #63240 (stream_get_line() return contains delimiter string).
phar
  • Fixed bug #63297 (Phar fails to write an openssl based signature).
PHP 5.3.18
Released 18 Oct, 2012
core
  • Fixed bug #63111 (is_callable() lies for abstract static method).
  • Fixed bug #63093 (Segfault while load extension failed in zts-build).
  • Fixed bug #62976 (Notice: could not be converted to int when comparing some builtin classes).
  • Fixed bug #61767 (Shutdown functions not called in certain error situation).
  • Fixed bug #61442 (exception threw in __autoload can not be catched).
  • Fixed bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function).
curl
  • Fixed bug #62085 (file_get_contents a remote file by Curl wrapper will cause cpu Soaring).
fpm
  • Fixed bug #62954 (startup problems fpm / php-fpm).
  • Fixed bug #62886 (PHP-FPM may segfault/hang on startup).
  • Fixed bug #63085 (Systemd integration and daemonize).
  • Fixed bug #62947 (Unneccesary warnings on FPM).
  • Fixed bug #62887 (Only /status?plain&full gives "last request cpu").
  • Fixed bug #62216 (Add PID to php-fpm init.d script).
intl
  • Fix bug #62915 (defective cloning in several intl classes).
oci8
  • Fixed bug #60901 (Improve "tail" syntax for AIX installation)
  • SOAP
  • Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice).
spl
  • Bug #62987 (Assigning to ArrayObject[null][something] overrides all undefined variables).
PHP 5.3.17
Released 13 Sep, 2012
core
  • Fixed bug (segfault while build with zts and GOTO vm-kind).
  • Fixed bug #62955 (Only one directive is loaded from "Per Directory Values" Windows registry).
  • Fixed bug #62763 (register_shutdown_function and extending class).
  • Fixed bug #62744 (dangling pointers made by zend_disable_class).
  • Fixed bug #62716 (munmap() is called with the incorrect length).
  • Fixed bug ##62460 (php binaries installed as binary.dSYM).
curl
  • Fixed bug #62839 (curl_copy_handle segfault with CURLOPT_FILE).
  • Fixed bug #62499 (curl_setopt($ch, CURLOPT_COOKIEFILE, "") returns false).
  • DateTime:
  • Fixed bug #62852 (Unserialize invalid DateTime causes crash).
  • Fixed bug #62500 (Segfault in DateInterval class when extended).
mysqlnd
  • Fixed bug #62885 (mysqli_poll - Segmentation fault).
pdo
  • Fixed bug #62685 (Wrong return datatype in PDO::inTransaction()).
session
  • Fixed bug (segfault due to retval is not initialized).
spl
  • Fixed bug #62904 (Crash when cloning an object which inherits SplFixedArray)
enchant
  • Fixed bug #62838 (enchant_dict_quick_check() destroys zval, but fails to initialize it). .
PHP 5.3.16
Released 16 Aug, 2012
core
  • Fixed bug #60194 (--with-zend-multibyte and --enable-debug reports LEAK with run-test.php).
curl
  • Fixed bug #62499 (curl_setopt($ch, CURLOPT_COOKIEFILE, "") returns false).
datetime
  • Fixed Bug #62500 (Segfault in DateInterval class when extended).
reflection
  • Fixed bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong result).
spl
  • Fixed bug #62616 (ArrayIterator::count() from IteratorIterator instance gives Segmentation fault).
PHP 5.3.15
Released 19 Jul, 2012
zend engine
  • Fixed bug #51094 (parse_ini_file() with INI_SCANNER_RAW cuts a value that includes a semi-colon).
com
  • Fixed bug #62146 com_dotnet cannot be built shared.
core
  • Fixed potential overflow in _php_stream_scandir, CVE-2012-2688.
  • Fixed bug #62432 (ReflectionMethod random corrupt memory on high concurrent).
  • Fixed bug #62443 (Crypt SHA256/512 Segfaults With Malformed Salt).
fileinfo
  • Fixed magic file regex support.
fpm
  • Fixed bug #61045 (fpm don't send error log to fastcgi clients).
  • Fixed bug #61835 (php-fpm is not allowed to run as root).
  • Fixed bug #61295 (php-fpm should not fail with commented 'user' for non-root start).
  • Fixed bug #61026 (FPM pools can listen on the same address).
  • Fixed bug #62033 (php-fpm exits with status 0 on some failures to start).
  • Fixed bug #62153 (when using unix sockets, multiples FPM instances can be launched without errors).
  • Fixed bug #62160 (Add process.priority to set nice(2) priorities).
  • Fixed bug #61218 (FPM drops connection while receiving some binary values in FastCGI requests).
  • Fixed bug #62205 (php-fpm segfaults (null passed to strstr)).
intl
  • Fixed bug #62083 (grapheme_extract() memory leaks).
  • Fixed bug #62081 (IntlDateFormatter constructor leaks memory when called twice).
  • Fixed bug #62070 (Collator::getSortKey() returns garbage).
  • Fixed bug #62017 (datefmt_create with incorrectly encoded timezone leaks pattern).
  • Fixed bug #60785 (memory leak in IntlDateFormatter constructor).
json
  • Reverted fix for bug #61537.
phar
  • Fixed bug #62227 (Invalid phar stream path causes crash).
reflection
  • Fixed bug #62384 (Attempting to invoke a Closure more than once causes segfault).
  • Fixed bug #62202 (ReflectionParameter::getDefaultValue() memory leaks with constant).
spl
  • Fixed bug #62262 (RecursiveArrayIterator does not implement Countable).
sqlite
  • Fixed open_basedir bypass, CVE-2012-3365.
xml writer
  • Fixed bug #62064 (memory leak in the XML Writer module).
zip
  • Upgraded libzip to 0.10.1
PHP 5.3.14
Released 14 Jun, 2012
cli sapi
  • Fixed bug #61546 (functions related to current script failed when chdir() in cli sapi).
curl
  • Fixed bug #61948 (CURLOPT_COOKIEFILE '' raises open_basedir restriction).
com
  • Fixed bug #62146 com_dotnet cannot be built shared.
core
  • Fixed CVE-2012-2143.
  • Fixed missing bound check in iptcparse().
  • Fixed bug #62373 (serialize() generates wrong reference to the object).
  • Fixed bug #62005 (unexpected behavior when incrementally assigning to a member of a null object).
  • Fixed bug #61991 (long overflow in realpath_cache_get()).
  • Fixed bug #61764 ('I' unpacks n as signed if n > 2^31-1 on LP64).
  • Fixed bug #61730 (Segfault from array_walk modifying an array passed by reference).
  • Fixed bug #61713 (Logic error in charset detection for htmlentities).
  • Fixed bug #54197 ([PATH=] sections incompatibility with user_ini.filename set to null).
  • Changed php://fd to be available only for CLI.
fileinfo
  • Fixed bug #61812 (Uninitialised value used in libmagic).
iconv extension
  • Fixed a bug that iconv extension fails to link to the correct library when another extension makes use of a library that links to the iconv library. See https://bugs.gentoo.org/show_bug.cgi?id=364139 for detail.
intl
  • Fixed bug #62082 (Memory corruption in internal function get_icu_disp_value_src_php()).
  • JSON
  • Fixed bug #61537 (json_encode() incorrectly truncates/discards information).
pdo
  • Fixed bug #61755 (A parsing bug in the prepared statements can lead to access violations).
phar
  • Fix bug #61065 (Secunia SA44335).
streams
  • Fixed bug #61961 (file_get_contents leaks when access empty file with maxlen set).
PHP 5.3.13
Released 08 May, 2012
PHP 5.3.12
Released 03 May, 2012
PHP 5.3.11
Released 26 Apr, 2012
core
  • Fixed bug #61650 (ini parser crashes when using ${xxxx} ini variables (without apache2)).
  • Fixed bug #61273 (call_user_func_array with more than 16333 arguments leaks / crashes).
  • Fixed bug #61165 (Segfault - strip_tags()).
  • Improved max_input_vars directive to check nested variables .
  • Fixed bug #61095 (Incorect lexing of 0x00*+<NUM>).
  • Fixed bug #61087 (Memory leak in parse_ini_file when specifying invalid scanner mode).
  • Fixed bug #61072 (Memory leak when restoring an exception handler).
  • Fixed bug #61058 (array_fill leaks if start index is PHP_INT_MAX).
  • Fixed bug #61043 (Regression in magic_quotes_gpc fix for CVE-2012-0831).
  • Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical vars).
  • Fixed bug #60895 (Possible invalid handler usage in windows random functions).
  • Fixed bug #60825 (Segfault when running symfony 2 tests).
  • Fixed bug #60801 (strpbrk() mishandles NUL byte).
  • Fixed bug #60569 (Nullbyte truncates Exception $message).
  • Fixed bug #60227 (header() cannot detect the multi-line header with CR).
  • Fixed bug #60222 (time_nanosleep() does validate input params).
  • Fixed bug #54374 (Insufficient validating of upload name leading to corrupted $_FILES indices). (CVE-2012-1172).
  • Fixed bug #52719 (array_walk_recursive crashes if third param of the function is by reference).
  • Fixed bug #51860 (Include fails with toplevel symlink to /).
  • DOM
  • Added debug info handler to DOM objects.
  • FPM
  • Fixed bug #61430 (Transposed memset() params in sapi/fpm/fpm/fpm_shm.c).
  • Ibase
  • Fixed bug #60947 (Segmentation fault while executing ibase_db_info).
  • Installation
  • Fixed bug #61172 (Add Apache 2.4 support).
  • Fileinfo
  • Upgraded libmagic to 5.11
  • Fixed bug #61565 where php_stream_open_wrapper_ex tries to open a directory descriptor under windows.
  • Fixed bug #61566 failure caused by the posix lseek and read versions under windows in cdf_read().
  • Fixed bug #61173 (Unable to detect error from finfo constructor).
firebird database extension (ibase)
  • Fixed bug #60802 gives segfault when passing params).
libxml
  • Fixed bug #61367 (open_basedir bypass using libxml RSHUTDOWN).
  • mysqli
  • Fixed bug #61003 (mysql_stat() require a valid connection). .
  • PDO_mysql
  • Fixed bug #61207 (PDO::nextRowset() after a multi-statement query doesn't always work).
  • Fixed bug #61194 (PDO should export compression flag with myslqnd).
  • PDO_odbc
  • Fixed bug #61212 (PDO ODBC Segfaults on SQL_SUCESS_WITH_INFO).
  • PDO_pgsql
  • Fixed bug #61267 (pdo_pgsql's PDO::exec() returns the number of SELECTed rows on postgresql >= 9).
pdo_sqlite extension
  • Add createCollation support.
pgsql
  • Fixed bug #60718 (Compile problem with libpq (PostgreSQL 7.3 or less).
phar
  • Fixed bug #61184 (Phar::webPhar() generates headers with trailing NUL bytes).
php-fpm sapi
  • Fixed bug #60811 (php-fpm compilation problem).
readline
  • Fixed bug #61088 (Memory leak in readline_callback_handler_install).
  • Add open_basedir checks to readline_write_history and readline_read_history.
reflection
  • Fixed bug #61388 (ReflectionObject:getProperties() issues invalid reads when get_properties returns a hash table with (inaccessible) dynamic numeric properties).
  • Fixed bug #60968 (Late static binding doesn't work with ReflectionMethod::invokeArgs()).
  • SOAP
  • Fixed basic HTTP authentication for WSDL sub requests.
  • Fixed bug #60887 (SoapClient ignores user_agent option and sends no User-Agent header).
  • Fixed bug #60842, #51775 (Chunked response parsing error when chunksize length line is > 10 bytes).
  • Fixed bug #49853 (Soap Client stream context header option ignored).
  • SPL
  • Fixed memory leak when calling SplFileInfo's constructor twice.
  • Fixed bug #61418 (Segmentation fault when DirectoryIterator's or FilesystemIterator's iterators are requested more than once without having had its dtor callback called in between).
  • Fixed bug #61347 (inconsistent isset behavior of Arrayobject).
  • Fixed bug #61326 (ArrayObject comparison).
sqlite3 extension
  • Add createCollation() method.
session
  • Fixed bug #60860 (session.save_handler=user without defined function core dumps).
  • Fixed bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()).
streams
  • Fixed bug #61371 (stream_context_create() causes memory leaks on use streams_socket_create).
  • Fixed bug #61253 (Wrappers opened with errors concurrency problem on ZTS).
  • Fixed bug #61115 (stream related segfault on fatal error in php_stream_context_link).
  • Fixed bug #60817 (stream_get_line() reads from stream even when there is already sufficient data buffered). stream_get_line() now behaves more like fgets(), as is documented.
  • Further fix for bug #60455 (stream_get_line misbehaves if EOF is not detected together with the last read).
  • Fixed bug #60106 (stream_socket_server silently truncates long unix socket paths).
tidy
  • Fixed bug #54682 (tidy null pointer dereference).
xmlrpc
  • Fixed bug #61264 (xmlrpc_parse_method_descriptions leaks temporary variable).
  • Fixed bug #61097 (Memory leak in xmlrpc functions copying zvals).
zlib
  • Fixed bug #61139 (gzopen leaks when specifying invalid mode).
PHP 5.3.10
Released 02 Feb, 2012
core
  • Fixed arbitrary remote code execution vulnerability reported by Stefan Esser, CVE-2012-0830.
PHP 5.3.9
Released 10 Jan, 2012
core
  • Added max_input_vars directive to prevent attacks based on hash collisions (CVE-2011-4885) .
  • Fixed bug #60205 (possible integer overflow in content_length).
  • Fixed bug #60139 (Anonymous functions create cycles not detected by the GC).
  • Fixed bug #60138 (GC crash with referenced array in RecursiveArrayIterator) .
  • Fixed bug #60120 (proc_open's streams may hang with stdin/out/err when the data exceeds or is equal to 2048 bytes).
  • Fixed bug #60099 (__halt_compiler() works in braced namespaces).
  • Fixed bug #60019 (Function time_nanosleep() is undefined on OS X).
  • Fixed bug #55874 (GCC does not provide __sync_fetch_and_add on some archs).
  • Fixed bug #55798 (serialize followed by unserialize with numeric object prop. gives integer prop).
  • Fixed bug #55749 (TOCTOU issue in getenv() on Windows builds).
  • Fixed bug #55707 (undefined reference to `__sync_fetch_and_add_4' on Linux parisc).
  • Fixed bug #55674 (fgetcsv & str_getcsv skip empty fields in some tab-separated records).
  • Fixed bug #55649 (Undefined function Bug()).
  • Fixed bug #55622 (memory corruption in parse_ini_string).
  • Fixed bug #55576 (Cannot conditionally move uploaded file without race condition).
  • Fixed bug #55510: $_FILES 'name' missing first character after upload.
  • Fixed bug #55509 (segfault on x86_64 using more than 2G memory).
  • Fixed bug #55504 (Content-Type header is not parsed correctly on HTTP POST request).
  • Fixed bug #55475 (is_a() triggers autoloader, new optional 3rd argument to is_a and is_subclass_of).
  • Fixed bug #52461 (Incomplete doctype and missing xmlns).
  • Fixed bug #55366 (keys lost when using substr_replace an array).
  • Fixed bug #55273 (base64_decode() with strict rejects whitespace after pad).
  • Fixed bug #52624 (tempnam() by-pass open_basedir with nonnexistent directory).
  • Fixed bug #50982 (incorrect assumption of PAGE_SIZE size).
  • Fixed invalid free in call_user_method() function.
  • Fixed bug #43200 (Interface implementation / inheritence not possible in abstract classes).
bcmath
  • Fixed bug #60377 (bcscale related crashes on 64bits platforms).
calendar
  • Fixed bug #55797 (Integer overflow in SdnToGregorian leads to segfault (in optimized builds).
curl
  • Fixed bug #60439 (curl_copy_handle segfault when used with CURLOPT_PROGRESSFUNCTION).
  • Fixed bug #54798 (Segfault when CURLOPT_STDERR file pointer is closed before calling curl_exec).
  • Fixed issues were curl_copy_handle() would sometimes lose copied preferences.
datetime
  • Fixed bug #60373 (Startup errors with log_errors on cause segfault).
  • Fixed bug #60236 (TLA timezone dates are not converted properly from timestamp).
  • Fixed bug #55253 (DateTime::add() and sub() result -1 hour on objects with time zone type 2).
  • Fixed bug #54851 (DateTime::createFromFormat() doesn't interpret "D").
  • Fixed bug #53502 (strtotime with timezone memory leak).
  • Fixed bug #52062 (large timestamps with DateTime::getTimestamp and DateTime::setTimestamp).
  • Fixed bug #51994 (date_parse_from_format is parsing invalid date using 'yz' format).
  • Fixed bug #52113 (Seg fault while creating (by unserialization) DatePeriod).
  • Fixed bug #48476 (cloning extended DateTime class without calling parent::__constr crashed PHP).
exif
  • Fixed bug #60150 (Integer overflow during the parsing of invalid exif header). (CVE-2011-4566)
fileinfo
  • Fixed bug #60094 (C++ comment fails in c89).
  • Fixed possible memory leak in finfo_open().
  • Fixed memory leak when calling the Finfo constructor twice.
filter
  • Fixed Bug #55478 (FILTER_VALIDATE_EMAIL fails with internationalized domain name addresses containing >1 -).
ftp
  • Fixed bug #60183 (out of sync ftp responses).
gd
  • Fixed bug #60160 (imagefill() doesn't work correctly for small images).
intl
  • Fixed bug #61487 (Incorrent bounds checking in grapheme_strpos).
  • Fixed bug #60192 (SegFault when Collator not constructed properly).
  • Fixed memory leak in several Intl locale functions.
json
  • Fixed bug #55543 (json_encode() with JSON_NUMERIC_CHECK fails on objects with numeric string properties).
mbstring
  • Fixed possible crash in mb_ereg_search_init() using empty pattern.
ms sql
  • Fixed bug #60267 (Compile failure with freetds 0.91).
mysql
  • Fixed bug #55550 (mysql.trace_mode miscounts result sets).
mysqli extension
  • Fixed bug #55859 (mysqli->stat property access gives error).
  • Fixed bug #55582 (mysqli_num_rows() returns always 0 for unbuffered, when mysqlnd is used).
  • Fixed bug #55703 (PHP crash when calling mysqli_fetch_fields).
  • mysqlnd
  • Fixed bug #55609 (mysqlnd cannot be built shared).
  • Fixed bug #55067 (MySQL doesn't support compression - wrong config option).
nsapi sapi
  • Don't set $_SERVER['HTTPS'] on unsecure connection (bug #55403).
openssl
  • Fixed bug #60279 (Fixed NULL pointer dereference in stream_socket_enable_crypto, case when ssl_handle of session_stream is not initialized.)
  • Fix segfault with older versions of OpenSSL.
oracle database extension (oci8)
  • Fixed bug #59985 (show normal warning text for OCI_NO_DATA).
  • Increased maximum Oracle error message buffer length for new 11.2.0.3 size.
  • Improve internal initalization failure error messages.
  • PDO
  • Fixed bug #55776 (PDORow to session bug).
pdo firebird
  • Fixed bug #48877 ("bindValue" and "bindParam" do not work for PDO Firebird).
  • Fixed bug #47415 .
  • Fixed bug #53280 (PDO_Firebird segfaults if query column count less than param count).
pdo mysql driver
  • Fixed bug #60155 (pdo_mysql.default_socket ignored).
  • Fixed bug #55870 (PDO ignores all SSL parameters when used with mysql native driver).
  • Fixed bug #54158 (MYSQLND+PDO MySQL requires #define MYSQL_OPT_LOCAL_INFILE).
pdo oci driver
  • Fixed bug #55768 (PDO_OCI can't resume Oracle session after it's been killed).
phar
  • Fixed bug #60261 (NULL pointer dereference in phar).
  • Fixed bug #60164 (Stubs of a specific length break phar_open_from_fp scanning for __HALT_COMPILER).
  • Fixed bug #53872 (internal corruption of phar).
  • Fixed bug #52013 (Unable to decompress files in a compressed phar).
php-fpm sapi
  • Dropped restriction of not setting the same value multiple times, the last one holds.
  • Added .phar to default authorized extensions.
  • Fixed bug #60659 (FPM does not clear auth_user on request accept).
  • Fixed bug #60629 (memory corruption when web server closed the fcgi fd).
  • Enhance error log when the primary script can't be open. FR #60199.
  • Fixed bug #60179 (php_flag and php_value does not work properly).
  • Fixed bug #55577 (status.html does not install).
  • Fixed bug #55533 (The -d parameter doesn't work).
  • Fixed bug #55526 (Heartbeat causes a lot of unnecessary events).
  • Fixed bug #55486 (status show BIG processes number).
  • Enhanced security by limiting access to user defined extensions. FR #55181.
  • Added process.max to control the number of process FPM can fork. FR #55166.
  • Implemented FR #54577 (Enhanced status page with full status and details about each processes. Also provide a web page (status.html) for real-time FPM status.
  • Lowered default value for Process Manager. FR #54098.
  • Implemented FR #52569 (Add the "ondemand" process-manager to allow zero children).
  • Added partial syslog support (on error_log only). FR #52052.
postgres
  • Fixed bug #60244 (pg_fetch_* functions do not validate that row param is >0).
reflection
  • Fixed bug #60367 (Reflection and Late Static Binding).
session
  • Fixed bug #55267 (session_regenerate_id fails after header sent).
simplexml
  • Reverted the SimpleXML->query() behaviour to returning empty arrays instead of false when no nodes are found as it was since 5.3.3 (bug #48601).
  • SOAP
  • Fixed bug #54911 (Access to a undefined member in inherit SoapClient may cause Segmentation Fault).
  • Fixed bug #48216 (PHP Fatal error: SOAP-ERROR: Parsing WSDL: Extra content at the end of the doc, when server uses chunked transfer encoding with spaces after chunk size).
  • Fixed bug #44686 (SOAP-ERROR: Parsing WSDL with references).
sockets
  • Fixed bug #60048 (sa_len a #define on IRIX).
spl
  • Fixed bug #60082 (Crash in ArrayObject() when using recursive references).
  • Fixed bug #55807 (Wrong value for splFileObject::SKIP_EMPTY).
  • Fixed bug #54304 (RegexIterator::accept() doesn't work with scalar values).
streams
  • Fixed bug #60455 (stream_get_line misbehaves if EOF is not detected together with the last read).
tidy
  • Fixed bug #54682 (Tidy::diagnose() NULL pointer dereference).
xsl
  • Added xsl.security_prefs ini option to define forbidden operations within XSLT stylesheets, default is not to enable write operations. This option won't be in 5.4, since there's a new method. Fixes Bug #54446.
PHP 5.3.8
Released 23 Aug, 2011
core
  • Fixed bug #55439 (crypt() returns only the salt for MD5).
openssl
  • Reverted a change in timeout handling restoring PHP 5.3.6 behavior, as the new behavior caused mysqlnd SSL connections to hang (#55283).
PHP 5.3.7
Released 18 Aug, 2011
zend engine
  • Upgraded bundled PCRE to version 8.12.
  • Fixed bug #55156 (ReflectionClass::getDocComment() returns comment even though the class has none).
  • Fixed bug #55007 (compiler fail after previous fail).
  • Fixed bug #54910 (Crash when calling call_user_func with unknown function name).
  • Fixed bug #54804 (__halt_compiler and imported namespaces).
  • Fixed bug #54624 (class_alias and type hint).
  • Fixed bug #54585 (track_errors causes segfault).
  • Fixed bug #54423 (classes from dl()'ed extensions are not destroyed).
  • Fixed bug #54372 (Crash accessing global object itself returned from its __get() handle).
  • Fixed bug #54367 (Use of closure causes problem in ArrayAccess).
  • Fixed bug #54358 (Closure, use and reference).
  • Fixed bug #54262 (Crash when assigning value to a dimension in a non-array).
  • Fixed bug #54039 (use() of static variables in lambda functions can break staticness).
  • Core
  • Updated crypt_blowfish to 1.2. ((CVE-2011-2483)
  • Removed warning when argument of is_a() or is_subclass_of() is not a known class.
  • Fixed crash in error_log(). Reported by Mateusz Kocielski.
  • Added PHP_MANDIR constant telling where the manpages were installed into, and an --man-dir argument to php-config.
  • Fixed a crash inside dtor for error handling.
  • Fixed buffer overflow on overlog salt in crypt().
  • Implemented FR #54459 (Range function accuracy).
  • Fixed bug #55399 (parse_url() incorrectly treats ':' as a valid path).
  • Fixed bug #55339 (Segfault with allow_call_time_pass_reference = Off).
  • Fixed bug #55295 [NEW]: popen_ex on windows, fixed possible heap overflow
  • Fixed bug #55258 (Windows Version Detecting Error).
  • Fixed bug #55187 (readlink returns weird characters when false result).
  • Fixed bug #55082 (var_export() doesn't escape properties properly).
  • Fixed bug #55014 (Compile failure due to improper use of ctime_r()).
  • Fixed bug #54939 (File path injection vulnerability in RFC1867 File upload filename). (Felipe) Reported by Krzysztof Kotowicz.
  • Fixed bug #54935 php_win_err can lead to crash.
  • Fixed bug #54924 (assert.* is not being reset upon request shutdown).
  • Fixed bug #54895 (Fix compiling with older gcc version without need for membar_producer macro).
  • Fixed bug #54866 (incorrect accounting for realpath_cache_size).
  • Fixed bug #54723 (getimagesize() doesn't check the full ico signature).
  • Fixed bug #54721 (Different Hashes on Windows, BSD and Linux on wrong Salt size).
  • Fixed bug #54580 (get_browser() segmentation fault when browscap ini directive is set through php_admin_value).
  • Fixed bug #54332 (Crash in zend_mm_check_ptr // Heap corruption).
  • Fixed bug #54305 (Crash in gc_remove_zval_from_buffer).
  • Fixed bug #54238 (use-after-free in substr_replace()). (Stas)
  • Fixed bug #54204 (Can't set a value with a PATH section in php.ini).
  • Fixed bug #54180 (parse_url() incorrectly parses path when ? in fragment).
  • Fixed bug #54137 (file_get_contents POST request sends additional line break).
  • Fixed bug #53848 (fgetcsv() ignores spaces at beginnings of fields).
  • Alternative fix for bug #52550, as applied to the round() function (signed overflow), as the old fix impacted the algorithm for numbers with magnitude smaller than 0.
  • Fixed bug #53727 (Inconsistent behavior of is_subclass_of with interfaces)
  • Fixed bug #52935 (call exit in user_error_handler cause stream relate core).
  • Fixed bug #51997 (SEEK_CUR with 0 value, returns a warning).
  • Fixed bug #50816 (Using class constants in array definition fails).
  • Fixed bug #50363 (Invalid parsing in convert.quoted-printable-decode filter).
  • Fixed bug #48465 (sys_get_temp_dir() possibly inconsistent when using TMPDIR on Windows).
apache2 handler sapi
  • Fixed bug #54529 (SAPI crashes on apache_config.c:197).
cli sapi
  • Fixed bug #52496 (Zero exit code on option parsing failure).
curl extension
  • Added ini option curl.cainfo (support for custom cert db).
  • Added CURLINFO_REDIRECT_URL support.
  • Added support for CURLOPT_MAX_RECV_SPEED_LARGE and CURLOPT_MAX_SEND_SPEED_LARGE. FR #51815.
datetime extension
  • Fixed bug where the DateTime object got changed while using date_diff().
  • Fixed bug #54340 (DateTime::add() method bug).
  • Fixed bug #54316 (DateTime::createFromFormat does not handle trailing '|' correctly).
  • Fixed bug #54283 (new DatePeriod(NULL) causes crash).
  • Fixed bug #51819 (Case discrepancy in timezone names cause Uncaught exception and fatal error).
dba extension
  • Supress warning on non-existent file open with Berkeley DB 5.2.
  • Fixed bug #54242 (dba_insert returns true if key already exists).
exif extesion
  • Fixed bug #54121 (error message format string typo).
fileinfo extension
  • Fixed bug #54934 (Unresolved symbol strtoull in HP-UX 11.11).
filter extension
  • Added 3rd parameter to filter_var_array() and filter_input_array() functions that allows disabling addition of empty elements.
  • Fixed bug #53037 (FILTER_FLAG_EMPTY_STRING_NULL is not implemented).
interbase extension
  • Fixed bug #54269 (Short exception message buffer causes crash).
intl extension
  • Implemented FR #54561 (Expose ICU version info).
  • Implemented FR #54540 (Allow loading of arbitrary resource bundles when fallback is disabled).
imap extension
  • Fixed bug #55313 (Number of retries not set when params specified).
json extension
  • Fixed bug #54484 (Empty string in json_decode doesn't reset json_last_error()).
ldap extension
  • Fixed bug #53339 (Fails to build when compilng with gcc 4.5 and DSO libraries).
libxml extension
  • Fixed bug #54601 (Removing the doctype node segfaults).
  • Fixed bug #54440 (libxml extension ignores default context).
mbstring extension
  • Fixed bug #54494 (mb_substr() mishandles UTF-32LE and UCS-2LE).
mcrypt extension
  • Change E_ERROR to E_WARNING in mcrypt_create_iv when not enough data has been fetched (Windows).
  • Fixed bug #55169 (mcrypt_create_iv always fails to gather sufficient random data on Windows).
  • mysqlnd
  • Fixed crash when using more than 28,000 bound parameters. Workaround is to set mysqlnd.net_cmd_buffer_size to at least 9000.
  • Fixed bug #54674 mysqlnd valid_sjis_(head|tail) is using invalid operator and range).
mysqli extension
  • Fixed bug #55283 (SSL options set by mysqli_ssl_set ignored for MySQLi persistent connections).
  • Fixed Bug #54221 (mysqli::get_warnings segfault when used in multi queries).
openssl extension
  • openssl_encrypt()/openssl_decrypt() truncated keys of variable length ciphers to the OpenSSL default for the algorithm.
  • On blocking SSL sockets respect the timeout option where possible.
  • Fixed bug #54992 (Stream not closed and error not returned when SSL CN_match fails).
oracle database extension (oci8)
  • Added oci_client_version() returning the runtime Oracle client library version.
  • PCRE extension:
  • Increased the backtrack limit from 100000 to 1000000
pdo extension
  • Fixed bug #54929 (Parse error with single quote in sql comment).
  • Fixed bug #52104 (bindColumn creates Warning regardless of ATTR_ERRMODE settings).
pdo dblib driver
  • Fixed bug #54329 (MSSql extension memory leak).
  • Fixed bug #54167 (PDO_DBLIB returns null on SQLUNIQUE field).
pdo odbc driver
  • Fixed data type usage in 64bit.
pdo mysql driver
  • Fixed bug #54644 (wrong pathes in php_pdo_mysql_int.h).
  • Fixed bug #53782 (foreach throws irrelevant exception).
  • Implemented FR #48587 (MySQL PDO driver doesn't support SSL connections).
pdo postgresql driver
  • Fixed bug #54318 (Non-portable grep option used in PDO pgsql configuration).
pdo oracle driver
  • Fixed bug #44989 (64bit Oracle RPMs still not supported by pdo-oci).
phar extension
  • Fixed bug #54395 (Phar::mount() crashes when calling with wrong parameters).
php-fpm sapi
  • Implemented FR #54499 (FPM ping and status_path should handle HEAD request).
  • Implemented FR #54172 (Overriding the pid file location of php-fpm).
  • Fixed missing Expires and Cache-Control headers for ping and status pages.
  • Fixed memory leak. Reported and fixed by Giovanni Giacobbi.
  • Fixed wrong value of log_level when invoking fpm with -tt.
  • Added xml format to the status page.
  • Removed timestamp in logs written by children processes.
  • Fixed exit at FPM startup on fpm_resources_prepare() errors.
  • Added master rlimit_files and rlimit_core in the global configuration settings.
  • Removed pid in debug logs written by chrildren processes.
  • Added custom access log (also added per request %CPU and memory mesurement).
  • Added a real scoreboard and several improvements to the status page.
reflection extension
  • Fixed bug #54347 (reflection_extension does not lowercase module function name).
soap extension
  • Fixed bug #55323 (SoapClient segmentation fault when XSD_TYPEKIND_EXTENSION contains itself).
  • Fixed bug #54312 (soap_version logic bug).
sockets extension
  • Fixed stack buffer overflow in socket_connect(). (CVE-2011-1938) Found by Mateusz Kocielski, Marek Kroemeke and Filip Palian.
  • Changed socket_set_block() and socket_set_nonblock() so they emit warnings on error.
  • Fixed bug #51958 (socket_accept() fails on IPv6 server sockets).
spl extension
  • Fixed bug #54971 (Wrong result when using iterator_to_array with use_keys on true).
  • Fixed bug #54970 (SplFixedArray::setSize() isn't resizing).
  • Fixed bug #54609 (Certain implementation(s) of SplFixedArray cause hard crash).
  • Fixed bug #54384 (Dual iterators, GlobIterator, SplFileObject and SplTempFileObject crash when user-space classes don't call the paren constructor).
  • Fixed bug #54292 (Wrong parameter causes crash in SplFileObject::__construct()).
  • Fixed bug #54291 (Crash iterating DirectoryIterator for dir name starting with \0).
  • Fixed bug #54281 (Crash in non-initialized RecursiveIteratorIterator).
streams
  • Fixed bug #54946 (stream_get_contents infinite loop).
  • Fixed bug #54623 (Segfault when writing to a persistent socket after closing a copy of the socket).
  • Fixed bug #54681 (addGlob() crashes on invalid flags).
PHP 5.3.6
Released 19 Mar, 2011
zend engine
  • Upgraded bundled PCRE to version 8.11.
  • Indirect reference to $this fails to resolve if direct $this is never used in method.
  • Added options to debug backtrace functions.
  • Fixed bug numerous crashes due to setlocale (crash on error, pcre, mysql etc.) on Windows in thread safe mode.
  • Fixed Bug #53971 (isset() and empty() produce apparently spurious runtime error).
  • Fixed Bug #53958 (Closures can't 'use' shared variables by value and by reference).
  • Fixed Bug #53629 (memory leak inside highlight_string()).
  • Fixed Bug #51458 (Lack of error context with nested exceptions).
  • Fixed Bug #47143 (Throwing an exception in a destructor causes a fatal error).
  • Fixed bug #43512 (same parameter name can be used multiple times in method/function definition).
core
  • Added ability to connect to HTTPS sites through proxy with basic authentication using stream_context/http/header/Proxy-Authorization
  • Changed default value of ini directive serialize_precision from 100 to 17.
  • Fixed bug #54055 (buffer overrun with high values for precision ini setting).
  • Fixed bug #53959 (reflection data for fgetcsv out-of-date).
  • Fixed bug #53577 (Regression introduced in 5.3.4 in open_basedir with a trailing forward slash).
  • Fixed bug #53682 (Fix compile on the VAX).
  • Fixed bug #48484 (array_product() always returns 0 for an empty array).
  • Fixed bug #48607 (fwrite() doesn't check reply from ftp server before exiting).
calendar extension
  • Fixed bug #53574 (Integer overflow in SdnToJulian, sometimes leading to segfault).
dom extension
  • Implemented FR #39771 (Made DOMDocument::saveHTML accept an optional DOMNode like DOMDocument::saveXML).
datetime extension
  • Fixed a bug in DateTime->modify() where absolute date/time statements had no effect.
  • Fixed bug #53729 (DatePeriod fails to initialize recurrences on 64bit big-endian systems).
  • Fixed bug #52808 (Segfault when specifying interval as two dates).
  • Fixed bug #52738 (Can't use new properties in class extended from DateInterval).
  • Fixed bug #52290 (setDate, setISODate, setTime works wrong when DateTime created from timestamp).
  • Fixed bug #52063 (DateTime constructor's second argument doesn't have a null default value).
exif extension
  • Fixed bug #54002 (crash on crafted tag, reported by Luca Carettoni). (Pierre)
filter extension
  • Fixed bug #53924 (FILTER_VALIDATE_URL doesn't validate port number).
  • Fixed bug #53150 (FILTER_FLAG_NO_RES_RANGE is missing some IP ranges).
  • Fixed bug #52209 (INPUT_ENV returns NULL for set variables (CLI)).
  • Fixed bug #47435 (FILTER_FLAG_NO_RES_RANGE don't work with ipv6).
fileinfo extension
  • Fixed bug #54016 (finfo_file() Cannot determine filetype in archives).
  • Gettext
  • Fixed bug #53837 (_() crashes on Windows when no LANG or LANGUAGE environment variable are set).
imap extension
  • Implemented FR #53812 (get MIME headers of the part of the email).
  • Fixed bug #53377 (imap_mime_header_decode() doesn't ignore \t during long MIME header unfolding).
intl extension
  • Fixed bug #53612 (Segmentation fault when using cloned several intl objects).
  • Fixed bug #53512 (NumberFormatter::setSymbol crash on bogus $attr values).
  • Implemented clone functionality for number, date & message formatters. .
json extension
  • Fixed bug #53963 (Ensure error_code is always set during some failed decodings).
  • mysqlnd
  • Fixed problem with always returning 0 as num_rows for unbuffered sets.
mysql improved extension
  • Added 'db' and 'catalog' keys to the field fetching functions (FR #39847).
  • Fixed buggy counting of affected rows when using the text protocol. The collected statistics were wrong when multi_query was used with mysqlnd
  • Fixed bug #53795 (Connect Error from MySqli (mysqlnd) when using SSL).
  • Fixed bug #53503 (mysqli::query returns false after successful LOAD DATA query).
  • Fixed bug #53425 (mysqli_real_connect() ignores client flags when built to call libmysql).
openssl extension
  • Fixed stream_socket_enable_crypto() not honoring the socket timeout in server mode.
  • Fixed bug #54060 (Memory leaks when openssl_encrypt).
  • Fixed bug #54061 (Memory leaks when openssl_decrypt).
  • Fixed bug #53592 (stream_socket_enable_crypto() busy-waits in client mode).
  • Implemented FR #53447 (Cannot disable SessionTicket extension for servers that do not support it) by adding a no_ticket SSL context option.
pdo mysql driver
  • Fixed bug #53551 (PDOStatement execute segfaults for pdo_mysql driver).
  • Implemented FR #47802 (Support for setting character sets in DSN strings).
pdo oracle driver
  • Fixed bug #39199 (Cannot load Lob data with more than 4000 bytes on ORACLE 10).
pdo postgresql driver
  • Fixed bug #53517 (segfault in pgsql_stmt_execute() when postgres is down).
phar extension
  • Fixed bug #54247 (format-string vulnerability on Phar). (Felipe)
  • Fixed bug #53541 (format string bug in ext/phar).
  • Fixed bug #53898 (PHAR reports invalid error message, when the directory does not exist).
php-fpm sapi
  • Enforce security in the fastcgi protocol parsing.
  • Fixed bug #53777 (php-fpm log format now match php_error log format).
  • Fixed bug #53527 (php-fpm --test doesn't set a valuable return value).
  • Fixed bug #53434 (php-fpm slowlog now also logs the original request).
readline extension
  • Fixed bug #53630 (Fixed parameter handling inside readline() function).
reflection extension
  • Fixed bug #53915 (ReflectionClass::getConstant(s) emits fatal error on constants with self::).
shmop extension
  • Fixed bug #54193 (Integer overflow in shmop_read()). (Felipe) Reported by Jose Carlos Norte <jose at eyeos dot org>
snmp extension
  • Fixed bug #51336 (snmprealwalk (snmp v1) does not handle end of OID tree correctly).
soap extension
  • Fixed possible crash introduced by the NULL poisoning patch.
spl extension
  • Fixed memory leak in DirectoryIterator::getExtension() and SplFileInfo::getExtension().
  • Fixed bug #53914 (SPL assumes HAVE_GLOB is defined).
  • Fixed bug #53515 (property_exists incorrect on ArrayObject null and 0 values).
  • Fixed bug #49608 (Using CachingIterator on DirectoryIterator instance segfaults).
  • Added SplFileInfo::getExtension(). FR #48767.
sqlite3 extension
  • Fixed memory leaked introduced by the NULL poisoning patch.
  • Fixed memory leak on SQLite3Result and SQLite3Stmt when assigning to a reference.
  • Add SQlite3_Stmt::readonly() for checking if a statement is read only.
  • Implemented FR #53466 (SQLite3Result::columnType() should return false after all of the rows have been fetched).
streams
  • Fixed bug #54092 (Segmentation fault when using HTTP proxy with the FTP wrapper).
  • Fixed bug #53913 (Streams functions assume HAVE_GLOB is defined).
  • Fixed bug #53903 (userspace stream stat callback does not separate the elements of the returned array before converting them).
  • Implemented FR #26158 (open arbitrary file descriptor with fopen).
  • Tokenizer Extension
  • Fixed bug #54089 (token_get_all() does not stop after __halt_compiler).
xsl extension
  • Fixed memory leaked introduced by the NULL poisoning patch.
zip extension
  • Added the filename into the return value of stream_get_meta_data().
  • Fixed bug #53923 (Zip functions assume HAVE_GLOB is defined).
  • Fixed bug #53893 (Wrong return value for ZipArchive::extractTo()).
  • Fixed bug #53885 (ZipArchive segfault with FL_UNCHANGED on empty archive). (Stas, Maksymilian Arciemowicz).
  • Fixed bug #53854 (Missing constants for compression type).
  • Fixed bug #53603 (ZipArchive should quiet stat errors).
  • Fixed bug #53579 (stream_get_contents() segfaults on ziparchive streams).
  • Fixed bug #53568 (swapped memset arguments in struct initialization).
  • Fixed bug #53166 (Missing parameters in docs and reflection definition).
  • Fixed bug #49072 (feof never returns true for damaged file in zip).
PHP 5.3.5
Released 06 Jan, 2011
PHP 5.3.4
Released 09 Dec, 2010
security enhancements
  • Upgraded bundled PCRE to version 8.10.
  • Fixed crash in zip extract method (possible CWE-170).
  • Paths with NULL in them (foo\0bar.txt) are now considered as invalid.
  • Fixed a possible double free in imap extension (Identified by Mateusz Kocielski). (CVE-2010-4150).
  • Fixed NULL pointer dereference in ZipArchive::getArchiveComment. (CVE-2010-3709).
  • Fixed possible flaw in open_basedir (CVE-2010-3436).
  • Fixed MOPS-2010-24, fix string validation. (CVE-2010-2950).
  • Fixed symbolic resolution support when the target is a DFS share.
  • Fixed bug #52929 (Segfault in filter_var with FILTER_VALIDATE_EMAIL with large amount of data) (CVE-2010-3710).
general improvements
  • Added stat support for zip stream.
  • Added follow_location (enabled by default) option for the http stream support.
  • Improved support for is_link and related functions on Windows.
  • Added a 3rd parameter to get_html_translation_table. It now takes a charset hint, like htmlentities et al.
implemented feature requests
  • Implemented FR #52348, added new constant ZEND_MULTIBYTE to detect zend multibyte at runtime.
  • Implemented FR #52173, added functions pcntl_get_last_error() and pcntl_strerror().
  • Implemented symbolic links support for open_basedir checks.
  • Implemented FR #51804, SplFileInfo::getLinkTarget on Windows.
  • Implemented FR #50692, not uploaded files don't count towards max_file_uploads limit. As a side improvement, temporary files are not opened for empty uploads and, in debug mode, 0-length uploads.
improved mysqlnd
  • Added new character sets to mysqlnd, which are available in MySQL 5.5
improved php-fpm sapi
  • Added '-p/--prefix' to php-fpm to use a custom prefix and run multiple instances.
  • Added custom process title for FPM.
  • Added '-t/--test' to php-fpm to check and validate FPM conf file.
  • Added statistics about listening socket queue length for FPM.
core
  • Fixed extract() to do not overwrite $GLOBALS and $this when using EXTR_OVERWRITE.
  • Fixed bug in the Windows implementation of dns_get_record, where the two last parameters wouldn't be filled unless the type were DNS_ANY .
  • Changed the $context parameter on copy() to actually have an effect.
  • Fixed htmlentities/htmlspecialchars accepting certain ill-formed UTF-8 sequences.
  • Fixed bug #53409 (sleep() returns NULL on Windows).
  • Fixed bug #53319 (strip_tags() may strip '<br />' incorrectly).
  • Fixed bug #53304 (quot_print_decode does not handle lower-case hex digits).
  • Fixed bug #53248 (rawurlencode RFC 3986 EBCDIC support misses tilde char).
  • Fixed bug #53226 (file_exists fails on big filenames).
  • Fixed bug #53198 (changing INI setting "from" with ini_set did not have any effect).
  • Fixed bug #53180 (post_max_size=0 not disabling the limit when the content type is application/x-www-form-urlencoded or is not registered with PHP).
  • Fixed bug #53141 (autoload misbehaves if called from closing session).
  • Fixed bug #53021 (In html_entity_decode, failure to convert numeric entities with ENT_NOQUOTES and ISO-8859-1). Fixed and extended the fix of ENT_NOQUOTES in html_entity_decode that had introduced the bug (rev #185591) to other encodings. Additionaly, html_entity_decode() now doesn't decode &#34; if ENT_NOQUOTES is given.
  • Fixed bug #52931 (strripos not overloaded with function overloading enabled).
  • Fixed bug #52772 (var_dump() doesn't check for the existence of get_class_name before calling it).
  • Fixed bug #52534 (var_export array with negative key).
  • Fixed bug #52327 (base64_decode() improper handling of leading padding in strict mode).
  • Fixed bug #52260 (dns_get_record fails with non-existing domain on Windows).
  • Fixed bug #50953 (socket will not connect to IPv4 address when the host has both IPv4 and IPv6 addresses, on Windows).
  • Fixed bug #50524 (proc_open on Windows does not respect cwd as it does on other platforms).
  • Fixed bug #49687 (utf8_decode vulnerabilities and deficiencies in the number of reported malformed sequences). (CVE-2010-3870)
  • Fixed bug #49407 (get_html_translation_table doesn't handle UTF-8).
  • Fixed bug #48831 (php -i has different output to php --ini).
  • Fixed bug #47643 (array_diff() takes over 3000 times longer than php 5.2.4).
  • Fixed bug #47168 (printf of floating point variable prints maximum of 40 decimal places).
  • Fixed bug #46587 (mt_rand() does not check that max is greater than min).
  • Fixed bug #29085 (bad default include_path on Windows).
  • Fixed bug #25927 (get_html_translation_table calls the ' &#39; instead of &#039;).
zend engine
  • Reverted fix for bug #51176 (Static calling in non-static method behaves like $this->).
  • Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED.
  • Fixed NULL dereference in lex_scan on zend multibyte builds where the script had a flex incompatible encoding and there was no converter.
  • Fixed covariance of return-by-ref constraints.
  • Fixed bug #53305 (E_NOTICE when defining a constant starts with __COMPILER_HALT_OFFSET__).
  • Fixed bug #52939 (zend_call_function does not respect ZEND_SEND_PREFER_REF).
  • Fixed bug #52879 (Objects unreferenced in __get, __set, __isset or __unset can be freed too early).
  • Fixed bug #52786 (PHP should reset section to [PHP] after ini sections).
  • Fixed bug #52508 (newline problem with parse_ini_file+INI_SCANNER_RAW).
  • Fixed bug #52484 (__set() ignores setting properties with empty names).
  • Fixed bug #52361 (Throwing an exception in a destructor causes invalid catching).
  • Fixed bug #51008 (Zend/tests/bug45877.phpt fails).
build issues
  • Fixed bug #52436 (Compile error if systems do not have stdint.h)
  • Fixed bug #50345 (nanosleep not detected properly on some solaris versions).
  • Fixed bug #49215 (make fails on glob_wrapper).
calendar extension
  • Fixed bug #52744 (cal_days_in_month incorrect for December 1 BCE).
curl extension
  • Fixed bug #52828 (curl_setopt does not accept persistent streams).
  • Fixed bug #52827 (cURL leaks handle and causes assertion error (CURLOPT_STDERR)).
  • Fixed bug #52202 (CURLOPT_PRIVATE gets corrupted).
  • Fixed bug #50410 (curl extension slows down PHP on Windows).
datetime extension
  • Fixed bug #53297 (gettimeofday implementation in php/win32/time.c can return 1 million microsecs).
  • Fixed bug #52668 (Iterating over a dateperiod twice is broken).
  • Fixed bug #52454 (Relative dates and getTimestamp increments by one day).
  • Fixed bug #52430 (date_parse parse 24:xx:xx as valid time).
  • Added support for the ( and ) delimiters/separators to DateTime::createFromFormat().
dba extension
  • Added Berkeley DB 5.1 support to the DBA extension.
dom extension
  • Fixed bug #52656 (DOMCdataSection does not work with splitText).
filter extension
  • Fixed the filter extension accepting IPv4 octets with a leading 0 as that belongs to the unsupported "dotted octal" representation.
  • Fixed bug #53236 (problems in the validation of IPv6 addresses with leading and trailing :: in the filter extension).
  • Fixed bug #50117 (problems in the validation of IPv6 addresses with IPv4 addresses and ::).
gd extension
  • Fixed bug #53492 (fix crash if anti-aliasing steps are invalid).
  • Fixed potential memory leak on a png error
gmp extension
  • Fixed bug #52906 (gmp_mod returns negative result when non-negative is expected).
  • Fixed bug #52849 (GNU MP invalid version match).
hash extension
  • Fixed bug #51003 (unaligned memory access in ext/hash/hash_tiger.c).
iconv extension
  • Fixed bug #52941 (The 'iconv_mime_decode_headers' function is skipping headers).
  • Fixed bug #52599 (iconv output handler outputs incorrect content type when flags are used).
  • Fixed bug #51250 (iconv_mime_decode() does not ignore malformed Q-encoded words).
intl extension
  • Fixed crashes on invalid parameters in intl extension. (CVE-2010-4409).
  • Added support for formatting the timestamp stored in a DateTime object.
  • Fixed bug #50590 (IntlDateFormatter::parse result is limited to the integer range).
mbstring extension
  • Fixed bug #53273 (mb_strcut() returns garbage with the excessive length parameter). (CVE-2010-4156)
  • Fixed bug #52981 (Unicode casing table was out-of-date. Updated with UnicodeData-6.0.0d7.txt and included the source of the generator program with the distribution) .
  • Fixed bug #52681 (mb_send_mail() appends an extra MIME-Version header).
mssql extension
  • Fixed possible crash in mssql_fetch_batch().
  • Fixed bug #52843 (Segfault when optional parameters are not passed in to mssql_connect).
mysql extension
  • Fixed bug #52636 (php_mysql_fetch_hash writes long value into int).
mysqli extension
  • Fixed bug #52891 (Wrong data inserted with mysqli/mysqlnd when using mysqli_stmt_bind_param and value> PHP_INT_MAX).
  • Fixed bug #52686 (mysql_stmt_attr_[gs]et argument points to incorrect type).
  • Fixed bug #52654 (mysqli doesn't install headers with structures it uses).
  • Fixed bug #52433 (Call to undefined method mysqli::poll() - must be static).
  • Fixed bug #52417 (MySQLi build failure with mysqlnd on MacOS X).
  • Fixed bug #52413 (MySQLi/libmysql build failure on OS X, FreeBSD).
  • Fixed bug #52390 (mysqli_report() should be per-request setting).
  • Fixed bug #52302 (mysqli_fetch_all does not work with MYSQLI_USE_RESULT).
  • Fixed bug #52221 (Misbehaviour of magic_quotes_runtime (get/set)).
  • Fixed bug #45921 (Can't initialize character set hebrew).
mysqlnd
  • Fixed bug #52613 (crash in mysqlnd after hitting memory limit).
odbc extension
  • Fixed bug #52512 (Broken error handling in odbc_execute).
openssl extension
  • Fixed possible blocking behavior in openssl_random_pseudo_bytes on Windows.
  • Fixed bug #53136 (Invalid read on openssl_csr_new()).
  • Fixed bug #52947 (segfault when ssl stream option capture_peer_cert_chain used).
oracle database extension (oci8)
  • Fixed bug #53284 (Valgrind warnings in oci_set_* functions)
  • Fixed bug #51610 (Using oci_connect causes PHP to take a long time to exit). Requires Oracle 11.2.0.2 client libraries (or Oracle bug fix 9891199) for this patch to have an effect.
pcntl extension
  • Fixed bug #52784 (Race condition when handling many concurrent signals).
pcre extension
  • Fixed bug #52971 (PCRE-Meta-Characters not working with utf-8).
  • Fixed bug #52732 (Docs say preg_match() returns FALSE on error, but it returns int(0)).
phar extension
  • Fixed bug #50987 (unaligned memory access in phar.c).
php-fpm sapi
  • Fixed bug #53412 (segfault when using -y).
  • Fixed inconsistent backlog default value (-1) in FPM on many systems.
  • Fixed bug #52501 (libevent made FPM crashed when forking -- libevent has been removed).
  • Fixed bug #52725 (gcc builtin atomic functions were sometimes used when they were not available).
  • Fixed bug #52693 (configuration file errors are not logged to stderr).
  • Fixed bug #52674 (FPM Status page returns inconsistent Content-Type headers).
  • Fixed bug #52498 (libevent was not only linked to php-fpm).
pdo
  • Fixed bug #52699 (PDO bindValue writes long int 32bit enum).
  • Fixed bug #52487 (PDO::FETCH_INTO leaks memory).
pdo dblib driver
  • Fixed bug #52546 (pdo_dblib segmentation fault when iterating MONEY values).
pdo firebird driver
  • Restored firebird support (VC9 builds only).
  • Fixed bug #53335 (pdo_firebird did not implement rowCount()).
  • Fixed bug #53323 (pdo_firebird getAttribute() crash).
pdo mysql driver
  • Fixed bug #52745 (Binding params doesn't work when selecting a date inside a CASE-WHEN).
postgresql extension
  • Fixed bug #47199 (pg_delete() fails on NULL).
reflection extension
  • Fixed ReflectionProperty::isDefault() giving a wrong result for properties obtained with ReflectionClass::getProperties().
  • Fixed bug #53366 (Reflection doesnt get dynamic property value from getProperty()).
  • Fixed bug #52854 (ReflectionClass::newInstanceArgs does not work for classes without constructors).
soap extension
  • Fixed bug #44248 (RFC2616 transgression while HTTPS request through proxy with SoapClient object).
spl extension
  • Fixed bug #53362 (Segmentation fault when extending SplFixedArray).
  • Fixed bug #53279 (SplFileObject doesn't initialise default CSV escape character).
  • Fixed bug #53144 (Segfault in SplObjectStorage::removeAll()).
  • Fixed bug #53071 (SPLObjectStorage defeats gc_collect_cycles).
  • Fixed bug #52573 (SplFileObject::fscanf Segmentation fault).
  • Fixed bug #51763 (SplFileInfo::getType() does not work symbolic link and directory).
  • Fixed bug #50481 (Storing many SPLFixedArray in an array crashes).
  • Fixed bug #50579 (RegexIterator::REPLACE doesn't work).
sqlite3 extension
  • Fixed bug #53463 (sqlite3 columnName() segfaults on bad column_number).
streams
  • Fixed forward stream seeking emulation in streams that don't support seeking in situations where the read operation gives back less data than requested and when there was data in the buffer before the emulation started. Also made more consistent its behavior -- should return failure every time less data than was requested was skipped.
  • Fixed bug #53241 (stream casting that relies on fdopen/fopencookie fails with streams opened with, inter alia, the 'xb' mode).
  • Fixed bug #53006 (stream_get_contents has an unpredictable behavior when the underlying stream does not support seeking).
  • Fixed bug #52944 (Invalid write on second and subsequent reads with an inflate filter fed invalid data).
  • Fixed bug #52820 (writes to fopencookie FILE* not commited when seeking the stream).
wddx extension
  • Fixed bug #52468 (wddx_deserialize corrupts integer field value when left empty).
zlib extension
  • Fixed bug #52926 (zlib fopen wrapper does not use context).
PHP 5.3.3
Released 22 Jul, 2010
reset error state in pdo
  • Changed namespaced classes so that the ctor can only be named __construct now.
implemented fr#51295 (sqlite3
  • Implemented FR#35638 (Adding udate to imap_fetch_overview results).
  • Rewrote var_export() to use smart_str rather than output buffering, prevents data disclosure if a fatal error occurs (CVE-2010-2531).
  • Fixed possible buffer overflows in mysqlnd_list_fields, mysqlnd_change_user.
  • Fixed possible buffer overflows when handling error packets in mysqlnd. Reported by Stefan Esser.
  • Fixed very rare memory leak in mysqlnd, when binding thousands of columns.
  • Fixed a crash when calling an inexistent method of a class that inherits PDOStatement if instantiated directly instead of doing by the PDO methods.
  • Fixed memory leak on error in mcrypt_create_iv on Windows.
  • Fixed a possible crash because of recursive GC invocation.
  • Fixed a possible resource destruction issues in shm_put_var(). Reported by Stefan Esser.
  • Fixed a possible information leak because of interruption of XOR operator. Reported by Stefan Esser.
  • Fixed a possible memory corruption because of unexpected call-time pass by refernce and following memory clobbering through callbacks. Reported by Stefan Esser.
fixed a possible memory corruption in arrayobject
  • Fixed a possible memory corruption in parse_str(). Reported by Stefan Esser.
  • Fixed a possible memory corruption in pack(). Reported by Stefan Esser.
  • Fixed a possible memory corruption in substr_replace(). Reported by Stefan Esser.
  • Fixed a possible memory corruption in addcslashes(). Reported by Stefan Esser.
  • Fixed a possible stack exhaustion inside fnmatch(). Reported by Stefan Esser.
  • Fixed a possible dechunking filter buffer overflow. Reported by Stefan Esser.
  • Fixed a possible arbitrary memory access inside sqlite extension. Reported by Mateusz Kocielski.
  • Fixed string format validation inside phar extension. Reported by Stefan Esser.
  • Fixed handling of session variable serialization on certain prefix characters. Reported by Stefan Esser.
  • Fixed a NULL pointer dereference when processing invalid XML-RPC requests (Fixes CVE-2010-0397, bug #51288).
  • Fixed 64-bit integer overflow in mhash_keygen_s2k().
  • Fixed SplObjectStorage unserialization problems (CVE-2010-2225).
  • Fixed the mail.log ini setting when no filename was given.
  • Fixed bug #52317 (Segmentation fault when using mail() on a rhel 4.x (only 64 bit)).
  • Fixed bug #52262 (json_decode() shows no errors on invalid UTF-8).
  • Fixed bug #52240 (hash_copy() does not copy the HMAC key, causes wrong results and PHP crashes).
  • Fixed bug #52238 (Crash when an Exception occured in iterator_to_array).
  • Fixed bug #52193 (converting closure to array yields empty array).
  • Fixed bug #52183 (Reflectionfunction reports invalid number of arguments for function aliases).
  • Fixed bug #52162 (custom request header variables with numbers are removed).
  • Fixed bug #52160 (Invalid E_STRICT redefined constructor error).
  • Fixed bug #52138 (Constants are parsed into the ini file for section names).
fixed bug #52115 (mysqli_result
  • Fixed bug #52101 (dns_get_record() garbage in 'ipv6' field on Windows).
  • Fixed bug #52082 (character_set_client & character_set_connection reset after mysqli_change_user()).
  • Fixed bug #52043 (GD doesn't recognize latest libJPEG versions).
  • Fixed bug #52041 (Memory leak when writing on uninitialized variable returned from function).
  • Fixed bug #52060 (Memory leak when passing a closure to method_exists()).
  • Fixed bug #52057 (ReflectionClass fails on Closure class).
  • Fixed bug #52051 (handling of case sensitivity of old-style constructors changed in 5.3+).
  • Fixed bug #52037 (Concurrent builds fail in install-programs).
  • Fixed bug #52019 (make lcov doesn't support TESTS variable anymore).
  • Fixed bug #52010 (open_basedir restrictions mismatch on vacuum command).
  • Fixed bug #52001 (Memory allocation problems after using variable variables).
  • Fixed bug #51991 (spl_autoload and *nix support with namespace).
fixed bug #51911 (reflectionparameter
  • Fixed bug #51905 (ReflectionParameter fails if default value is an array with an access to self::).
  • Fixed bug #51899 (Parse error in parse_ini_file() function when empy value followed by no newline).
  • Fixed bug #51844 (checkdnsrr does not support types other than MX).
  • Fixed bug #51827 (Bad warning when register_shutdown_function called with wrong num of parameters).
  • Fixed bug #51822 (Segfault with strange __destruct() for static class variables).
  • Fixed bug #51791 (constant() aborts execution when fail to check undefined constant).
  • Fixed bug #51732 (Fileinfo __construct or open does not work with NULL).
  • Fixed bug #51725 (xmlrpc_get_type() returns true on invalid dates).
  • Fixed bug #51723 (Content-length header is limited to 32bit integer with Apache2 on Windows).
  • Fixed bug #51721 (mark DOMNodeList and DOMNamedNodeMap as Traversable).
  • Fixed bug #51712 (Test mysql_mysqlnd_read_timeout_long must fail on MySQL4).
  • Fixed bug #51697 (Unsafe operations in free_storage of SPL iterators, causes crash during shutdown).
fixed bug #51690 (phar
  • Fixed bug #51688 (ini per dir crashes when invalid document root are given).
  • Fixed bug #51671 (imagefill does not work correctly for small images).
  • Fixed bug #51670 (getColumnMeta causes segfault when re-executing query after calling nextRowset).
  • Fixed bug #51647 Certificate file without private key (pk in another file) doesn't work.
  • Fixed bug #51629 (CURLOPT_FOLLOWLOCATION error message is misleading).
  • Fixed bug #51627 (script path not correctly evaluated).
  • Fixed bug #51624 (Crash when calling mysqli_options()).
  • Fixed bug #51615 (PHP crash with wrong HTML in SimpleXML).
fixed bug #51608 (pg_copy_to
  • Fixed bug #51607 (pg_copy_from does not allow schema in the tablename argument).
  • Fixed bug #51605 (Mysqli - zombie links).
  • Fixed bug #51604 (newline in end of header is shown in start of message).
  • Fixed bug #51590 (JSON_ERROR_UTF8 is undefined).
  • Fixed bug #51583 (Bus error due to wrong alignment in mysqlnd).
  • Fixed bug #51582 (Don't assume UINT64_C it's ever available).
  • Fixed bug #51577 (Uninitialized memory reference with oci_bind_array_by_name)
  • Fixed bug #51562 (query timeout in mssql can not be changed per query).
  • Fixed bug #51552 (debug_backtrace() causes segmentation fault and/or memory issues).
  • Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection).
  • Fixed bug #51435 (Missing ifdefs / logic bug in crypt code cause compile errors).
  • Fixed bug #51424 (crypt() function hangs after 3rd call).
  • Fixed bug #51394 (Error line reported incorrectly if error handler throws an exception).
fixed bug #51393 (datetime
  • Fixed bug #51347 (mysqli_close / connection memory leak).
  • Fixed bug #51338 (URL-Rewriter is still enabled if use_only_cookies is on).
  • Fixed bug #51291 (oci_error doesn't report last error when called two times)
  • Fixed bug #51276 (php_load_extension() is missing when HAVE_LIBDL is undefined).
  • Fixed bug #51273 (Faultstring property does not exist when the faultstring is empty)
  • Fixed bug #51269 (zlib.output_compression Overwrites Vary Header).
  • Fixed bug #51257 (CURL_VERSION_LARGEFILE incorrectly used after libcurl version 7.10.1).
  • Fixed bug #51242 (Empty mysql.default_port does not default to 3306 anymore, but 0).
  • Fixed bug #51237 (milter SAPI crash on startup).
  • Fixed bug #51213 (pdo_mssql is trimming value of the money column).
  • Fixed bug #51190 (ftp_put() returns false when transfer was successful).
  • Fixed bug #51183 (ext/date/php_date.c fails to compile with Sun Studio).
  • Fixed bug #51176 (Static calling in non-static method behaves like $this->).
  • Fixed bug #51171 (curl_setopt() doesn't output any errors or warnings when an invalid option is provided).
  • Fixed bug #51128 (imagefill() doesn't work with large images).
  • Fixed bug #51096 ('last day' and 'first day' are handled incorrectly when parsing date strings).
  • Fixed bug #51086 (DBA DB4 doesn't work with Berkeley DB 4.8).
  • Fixed bug #51062 (DBA DB4 uses mismatched headers and libraries).
  • Fixed bug #51026 (mysqli_ssl_set not working).
  • Fixed bug #51023 (filter doesn't detect int overflows with GCC 4.4).
  • Fixed bug #50999 (unaligned memory access in dba_fetch()).
  • Fixed bug #50976 (Soap headers Authorization not allowed).
  • Fixed bug #50828 (DOMNotation is not subclass of DOMNode).
  • Fixed bug #50810 (property_exists does not work for private).
  • Fixed bug #50762 (in WSDL mode Soap Header handler function only being called if defined in WSDL).
  • Fixed bug #50731 (Inconsistent namespaces sent to functions registered with spl_autoload_register).
  • Fixed bug #50563 (removing E_WARNING from parse_url).
  • Fixed bug #50578 (incorrect shebang in phar.phar).
  • Fixed bug #50392 (date_create_from_format enforces 6 digits for 'u' format character).
  • Fixed bug #50383 (Exceptions thrown in __call / __callStatic do not include file and line in trace).
  • Fixed bug #50358 (Compile failure compiling ext/phar/util.lo).
  • Fixed bug #50101 (name clash between global and local variable).
fixed bug #50055 (datetime
  • Fixed bug #51002 (fix possible memory corruption with very long names).
  • Fixed bug #49893 (Crash while creating an instance of Zend_Mail_Storage_Pop3).
  • Fixed bug #49819 (STDOUT losing data with posix_isatty()).
fixed bug #49778 (dateinterval
  • Fixed bug #49700 (memory leaks in php_date.c if garbage collector is enabled).
  • Fixed bug #49576 (FILTER_VALIDATE_EMAIL filter needs updating)
  • Fixed bug #49490 (XPath namespace prefix conflict).
  • Fixed bug #49429 (odbc_autocommit doesn't work).
  • Fixed bug #49320 (PDO returns null when SQLite connection fails).
  • Fixed bug #49234 (mysqli_ssl_set not found).
  • Fixed bug #49216 (Reflection doesn't seem to work properly on MySqli).
  • Fixed bug #49192 (PHP crashes when GC invoked on COM object).
fixed bug #48983 (domdocument
  • Fixed bug #48930 (__COMPILER_HALT_OFFSET__ incorrect in PHP >= 5.3).
  • Fixed bug #48902 (Timezone database fallback map is outdated).
  • Fixed bug #48781 (Cyclical garbage collector memory leak).
  • Fixed bug #48601 (xpath() returns FALSE for legitimate query).
fixed bug #48361 (splfileinfo
  • Fixed bug #48289 (iconv_mime_encode() quoted-printable scheme is broken). .
  • Fixed bug #47842 (sscanf() does not support 64-bit values).
  • Fixed bug #46111 (Some timezone identifiers can not be parsed).
  • Fixed bug #45808 (stream_socket_enable_crypto() blocks and eats CPU).
  • Fixed bug #43233 (sasl support for ldap on Windows).
  • Fixed bug #35673 (formatOutput does not work with saveHTML).
  • Fixed bug #33210 (getimagesize() fails to detect width/height on certain JPEGs).
PHP 5.3.2
Released 04 Mar, 2010
added reflectionmethod
  • Added LIBXML_PARSEHUGE constant to override the maximum text size of a single text node when using libxml2.7.3+. (Kalle) through the Reflection API.
added collator
  • Added support for CURLOPT_POSTREDIR. FR #49571.
  • Added support for CURLOPT_CERTINFO. FR #49253.
  • Added client-side server name indication support in openssl.
  • Improved fix for bug #50006 (Segfault caused by uksort()).
  • Fixed mysqlnd hang when queries exactly 16777214 bytes long are sent.
  • Fixed incorrect decoding of 5-byte BIT sequences in mysqlnd.
  • Fixed error_log() to be binary safe when using message_type 3.
  • Fixed unnecessary invocation of setitimer when timeouts have been disabled.
  • Fixed memory leak in extension loading when an error occurs on Windows.
  • Fixed safe_mode validation inside tempnam() when the directory path does not end with a /).
  • Fixed a possible open_basedir/safe_mode bypass in session extension identified by Grzegorz Stachowiak.
  • Fixed possible crash when a error/warning is raised during php startup.
  • Fixed possible bad behavior of rename on windows when used with symbolic links or invalid paths.
  • Fixed error output to stderr on Windows.
  • Fixed memory leaks in is_writable/readable/etc on Windows.
  • Fixed memory leaks in the ACL function on Windows.
  • Fixed memory leak in the realpath cache on Windows.
  • Fixed memory leak in zip_close.
  • Fixed crypt's blowfish sanity check of the "setting" string, to reject iteration counts encoded as 36 through 39.
  • Fixed bug #51059 (crypt crashes when invalid salt are given).
  • Fixed bug #50952 (allow underscore _ in constants parsed in php.ini files).
  • Fixed bug #50940 (Custom content-length set incorrectly in Apache SAPIs).
  • Fixed bug #50930 (Wrong date by php_date.c patch with ancient gcc/glibc versions).
  • Fixed bug #50907 (X-PHP-Originating-Script adding two new lines in *NIX).
  • Fixed bug #50859 (build fails with openssl 1.0 due to md2 deprecation).
  • Fixed bug #50847 (strip_tags() removes all tags greater then 1023 bytes long).
  • Fixed bug #50829 (php.ini directive pdo_mysql.default_socket is ignored).
  • Fixed bug #50832 (HTTP fopen wrapper does not support passwordless HTTP authentication).
  • Fixed bug #50787 (stream_set_write_buffer() has no effect on socket streams).
  • Fixed bug #50761 (system.multiCall crashes in xmlrpc extension).
  • Fixed bug #50756 (CURLOPT_FTP_SKIP_PASV_IP does not exist).
  • Fixed bug #50732 (exec() adds single byte twice to $output array).
  • Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0).
  • Fixed bug #50723 (Bug in garbage collector causes crash).
  • Fixed bug #50690 (putenv does not set ENV when the value is only one char).
  • Fixed bug #50680 (strtotime() does not support eighth ordinal number).
fixed bug #50661 (domdocument
  • Fixed bug #50657 (copy() with an empty (zero-byte) HTTP source succeeds but returns false).
  • Fixed bug #50636 (MySQLi_Result sets values before calling constructor).
  • Fixed bug #50632 (filter_input() does not return default value if the variable does not exist).
  • Fixed bug #50576 (XML_OPTION_SKIP_TAGSTART option has no effect).
  • Fixed bug #50558 (Broken object model when extending tidy).
  • Fixed bug #50540 (Crash while running ldap_next_reference test cases).
  • Fixed bug #50519 (segfault in garbage collection when using set_error_handler and DomDocument).
fixed bug #50508 (compile failure
  • Fixed bug #50496 (Use of <stdbool.h> is valid only in a c99 compilation environment.
  • Fixed bug #50464 (declare encoding doesn't work within an included file).
fixed bug #50458 (pdo
  • Fixed bug #50445 (PDO-ODBC stored procedure call from Solaris 64-bit causes seg fault).
  • Fixed bug #50416 (PROCEDURE db.myproc can't return a result set in the given context).
  • Fixed bug #50394 (Reference argument converted to value in __call).
  • Fixed bug #50351 (performance regression handling objects, ten times slower in 5.3 than in 5.2).
  • Fixed bug #50392 (date_create_from_format() enforces 6 digits for 'u' format character).
  • Fixed bug #50345 (nanosleep not detected properly on some solaris versions).
  • Fixed bug #50340 (php.ini parser does not allow spaces in ini keys).
  • Fixed bug #50334 (crypt ignores sha512 prefix).
  • Fixed bug #50323 (Allow use of ; in values via ;; in PDO DSN).
  • Fixed bug #50285 (xmlrpc does not preserve keys in encoded indexed arrays).
  • Fixed bug #50282 (xmlrpc_encode_request() changes object into array in calling function).
  • Fixed bug #50267 (get_browser(null) does not use HTTP_USER_AGENT).
  • Fixed bug #50266 (conflicting types for llabs).
  • Fixed bug #50261 (Crash When Calling Parent Constructor with call_user_func()).
  • Fixed bug #50255 (isset() and empty() silently casts array to object).
  • Fixed bug #50240 (pdo_mysql.default_socket in php.ini shouldn't used if it is empty).
  • Fixed bug #50231 (Socket path passed using --with-mysql-sock is ignored when mysqlnd is enabled).
  • Fixed bug #50219 (soap call Segmentation fault on a redirected url).
  • Fixed bug #50212 (crash by ldap_get_option() with LDAP_OPT_NETWORK_TIMEOUT).
  • Fixed bug #50209 (Compiling with libedit cannot find readline.h).
  • Fixed bug #50207 (segmentation fault when concatenating very large strings on 64bit linux).
  • Fixed bug #50196 (stream_copy_to_stream() produces warning when source is not file).
  • Fixed bug #50195 (pg_copy_to() fails when table name contains schema.
  • Fixed bug #50185 (ldap_get_entries() return false instead of an empty array when there is no error).
  • Fixed bug #50174 (Incorrectly matched docComment).
  • Fixed bug #50168 (FastCGI fails with wrong error on HEAD request to non-existant file).
  • Fixed bug #50162 (Memory leak when fetching timestamp column from Oracle database).
  • Fixed bug #50159 (wrong working directory in symlinked files).
  • Fixed bug #50158 (FILTER_VALIDATE_EMAIL fails with valid addresses containing = or ?).
fixed bug #50146 (property_exists
  • Fixed bug #50145 (crash while running bug35634.phpt).
  • Fixed bug #50140 (With default compilation option, php symbols are unresolved for nsapi).
  • Fixed bug #50087 (NSAPI performance improvements).
  • Fixed bug #50073 (parse_url() incorrect when ? in fragment).
  • Fixed bug #50023 (pdo_mysql doesn't use PHP_MYSQL_UNIX_SOCK_ADDR).
  • Fixed bug #50005 (Throwing through Reflection modified Exception object makes segmentation fault).
  • Fixed bug #49990 (SNMP3 warning message about security level printed twice).
  • Fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted transaction).
fixed bug #49938 (phar
  • Fixed bug #49936 (crash with ftp stream in php_stream_context_get_option()).
  • Fixed bug #49921 (Curl post upload functions changed).
  • Fixed bug #49866 (Making reference on string offsets crashes PHP).
  • Fixed bug #49855 (import_request_variables() always returns NULL).
  • Fixed bug #49851, #50451 (http wrapper breaks on 1024 char long headers).
  • Fixed bug #49800 (SimpleXML allow (un)serialize() calls without warning).
fixed bug #49719 (reflectionclass
  • Fixed bug #49677 (ini parser crashes with apache2 and using ${something} ini variables).
  • Fixed bug #49660 (libxml 2.7.3+ limits text nodes to 10MB).
  • Fixed bug #49647 (DOMUserData does not exist).
  • Fixed bug #49600 (imageTTFText text shifted right).
  • Fixed bug #49585 (date_format buffer not long enough for >4 digit years).
fixed bug #49560 (oci8
  • Fixed bug #49521 (PDO fetchObject sets values before calling constructor).
  • Fixed bug #49472 (Constants defined in Interfaces can be overridden).
  • Fixed bug #49463 (setAttributeNS fails setting default namespace).
  • Fixed bug #49244 (Floating point NaN cause garbage characters).
  • Fixed bug #49224 (Compile error due to old DNS functions on AIX systems).
  • Fixed bug #49174 (crash when extending PDOStatement and trying to set queryString property).
  • Fixed bug #48811 (Directives in PATH section do not get applied to subdirectories).
  • Fixed bug #48590 (SoapClient does not honor max_redirects).
  • Fixed bug #48190 (Content-type parameter "boundary" is not case-insensitive in HTTP uploads).
  • Fixed bug #47848 (importNode doesn't preserve attribute namespaces).
  • Fixed bug #47409 (extract() problem with array containing word "this").
  • Fixed bug #47281 ($php_errormsg is limited in size of characters)
  • Fixed bug #46478 (htmlentities() uses obsolete mapping table for character entity references).
  • Fixed bug #45599 (strip_tags() truncates rest of string with invalid attribute).
  • Fixed bug #45120 (PDOStatement->execute() returns true then false for same statement).
fixed bug #44827 (define() allows
  • Fixed bug #44098 (imap_utf8() returns only capital letters).
  • Fixed bug #34852 (Failure in odbc_exec() using oracle-supplied odbc driver).
PHP 5.3.1
Released 19 Nov, 2009
fixed crash in sqlitedatabase
  • Fixed certificate validation inside php_openssl_apply_verification_policy (Ryan Sleevi, Ilia) when calling using Reflection.
  • Fixed crash when instantiating PDORow and PDOStatement through Reflection.
  • Fixed sanity check for the color index in imagecolortransparent.
  • Fixed scandir/readdir when used mounted points on Windows.
  • Fixed zlib.deflate compress filter to actually accept level parameter.
  • Fixed leak on error in popen/exec (and related functions) on Windows.
  • Fixed possible bad caching of symlinked directories in the realpath cache on Windows.
  • Fixed atime and mtime in stat related functions on Windows.
  • Fixed spl_autoload_unregister/spl_autoload_functions wrt. Closures and Functors.
  • Fixed open_basedir circumvention for "mail.log" ini directive.
  • Fixed signature generation/validation for zip archives in ext/phar.
  • Fixed memory leak in stream_is_local().
  • Fixed BC break in mime_content_type(), removes the content encoding.
  • Fixed PECL bug #16842 (oci_error return false when NO_DATA_FOUND is raised).
  • Fixed bug #50063 (safe_mode_include_dir fails).
  • Fixed bug #50052 (Different Hashes on Windows and Linux on wrong Salt size).
  • Fixed bug #49986 (Missing ICU DLLs on windows package).
  • Fixed bug #49910 (no support for ././@LongLink for long filenames in phar tar support).
  • Fixed bug #49908 (throwing exception in __autoload crashes when interface is not defined).
  • Fixed bug #49847 (exec() fails to return data inside 2nd parameter, given output lines >4095 bytes).
  • Fixed bug #49809 (time_sleep_until() is not available on OpenSolaris).
  • Fixed bug #49757 (long2ip() can return wrong value in a multi-threaded applications).
  • Fixed bug #49738 (calling mcrypt after mcrypt_generic_deinit crashes).
  • Fixed bug #49732 (crashes when using fileinfo when timestamp conversion fails).
  • Fixed bug #49698 (Unexpected change in strnatcasecmp()).
  • Fixed bug #49630 (imap_listscan function missing).
  • Fixed bug #49572 (use of C++ style comments causes build failure).
  • Fixed bug #49531 (CURLOPT_INFILESIZE sometimes causes warning "CURLPROTO_FILE cannot be set").
  • Fixed bug #49517 (cURL's CURLOPT_FILE prevents file from being deleted after fclose).
  • Fixed bug #49470 (FILTER_SANITIZE_EMAIL allows disallowed characters).
  • Fixed bug #49447 (php engine need to correctly check for socket API return status on windows).
  • Fixed bug #49391 (ldap.c utilizing deprecated ldap_modify_s).
  • Fixed bug #49372 (segfault in php_curl_option_curl).
  • Fixed bug #49361 (wordwrap() wraps incorrectly on end of line boundaries).
  • Fixed bug #49306 (inside pdo_mysql default socket settings are ignored).
  • Fixed bug #49289 (bcmath module doesn't compile with phpize configure).
fixed bug #49286 (php
  • Fixed bug #49269 (Ternary operator fails on Iterator object when used inside foreach declaration).
  • Fixed bug #49236 (Missing PHP_SUBST(PDO_MYSQL_SHARED_LIBADD)).
  • Fixed bug #49223 (Inconsistency using get_defined_constants).
  • Fixed bug #49193 (gdJpegGetVersionString() inside gd_compact identifies wrong type in declaration).
  • Fixed bug #49183 (dns_get_record does not return NAPTR records).
  • Fixed bug #49144 (Import of schema from different host transmits original authentication details).
  • Fixed bug #49142 (crash when exception thrown from __tostring()).
  • Fixed bug #49132 (posix_times returns false without error).
  • Fixed bug #49125 (Error in dba_exists C code).
  • Fixed bug #49122 (undefined reference to mysqlnd_stmt_next_result on compile with --with-mysqli and MySQL 6.0).
  • Fixed bug #49108 (2nd scan_dir produces segfault).
  • Fixed bug #49098 (mysqli segfault on error).
  • Fixed bug #49095 (proc_get_status['exitcode'] fails on win32).
  • Fixed bug #49092 (ReflectionFunction fails to work with functions in fully qualified namespaces).
  • Fixed bug #49074 (private class static fields can be modified by using reflection).
  • Fixed bug #49072 (feof never returns true for damaged file in zip).
  • Fixed bug #49065 ("disable_functions" php.ini option does not work on Zend extensions).
fixed bug #49064 (--enable-session=shared does not work
  • Fixed bug #49056 (parse_ini_file() regression in 5.3.0 when using non-ASCII strings as option keys).
  • Fixed bug #49052 (context option headers freed too early when using --with-curlwrappers).
  • Fixed bug #49047 (The function touch() fails on directories on Windows).
fixed bug #49032 (splfileobject
  • Fixed bug #49027 (mysqli_options() doesn't work when using mysqlnd).
  • Fixed bug #49026 (proc_open() can bypass safe_mode_protected_env_vars restrictions).
  • Fixed bug #49020 (phar misinterprets ustar long filename standard).
  • Fixed bug #49018 (phar tar stores long filenames wit prefix/name reversed).
  • Fixed bug #49014 (dechunked filter broken when serving more than 8192 bytes in a chunk).
  • Fixed bug #49012 (phar tar signature algorithm reports as Unknown (0) in getSignature() call).
  • Fixed bug #49000 (PHP CLI in Interactive mode (php -a) crashes when including files from function).
  • Fixed bug #48994 (zlib.output_compression does not output HTTP headers when set to a string value).
  • Fixed bug #48980 (Crash when compiling with pdo_firebird).
  • Fixed bug #48962 (cURL does not upload files with specified filename).
  • Fixed bug #48929 (Double \r\n after HTTP headers when "header" context option is an array).
  • Fixed bug #48913 (Too long error code strings in pdo_odbc driver).
  • Fixed bug #48912 (Namespace causes unexpected strict behaviour with extract()).
  • Fixed bug #48909 (Segmentation fault in mysqli_stmt_execute()).
  • Fixed bug #48899 (is_callable returns true even if method does not exist in parent class).
  • Fixed bug #48893 (Problems compiling with Curl).
  • Fixed bug #48880 (Random Appearing open_basedir problem).
fixed bug #48872 (string.c
  • Fixed bug #48854 (array_merge_recursive modifies arrays after first one).
  • Fixed bug #48805 (IPv6 socket transport is not working).
  • Fixed bug #48802 (printf() returns incorrect outputted length).
  • Fixed bug #48791 (open office files always reported as corrupted).
  • Fixed bug #48788 (RecursiveDirectoryIterator doesn't descend into symlinked directories).
  • Fixed bug #48783 (make install will fail saying phar file exists).
  • Fixed bug #48774 (SIGSEGVs when using curl_copy_handle()).
  • Fixed bug #48771 (rename() between volumes fails and reports no error on Windows).
  • Fixed bug #48768 (parse_ini_*() crash with INI_SCANNER_RAW).
  • Fixed bug #48763 (ZipArchive produces corrupt archive).
  • Fixed bug #48762 (IPv6 address filter still rejects valid address).
fixed bug #48757 (reflectionfunction
  • Fixed bug #48754 (mysql_close() crash php when no handle specified).
  • Fixed bug #48752 (Crash during date parsing with invalid date).
  • Fixed bug #48746 (Unable to browse directories within Junction Points).
fixed bug #48745 (mysqlnd
  • Fixed bug #48740 (PHAR install fails when INSTALL_ROOT is not the final install location).
  • Fixed bug #48733 (CURLOPT_WRITEHEADER|CURLOPT_FILE|CURLOPT_STDERR warns on files that have been opened with r+).
fixed bug #48719 (parse_ini_*()
  • Fixed bug #48718 (FILTER_VALIDATE_EMAIL does not allow numbers in domain components).
  • Fixed bug #48681 (openssl signature verification for tar archives broken).
fixed bug #48660 (parse_ini_*()
  • Fixed bug #48645 (mb_convert_encoding() doesn't understand hexadecimal html-entities).
  • Fixed bug #48637 ("file" fopen wrapper is overwritten when using --with-curlwrappers).
  • Fixed bug #48608 (Invalid libreadline version not detected during configure).
  • Fixed bug #48400 (imap crashes when closing stream opened with OP_PROTOTYPE flag).
  • Fixed bug #48377 (error message unclear on converting phar with existing file).
  • Fixed bug #48247 (Infinite loop and possible crash during startup with errors when errors are logged).
fixed bug #48198 error
  • Fixed bug #48189 (ibase_execute error in return param).
  • Fixed bug #48182 (ssl handshake fails during asynchronous socket connection).
  • Fixed bug #48116 (Fixed build with Openssl 1.0).
  • Fixed bug #48057 (Only the date fields of the first row are fetched, others are empty).
  • Fixed bug #47481 (natcasesort() does not sort extended ASCII characters correctly).
  • Fixed bug #47351 (Memory leak in DateTime).
  • Fixed bug #47273 (Encoding bug in SoapServer->fault).
  • Fixed bug #46682 (touch() afield returns different values on windows).
  • Fixed bug #46614 (Extended MySQLi class gives incorrect empty() result).
  • Fixed bug #46020 (with Sun Java System Web Server 7.0 on HPUX, #define HPUX).
  • Fixed bug #45905 (imagefilledrectangle() clipping error).
  • Fixed bug #45554 (Inconsistent behavior of the u format char).
  • Fixed bug #45141 (setcookie will output expires years of >4 digits).
  • Fixed bug #44683 (popen crashes when an invalid mode is passed).
  • Fixed bug #43510 (stream_get_meta_data() does not return same mode as used in fopen).
  • Fixed bug #42434 (ImageLine w/ antialias = 1px shorter).
  • Fixed bug #40013 (php_uname() does not return nodename on Netware
  • Fixed bug #38091 (Mail() does not use FQDN when sending SMTP helo).
  • Fixed bug #28038 (Sent incorrect RCPT TO commands to SMTP server)
  • Fixed bug #27051 (Impersonation with FastCGI does not exec process as impersonated user).
PHP 5.3.0
Released 30 Jun, 2009
moved extensions to pecl (derick, lukas, pierre, scott)
  • Upgraded bundled sqlite to version 3.6.15.
  • ext/dbase
  • ext/fbsql
  • ext/fdf
  • ext/ncurses
  • ext/mhash
  • ext/ming
  • ext/msql
  • ext/sybase
  • Removed the experimental RPL (master/slave) functions from mysqli.
  • Removed zend.ze1_compatibility_mode.
  • Removed all zend_extension_* php.ini directives. Zend extensions are now always loaded using zend_extension directive.
  • Removed special treatment of "/tmp" in sessions for open_basedir. Note: This undocumented behaviour was introduced in 5.2.2.
  • Removed shebang line check from CGI sapi (checked by scanner).
  • Changed PCRE, Reflection and SPL extensions to be always enabled.
  • Changed md5() to use improved implementation.
  • Changed HTTP stream wrapper to accept any code between and including 200 to 399 as successful.
  • Changed __call() to be invoked on private/protected method access, similar to properties and __get().
  • Changed dl() to be disabled by default. Enabled only when explicitly registered by the SAPI. Currently enabled with cli, cgi and embed SAPIs.
  • Changed opendir(), dir() and scandir() to use default context when no context argument is passed.
  • Changed open_basedir to allow tightening in runtime contexts.
  • Changed PHP/Zend extensions to use flexible build IDs.
  • Changed error level E_ERROR into E_WARNING in Soap extension methods parameter validation.
  • Changed openssl info to show the shared library version number.
  • Changed floating point behaviour to consistently use double precision on all platforms and with all compilers.
  • Changed round() to act more intuitively when rounding to a certain precision and round very large and very small exponents correctly.
  • Changed session_start() to return false when session startup fails.
  • Changed property_exists() to check the existence of a property independent of accessibility (like method_exists()).
  • Changed array_reduce() to allow mixed $initial
improved php syntax and semantics
  • Added lambda functions and closures.
  • Added "jump label" operator (limited "goto").
  • Added NOWDOC syntax.
  • Added HEREDOC syntax with double quotes.
  • Added support for using static HEREDOCs to initialize static variables and class members or constants.
  • Improved syntax highlighting and consistency for variables in double-quoted strings and literal text in HEREDOCs and backticks.
  • Added "?:" operator.
  • Added support for namespaces.
  • Added support for Late Static Binding.
  • Added support for __callStatic() magic method.
  • Added forward_static_call(_array) to complete LSB.
  • Added support for dynamic access of static members using $foo::myFunc().
  • Improved checks for callbacks.
  • Added __DIR__ constant.
  • Added new error modes E_USER_DEPRECATED and E_DEPRECATED. E_DEPRECATED is used to inform about stuff being scheduled for removal in future PHP versions.
  • Added "request_order" INI variable to control specifically $_REQUEST behavior.
  • Added support for exception linking.
  • Added ability to handle exceptions in destructors.
improved php runtime speed and memory usage
  • Substitute global-scope, persistent constants with their values at compile time.
  • Optimized ZEND_SIGNED_MULTIPLY_LONG().
  • Removed direct executor recursion.
  • Use fastcall calling convention in executor on x86.
  • Use IS_CV for direct access to $this variable.
  • Use ZEND_FREE() opcode instead of ZEND_SWITCH_FREE(IS_TMP_VAR).
  • Lazy EG(active_symbol_table) initialization.
  • Optimized ZEND_RETURN opcode to not allocate and copy return value if it is not used.
  • Replaced all flex based scanners with re2c based scanners.
  • Added garbage collector. .
  • Improved PHP binary size and startup speed with GCC4 visibility control.
  • Improved engine stack implementation for better performance and stability.
  • Improved memory usage by moving constants to read only memory.
  • Changed exception handling. Now each op_array doesn't contain ZEND_HANDLE_EXCEPTION opcode in the end.
  • Optimized require_once() and include_once() by eliminating fopen(3) on second usage.
  • Optimized ZEND_FETCH_CLASS + ZEND_ADD_INTERFACE into single ZEND_ADD_INTERFACE opcode.
  • Optimized string searching for a single character.
  • Optimized interpolated strings to use one less opcode.
improved php.ini handling
  • Added ".htaccess" style user-defined php.ini files support for CGI/FastCGI.
  • Added support for special [PATH=/opt/httpd/www.example.com/] and [HOST=www.example.com] sections. Directives set in these sections can not be overridden by user-defined ini-files or during runtime.
  • Added better error reporting for php.ini syntax errors.
  • Allowed using full path to load modules using "extension" directive.
  • Allowed "ini-variables" to be used almost everywhere ini php.ini files.
  • Allowed using alphanumeric/variable indexes in "array" ini options.
  • Added 3rd optional parameter to parse_ini_file() to specify the scanning mode of INI_SCANNER_NORMAL or INI_SCANNER_RAW. In raw mode option values and section values are treated as-is.
  • Fixed get_cfg_var() to be able to return "array" ini options.
  • Added optional parameter to ini_get_all() to only retrieve the current value.
improved windows support
  • Update all libraries to their latest stable version. .
  • Added Windows support for stat(), touch(), filemtime(), filesize() and related functions.
  • Re-added socket_create_pair() for Windows in sockets extension.
  • Added inet_pton() and inet_ntop() also for Windows platforms.
  • Added mcrypt_create_iv() for Windows platforms.
  • Added ACL Cache support on Windows.
  • Added constants based on Windows' GetVersionEx information. PHP_WINDOWS_VERSION_* and PHP_WINDOWS_NT_*.
  • Added support for ACL (is_writable, is_readable, reports now correct results) on Windows.
  • Added support for fnmatch() on Windows.
  • Added support for time_nanosleep() and time_sleep_until() on Windows.
  • Added support for symlink(), readlink(), linkinfo() and link() on Windows. They are available only when the running platform supports them.
  • the GMP extension now relies on MPIR instead of the GMP library.
  • Added Windows support for stream_socket_pair().
  • Drop all external dependencies for the core features.
  • Drastically improve the build procedure :
  • VC9 or later support
  • Initial experimental x64 support
  • MSI installer now supports all recent Windows versions, including Windows 7.
improved and cleaned cgi code
  • FastCGI is now always enabled and cannot be disabled. See sapi/cgi/CHANGES for more details.
  • Added CGI SAPI -T option which can be used to measure execution time of script repeated several times.
improved streams
  • Fixed confusing error message on failure when no errors are logged.
  • Added stream_supports_lock() function.
  • Added context parameter for copy() function.
  • Added "glob://" stream wrapper.
  • Added "params" as optional parameter for stream_context_create().
  • Added ability to use stream wrappers in include_path.
  • Improved DNS API
  • Added Windows support for dns_check_record(), dns_get_mx(), checkdnsrr() and getmxrr().
  • Added support for old style DNS functions (supports OSX and FBSD).
  • Added a new "entries" array in dns_check_record() containing the TXT elements.
improved hash extension
  • Changed mhash to be a wrapper layer around the hash extension.
  • Added hash_copy() function.
  • Added sha224 hash algorithm to the hash extension.
improved imap support (pierre)
  • Added imap_gc() to clear the imap cache
  • Added imap_utf8_to_mutf7() and imap_mutf7_to_utf8()
improved mbstring extension
  • Added "mbstring.http_output_conv_mimetypes" INI directive that allows common non-text types such as "application/xhtml+xml" to be converted by mb_output_handler().
improved oci8 extension (chris jones/oracle corp.)
  • Added Database Resident Connection Pooling (DRCP) and Fast Application Notification support.
  • Added support for Oracle External Authentication .
  • Improve persistent connection handling of restarted DBs.
  • Added SQLT_AFC support to oci_bind_by_name.
  • Fixed bug #45458
  • Fixed bug #41069 .
  • Fixed define of SQLT_BDOUBLE and SQLT_BFLOAT constants with Oracle 10g ORACLE_HOME builds.
  • Changed default value of oci8.default_prefetch from 10 to 100.
  • Fixed PECL Bug #16035 (OCI8: oci_connect without ORACLE_HOME defined causes segfault)
  • Fixed PECL Bug #15988 (OCI8: sqlnet.ora isn't read with older Oracle libraries)
  • Fixed PECL Bug #14268 (Allow "pecl install oci8" command to "autodetect" an Instant Client RPM install)
  • Fixed PECL bug #12431 .
  • Allow building the PHP 5.3-based OCI8 code with PHP 4.3.9 onwards.
  • Provide separate extensions for Oracle 11g and 10g on Windows.
improved openssl extension
  • Added support for OpenSSL digest and cipher functions.
  • Added access to internal values of DSA, RSA and DH keys.
  • Fixed a memory leak on openssl_decrypt().
  • Fixed segfault caused by openssl_pkey_new().
  • Fixed bug caused by uninitilized variables in openssl_pkcs7_encrypt() and openssl_pkcs7_sign().
  • Fixed error message in openssl_seal().
improved pcntl extension
  • Added pcntl_signal_dispatch().
  • Added pcntl_sigprocmask().
  • Added pcntl_sigwaitinfo().
  • Added pcntl_sigtimedwait().
improved soap extension
  • Added support for element names in context of XMLSchema's <any>.
  • Added ability to use Traversable objects instead of plain arrays.
  • Fixed possible crash bug caused by an uninitialized value.
improved spl extension
  • Added SPL to list of standard extensions that cannot be disabled.
  • Added ability to store associative information with objects in SplObjectStorage.
  • Added ArrayAccess support to SplObjectStorage.
  • Added SplDoublyLinkedList, SplStack, SplQueue classes.
  • Added FilesystemIterator.
  • Added GlobIterator.
  • Added SplHeap, SplMinHeap, SplMaxHeap, SplPriorityQueue classes.
  • Added new parameter $prepend to spl_autoload_register().
  • Added SplFixedArray.
  • Added delaying exceptions in SPL's autoload mechanism.
  • Added RecursiveTreeIterator.
  • Added MultipleIterator.
improved zend engine
  • Added "compact" handler for Zend MM storage.
  • Added "+" and "*" specifiers to zend_parse_parameters().
  • Added concept of "delayed early binding" that allows opcode caches to perform class declaration (early and/or run-time binding) in exactly the same order as vanilla PHP.
improved crypt() function
  • Added Blowfish and extended DES support. .
  • Made crypt features portable by providing our own implementations for crypt_r and the algorithms which are used when OS does not provide them. PHP implementations are always used for Windows builds.
  • Deprecated session_register(), session_unregister() and session_is_registered().
  • Deprecated define_syslog_variables().
  • Deprecated ereg extension.
added new extensions
  • Added Enchant extension as a way to access spell checkers.
  • Added fileinfo extension as replacement for mime_magic extension.
  • Added intl extension for Internationalization.
  • Added mysqlnd extension as replacement for libmysql for ext/mysql, mysqli and PDO_mysql.
  • Added phar extension for handling PHP Archives.
  • Added SQLite3 extension.
added new date/time functionality
  • date_parse_from_format(): Parse date/time strings according to a format.
  • date_create_from_format()/DateTime::createFromFormat(): Create a date/time object by parsing a date/time string according to a given format.
  • date_get_last_errors()/DateTime::getLastErrors(): Return a list of warnings and errors that were found while parsing a date/time string through:
  • strtotime() / new DateTime
  • date_create_from_format() / DateTime::createFromFormat()
  • date_parse_from_format().
  • support for abbreviation and offset based timezone specifiers for the 'e' format specifier, DateTime::__construct(), DateTime::getTimeZone() and DateTimeZone::getName().
  • support for selectively listing timezone identifiers by continent or country code through timezone_identifiers_list() / DateTimezone::listIdentifiers().
  • timezone_location_get() / DateTimezone::getLocation() for retrieving location information from timezones.
  • date_timestamp_set() / DateTime::setTimestamp() to set a Unix timestamp without invoking the date parser.
  • date_timestamp_get() / DateTime::getTimestamp() to retrieve the Unix timestamp belonging to a date object.
  • two optional parameters to timezone_transitions_get() / DateTimeZone::getTranstions() to limit the range of transitions being returned.
  • support for "first/last day of <month>" style texts.
  • support for date/time strings returned by MS SQL.
  • support for serialization and unserialization of DateTime objects.
  • support for diffing date/times through date_diff() / DateTime::diff().
  • support for adding/subtracting weekdays with strtotime() and DateTime::modify().
  • DateInterval class to represent the difference between two date/times.
  • support for parsing ISO intervals for use with DateInterval.
  • date_add() / DateTime::add(), date_sub() / DateTime::sub() for applying an interval to an existing date/time.
  • proper support for "this week", "previous week"/"last week" and "next week" phrases so that they actually mean the week and not a seven day period around the current day.
  • support for "<xth> <weekday> of" and "last <weekday> of" phrases to be used with months - like in "last saturday of februari 2008".
  • support for "back of <hour>" and "front of <hour>" phrases that are used in Scotland.
  • DatePeriod class which supports iterating over a DateTime object applying DateInterval on each iteration, up to an end date or limited by maximum number of occurences.
  • Added compatibility mode in GD, imagerotate, image(filled)ellipse imagefilter, imageconvolution and imagecolormatch are now always enabled.
  • Added array_replace() and array_replace_recursive() functions.
added reflectionproperty
  • Added msg_queue_exists() function to sysvmsg extension.
added firebird specific attributes that can be set via pdo
  • Added gmp_testbit() function.
  • Added icon format support to getimagesize().
  • Added LDAP_OPT_NETWORK_TIMEOUT option for ldap_set_option() to allow setting network timeout (FR #42837).
  • Added optional escape character parameter to fgetcsv().
  • Added an optional parameter to strstr() and stristr() for retrieval of either the part of haystack before or after first occurrence of needle.
  • Added xsl->setProfiling() for profiling stylesheets.
  • Added long-option feature to getopt() and made getopt() available also on win32 systems by adding a common getopt implementation into core.
  • Added support for optional values, and = as separator, in getopt().
  • Added lcfirst() function.
  • Added PREG_BAD_UTF8_OFFSET_ERROR constant.
  • Added native support for asinh(), acosh(), atanh(), log1p() and expm1().
  • Added LIBXML_LOADED_VERSION constant (libxml2 version currently used).
  • Added JSON_FORCE_OBJECT flag to json_encode().
  • Added timezone_version_get() to retrieve the version of the used timezone database.
  • Added 'n' flag to fopen to allow passing O_NONBLOCK to the underlying open(2) system call.
  • Added "dechunk" filter which can decode HTTP responses with chunked transfer-encoding. HTTP streams use this filter automatically in case "Transfer-Encoding: chunked" header is present in response. It's possible to disable this behaviour using "http"=>array("auto_decode"=>0) in stream context.
  • Added support for CP850 encoding in mbstring extension.
  • Added stream_cast() and stream_set_options() to user-space stream wrappers, allowing stream_select(), stream_set_blocking(), stream_set_timeout() and stream_set_write_buffer() to work with user-space stream wrappers.
  • Added header_remove() function.
  • Added stream_context_get_params() function.
  • Added optional parameter "new" to sybase_connect().
  • Added parse_ini_string() function.
  • Added str_getcsv() function.
  • Added openssl_random_pseudo_bytes() function.
  • Added ability to send user defined HTTP headers with SOAP request.
  • Added concatenation option to bz2.decompress stream filter.
  • Added support for using compressed connections with PDO_mysql.
  • Added the ability for json_decode() to take a user specified depth.
  • Added support for the mysql_stmt_next_result() function from libmysql.
  • Added function preg_filter() that does grep and replace in one go.
  • Added system independent realpath() implementation which caches intermediate directories in realpath-cache.
  • Added optional clear_realpath_cache and filename parameters to clearstatcache().
  • Added litespeed SAPI module.
  • Added ext/hash support to ext/session's ID generator.
  • Added quoted_printable_encode() function.
  • Added stream_context_set_default() function.
  • Added optional "is_xhtml" parameter to nl2br() which makes the function output <br> when false and <br /> when true (FR #34381).
  • Added PHP_MAXPATHLEN constant (maximum length of a path).
  • Added support for SSH via libssh2 in cURL.
  • Added support for gray levels PNG image with alpha in GD extension.
  • Added support for salsa hashing functions in HASH extension.
added table info to pdo
  • Added mail logging functionality that allows logging of mail sent via mail() function.
  • Added json_last_error() to return any error information from json_decode().
  • Added gethostname() to return the current system host name.
  • Added shm_has_var() function.
  • Added depth parameter to json_decode() to lower the nesting depth from the maximum if required.
  • Added pixelation support in imagefilter().
implemented fr #41712 (curl progress callback
  • Implemented FR #47739 (Missing cURL option do disable IPv6).
  • Implemented FR #39637 (Missing cURL option CURLOPT_FTP_FILEMETHOD).
fixed an issue with reflectionproperty
  • Fixed html_entity_decode() incorrectly converting numeric html entities to different characters with cp1251 and cp866.
fixed an issue in date() where a
  • Fixed exec() on Windows to not eat the first and last double quotes.
  • Fixed readlink on Windows in thread safe SAPI (apache2.x etc.).
  • Fixed a bug causing miscalculations with the "last <weekday> of <n> month" relative time string.
  • Fixed bug causing the algorithm parameter of mhash() to be modified.
  • Fixed invalid calls to free when internal fileinfo magic file is used.
  • Fixed memory leak inside wddx_add_vars() function.
  • Fixed check in recode extension to allow builing of recode and mysql extensions when using a recent libmysql.
  • Fixed PECL bug #12794 (PDOStatement->nextRowset() doesn't work).
  • Fixed PECL bug #12401 (Add support for ATTR_FETCH_TABLE_NAMES).
  • Fixed bug #48696 (ldap_read() segfaults with invalid parameters).
  • Fixed bug #48643 (String functions memory issue).
  • Fixed bug #48641 (tmpfile() uses old parameter parsing).
  • Fixed bug #48624 (.user.ini never gets parsed).
  • Fixed bug #48620 (X-PHP-Originating-Script assumes no trailing CRLF in existing headers).
  • Fixed bug #48578 (Can't build 5.3 on FBSD 4.11).
  • Fixed bug #48535 (file_exists returns false when impersonate is used).
  • Fixed bug #48493 (spl_autoload_register() doesn't work correctly when prepending functions).
  • Fixed bug #48215 (Calling a method with the same name as the parent class calls the constructor).
  • Fixed bug #48200 (compile failure with mbstring.c when --enable-zend-multibyte is used).
  • Fixed bug #48188 (Cannot execute a scrollable cursors twice with PDO_PGSQL).
fixed bug #48185 (warning
  • Fixed bug #48087 (call_user_method() invalid free of arguments).
  • Fixed bug #48060 (pdo_pgsql - large objects are returned as empty).
  • Fixed bug #48034 (PHP crashes when script is 8192 (8KB) bytes long).
  • Fixed bug #48004 (Error handler prevents creation of default object).
  • Fixed bug #47880 (crashes in call_user_func_array()).
  • Fixed bug #47856 (stristr() converts needle to lower-case).
  • Fixed bug #47851 (is_callable throws fatal error).
  • Fixed bug #47816 (pcntl tests failing on NetBSD).
  • Fixed bug #47779 (Wrong value for SIG_UNBLOCK and SIG_SETMASK constants).
  • Fixed bug #47771 (Exception during object construction from arg call calls object's destructor).
  • Fixed bug #47767 (include_once does not resolve windows symlinks or junctions)
  • Fixed bug #47757 (rename JPG to JPEG in phpinfo).
  • Fixed bug #47745 (FILTER_VALIDATE_INT doesn't allow minimum integer).
  • Fixed bug #47714 (autoloading classes inside exception_handler leads to crashes).
  • Fixed bug #47671 (Cloning SplObjectStorage instances).
  • Fixed bug #47664 (get_class returns NULL instead of FALSE).
  • Fixed bug #47662 (Support more than 127 subpatterns in preg_match).
  • Fixed bug #47596 (Bus error on parsing file).
  • Fixed bug #47572 (Undefined constant causes segmentation fault).
  • Fixed bug #47560 (explode()'s limit parameter odd behaviour).
  • Fixed bug #47549 (get_defined_constants() return array with broken array categories).
  • Fixed bug #47535 (Compilation failure in ps_fetch_from_1_to_8_bytes()).
fixed bug #47534 (recursivediteratoryiterator
  • Fixed bug #47443 (metaphone('scratch') returns wrong result).
  • Fixed bug #47438 (mysql_fetch_field ignores zero offset).
  • Fixed bug #47398 (PDO_Firebird doesn't implements quoter correctly).
  • Fixed bug #47390 (odbc_fetch_into - BC in php 5.3.0).
  • Fixed bug #47359 (Use the expected unofficial mimetype for bmp files).
  • Fixed bug #47343 (gc_collect_cycles causes a segfault when called within a destructor in one case).
  • Fixed bug #47320 ($php_errormsg out of scope in functions).
  • Fixed bug #47318 (UMR when trying to activate user config).
fixed bug #47243 (oci8
  • Fixed bug #47231 (offsetGet error using incorrect offset).
  • Fixed bug #47229 (preg_quote() should escape the '-' char).
  • Fixed bug #47165 (Possible memory corruption when passing return value by reference).
  • Fixed bug #47087 (Second parameter of mssql_fetch_array()).
  • Fixed bug #47085 (rename() returns true even if the file in PHAR does not exist).
  • Fixed bug #47050 (mysqli_poll() modifies improper variables).
  • Fixed bug #47045 (SplObjectStorage instances compared with ==).
  • Fixed bug #47038 (Memory leak in include).
  • Fixed bug #47031 (Fix constants in DualIterator example).
  • Fixed bug #47021 (SoapClient stumbles over WSDL delivered with "Transfer-Encoding: chunked").
fixed bug #46994 (oci8
  • Fixed bug #46979 (use with non-compound name *has* effect).
  • Fixed bug #46957 (The tokenizer returns deprecated values).
  • Fixed bug #46944 (UTF-8 characters outside the BMP aren't encoded correctly).
  • Fixed bug #46897 (ob_flush() should fail to flush unerasable buffers).
  • Fixed bug #46849 (Cloning DOMDocument doesn't clone the properties).
  • Fixed bug #46847 (phpinfo() is missing some settings).
  • Fixed bug #46844 (php scripts or included files with first line starting with # have the 1st line missed from the output).
  • Fixed bug #46817 (tokenizer misses last single-line comment (PHP 5.3+, with re2c lexer)).
  • Fixed bug #46811 (ini_set() doesn't return false on failure).
  • Fixed bug #46763 (mb_stristr() wrong output when needle does not exist).
fixed bug #46755 (warning
  • Fixed bug #46746 (xmlrpc_decode_request outputs non-suppressable error when given bad data).
  • Fixed bug #46738 (Segfault when mb_detect_encoding() fails).
  • Fixed bug #46731 (Missing validation for the options parameter of the imap_fetch_overview() function).
  • Fixed bug #46711 (cURL curl_setopt leaks memory in foreach loops).
  • Fixed bug #46701 (Creating associative array with long values in the key fails on 32bit linux).
  • Fixed bug #46681 (mkdir() fails silently on PHP 5.3).
  • Fixed bug #46653 (can't extend mysqli).
  • Fixed bug #46646 (Restrict serialization on some internal classes like Closure and SplFileInfo using exceptions).
fixed bug #46623 (oci8
  • Fixed bug #46578 (strip_tags() does not honor end-of-comment when it encounters a single quote).
  • Fixed bug #46546 (Segmentation fault when using declare statement with non-string value).
  • Fixed bug #46542 (Extending PDO class with a __call() function doesn't work as expected).
  • Fixed bug #46421 (SplFileInfo not correctly handling /).
  • Fixed bug #46347 (parse_ini_file() doesn't support * in keys).
fixed bug #46268 (datetime
  • Fixed bug #46241 (stacked error handlers, internal error handling in general).
  • Fixed bug #46238 (Segmentation fault on static call with empty string method).
  • Fixed bug #46192 (ArrayObject with objects as storage serialization).
  • Fixed bug #46185 (importNode changes the namespace of an XML element).
  • Fixed bug #46178 (memory leak in ext/phar).
  • Fixed bug #46160 (SPL - Memory leak when exception is thrown in offsetSet).
  • Fixed Bug #46147 (after stream seek, appending stream filter reads incorrect data).
  • Fixed bug #46127 (php_openssl_tcp_sockop_accept forgets to set context on accepted stream)
  • Fixed bug #46115 (Memory leak when calling a method using Reflection).
  • Fixed bug #46110 (XMLWriter - openmemory() and openuri() leak memory on multiple calls).
  • Fixed bug #46108 (DateTime - Memory leak when unserializing).
  • Fixed bug #46106 (Memory leaks when using global statement).
fixed bug #46099 (xsltprocessor
  • Fixed bug #46087 (DOMXPath - segfault on destruction of a cloned object).
  • Fixed bug #46048 (SimpleXML top-level @attributes not part of iterator).
  • Fixed bug #46044 (Mysqli - wrong error message).
  • Fixed bug #46042 (memory leaks with reflection of mb_convert_encoding()).
  • Fixed bug #46039 (ArrayObject iteration is slow).
  • Fixed bug #46033 (Direct instantiation of SQLite3stmt and SQLite3result cause a segfault.)
  • Fixed bug #45991 (Ini files with the UTF-8 BOM are treated as invalid).
  • Fixed bug #45989 (json_decode() doesn't return NULL on certain invalid strings).
  • Fixed bug #45976 (Moved SXE from SPL to SimpleXML).
  • Fixed bug #45928 (large scripts from stdin are stripped at 16K border).
  • Fixed bug #45911 (Cannot disable ext/hash).
  • Fixed bug #45907 (undefined reference to 'PHP_SHA512Init').
  • Fixed bug #45826 (custom ArrayObject serialization).
  • Fixed bug #45820 (Allow empty keys in ArrayObject).
  • Fixed bug #45791 (json_decode() doesn't convert 0e0 to a double).
  • Fixed bug #45786 (FastCGI process exited unexpectedly).
fixed bug #45757 (freebsd4.11 build failure
  • Fixed bug #45743 (property_exists fails to find static protected member in child class).
  • Fixed bug #45717 (Fileinfo/libmagic build fails, missing err.h and getopt.h).
  • Fixed bug #45706 (Unserialization of classes derived from ArrayIterator fails).
  • Fixed bug #45696 (Not all DateTime methods allow method chaining).
  • Fixed bug #45682 (Unable to var_dump(DateInterval)).
  • Fixed bug #45447 (Filesystem time functions on Vista and server 2008).
fixed bug #45432 (pdo
  • Fixed bug #45392 (ob_start()/ob_end_clean() and memory_limit).
  • Fixed bug #45384 (parse_ini_file will result in parse error with no trailing newline).
  • Fixed bug #45382 (timeout bug in stream_socket_enable_crypto).
  • Fixed bug #45044 (relative paths not resolved correctly).
  • Fixed bug #44861 (scrollable cursor don't work with pgsql).
  • Fixed bug #44842 (parse_ini_file keys that start/end with underscore).
  • Fixed bug #44575 (parse_ini_file comment # line problems).
fixed bug #44409 (pdo
  • Fixed bug #44173 (PDO->query() parameter parsing/checking needs an update).
  • Fixed bug #44154 (pdo->errorInfo() always have three elements in the returned array).
  • Fixed bug #44153 (pdo->errorCode() returns NULL when there are no errors).
  • Fixed bug #44135 (PDO MySQL does not support CLIENT_FOUND_ROWS).
  • Fixed bug #44100 (Inconsistent handling of static array declarations with duplicate keys).
  • Fixed bug #43831 ($this gets mangled when extending PDO with persistent connection).
  • Fixed bug #43817 (opendir() fails on Windows directories with parent directory unaccessible).
  • Fixed bug #43069 (SoapClient causes 505 HTTP Version not supported error message).
fixed bug #43008 (php
  • Fixed bug #42362 (HTTP status codes 204 and 304 should not be gzipped).
  • Fixed bug #41874 (separate STDOUT and STDERR in exec functions).
  • Fixed bug #41534 (SoapClient over HTTPS fails to reestablish connection).
  • Fixed bug #38802 (max_redirects and ignore_errors).
  • Fixed bug #35980 (touch() works on files but not on directories).
To Top