summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 5.4.16php-5.4.16PHP-5.4.16Stanislav Malyshev2013-06-043-4/+4
|
* fix CVE-2013-2110 - use correct formula to calculate string sizeStanislav Malyshev2013-06-043-5/+19
|
* reduced the file size even moreAnatol Belski2013-05-281-0/+0
| | | | the first second is what at least has to be
* Fixed bug #64916 finfo testcase contains copyrighted music.Anatol Belski2013-05-281-0/+0
| | | | | | | I wasn't able to produce a file causing exactly the same crash. However the first three seconds of the originally reported file are pretty enough to repro bug #64830. That reduces its size to 72k.
* 5.4.16 RC1php-5.4.16RC1Stanislav Malyshev2013-05-213-4/+4
|
* Merge branch 'PHP-5.3' into PHP-5.4Remi Collet2013-05-222-3/+4
|\ | | | | | | | | * PHP-5.3: Fixed bug #64895 Integer overflow in SndToJewish
| * Fixed bug #64895 Integer overflow in SndToJewishRemi Collet2013-05-223-3/+7
| |
* | NEWSRemi Collet2013-05-221-0/+3
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Stanislav Malyshev2013-05-210-0/+0
|\ \ | | | | | | | | | | | | * PHP-5.3: fix order
| * | fix orderStanislav Malyshev2013-05-211-4/+4
| |/
* | merge NEWS from 5.3Stanislav Malyshev2013-05-211-2/+14
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Sara Golemon2013-05-191-1/+1
|\ \ | |/ | | | | | | * PHP-5.3: Don't double-quote name of namespaced function.
| * Don't double-quote name of namespaced function.Sara Golemon2013-05-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | ZEND_NS_NAMED_FE(ns, zend_name, name, arg_info) was resulting in a function declaration of: ns\"zend_name"() including the errant quotes. This diff corrects that. There are currently no uses of ZEND_NS_NAMED_FE in core and reason to believe that there are no uses in the wild either.
* | Merge branch 'PHP-5.3' into PHP-5.4Remi Collet2013-05-212-1/+20
|\ \ | |/ | | | | | | * PHP-5.3: Integer overflow in SndToJewish leads to php hang AT least in (inputDay is long, metonicCycle is int): metonicCycle = (inputDay + 310) / 6940;
| * Integer overflow in SndToJewish leads to php hangRemi Collet2013-05-212-1/+20
| | | | | | | | | | | | | | | | AT least in (inputDay is long, metonicCycle is int): metonicCycle = (inputDay + 310) / 6940; So large value give strange (negative) results or php hangs. This is patch already applied in some linux distro.
* | Add --with-fpm-systemd option to report health to systemd, andRemi Collet2013-05-219-2/+192
| | | | | | | | | | | | | | | | | | | | | | | | | | systemd_interval option to configure this. The service can now use Type=notify in the systemd unit file. Systemd status line will looks like: Status: "Processes active: 0, idle: 5, Requests: 90, slow: 0, Traffic: 10req/sec" Watchdog mode is also supported. In this case watchdog interval, configured in the unit file, override the systemd_interval option. When not used (default), no change from previous version.
* | Fixed bug #64720 (SegFault on zend_deactivate)Dmitry Stogov2013-05-214-1/+59
| |
* | add reporterStanislav Malyshev2013-05-201-1/+1
| |
* | fix bug #64660 - yyparse can return 2, not only 1Stanislav Malyshev2013-05-204-7/+20
| |
* | fix 5.4.16 relase dateStanislav Malyshev2013-05-191-1/+1
| |
* | Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4Pierre Joye2013-05-173-3/+7
|\ \
| * | Fixed error handling for ext/sockets under winAnatol Belski2013-05-161-3/+3
| | | | | | | | | | | | | | | | | | WSAGetLastError() must be the very next call after a socket function had an invalid return. Any function call inbetween will clear the error information.
| * | Fixed bug #64853Use of no longer available ini directives causes crash on TS ↵Anatol Belski2013-05-162-0/+4
| | | | | | | | | | | | | | | | | | | | | build The fatal error for removed ini options is thrown before the executor init, so ensure the relevant variables are initialized.
* | | Merge branch 'PHP-5.3' into PHP-5.4Pierre Joye2013-05-171-4/+5
|\ \ \ | |/ / |/| / | |/ | | | | * PHP-5.3: entry for #64214 other fix for #64214, unmodified file may not have old fp set, causing other possible crashes
| * entry for #64214Pierre Joye2013-05-171-0/+4
| |
| * other fix for #64214, unmodified file may not have old fp set, causing other ↵Pierre Joye2013-05-171-4/+5
| | | | | | | | possible crashes
* | Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4Pierre Joye2013-05-156-6/+15
|\ \
| * \ Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-05-155-8/+57
| |\ \ | | |/ | | | | | | | | | | | | * PHP-5.3: Fix unitialized vars when sql.safe_mode=1 more check for php_stream_fopen_tmpfile failure
| | * Fix unitialized vars when sql.safe_mode=1Anatol Belski2013-05-151-1/+1
| | | | | | | | | | | | which can break the subsequent mysqlnd_connect() call
| * | updated libmagic.patch after fix for #64830Anatol Belski2013-05-141-3/+7
| | |
| * | Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4Anatol Belski2013-05-141-0/+4
| |\ \
| * | | Fixed bug #64830 mimetype detection segfaults on mp3 fileAnatol Belski2013-05-144-2/+7
| | | |
* | | | Merge branch 'PHP-5.3' into PHP-5.4Pierre Joye2013-05-144-7/+56
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| * PHP-5.3: more check for php_stream_fopen_tmpfile failure
| * | more check for php_stream_fopen_tmpfile failurePierre Joye2013-05-144-7/+56
| | |
* | | Merge branch 'PHP-5.3' into PHP-5.4Pierre Joye2013-05-141-0/+4
|\ \ \ | |/ / | | / | |/ |/| * PHP-5.3: php_stream_fopen_tmpfile may file, causing any following stream usage to crash
| * php_stream_fopen_tmpfile may file, causing any following stream usage to crashPierre Joye2013-05-141-0/+4
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-05-131-4/+4
|\ \ | |/ | | | | | | * PHP-5.3: fix heap overflow warnings on win x64 debug crt
| * fix heap overflow warnings on win x64 debug crtAnatol Belski2013-05-131-4/+4
| |
* | updated NEWSAnatol Belski2013-05-121-0/+4
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-05-124-1/+70
|\ \ | |/ | | | | | | * PHP-5.3: Fixed bug #64821 Custom Exceptions crash when internal properties overridden
| * Fixed bug #64821 Custom Exceptions crash when internal properties overriddenAnatol Belski2013-05-125-1/+74
| | | | | | | | | | | | If user inherits Exception and overrides the properties to arbitrary data types, or simply doesn't run parent::__construct(), here we go. Just convert everything to the appropriate data type, like Exception::__toString() does.
* | Missed SKIPIFXinchen Hui2013-05-092-1/+5
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2013-05-080-0/+0
|\ \ | |/
| * PHP 5.3.25 NEWSJohannes Schlüter2013-05-081-3/+1
| |
* | better fix for bug #64770Anatol Belski2013-05-042-5/+19
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-05-040-0/+0
|\ \ | |/ | | | | | | * PHP-5.3: better fix for bug #64770
| * better fix for bug #64770Anatol Belski2013-05-042-5/+19
| |
| * Merge branch 'PHP-5.3' of https://git.php.net/push/php-src into PHP-5.3Boris Lytochkin2013-05-033-2/+57
| |\ | | | | | | | | | | | | * 'PHP-5.3' of https://git.php.net/push/php-src: Fixed bug #64770 stream_select() fails with pipes
* | | remove OS-specific OIDs fromBoris Lytochkin2013-05-041-9/+0
| | | | | | | | | | | | 'WALK multiple on single OID with OID suffix as keys' test part
* | | re-work walkaround for net-snmp BUGid 2027834, no need to detect it anymoreBoris Lytochkin2013-05-036-66/+43
| | | | | | | | | | | | | | | add test for Bug #64159 bump default buffer size for values(32->512): do not reallocate buffers in 99% cases