summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PHP 5.3.6php-5.3.6Johannes Schlüter2011-03-170-0/+0
* PHP 5.3.6Johannes Schlüter2011-03-173-47/+30
* - Revert r309308 temporarily to get 5.3.6 outJohannes Schlüter2011-03-173-33/+2
* - news entry for the setlocale fixPierre Joye2011-03-161-0/+3
* - MFH: make setlocale thread only, drastically reduce TS related crashes in e...Pierre Joye2011-03-161-0/+3
* Fixed bug #54265 (crash when variable gets reassigned in error handler)Dmitry Stogov2011-03-163-2/+33
* Fixed bug #54262 (Crash when assigning value to a dimension in a non-array)Dmitry Stogov2011-03-165-58/+32
* - BFNFelipe Pena2011-03-141-0/+5
* - Updated to version 2011.4 (2011d)Derick Rethans2011-03-141-7/+7
* - Missing fixes for bug #54247Felipe Pena2011-03-141-4/+4
* - Fixed bug #54247 (format-string vulnerability on Phar)Felipe Pena2011-03-141-27/+27
* # Revert bug fix (will commit it again on 5.3 branch when 5.3.6 will be relea...Pierrick Charron2011-03-133-40/+0
* Fixed bug #54180 (parse_url() incorrectly parses path when ? in fragment)Pierrick Charron2011-03-133-0/+40
* Fix prototype of zend_fetch_debug_backtrace().Sebastian Bergmann2011-03-111-1/+1
* fixed tests to match the new float precision of 53, as described in bug 47168Eyal Teutsch2011-03-102-3/+3
* Add a version number to timelib for other projects that use it.Scott MacVicar2011-03-091-0/+2
* Close [PHP-BUG] Req #54152...Jim Jagielski2011-03-091-3/+38
* - PHP 5.3.6RC3Johannes Schlüter2011-03-093-4/+4
* - Fixed bug #49608 (Using CachingIterator on DirectoryIterator instance segfa...Felipe Pena2011-03-082-1/+7
* - Version++Felipe Pena2011-03-081-1/+1
* - assign CVEFelipe Pena2011-03-081-1/+1
* - Missing "reported by" infoFelipe Pena2011-03-081-0/+1
* - Fixed bug #54193 (Integer overflow in shmop_read())Felipe Pena2011-03-082-1/+3
* - Updated to version 2011.3 (2011c)Derick Rethans2011-03-071-428/+545
* - Reverted fix for bug #54167 (to be committed in soon)Felipe Pena2011-03-062-21/+0
* - Fixed bug #54167 (PDO_DBLIB returns null on SQLUNIQUE field)Felipe Pena2011-03-052-1/+21
* Back to -devJohannes Schlüter2011-03-023-3/+5
* PHP 5.2.6RC2Johannes Schlüter2011-03-023-6/+6
* - Merge from trunk.Moriyoshi Koizumi2011-03-022-4/+4
* - Fixed SplObjectStorage::offsetSet arginfo, reported in bug #54118Felipe Pena2011-03-011-6/+1
* Fixed bug #54089 (token_get_all() does not stop after __halt_compiler).Ilia Alshanetsky2011-02-284-125/+137
* - Fixed bug #54092 (Segmentation fault when using HTTP proxy with the FTPGustavo André dos Santos Lopes2011-02-272-19/+32
* - Possible fix for Bug #54108 (valgrind can not be found if located outside o...Felipe Pena2011-02-271-1/+1
* use ifdef all-around in the revertAndrey Hristov2011-02-252-2/+2
* revert also the version_idAndrey Hristov2011-02-251-2/+2
* revert to previous behaviorAndrey Hristov2011-02-253-2/+12
* move from macros to functions, which can be overwritten, if neededAndrey Hristov2011-02-253-6/+54
* fix lcov buildNuno Lopes2011-02-255-25/+24
* - Fixed possible off-by-one overflow in ibase_gen_id()Felipe Pena2011-02-241-0/+5
* Fixed compiler warningIlia Alshanetsky2011-02-221-1/+1
* - Fix tests. temp dir might be something other than /tmpJohannes Schlüter2011-02-221-1/+1
* fix invalid memory read. Thank you, valgrindAndrey Hristov2011-02-211-1/+1
* - fix bug #54061, memory leak in openssl_decryptPierre Joye2011-02-211-0/+17
* - fix bug #54061, memory leak in openssl_decryptPierre Joye2011-02-212-0/+3
* - fix test 025Pierre Joye2011-02-211-2/+1
* - fix bug #54060, memory leak in openssl_encryptPierre Joye2011-02-213-0/+20
* Fix Bug #54058, invalid utf-8 doesn't set json_encode() in all casesScott MacVicar2011-02-212-1/+37
* - Fixed bug #54055 (buffer overrun with high values for precision iniGustavo André dos Santos Lopes2011-02-215-9/+611
* - Fixed memory leak in DirectoryIterator::getExtension() and SplFileInfo::get...Felipe Pena2011-02-202-10/+26
* - Fixed bug #54040 (Logical && where & probably needed in spl_iterators)Felipe Pena2011-02-201-1/+1