summaryrefslogtreecommitdiff
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* PHP 5.6.19php-5.6.19PHP-5.6.19Ferenc Kovacs2016-03-031-2/+2
|
* prep for 5.6.19RC1Ferenc Kovacs2016-02-181-4/+4
|
* 5.6.20 is nextFerenc Kovacs2016-02-181-3/+3
|
* Merge branch 'PHP-5.6.18' into PHP-5.6Stanislav Malyshev2016-02-011-14/+16
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.6.18: fix tests fix NEWS Update NEWS update NEWS Fixed bug #71488: Stack overflow when decompressing tar archives update NEWS add missing headers for SIZE_MAX backport the escapeshell* functions hardening branch add tests Fix bug #71459 - Integer overflow in iptcembed() prepare 5.6.18RC1 Fixed bug #71323 - Output of stream_get_meta_data can be falsified by its input Fix bug #71391: NULL Pointer Dereference in phar_tar_setupmetadata() Fixed bug #71331 - Uninitialized pointer in phar_make_dirstream() Fix bug #71335: Type Confusion in WDDX Packet Deserialization Fix bug #71354 - remove UMR when size is 0 Conflicts: configure.in main/php_version.h
| * Merge branch 'PHP-5.5.32' into PHP-5.6.18Stanislav Malyshev2016-02-011-14/+16
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5.32: Fixed bug #71488: Stack overflow when decompressing tar archives update NEWS add missing headers for SIZE_MAX backport the escapeshell* functions hardening branch add tests Fix bug #71459 - Integer overflow in iptcembed() Fixed bug #71323 - Output of stream_get_meta_data can be falsified by its input Fix bug #71391: NULL Pointer Dereference in phar_tar_setupmetadata() Fix bug #71335: Type Confusion in WDDX Packet Deserialization Fix bug #71354 - remove UMR when size is 0
| | * Fixed bug #71323 - Output of stream_get_meta_data can be falsified by its inputStanislav Malyshev2016-01-161-14/+16
| | |
| | * 5.5.32 nowJulien Pauli2016-01-071-3/+3
| | |
| | * 5.5.31 nowJulien Pauli2015-09-301-3/+3
| | |
| | * 5.5.30 nextJulien Pauli2015-09-021-3/+3
| | |
| | * 5.5.29 nextStanislav Malyshev2015-08-041-3/+3
| | |
| * | prepare 5.6.18RC1php-5.6.18RC1Ferenc Kovacs2016-01-211-2/+2
| | |
* | | 5.6.19 will be nextFerenc Kovacs2016-01-201-3/+3
|/ /
* | backport 9a07245b728714de09361ea16b9c6fcf70cb5685 from 7.0Anatol Belski2016-01-111-3/+16
| |
* | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-032-2/+2
| |
* | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-0164-64/+64
| |
* | Remove sqlite extension leftover references (was removed in PHP 5.4)Lior Kaplan2015-12-161-6/+0
| |
* | 5.6.18 will be nextFerenc Kovacs2015-12-101-3/+3
| |
* | propare for 5.6.16RC1Ferenc Kovacs2015-11-111-3/+3
| |
* | prepare for 5.6.15RC1Ferenc Kovacs2015-10-151-3/+3
| |
* | prepare for PHP-5.6.14RC1Ferenc Kovacs2015-09-171-3/+3
| |
* | 5.6.14 nextFerenc Kovacs2015-08-201-3/+3
| |
* | Fixed bug #70198 Checking liveness does not work as expectedAnatol Belski2015-08-111-1/+11
| |
* | Fix #69487: SAPI may truncate POST dataChristoph M. Becker2015-08-111-1/+6
| | | | | | | | | | | | | | If SG(request_info).request_body can't be completely written (e.g. due to a full drive), only parts of the POST data will be available. This patch changes this, so that SG(request_info).request_body will be reset in this case, and a warning will be thrown.
* | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-07-281-1/+9
|\ \ | |/ | | | | | | * PHP-5.5: Fixed bug #70002 TS issues with temporary dir handling
| * Fixed bug #70002 TS issues with temporary dir handlingAnatol Belski2015-07-281-1/+9
| |
| * 5.5.27 releaseJulien Pauli2015-07-081-1/+1
| |
| * 5.5.28 now - Security OnlyJulien Pauli2015-06-241-2/+2
| |
| * 5.5.27 nowJulien Pauli2015-06-091-3/+3
| |
* | Fixed bug #69900 Too long timeout on pipesAnatol Belski2015-07-281-3/+3
| |
* | 5.6.13 nowJulien Pauli2015-07-221-3/+3
| |
* | 5.6.12 nextFerenc Kovacs2015-06-251-3/+3
| |
* | move to 5.6.11-devFerenc Kovacs2015-05-281-3/+3
| |
* | increase the internal post data bufferAnatol Belski2015-05-231-3/+9
| | | | | | | | | | This brings speedup and fixes issues with var parsing. Default BUFSIZ on Windows is 512 bytes which causes too much reallocation work.
* | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-05-121-24/+27
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: fix format update NEWS Add test for bug #69522 Update tests Fix bug #69522 - do not allow int overflow Forgot test file Fix bug #69403 and other int overflows Fixed bug #69418 - more s->p fixes for filenames Fixed bug #69364 - use smart_str to assemble strings Fix bug #69453 - don't try to cut empty string Fix bug #69545 - avoid overflow when reading list Conflicts: ext/standard/pack.c
| * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-05-121-24/+27
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.4: fix format update NEWS Add test for bug #69522 Update tests Fix bug #69522 - do not allow int overflow Forgot test file Fix bug #69403 and other int overflows Fixed bug #69418 - more s->p fixes for filenames Fixed bug #69364 - use smart_str to assemble strings Fix bug #69453 - don't try to cut empty string Fix bug #69545 - avoid overflow when reading list Conflicts: ext/pcntl/pcntl.c ext/standard/basic_functions.c ext/standard/pack.c ext/standard/tests/dir/opendir_variation1-win32.phpt
| | * Fixed bug #69364 - use smart_str to assemble stringsStanislav Malyshev2015-05-091-24/+27
| | |
* | | Merge branch 'PHP-5.5' into PHP-5.6Julien Pauli2015-05-122-11/+11
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: Fix for #66048
| * | Fix for #66048Julien Pauli2015-05-122-11/+11
| | |
| * | 5.5.26 nowJulien Pauli2015-04-291-3/+3
| | |
| * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-04-141-4/+4
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.4: 5.4.41 next fix CVE num update NEWS Fix bug #69441 (Buffer Overflow when parsing tar/zip/phar in phar_set_inode) fix type in fix for #69085 fix CVE num Conflicts: configure.in main/php_version.h
| | * 5.4.41 nextStanislav Malyshev2015-04-141-3/+3
| | |
| | * 5.4.40 nextStanislav Malyshev2015-03-171-3/+3
| | |
| | * 5.4.39 nextStanislav Malyshev2015-02-171-3/+3
| | |
| * | 5.5.24RC1php-5.5.24RC1Julien Pauli2015-03-311-2/+2
| | |
* | | 5.6.10 will be nextFerenc Kovacs2015-04-301-3/+3
| | |
* | | 5.6.9 is up nextFerenc Kovacs2015-04-011-3/+3
| | |
* | | oops, no idea how this got inStanislav Malyshev2015-03-171-3/+3
| | |
* | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-03-171-3/+3
|\ \ \ | |/ / | | | | | | | | | | | | * PHP-5.5: Fix bug #69248 - heap overflow vulnerability in regcomp.c add test for bug #68976
* | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-03-081-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: added missing parentheses Fix #67626 Fix #63486 Conflicts: main/streams/userspace.c
| * | Merge branch 'pull-request/1106' into PHP-5.5Stanislav Malyshev2015-03-081-1/+11
| |\ \ | | | | | | | | | | | | | | | | * pull-request/1106: Fix #67626