| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - - Fixed #51128, imagefill() doesn't work with large images | Pierre Joye | 2010-04-28 | 1 | -2/+2 |
| | | |||||
| * | - fix possible Dechunking Filter Buffer Overflow | Pierre Joye | 2010-04-28 | 1 | -2/+2 |
| | | |||||
| * | const-ify fields | Andrey Hristov | 2010-04-28 | 3 | -12/+11 |
| | | |||||
| * | Fixed a possible arbitrary memory access inside sqlite extension. Reported ↵ | Ilia Alshanetsky | 2010-04-28 | 1 | -2/+2 |
| | | | | | by Mateusz Kocielski. | ||||
| * | add the constant back. quite a lot of code uses it. | Antony Dovgal | 2010-04-28 | 1 | -0/+1 |
| | | |||||
| * | spread some more const | Johannes Schlüter | 2010-04-28 | 2 | -8/+8 |
| | | |||||
| * | - Fix #51671, imagefill does not work correctly for small images | Pierre Joye | 2010-04-28 | 2 | -1/+25 |
| | | |||||
| * | - WS | Pierre Joye | 2010-04-28 | 1 | -2/+2 |
| | | |||||
| * | Fixed string format validation inside phar extension. Reported by Stefan Esser | Ilia Alshanetsky | 2010-04-27 | 2 | -8/+8 |
| | | |||||
| * | Fixed memory leak in ext/spl/tests/spl_autoload_bug48541.phpt | Dmitry Stogov | 2010-04-27 | 1 | -1/+8 |
| | | |||||
| * | Fixed very rare memory leak in mysqlnd, when binding thousands of columns | Andrey Hristov | 2010-04-27 | 2 | -1/+86 |
| | | |||||
| * | ws | Dmitry Stogov | 2010-04-27 | 2 | -4/+4 |
| | | |||||
| * | - ws | Dmitry Stogov | 2010-04-27 | 1 | -7/+4 |
| | | | | | | - removed unused variables | ||||
| * | - Reimplemented ZEND_INIT_FCALL_BY_NAME and ZEND_INIT_NS_FCALL_BY_NAME to ↵ | Dmitry Stogov | 2010-04-27 | 5 | -67/+109 |
| | | | | | | | | use literals instead of additional operands - Optimized access to global constants | ||||
| * | Of course, 64*4 is 256, not 1024 | Andrey Hristov | 2010-04-27 | 1 | -2/+2 |
| | | |||||
| * | Move the macro to mysqlnd_enum_n_def.h, because it can be reused | Andrey Hristov | 2010-04-27 | 2 | -6/+5 |
| | | | | | | | in other places. Also, premultiply the values by 4 and add some reserve for future releases of the server. | ||||
| * | Fixed #48361 (SplFileInfo::getPathName() should return the parent | Etienne Kneuss | 2010-04-27 | 2 | -1/+18 |
| | | |||||
| * | Test case for the buffer overflow in mysqlnd_change_user | Andrey Hristov | 2010-04-27 | 1 | -1/+11 |
| | | |||||
| * | Fixed buffer overflow in mysqlnd_change_user | Andrey Hristov | 2010-04-27 | 1 | -4/+4 |
| | | |||||
| * | - Unifiy that message | Hannes Magnusson | 2010-04-27 | 38 | -49/+49 |
| | | | | | | | - Mention php.ini | ||||
| * | Fix test | Hannes Magnusson | 2010-04-27 | 1 | -0/+1 |
| | | |||||
| * | Fixed possible buffer overflow in mysqlnd_conn__list_fields. | Andrey Hristov | 2010-04-27 | 1 | -4/+6 |
| | | |||||
| * | Fix #51374 (Wrongly initialized object properties) | Etienne Kneuss | 2010-04-27 | 2 | -0/+28 |
| | | |||||
| * | Fixed bug #51670 getColumnMeta causes segfault when re-executing query after ↵ | Pierrick Charron | 2010-04-27 | 2 | -0/+26 |
| | | | | | calling nextRowset | ||||
| * | Fix #49723 (Skip seek when unnecessary) | Etienne Kneuss | 2010-04-27 | 2 | -1/+17 |
| | | |||||
| * | Remove unused variables | Pierrick Charron | 2010-04-27 | 2 | -2/+2 |
| | | |||||
| * | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 123 | -1461/+418 |
| | | | | | | | | * 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 | ||||
| * | Fixed handling of session variable serialization on certain prefix ↵ | Ilia Alshanetsky | 2010-04-26 | 1 | -1/+1 |
| | | | | | characters. Reported by Stefan Esser | ||||
| * | - Fixed tests | Felipe Pena | 2010-04-26 | 18 | -608/+608 |
| | | |||||
| * | Fixed crash in Zend/tests/unset_cv09.phpt | Dmitry Stogov | 2010-04-26 | 1 | -2/+2 |
| | | |||||
| * | fix test | Antony Dovgal | 2010-04-26 | 1 | -0/+1 |
| | | |||||
| * | fix test | Antony Dovgal | 2010-04-26 | 1 | -2/+0 |
| | | |||||
| * | fix skipif sections | Antony Dovgal | 2010-04-26 | 4 | -4/+4 |
| | | |||||
| * | - Fix test | Felipe Pena | 2010-04-26 | 1 | -1/+1 |
| | | |||||
| * | - Fix #51582, Don't assume UINT64_C it's ever available | Pierre Joye | 2010-04-26 | 1 | -0/+5 |
| | | |||||
| * | Update tests related to allow_call_time_pass_reference | Pierrick Charron | 2010-04-26 | 2 | -0/+0 |
| | | |||||
| * | - Remove empty tests | Felipe Pena | 2010-04-26 | 3 | -0/+0 |
| | | |||||
| * | - Removed allow_call_time_pass_reference (Pierrick) | Felipe Pena | 2010-04-26 | 26 | -596/+21 |
| | | |||||
| * | fix ~450 tests and 25 segfaults | Antony Dovgal | 2010-04-25 | 1 | -1/+1 |
| | | | | | | make test, anyone? | ||||
| * | mention which setting! | Hannes Magnusson | 2010-04-25 | 37 | -43/+43 |
| | | |||||
| * | Remove unused variable | David Soria Parra | 2010-04-25 | 1 | -1/+0 |
| | | |||||
| * | Fix #51532 (Invalid prototype for SplFileInfo::fscanf) | Etienne Kneuss | 2010-04-25 | 2 | -2/+15 |
| | | |||||
| * | - Fixed memory leak | Felipe Pena | 2010-04-24 | 1 | -0/+1 |
| | | |||||
| * | Add DTrace probes | David Soria Parra | 2010-04-24 | 13 | -2/+334 |
| | | |||||
| * | Initialize vars to prevent valgrind warnings in some cases | Christopher Jones | 2010-04-24 | 1 | -0/+3 |
| | | |||||
| * | - Fix regexp | Felipe Pena | 2010-04-23 | 1 | -1/+1 |
| | | |||||
| * | Add PHP_VALUE and PHP_ADMIN_VALUE interpretation from fastcgi headers. | Jérôme Loyet | 2010-04-23 | 1 | -0/+60 |
| | | | | | | | | It works as php_value and php_admin_value from the main conf file or apache sapi. See bug (request) #51595 | ||||
| * | Remove unused functions / variables / #if 0 blocks | Jérôme Loyet | 2010-04-23 | 6 | -358/+1 |
| | | |||||
| * | typo | Jérôme Loyet | 2010-04-23 | 1 | -4/+5 |
| | | |||||
| * | Fix for bug #51647 Certificate file without private key (pk in another file) ↵ | Andrey Hristov | 2010-04-23 | 5 | -4/+122 |
| | | | | | doesn't work | ||||
