summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 5.4.31php-5.4.31PHP-5.4.31Stanislav Malyshev2014-07-223-4/+4
|
* 5.4.31 RC1php-5.4.31RC1Stanislav Malyshev2014-07-083-4/+4
|
* fix unstable testStanislav Malyshev2014-07-081-1/+1
|
* Fix bug #67587: Redirection loop on nginx with FPMChristian Weiske2014-07-082-0/+4
| | | | | | | | Redirection will work correctly as long as PATH_INFO is available, e.g. via the following nginx configuration: set $path_info $fastcgi_path_info; fastcgi_param PATH_INFO $path_info;
* updated NEWSAnatol Belski2014-07-081-0/+2
|
* Backported the patch from bug #67407 into 5.4Anatol Belski2014-07-081-1/+33
|
* NEWSRemi Collet2014-07-081-0/+1
|
* Fix Bug #67530 error_log=syslog ignoredRemi Collet2014-07-081-0/+4
| | | | | As for Bug #64915 Systemd use --nodaemonize but need to error_log to file or syslog to be honoured
* Fixed bug #66830 (Empty header causes PHP built-in web server to hang).Adam Harvey2014-07-073-4/+48
| | | | | | | | We had an infinite loop in sapi_cli_server_send_headers(): while iterating over the linked list of headers, when an empty header was hit, continue would go to the next iteration of the loop without updating h to be the next value in the linked list. Updating it to always increment regardless of whether the header is actually valid or not fixes the issue.
* change locale - looks like not everybody has sl_SIStanislav Malyshev2014-07-071-2/+2
|
* fix formatStanislav Malyshev2014-07-071-1/+1
|
* Fix bug #67052 (NumberFormatter::parse() resets LC_NUMERIC setting)Stanislav Malyshev2014-07-074-2/+35
|
* Make sure the generator script also creates a newline at the end of fileLior Kaplan2014-07-061-1/+1
| | | | Similar to commit d6713f39 in master
* Add newline at end of file to prevent compilation warningLior Kaplan2014-07-061-1/+1
| | | | The newline was removed at commit 50d50c2f
* Add test for bug #67151Nikita Popov2014-07-021-0/+8
|
* adding a reproduce script for bug #49184Ferenc Kovacs2014-07-021-0/+22
|
* Fix bug #67151: strtr with empty array crashesNikita Popov2014-07-022-0/+5
|
* bundle deplister.exe with releasesAnatol Belski2014-07-021-1/+2
|
* fix integer overflow in {stream,file}_{get,put}_contents()Michael Wallner2014-07-022-5/+17
|
* Fix ext/pgsql builds with libpq < 7.3.Adam Harvey2014-07-012-1/+5
| | | | Fixes bug #67550 (Error in code "form" instead of "from", pgsql.c, line 756).
* updated libs_version.txtAnatol Belski2014-07-011-1/+1
|
* updated libmagic.patchAnatol Belski2014-07-011-44/+130
|
* remove the NEWS entry for the reverted fpm fixFerenc Kovacs2014-06-301-1/+0
|
* Revert "Fix Bug #67530 error_log=syslog ignored"Ferenc Kovacs2014-06-301-4/+0
| | | | This reverts commit a0ecb3794f00e65cd2a073b2073e32d6c2fb7180.
* Fix bug #67091: make install fails to install libphp5.so on FreeBSD 10.0Ferenc Kovacs2014-06-302-8/+2
| | | | | | Simplest fix is to remove the specific checks for freebsd1* as it also matches freebsd10, and nobody should be using >=PHP 5.4 with freebsd 1.x(if it is even possible to make it to compile there).
* removing the format added by mistake, props to Solar Designer for spotting this.Ferenc Kovacs2014-06-271-1/+1
|
* NEWSRemi Collet2014-06-271-0/+4
|
* Fix Bug #67531 syslog cannot be set in pool configurationRemi Collet2014-06-271-0/+3
| | | | | error_log is listed in FPM_PHP_INI_TO_EXPAND, but should not be expand when value = syslog
* Fix Bug #67530 error_log=syslog ignoredRemi Collet2014-06-271-0/+4
| | | | | As for Bug #64915 Systemd use --nodaemonize but need to error_log to file or syslog to be honoured
* update the dateStanislav Malyshev2014-06-261-1/+1
|
* better explanationStanislav Malyshev2014-06-261-3/+4
|
* more extensive note on unserialize() changeStanislav Malyshev2014-06-261-2/+40
|
* Fix test - because of big #67397 we don't allow overlong locales anymoreStanislav Malyshev2014-06-241-3/+4
|
* Merge branch 'PHP-5.4.30' into PHP-5.4Stanislav Malyshev2014-06-248-13/+63
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.4.30: 5.4.30 Better fix for bug #67072 with more BC provisions Fix bug #67498 - phpinfo() Type Confusion Information Leak Vulnerability update CVE Fix bug #67492: unserialize() SPL ArrayObject / SPLObjectStorage Type Confusion Fix bug #67397 (Buffer overflow in locale_get_display_name->uloc_getDisplayName (libicu 4.8.1)) Fix bug #67349: Locale::parseLocale Double Free add CVEs Fix potential segfault in dns_get_record() Fix bug #66127 (Segmentation fault with ArrayObject unset) 5.4.30 rc1 Conflicts: configure.in main/php_version.h
| * 5.4.30Stanislav Malyshev2014-06-242-3/+3
| |
| * Better fix for bug #67072 with more BC provisionsStanislav Malyshev2014-06-234-35/+121
| |
| * Fix bug #67498 - phpinfo() Type Confusion Information Leak VulnerabilityStanislav Malyshev2014-06-233-4/+21
| |
| * update CVEStanislav Malyshev2014-06-231-3/+3
| |
| * Fix bug #67492: unserialize() SPL ArrayObject / SPLObjectStorage Type ConfusionStanislav Malyshev2014-06-214-3/+8
| |
| * Fix bug #67397 (Buffer overflow in ↵Stanislav Malyshev2014-06-213-1/+32
| | | | | | | | locale_get_display_name->uloc_getDisplayName (libicu 4.8.1))
| * Fix bug #67349: Locale::parseLocale Double FreeStanislav Malyshev2014-06-213-6/+12
| |
| * add CVEsStanislav Malyshev2014-06-211-5/+5
| |
| * Fix potential segfault in dns_get_record()Sara Golemon2014-06-152-0/+8
| | | | | | | | | | | | If the remote sends us a packet with a malformed TXT record, we could end up trying to over-consume the packet and wander off into overruns.
| * Fix bug #66127 (Segmentation fault with ArrayObject unset)php-5.4.30RC1Stanislav Malyshev2014-06-104-1/+29
| |
| * 5.4.30 rc1Stanislav Malyshev2014-06-103-4/+4
| |
* | update NEWSStanislav Malyshev2014-06-241-5/+14
| |
* | Better fix for bug #67072 with more BC provisionsStanislav Malyshev2014-06-214-35/+121
| |
* | Fixed MarinaDB supportDmitry Stogov2014-06-209-17/+17
| |
* | Update copyright year to 2014Lior Kaplan2014-06-171-1/+1
| |
* | Update copyright year to 2014Lior Kaplan2014-06-171-1/+1
| |