Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy New Year | Xinchen Hui | 2013-01-01 | 2 | -2/+2 |
| | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-10 | 2 | -0/+0 |
|\ | |||||
| * | Remove executable permission on phpt | Xinchen Hui | 2012-10-10 | 2 | -0/+0 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Nikita Popov | 2012-08-14 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix exif test failure | Nikita Popov | 2012-08-14 | 1 | -1/+1 |
| | | | | | | | | | | There are two slightly different error messages for invalid pointers, so make the pattern slightly less strict to account for both. | ||||
* | | Merge commit 'e59b6dc0ae803d49c3f620818285f98dfb61fd57' into PHP-5.4 | Felipe Pena | 2012-06-03 | 1 | -1/+5 |
|\ \ | |/ | |||||
| * | - Fixed information leak in ext exif (discovered by Martin Noga, Matthew ↵ | Felipe Pena | 2012-06-03 | 1 | -1/+5 |
| | | | | | | | | "j00ru" Jurczyk, Gynvael Coldwind) | ||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 2 | -2/+2 |
| | | |||||
| * | fix bug #60150 for 5.3 too | Stanislav Malyshev | 2011-11-19 | 3 | -2/+23 |
| | | |||||
| * | - Added ZEND_MOD_END macro to use in the end of zend_module_dep[] | Felipe Pena | 2011-08-06 | 1 | -1/+1 |
| | | |||||
| * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #54121 (error message format string typo). | Ilia Alshanetsky | 2011-04-12 | 1 | -1/+1 |
| | | |||||
| * | - fix the fix (Dmitry) and ensure that it builds everywhere, can someone ↵ | Pierre Joye | 2011-02-15 | 1 | -2/+8 |
| | | | | | | | | test on solaris&co pls? | ||||
| * | -Bug #54002, fix windows build, use the relevant values in the warnings | Pierre Joye | 2011-02-14 | 2 | -5/+5 |
| | | |||||
| * | - fix bug #54002, exif_read_data crashes on crafted tags | Pierre Joye | 2011-02-14 | 4 | -2/+35 |
| | | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 2 | -2/+2 |
| | | |||||
| * | Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED ↵ | Kalle Sommer Nielsen | 2010-08-11 | 1 | -1/+1 |
| | | | | | | | | | | | | (Fixes #52570) # Trunk patch will follow shortly | ||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 2 | -2/+2 |
| | | |||||
* | | fix test number | Stanislav Malyshev | 2011-11-19 | 1 | -1/+1 |
| | | |||||
* | | Fix bug #60150 (Integer overflow during the parsing of invalid exif header) | Stanislav Malyshev | 2011-11-19 | 3 | -2/+23 |
| | | |||||
* | | - Added ZEND_MOD_END macro to use in the end of zend_module_dep[] | Felipe Pena | 2011-08-06 | 1 | -1/+1 |
| | | |||||
* | | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | | |||||
* | | Delete empty test files (old MQ tests) | Pierrick Charron | 2011-07-22 | 1 | -0/+0 |
| | | |||||
* | | - remove magic quotes support, functions are kept (see the NEWS entry for ↵ | Pierre Joye | 2011-07-22 | 3 | -92/+0 |
| | | | | | | | | the details) for BC reasons but do not allow to set enable MQ, missing tests changes in 5.4 | ||||
* | | - remove magic quotes support, functions are kept (see the NEWS entry for ↵ | Pierre Joye | 2011-07-22 | 1 | -26/+6 |
| | | | | | | | | the details) for BC reasons but do not allow to set enable MQ | ||||
* | | - Added new parameter parsing option (p - for valid path (string without ↵ | Felipe Pena | 2011-06-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits | ||||
* | | Fixed bug #54121 (error message format string typo). | Ilia Alshanetsky | 2011-04-12 | 1 | -1/+1 |
| | | |||||
* | | Fixed multibyte related issues | Dmitry Stogov | 2011-03-14 | 1 | -15/+15 |
| | | |||||
* | | - fix the fix (Dmitry) and ensure that it builds everywhere, can someone ↵ | Pierre Joye | 2011-02-15 | 1 | -2/+8 |
| | | | | | | | | test on solaris&co pls? | ||||
* | | -Bug #54002, fix windows build, use the relevant values in the warnings | Pierre Joye | 2011-02-14 | 2 | -5/+6 |
| | | |||||
* | | - fix bug #54002, exif_read_data crashes on crafted tags | Pierre Joye | 2011-02-14 | 4 | -2/+34 |
| | | |||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 2 | -2/+2 |
| | | |||||
* | | - Fix build. | Moriyoshi Koizumi | 2010-12-22 | 1 | -6/+18 |
| | | |||||
* | | fix ZTS build | Antony Dovgal | 2010-12-08 | 1 | -3/+3 |
| | | |||||
* | | Removed compile time dependency from ext/mbstring | Dmitry Stogov | 2010-12-08 | 1 | -56/+40 |
| | | |||||
* | | MFB53: Changed deprecated ini options on startup from E_WARNING to ↵ | Kalle Sommer Nielsen | 2010-08-11 | 1 | -1/+1 |
| | | | | | | | | | | | | E_DEPRECATED (Fixes #52570) # Some of the updated tests were to make them sync with 5.3 although they don't run on trunk anymore | ||||
* | | revert change #298288: Remove old dsp/dsw/makefile files | Rob Richards | 2010-04-28 | 1 | -0/+113 |
| | | |||||
* | | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | * 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 | ||||
* | | Remove old dsp/dsw/makefile files, these arent used by the build system ↵ | Kalle Sommer Nielsen | 2010-04-21 | 1 | -113/+0 |
|/ | | | | anymore and are barely updated nor available for all extensions | ||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 2 | -2/+2 |
| | |||||
* | removed now obsolete NetWare hack since I fixed this | Guenter Knauf | 2009-11-03 | 1 | -4/+0 |
| | | | | | with Novell some longer time ago in their SDK header. | ||||
* | Fixed tests | Dmitry Stogov | 2009-09-21 | 1 | -1/+1 |
| | |||||
* | MFB: Added missing sanity checks around exif processing. | Ilia Alshanetsky | 2009-08-16 | 1 | -6/+16 |
| | |||||
* | - Dropped unnecessary var | Felipe Pena | 2009-06-12 | 1 | -3/+3 |
| | |||||
* | Fixed test | Ilia Alshanetsky | 2009-06-08 | 1 | -0/+2 |
| | |||||
* | fix test | Antony Dovgal | 2009-05-28 | 1 | -1/+0 |
| | |||||
* | - MFH: #48378, exif_read_data() segfaults on certain corrupted .jpeg files | Pierre Joye | 2009-05-28 | 3 | -0/+23 |
| | |||||
* | - Fixed tests | Felipe Pena | 2009-01-09 | 1 | -1/+16 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 2 | -2/+2 |
| | |||||
* | Fixed bug#46847 (phpinfo() is missing some settings.) | Hannes Magnusson | 2008-12-12 | 1 | -0/+1 |
| |