summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* reapply the sysconf error check patchphp-7.0.3PHP-7.0.3Anatol Belski2016-02-021-0/+11
|
* fix dir separatorAnatol Belski2016-02-022-6/+6
|
* fix directory separator in testAnatol Belski2016-02-021-2/+2
|
* update libs versionAnatol Belski2016-02-021-1/+1
|
* set release versionAnatol Belski2016-02-022-3/+3
|
* update NEWSAnatol Belski2016-02-021-16/+4
|
* fix testsStanislav Malyshev2016-02-012-2/+3
|
* update NEWSStanislav Malyshev2016-02-011-11/+32
|
* Merge branch 'PHP-5.6.18' into PHP-7.0.3Stanislav Malyshev2016-02-0133-274/+424
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 Fix test when run with openssl < 1.0.2 (reorder so no more SSLv2 message) Fix skip message to work improve fix for bug #71201 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 ext/phar/dirstream.c ext/phar/phar_object.c ext/phar/tar.c ext/standard/exec.c ext/standard/iptc.c ext/standard/math.c ext/standard/streamsfuncs.c ext/wddx/wddx.c main/php_version.h main/streams/memory.c
| * Merge branch 'PHP-5.5' into PHP-5.6.18Stanislav Malyshev2016-02-014-52/+52
| |\ | | | | | | | | | | | | | | | | | | * PHP-5.5: fix tests fix NEWS update NEWS
| | * fix testsStanislav Malyshev2016-02-014-52/+52
| | |
| | * fix NEWSStanislav Malyshev2016-02-011-3/+3
| | |
| | * update NEWSStanislav Malyshev2016-02-011-0/+11
| | |
| * | Update NEWSStanislav Malyshev2016-02-011-3/+17
| | |
| * | Merge branch 'PHP-5.5.32' into PHP-5.6.18Stanislav Malyshev2016-02-0133-240/+494
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| | * Merge branch 'PHP-5.5' into PHP-5.5.32Stanislav Malyshev2016-02-0150-1511/+3141
| | |\ | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Upgrade bundled PCRE to 8.38 Fixed NEWS file entry
| | * | Fixed bug #71488: Stack overflow when decompressing tar archivesStanislav Malyshev2016-01-313-6/+32
| | | |
| | * | update NEWSAnatol Belski2016-01-281-0/+6
| | | |
| | * | add missing headers for SIZE_MAXAnatol Belski2016-01-281-0/+9
| | | |
| | * | backport the escapeshell* functions hardening branchAnatol Belski2016-01-283-5/+73
| | | |
| | * | add testsAnatol Belski2016-01-284-0/+44
| | | |
| | * | Fix bug #71459 - Integer overflow in iptcembed()Stanislav Malyshev2016-01-261-1/+6
| | | |
| | * | Fixed bug #71323 - Output of stream_get_meta_data can be falsified by its inputStanislav Malyshev2016-01-1615-227/+260
| | | |
| | * | Fix bug #71391: NULL Pointer Dereference in phar_tar_setupmetadata()Stanislav Malyshev2016-01-163-0/+21
| | | |
| | * | Fix bug #71335: Type Confusion in WDDX Packet DeserializationStanislav Malyshev2016-01-132-1/+35
| | | |
| | * | Merge branch 'bug71354' into PHP-5.5.32Stanislav Malyshev2016-01-133-0/+14
| | |\ \ | | | | | | | | | | | | | | | | | | | | * bug71354: Fix bug #71354 - remove UMR when size is 0
| | | * | Fix bug #71354 - remove UMR when size is 0Stanislav Malyshev2016-01-133-0/+14
| | | | |
| * | | | Merge branch 'PHP-5.5' into PHP-5.6.18Stanislav Malyshev2016-02-0150-1511/+3141
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Upgrade bundled PCRE to 8.38 Fixed NEWS file entry fix the fix for bug #70976 (imagerotate)
| * | | | Merge remote-tracking branch 'origin/PHP-5.6.18' into PHP-5.6.18Stanislav Malyshev2016-02-0125-33/+358
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/PHP-5.6.18: prepare 5.6.18RC1 Fix test when run with openssl < 1.0.2 (reorder so no more SSLv2 message) Fix skip message to work improve fix for bug #71201 fork test fix test fork test fork test for win32 fork test Use SUCCESS/FAILURE Fixed bug #65720 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c:281: bad if test Fix header file include Fixed bug #69111 (Crash in SessionHandler::read()). Made session save handler abuse much harder than before.
| | * | | | prepare 5.6.18RC1php-5.6.18RC1Ferenc Kovacs2016-01-213-7/+7
| | | | | |
| | * | | | Fix test when run with openssl < 1.0.2 (reorder so no more SSLv2 message)Remi Collet2016-01-201-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Fix skip message to work
| | * | | | improve fix for bug #71201Anatol Belski2016-01-201-3/+9
| | | | | |
| * | | | | Fixed bug #71331 - Uninitialized pointer in phar_make_dirstream()Stanislav Malyshev2016-01-144-2/+18
| | | | | |
* | | | | | Merge commit 'ca02d9c2d6f9bea7bf8abe607f1ee9484b1d7b62' into PHP-7.0.3Stanislav Malyshev2016-02-0150-1573/+3278
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'ca02d9c2d6f9bea7bf8abe607f1ee9484b1d7b62': Upgrade bundled PCRE to 8.38 Fixed NEWS file entry fix the fix for bug #70976 (imagerotate) Conflicts: ext/pcre/pcrelib/config.h
| * | | | | Upgrade bundled PCRE to 8.38Stanislav Malyshev2016-01-3151-1511/+3144
| | | | | |
| * | | | | Fixed NEWS file entryJulien Pauli2016-01-281-2/+4
| | |_|/ / | |/| | |
| * | | | fix the fix for bug #70976 (imagerotate)Remi Collet2016-01-122-4/+4
| | | | |
* | | | | Merge remote-tracking branch 'origin/PHP-7.0.3' into PHP-7.0.3Stanislav Malyshev2016-02-0144-301/+327
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/PHP-7.0.3: fix tests fix wrong gc sequence revert the API string as well update NEWS Revert "Fix #70720" sync NEWS reset ext/session to the state of 7.0.2 improve fix for bug #71201 set versions to 7.0.3RC1 fix test for 7.0, OpenSSL >= 1.0.2 disables SSLv2 by default fork test fix test fork test fork test for win32 fork test Use SUCCESS/FAILURE Fixed bug #65720 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c:281: bad if test Fixed bug #65720 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c:281: bad if test Update NEWS Fixed bug 71397 (mb_send_mail segmentation fault)
| * | | | | fix testsAnatol Belski2016-01-293-9/+19
| | | | | |
| * | | | | fix wrong gc sequenceAnatol Belski2016-01-291-3/+4
| | | | | |
| * | | | | revert the API string as wellAnatol Belski2016-01-291-1/+1
| | | | | |
| * | | | | update NEWSAnatol Belski2016-01-291-1/+0
| | | | | |
| * | | | | Revert "Fix #70720"Anatol Belski2016-01-292-16/+1
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit ff7ed9021cd72a7f82dd4301cdc266afdff458ad.
| * | | | | sync NEWSAnatol Belski2016-01-291-10/+0
| | | | | |
| * | | | | reset ext/session to the state of 7.0.2Anatol Belski2016-01-2926-266/+74
| | | | | |
| * | | | | improve fix for bug #71201php-7.0.3RC1Anatol Belski2016-01-201-3/+9
| | | | | |
| * | | | | set versions to 7.0.3RC1Anatol Belski2016-01-183-4/+4
| | | | | |
| * | | | | fix test for 7.0, OpenSSL >= 1.0.2 disables SSLv2 by defaultAnatol Belski2016-01-181-0/+2
| | | | | |
| * | | | | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-01-189-5/+218
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: fork test fix test fork test fork test for win32 fork test
| | * | | | fork testAnatol Belski2016-01-182-0/+35
| | | | | |