Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump year which is missed in rev 49493a2 | Xinchen Hui | 2016-01-02 | 1 | -1/+1 |
| | |||||
* | Unused var | Xinchen Hui | 2015-11-21 | 1 | -1/+1 |
| | |||||
* | Improved fix for bug #70944 | Xinchen Hui | 2015-11-21 | 1 | -7/+8 |
| | |||||
* | Fixed bug #70944 (try{ } finally{} can create infinite chains of exceptions) | Xinchen Hui | 2015-11-20 | 1 | -1/+8 |
| | |||||
* | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-08-04 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.4: __wakeup doesn't have to be final | ||||
| * | __wakeup doesn't have to be final | Stanislav Malyshev | 2015-08-04 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-08-04 | 1 | -8/+37 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.4: Fix bug #70019 - limit extracted files to given directory Do not do convert_to_* on unserialize, it messes up references Fix #69793 - limit what we accept when unserializing exception Fixed bug #70169 (Use After Free Vulnerability in unserialize() with SplDoublyLinkedList) Fixed bug #70166 - Use After Free Vulnerability in unserialize() with SPLArrayObject ignore signatures for packages too Fix bug #70168 - Use After Free Vulnerability in unserialize() with SplObjectStorage Fixed bug #69892 Fix bug #70014 - use RAND_bytes instead of deprecated RAND_pseudo_bytes Improved fix for Bug #69441 Fix bug #70068 (Dangling pointer in the unserialization of ArrayObject items) Fix bug #70121 (unserialize() could lead to unexpected methods execution / NULL pointer deref) Fix bug #70081: check types for SOAP variables Conflicts: .gitignore ext/date/php_date.c ext/spl/spl_array.c ext/spl/spl_observer.c | ||||
| * | Fix #69793 - limit what we accept when unserializing exception | Stanislav Malyshev | 2015-08-01 | 1 | -0/+28 |
| | | |||||
| * | Fix bug #70121 (unserialize() could lead to unexpected methods execution / ↵ | Stanislav Malyshev | 2015-07-26 | 1 | -8/+9 |
| | | | | | | | | NULL pointer deref) | ||||
| * | Fixed res leak | Xinchen Hui | 2015-04-14 | 1 | -3/+4 |
| | | |||||
* | | Fixed res leak | Xinchen Hui | 2015-04-15 | 1 | -3/+4 |
| | | |||||
* | | codes standard | Xinchen Hui | 2015-04-14 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-5.4.40' into PHP-5.5.24 | Stanislav Malyshev | 2015-04-11 | 1 | -0/+3 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. | ||||
| * | More fixes for bug #69152 | Stanislav Malyshev | 2015-04-11 | 1 | -0/+3 |
| | | |||||
* | | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Bob Weinand | 2014-05-11 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix Linux specific fail in error traces (cherry-picked and fix for bug #67245) | Bob Weinand | 2014-05-11 | 1 | -1/+1 |
| | | | | | | | | Linux apparently does not like memcpy in overlapping regions... | ||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Bob Weinand | 2014-02-20 | 1 | -3/+58 |
|\ \ | |/ | |||||
| * | Use nicer output for characters < 32 and > 126 in exception strings | Bob Weinand | 2014-02-20 | 1 | -3/+58 |
| | | | | | | | | | | Using question marks might confuse more than it helps. Users are wondering what happened to their string... | ||||
| * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | |||||
* | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | |||||
* | | Make message and format arguments const char * to avoid | Remi Collet | 2013-09-23 | 1 | -4/+4 |
|/ | | | | build warning about invalid cast. | ||||
* | Fixed #65431 in zend_exception.c by Sixd | Xinchen Hui | 2013-08-15 | 1 | -3/+3 |
| | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Anatol Belski | 2013-05-12 | 1 | -1/+9 |
|\ | | | | | | | | | * PHP-5.3: Fixed bug #64821 Custom Exceptions crash when internal properties overridden | ||||
| * | Fixed bug #64821 Custom Exceptions crash when internal properties overridden | Anatol Belski | 2013-05-12 | 1 | -1/+9 |
| | | | | | | | | | | | | If user inherits Exception and overrides the properties to arbitrary data types, or simply doesn't run parent::__construct(), here we go. Just convert everything to the appropriate data type, like Exception::__toString() does. | ||||
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | |||||
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Johannes Schlüter | 2012-12-13 | 1 | -15/+39 |
|\ \ | |/ | |||||
| * | Fix Bug #63762 Sigsegv when Exception::$trace is changed by user | Johannes Schlüter | 2012-12-13 | 1 | -15/+39 |
| | | |||||
| * | Fixed bug #60569 (Nullbyte truncates Exception $message). | Ilia Alshanetsky | 2012-03-11 | 1 | -1/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | Fix bug #47143, bug #51458 - provide more useful info in bad exception cases | Stanislav Malyshev | 2011-01-16 | 1 | -0/+3 |
| | | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
| * | Fixed memory leaks (related to bug #52361) | Dmitry Stogov | 2010-08-16 | 1 | -4/+5 |
| | | |||||
| * | separate properties of internal classes in ZTS mode fully, | Sascha Schumann | 2010-08-12 | 1 | -1/+1 |
| | | | | | | | | | | | | otherwise multiple threads will modify the zvals' contents without any synchronisation. | ||||
* | | make default_exception_ce and error_exception_ce static | Nuno Lopes | 2012-08-02 | 1 | -2/+2 |
| | | |||||
* | | Fixed bug #60569 (Nullbyte truncates Exception $message). | Ilia Alshanetsky | 2012-03-11 | 1 | -1/+1 |
| | | |||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
* | | Fixed ZE specific compile warnings (Bug #55629) | Dmitry Stogov | 2011-09-13 | 1 | -2/+2 |
| | | |||||
* | | - Fix bug #55471, fix zts build with dtrace (Laruense) | Pierre Joye | 2011-08-21 | 1 | -1/+1 |
| | | |||||
* | | Add optional argument to debug_backtrace() and debug_print_backtrace() to ↵ | Sebastian Bergmann | 2011-04-09 | 1 | -1/+1 |
| | | | | | | | | limit the amount of stack frames returned. | ||||
* | | Fix bug #47143, bug #51458 - provide more useful info in bad exception cases | Stanislav Malyshev | 2011-01-16 | 1 | -0/+3 |
| | | |||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
* | | - Fixed bug #53306 (php crashes with segfault when DTrace "exception-thrown" ↵ | Felipe Pena | 2010-11-17 | 1 | -2/+7 |
| | | | | | | | | | | | | | | probe fires) patch by: mike at harschsystems dot com | ||||
* | | Revert unintended modification | Dmitry Stogov | 2010-08-18 | 1 | -1/+1 |
| | | |||||
* | | Fixed memory leaks (related to bug #52361) | Dmitry Stogov | 2010-08-16 | 1 | -5/+7 |
| | | |||||
* | | Added caches to eliminate repeatable run-time bindings of functions, ↵ | Dmitry Stogov | 2010-05-24 | 1 | -4/+2 |
| | | | | | | | | classes, constants, methods and properties | ||||
* | | fix ~450 tests and 25 segfaults | Antony Dovgal | 2010-04-25 | 1 | -1/+1 |
| | | | | | | | | | | make test, anyone? | ||||
* | | Add DTrace probes | David Soria Parra | 2010-04-24 | 1 | -0/+10 |
|/ | |||||
* | sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-05 | 1 | -1/+1 |
| |