summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - - Fixed #51128, imagefill() doesn't work with large imagesPierre Joye2010-04-281-2/+2
|
* - fix possible Dechunking Filter Buffer OverflowPierre Joye2010-04-281-2/+2
|
* const-ify fieldsAndrey Hristov2010-04-283-12/+11
|
* Fixed a possible arbitrary memory access inside sqlite extension. Reported ↵Ilia Alshanetsky2010-04-281-2/+2
| | | | by Mateusz Kocielski.
* add the constant back. quite a lot of code uses it.Antony Dovgal2010-04-281-0/+1
|
* spread some more constJohannes Schlüter2010-04-282-8/+8
|
* - Fix #51671, imagefill does not work correctly for small imagesPierre Joye2010-04-282-1/+25
|
* - WSPierre Joye2010-04-281-2/+2
|
* Fixed string format validation inside phar extension. Reported by Stefan EsserIlia Alshanetsky2010-04-272-8/+8
|
* Fixed memory leak in ext/spl/tests/spl_autoload_bug48541.phptDmitry Stogov2010-04-271-1/+8
|
* Fixed very rare memory leak in mysqlnd, when binding thousands of columnsAndrey Hristov2010-04-272-1/+86
|
* wsDmitry Stogov2010-04-272-4/+4
|
* - wsDmitry Stogov2010-04-271-7/+4
| | | | | - removed unused variables
* - Reimplemented ZEND_INIT_FCALL_BY_NAME and ZEND_INIT_NS_FCALL_BY_NAME to ↵Dmitry Stogov2010-04-275-67/+109
| | | | | | | use literals instead of additional operands - Optimized access to global constants
* Of course, 64*4 is 256, not 1024Andrey Hristov2010-04-271-2/+2
|
* Move the macro to mysqlnd_enum_n_def.h, because it can be reusedAndrey Hristov2010-04-272-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 parentEtienne Kneuss2010-04-272-1/+18
|
* Test case for the buffer overflow in mysqlnd_change_userAndrey Hristov2010-04-271-1/+11
|
* Fixed buffer overflow in mysqlnd_change_userAndrey Hristov2010-04-271-4/+4
|
* - Unifiy that messageHannes Magnusson2010-04-2738-49/+49
| | | | | | - Mention php.ini
* Fix testHannes Magnusson2010-04-271-0/+1
|
* Fixed possible buffer overflow in mysqlnd_conn__list_fields.Andrey Hristov2010-04-271-4/+6
|
* Fix #51374 (Wrongly initialized object properties)Etienne Kneuss2010-04-272-0/+28
|
* Fixed bug #51670 getColumnMeta causes segfault when re-executing query after ↵Pierrick Charron2010-04-272-0/+26
| | | | calling nextRowset
* Fix #49723 (Skip seek when unnecessary)Etienne Kneuss2010-04-272-1/+17
|
* Remove unused variablesPierrick Charron2010-04-272-2/+2
|
* Removed safe_modeKalle Sommer Nielsen2010-04-26123-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 Alshanetsky2010-04-261-1/+1
| | | | characters. Reported by Stefan Esser
* - Fixed testsFelipe Pena2010-04-2618-608/+608
|
* Fixed crash in Zend/tests/unset_cv09.phptDmitry Stogov2010-04-261-2/+2
|
* fix testAntony Dovgal2010-04-261-0/+1
|
* fix testAntony Dovgal2010-04-261-2/+0
|
* fix skipif sectionsAntony Dovgal2010-04-264-4/+4
|
* - Fix testFelipe Pena2010-04-261-1/+1
|
* - Fix #51582, Don't assume UINT64_C it's ever availablePierre Joye2010-04-261-0/+5
|
* Update tests related to allow_call_time_pass_referencePierrick Charron2010-04-262-0/+0
|
* - Remove empty testsFelipe Pena2010-04-263-0/+0
|
* - Removed allow_call_time_pass_reference (Pierrick)Felipe Pena2010-04-2626-596/+21
|
* fix ~450 tests and 25 segfaultsAntony Dovgal2010-04-251-1/+1
| | | | | make test, anyone?
* mention which setting!Hannes Magnusson2010-04-2537-43/+43
|
* Remove unused variableDavid Soria Parra2010-04-251-1/+0
|
* Fix #51532 (Invalid prototype for SplFileInfo::fscanf)Etienne Kneuss2010-04-252-2/+15
|
* - Fixed memory leakFelipe Pena2010-04-241-0/+1
|
* Add DTrace probesDavid Soria Parra2010-04-2413-2/+334
|
* Initialize vars to prevent valgrind warnings in some casesChristopher Jones2010-04-241-0/+3
|
* - Fix regexpFelipe Pena2010-04-231-1/+1
|
* Add PHP_VALUE and PHP_ADMIN_VALUE interpretation from fastcgi headers.Jérôme Loyet2010-04-231-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 blocksJérôme Loyet2010-04-236-358/+1
|
* typoJérôme Loyet2010-04-231-4/+5
|
* Fix for bug #51647 Certificate file without private key (pk in another file) ↵Andrey Hristov2010-04-235-4/+122
| | | | doesn't work