summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix ts buldphp-5.6.19RC1Anatol Belski2016-02-181-1/+1
|
* prep for 5.6.19RC1Ferenc Kovacs2016-02-183-9/+7
|
* 5.6.20 is nextFerenc Kovacs2016-02-183-8/+10
|
* yet two test fixes in openssl in 5.6Anatol Belski2016-02-162-4/+7
|
* improve testAnatol Belski2016-02-161-4/+6
|
* Fix timelib compat with PHP5Anatol Belski2016-02-152-1/+2
| | | | | | Windows builds in PHP5 are always using long which is 32-bit even in 64-bit build. Thus in PHP5, timelib_long and the company have to always evaluate to a 32-bit.
* Backported fix for bug #71525Anatol Belski2016-02-153-0/+23
|
* Fix bug #71540 - NULL pointer dereference in xsl_ext_function_php()Stanislav Malyshev2016-02-153-0/+75
|
* fix dir separator in testAnatol Belski2016-02-151-3/+3
|
* fix NEWS entryAnatol Belski2016-02-151-1/+1
|
* Update NEWS: "Fixed bug #71584 (Possible use-after-free of ZCG(cwd) in Zend ↵Xinchen Hui2016-02-151-0/+4
| | | | Opcache)"
* Merge branch 'PHP-5.6' of git.php.net:/php-src into PHP-5.6Xinchen Hui2016-02-156-15/+59
|\ | | | | | | | | | | | | | | | | | | * 'PHP-5.6' of git.php.net:/php-src: update NEWS Fixed bug #71559 Built-in HTTP server, we can downlaod file in web by bug Check length of string before comparing to :memory: Fix bounds check in strip_tags() Fix test description FIx bug #71569
| * update NEWSAnatol Belski2016-02-141-0/+4
| |
| * Fixed bug #71559 Built-in HTTP server, we can downlaod file in web by bugAnatol Belski2016-02-141-0/+13
| |
| * Check length of string before comparing to :memory:Nikita Popov2016-02-131-1/+2
| |
| * Fix bounds check in strip_tags()Nikita Popov2016-02-131-1/+1
| |
| * Fix test descriptionNikita Popov2016-02-131-1/+1
| |
| * FIx bug #71569Nikita Popov2016-02-133-13/+39
| | | | | | | | convert_to_string() may result in an interned string.
* | Fix use-after-free of ZCG(cwd) in Zend OptimizerYussuf Khalil2016-02-101-6/+5
|/
* Merge branch 'PHP-5.6' of git.php.net:/php-src into PHP-5.6Xinchen Hui2016-02-094-4/+4
|\
| * Align spacing in make install messagesLior Kaplan2016-02-084-4/+4
| |
| * Add entry for re-fix of #70976 in commit 14e4d393Lior Kaplan2016-02-071-0/+3
| |
* | Fixed bug #71561 (NULL pointer dereference in Zip::ExtractTo)Xinchen Hui2016-02-092-1/+4
|/
* Fixed bug #71523 (Copied handle with new option CURLOPT_HTTPHEADER crashes ↵Xinchen Hui2016-02-053-1/+38
| | | | while curl_multi_exec)
* Align NEWS entry formatLior Kaplan2016-02-051-7/+7
|
* update NEWSFerenc Kovacs2016-02-041-5/+19
|
* Split and clean up OpenSSL X509 testsJakub Zelenka2016-02-047-79/+80
|
* Rename and clean up OpenSSL testsJakub Zelenka2016-02-0332-89/+85
|
* update NEWSFerenc Kovacs2016-02-031-0/+3
|
* Updated NEWSJulien Pauli2016-02-021-3/+3
|
* Fix #70720Julien Pauli2016-02-022-4/+9
|
* Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2016-02-021-0/+11
|\ | | | | | | | | | | | | | | | | | | * PHP-5.5: add error check to sysconf call Going for 5.5.33 now Conflicts: configure.in main/php_version.h
| * add error check to sysconf callAnatol Belski2016-02-021-0/+11
| |
| * Going for 5.5.33 nowJulien Pauli2016-02-023-5/+13
| |
* | Updated to version 2016.1 (2016a)Derick Rethans2016-02-021-668/+668
| |
* | update libs versionAnatol Belski2016-02-021-1/+1
| |
* | Merge branch 'PHP-5.6.18' into PHP-5.6Stanislav Malyshev2016-02-0140-294/+564
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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' 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
| | | |