summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix dir separator in testphp-5.5.24PHP-5.5.24Anatol Belski2015-04-151-2/+2
|
* 5.5.24Julien Pauli2015-04-153-4/+27
|
* fix non-standard CStanislav Malyshev2015-04-151-54/+55
|
* Fix bug #69441 (Buffer Overflow when parsing tar/zip/phar in phar_set_inode)Stanislav Malyshev2015-04-153-3/+27
|
* fix testStanislav Malyshev2015-04-151-0/+6
|
* fix type in fix for #69085Remi Collet2015-04-151-3/+3
| | | | (cherry picked from commit 085e9ddc26f37ce556b8fd787044746e726264b2)
* fix memory leak & add testStanislav Malyshev2015-04-152-2/+48
|
* Fix testsStanislav Malyshev2015-04-154-24/+24
|
* Merge branch 'PHP-5.5-security' into PHP-5.5.24Stanislav Malyshev2015-04-1520-33/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5-security: (22 commits) Fixed bug #69316 (Use-after-free in php_curl related to CURLOPT_FILE/_INFILE/_WRITEHEADER) Fix bug #68486 and bug #69218 (segfault in apache2handler with apache 2.4) Fix bug #68819 (Fileinfo on specific file causes spurious OOM and/or segfault) updated NEWS added test for bug #69354 revert skipif, this should run everywhere further ODBC 3.0 compliance more compliance with the ODBC 3.0 test fixes Prevent GC from changing zval or object 'color' before they are actually inserted into possible roots buffer. sigh, can't even copypaste without screwing up oop, put both the error number and message for both db object to the error message test fixes Fixed bug #69281 (opcache_is_script_cached no longer works) Fix typo: unitialized -> uninitialized Fix typo: unitialized -> uninitialized Fixed bug #68739 (Missing break / control flow). Fixed bug #68740 (NULL Pointer Dereference). Fixed bug #68677 (Use After Free). Fixed bug #68739 (Missing break / control flow in curl) Fixed bug #68740 (NULL Pointer Dereference) Fixed bug #68677 (Use After Free in OPcache) ... Conflicts: configure.in ext/curl/tests/bug69316.phpt main/php_version.h
* Fix bug #69337 (php_stream_url_wrap_http_ex() type-confusion vulnerability)Stanislav Malyshev2015-04-151-36/+43
|
* Fix testStanislav Malyshev2015-04-151-1/+1
|
* Merge branch 'PHP-5.4.40' into PHP-5.5.24Stanislav Malyshev2015-04-153-0/+43
| | | | | | | | | | | | | | | | | | | * PHP-5.4.40: Additional fix for bug #69324 More fixes for bug #69152 Fixed bug #69353 (Missing null byte checks for paths in various PHP extensions) Fixed bug #69324 (Buffer Over-read in unserialize when parsing Phar) Fixed bug #69316 (Use-after-free in php_curl related to CURLOPT_FILE/_INFILE/_WRITEHEADER) Fix bug #68486 and bug #69218 (segfault in apache2handler with apache 2.4) Fix bug #68819 (Fileinfo on specific file causes spurious OOM and/or segfault) Fixed bug #68901 (use after free) Fixed bug #68740 (NULL Pointer Dereference) Fix bug #66550 (SQLite prepared statement use-after-free) Better fix for #68601 for perf https://bitbucket.org/libgd/gd-libgd/commits/81e9a993f2893d651d225646378e3fd1b7465467 Fix bug #68601 buffer read overflow in gd_gif_in.c Revert "Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4" Fixed bug #69293 Add ZEND_ARG_CALLABLE_INFO to allow internal function to type hint against callable.
* Additional fix for bug #69324Stanislav Malyshev2015-04-151-6/+7
| | | | Not so happy about duplication but needed due to bug #69429
* More fixes for bug #69152Stanislav Malyshev2015-04-152-0/+19
|
* Fixed bug #69353 (Missing null byte checks for paths in various PHP extensions)Stanislav Malyshev2015-04-1512-13/+42
|
* Fixed bug #69324 (Buffer Over-read in unserialize when parsing Phar)Stanislav Malyshev2015-04-154-36/+48
|
* Fixed bug #69316 (Use-after-free in php_curl related to ↵Stanislav Malyshev2015-04-152-0/+45
| | | | CURLOPT_FILE/_INFILE/_WRITEHEADER)
* Fix bug #68486 and bug #69218 (segfault in apache2handler with apache 2.4)Stanislav Malyshev2015-04-151-0/+1
|
* Fix bug #68819 (Fileinfo on specific file causes spurious OOM and/or segfault)Stanislav Malyshev2015-04-153-0/+47
|
* Updated NEWSJulien Pauli2015-03-311-0/+1
|
* Fixed bug #69336 (Issues with "last day of <monthname>").Derick Rethans2015-03-316-8/+42
|
* 5.5.24RC1php-5.5.24RC1Julien Pauli2015-03-313-7/+7
|
* Export date_get_immutable_ce() so that extensions can make use of it too.Derick Rethans2015-03-312-0/+5
|
* Align entries formatLior Kaplan2015-03-311-1/+1
|
* Update CVE for Bug #68976 to CVE-2015-2787 instead of reusing CVE for #68710Lior Kaplan2015-03-311-1/+1
|
* Add CVE for bug #69207Lior Kaplan2015-03-311-2/+2
|
* Fixed bug #64931Michael Wallner2015-03-304-1/+63
| | | | | | phar_add_file is too restrive on filename Check for any of '/', '\\', '\0' after ".phar".
* Fixed Bug #65467Michael Wallner2015-03-302-1/+2
| | | | | | Call to undefined method cli_arg_typ_string Use cli_arg_typ_filecontent instead.
* fix bug #67761Michael Wallner2015-03-304-3/+27
| | | | | | Phar::mapPhar fails for Phars inside a path containing ".tar". Strengthen the silly .tar file extension check.
* Fixed bug 64343Michael Wallner2015-03-305-0/+29
| | | | | | | PharData::extractTo fails for tarball created by BSD tar Phar did not know about PAX style global/file headers. Skip them, to be able to read the contents of those archives.
* Add RAND_egd check for compiling against LibreSSLLeigh2015-03-273-6/+10
|
* Add CVE for bug #68901Lior Kaplan2015-03-251-1/+2
|
* Fixed bug #69287 upgrade bundled sqlite to 3.8.8.3Anatol Belski2015-03-253-1888/+3744
|
* fix dir separator in testAnatol Belski2015-03-251-1/+1
|
* revert a4157423934edf7b8fdbcee163cced9bfd5748a, fix build odbc as sharedRemi Collet2015-03-251-13/+13
|
* Fixed typoXinchen Hui2015-03-251-2/+2
|
* UPdate NEWSXinchen Hui2015-03-251-1/+5
|
* Bug #69293 NEW segfault when using SoapClient::__setSoapHeader (bisected, ↵Xinchen Hui2015-03-251-1/+1
| | | | | | regression) This was a typo introduced in c8eaca013a3922e8383def6158ece2b63f6ec483
* updated libs versionsAnatol Belski2015-03-231-3/+3
|
* Fixed #68021 - get_browser() browser_name_regexTjerk Meesters2015-03-225-44/+46
| | | | Replaced expression delimiter with tilde (~) and escape where necessary.
* Print checking message for all ODBC driversLior Kaplan2015-03-221-12/+36
| | | | This makes the output more readble in case no ODBC driver was selected
* Change default option of ODBC drivers to no to enable bulding standalone ODBCLior Kaplan2015-03-221-14/+19
|
* add CURL_HTTP_VERSION_2_0 and CURL_VERSION_HTTP2Masaki Kagaya2015-03-223-0/+10
|
* Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-03-223-1/+7
|\ | | | | | | | | | | * PHP-5.4: Bacport fix bug #68741 - Null pointer dereference Check that the type is correct
| * Bacport fix bug #68741 - Null pointer dereferenceStanislav Malyshev2015-03-222-0/+6
| |
| * Check that the type is correctStanislav Malyshev2015-03-221-1/+1
| |
* | Fix #68760: Fix freeing null segfault. Added test for behaviour.Danack2015-03-223-6/+51
| |
* | cosmetic fix to default odbcverAnatol Belski2015-03-231-1/+1
| |
* | Remove extraneous strlen() callRasmus Lerdorf2015-03-211-2/+0
| |
* | - Updated to version 2015.2 (2015b)Derick Rethans2015-03-211-672/+729
| |