Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix dir separator in testphp-5.5.24PHP-5.5.24 | Anatol Belski | 2015-04-15 | 1 | -2/+2 |
| | |||||
* | 5.5.24 | Julien Pauli | 2015-04-15 | 3 | -4/+27 |
| | |||||
* | fix non-standard C | Stanislav Malyshev | 2015-04-15 | 1 | -54/+55 |
| | |||||
* | Fix bug #69441 (Buffer Overflow when parsing tar/zip/phar in phar_set_inode) | Stanislav Malyshev | 2015-04-15 | 3 | -3/+27 |
| | |||||
* | fix test | Stanislav Malyshev | 2015-04-15 | 1 | -0/+6 |
| | |||||
* | fix type in fix for #69085 | Remi Collet | 2015-04-15 | 1 | -3/+3 |
| | | | | (cherry picked from commit 085e9ddc26f37ce556b8fd787044746e726264b2) | ||||
* | fix memory leak & add test | Stanislav Malyshev | 2015-04-15 | 2 | -2/+48 |
| | |||||
* | Fix tests | Stanislav Malyshev | 2015-04-15 | 4 | -24/+24 |
| | |||||
* | Merge branch 'PHP-5.5-security' into PHP-5.5.24 | Stanislav Malyshev | 2015-04-15 | 20 | -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 Malyshev | 2015-04-15 | 1 | -36/+43 |
| | |||||
* | Fix test | Stanislav Malyshev | 2015-04-15 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.4.40' into PHP-5.5.24 | Stanislav Malyshev | 2015-04-15 | 3 | -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 #69324 | Stanislav Malyshev | 2015-04-15 | 1 | -6/+7 |
| | | | | Not so happy about duplication but needed due to bug #69429 | ||||
* | More fixes for bug #69152 | Stanislav Malyshev | 2015-04-15 | 2 | -0/+19 |
| | |||||
* | Fixed bug #69353 (Missing null byte checks for paths in various PHP extensions) | Stanislav Malyshev | 2015-04-15 | 12 | -13/+42 |
| | |||||
* | Fixed bug #69324 (Buffer Over-read in unserialize when parsing Phar) | Stanislav Malyshev | 2015-04-15 | 4 | -36/+48 |
| | |||||
* | Fixed bug #69316 (Use-after-free in php_curl related to ↵ | Stanislav Malyshev | 2015-04-15 | 2 | -0/+45 |
| | | | | CURLOPT_FILE/_INFILE/_WRITEHEADER) | ||||
* | Fix bug #68486 and bug #69218 (segfault in apache2handler with apache 2.4) | Stanislav Malyshev | 2015-04-15 | 1 | -0/+1 |
| | |||||
* | Fix bug #68819 (Fileinfo on specific file causes spurious OOM and/or segfault) | Stanislav Malyshev | 2015-04-15 | 3 | -0/+47 |
| | |||||
* | Updated NEWS | Julien Pauli | 2015-03-31 | 1 | -0/+1 |
| | |||||
* | Fixed bug #69336 (Issues with "last day of <monthname>"). | Derick Rethans | 2015-03-31 | 6 | -8/+42 |
| | |||||
* | 5.5.24RC1php-5.5.24RC1 | Julien Pauli | 2015-03-31 | 3 | -7/+7 |
| | |||||
* | Export date_get_immutable_ce() so that extensions can make use of it too. | Derick Rethans | 2015-03-31 | 2 | -0/+5 |
| | |||||
* | Align entries format | Lior Kaplan | 2015-03-31 | 1 | -1/+1 |
| | |||||
* | Update CVE for Bug #68976 to CVE-2015-2787 instead of reusing CVE for #68710 | Lior Kaplan | 2015-03-31 | 1 | -1/+1 |
| | |||||
* | Add CVE for bug #69207 | Lior Kaplan | 2015-03-31 | 1 | -2/+2 |
| | |||||
* | Fixed bug #64931 | Michael Wallner | 2015-03-30 | 4 | -1/+63 |
| | | | | | | phar_add_file is too restrive on filename Check for any of '/', '\\', '\0' after ".phar". | ||||
* | Fixed Bug #65467 | Michael Wallner | 2015-03-30 | 2 | -1/+2 |
| | | | | | | Call to undefined method cli_arg_typ_string Use cli_arg_typ_filecontent instead. | ||||
* | fix bug #67761 | Michael Wallner | 2015-03-30 | 4 | -3/+27 |
| | | | | | | Phar::mapPhar fails for Phars inside a path containing ".tar". Strengthen the silly .tar file extension check. | ||||
* | Fixed bug 64343 | Michael Wallner | 2015-03-30 | 5 | -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 LibreSSL | Leigh | 2015-03-27 | 3 | -6/+10 |
| | |||||
* | Add CVE for bug #68901 | Lior Kaplan | 2015-03-25 | 1 | -1/+2 |
| | |||||
* | Fixed bug #69287 upgrade bundled sqlite to 3.8.8.3 | Anatol Belski | 2015-03-25 | 3 | -1888/+3744 |
| | |||||
* | fix dir separator in test | Anatol Belski | 2015-03-25 | 1 | -1/+1 |
| | |||||
* | revert a4157423934edf7b8fdbcee163cced9bfd5748a, fix build odbc as shared | Remi Collet | 2015-03-25 | 1 | -13/+13 |
| | |||||
* | Fixed typo | Xinchen Hui | 2015-03-25 | 1 | -2/+2 |
| | |||||
* | UPdate NEWS | Xinchen Hui | 2015-03-25 | 1 | -1/+5 |
| | |||||
* | Bug #69293 NEW segfault when using SoapClient::__setSoapHeader (bisected, ↵ | Xinchen Hui | 2015-03-25 | 1 | -1/+1 |
| | | | | | | regression) This was a typo introduced in c8eaca013a3922e8383def6158ece2b63f6ec483 | ||||
* | updated libs versions | Anatol Belski | 2015-03-23 | 1 | -3/+3 |
| | |||||
* | Fixed #68021 - get_browser() browser_name_regex | Tjerk Meesters | 2015-03-22 | 5 | -44/+46 |
| | | | | Replaced expression delimiter with tilde (~) and escape where necessary. | ||||
* | Print checking message for all ODBC drivers | Lior Kaplan | 2015-03-22 | 1 | -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 ODBC | Lior Kaplan | 2015-03-22 | 1 | -14/+19 |
| | |||||
* | add CURL_HTTP_VERSION_2_0 and CURL_VERSION_HTTP2 | Masaki Kagaya | 2015-03-22 | 3 | -0/+10 |
| | |||||
* | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-03-22 | 3 | -1/+7 |
|\ | | | | | | | | | | | * PHP-5.4: Bacport fix bug #68741 - Null pointer dereference Check that the type is correct | ||||
| * | Bacport fix bug #68741 - Null pointer dereference | Stanislav Malyshev | 2015-03-22 | 2 | -0/+6 |
| | | |||||
| * | Check that the type is correct | Stanislav Malyshev | 2015-03-22 | 1 | -1/+1 |
| | | |||||
* | | Fix #68760: Fix freeing null segfault. Added test for behaviour. | Danack | 2015-03-22 | 3 | -6/+51 |
| | | |||||
* | | cosmetic fix to default odbcver | Anatol Belski | 2015-03-23 | 1 | -1/+1 |
| | | |||||
* | | Remove extraneous strlen() call | Rasmus Lerdorf | 2015-03-21 | 1 | -2/+0 |
| | | |||||
* | | - Updated to version 2015.2 (2015b) | Derick Rethans | 2015-03-21 | 1 | -672/+729 |
| | |