Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-5.5-security' into PHP-5.5.24 | Stanislav Malyshev | 2015-04-12 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 typo: unitialized -> uninitialized | Lior Kaplan | 2015-04-01 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-5.4.40' into PHP-5.5.24 | Stanislav Malyshev | 2015-04-11 | 1 | -2/+2 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. | ||||
| * | Fixed bug #69353 (Missing null byte checks for paths in various PHP extensions) | Stanislav Malyshev | 2015-04-11 | 1 | -2/+2 |
| | | |||||
| * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | |||||
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'PHP-5.3' into PHP-5.4 | Felipe Pena | 2012-05-18 | 1 | -0/+2 |
| |\ | | | | | | | | | | | | | * PHP-5.3: - Fixed bug #62064 (memory leak in the XML Writer module) | ||||
| | * | - Fixed bug #62064 (memory leak in the XML Writer module) | Felipe Pena | 2012-05-18 | 1 | -0/+2 |
| | | | |||||
| | * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | | |||||
| | * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | | | |||||
| | * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | | |||||
| * | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | | |||||
| * | | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | | | |||||
* | | | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | | |||||
* | | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | | |||||
* | | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | | |||||
* | | | - Fixed bug #62064 (memory leak in the XML Writer module) | Felipe Pena | 2012-05-18 | 1 | -0/+2 |
| | | | |||||
* | | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | | |||||
* | | | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
|/ / | |||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
* | | Added caches to eliminate repeatable run-time bindings of functions, ↵ | Dmitry Stogov | 2010-05-24 | 1 | -3/+1 |
| | | | | | | | | classes, constants, methods and properties | ||||
* | | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -1/+1 |
|/ | | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore | ||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | - add a note about the actual problen so we don't forget it | Pierre Joye | 2009-05-26 | 1 | -0/+3 |
| | |||||
* | - better fix for file:/// and file://localhost (thx Ilia), init file_dest ↵ | Pierre Joye | 2009-05-25 | 1 | -2/+4 |
| | | | | when the path is an uri | ||||
* | - #48202, Out of memory error when passing non-existing filename, enable ↵ | Pierre Joye | 2009-05-25 | 1 | -4/+24 |
| | | | | related tests (marked as XFAIL now) | ||||
* | Fixed bug #48204 (xmlwriter_open_uri() does not emit warnings on invalid | Ilia Alshanetsky | 2009-05-11 | 1 | -0/+1 |
| | | | | | paths) | ||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | Fixed bug #46887 (Invalid calls to php_error_docref()) | Ilia Alshanetsky | 2008-12-18 | 1 | -1/+1 |
| | | | | | # Patch by oeriksson at mandriva dot com and crrodriguez at opensuse dot org | ||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -57/+0 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+57 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -57/+0 |
| | |||||
* | Fixed bug #46110 (XMLWriter - openmemory() and openuri() leak memory on | Ilia Alshanetsky | 2008-09-17 | 1 | -0/+6 |
| | | | | | multiple calls). | ||||
* | - Added arginfo | Felipe Pena | 2008-06-27 | 1 | -84/+445 |
| | |||||
* | MFH: New way for check void parameters | Felipe Pena | 2008-03-10 | 1 | -2/+2 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Fixed bug #43099 (XMLWriter::endElement() does not check # of params) | Ilia Alshanetsky | 2007-10-24 | 1 | -0/+3 |
| | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -2/+2 |
| | |||||
* | - [@DOC] MFH: #41326, better fix. It restores BC and allows both canonical | Pierre Joye | 2007-05-14 | 1 | -6/+6 |
| | | | | | | | | and short form: - when $content is given, the closing tag will be generated (even for empty string) - when $content is ignored or NULL is given, the short form will be used | ||||
* | - MFH: #41326, Writing empty tags with Xmlwriter::WriteElement[ns] | Pierre Joye | 2007-05-08 | 1 | -10/+32 |
| | |||||
* | Fix bug #41287 (Namespace functions don't allow xmlns to be optional) | Rob Richards | 2007-05-04 | 1 | -8/+8 |
| | | | | | add test | ||||
* | MFH: parameter entity argument (pe) should be bool | Rob Richards | 2007-01-06 | 1 | -3/+4 |
| | | | | | update test | ||||
* | MFH: bug #39504 (xmlwriter_write_dtd_entity() creates Attlist tag, not entity) | Hannes Magnusson | 2007-01-06 | 1 | -6/+11 |
| | | | | | Add & improve test | ||||
* | fixed compiler warning | Ilia Alshanetsky | 2007-01-01 | 1 | -3/+3 |
| | |||||
* | Added missing entity functions (MFH from HEAD) | Ilia Alshanetsky | 2007-01-01 | 1 | -1/+10 |
| | | | | | Fixed php_xmlwriter_streams_IO_close() docs | ||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | statification of local functions and variables. | Nuno Lopes | 2006-11-09 | 1 | -54/+103 |
| | | | | | | | | | | also remove a few uneeded global variables interesting new warnings: /cvs/php5/ext/xmlwriter/php_xmlwriter.c:391: warning: 'xmlwriter_objects_clone' defined but not used /cvs/php5/ext/xmlwriter/php_xmlwriter.c:1281: warning: 'zif_xmlwriter_start_dtd_entity' defined but not used /cvs/php5/ext/xmlwriter/php_xmlwriter.c:1325: warning: 'zif_xmlwriter_end_dtd_entity' defined but not used /cvs/php5/ext/xmlwriter/php_xmlwriter.c:1333: warning: 'zif_xmlwriter_write_dtd_entity' defined but not used | ||||
* | MFH: Fix double "wron param count" messages | Hannes Magnusson | 2006-11-03 | 1 | -1/+0 |
| | |||||
* | plug leaks that in the previous patch | Nuno Lopes | 2006-09-16 | 1 | -0/+1 |
| | |||||
* | add missing checks around expand_filepath() | Nuno Lopes | 2006-09-16 | 1 | -3/+2 |
| |