summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_5_2_7RC1'.php-5.2.7RC1SVN Migration2008-10-091-32/+0
* - MFH: Fixed bug pecl#9641 (Unable to add driver specific methods to PDOState...Felipe Pena2008-10-091-2/+1
* - MFH: Fixed bug #45575 (Segfault with invalid non-string as event handler ca...Felipe Pena2008-10-072-4/+27
* - MFH: Fixed bug #46247 (ibase_set_event_handler() is allowing to pass callba...Felipe Pena2008-10-072-4/+48
* MFB:Ilia Alshanetsky2008-10-073-53/+62
* - MFH: Fixed code ("Division by zero" anymore)Felipe Pena2008-10-071-0/+3
* - MFH: Fixed compiler warningFelipe Pena2008-10-061-6/+3
* - MFH: Fixed bug #45373 (php crash on query with errors in params)Felipe Pena2008-10-062-6/+54
* - Updated to version 2008.7 (2008g)Derick Rethans2008-10-061-25/+25
* MFH: bug #46115 (Fixes nothing in 5.2, but sync code)Etienne Kneuss2008-10-062-2/+17
* Fix #46222 (Allow indirect modifications of Arrays inside ArrayObject + fix E...Etienne Kneuss2008-10-052-6/+44
* MFH: Fixed #46164 (stream_filter_remove() closes the stream)Arnaud Le Blanc2008-10-053-0/+55
* MFH:Felipe Pena2008-10-042-12/+12
* - Fixed compiler warningFelipe Pena2008-10-042-3/+3
* Adds signal handling around popen/pclose in mail.c.Mikko Koppanen2008-10-031-0/+37
* - MFH: Fixed bug #46215 (json_encode mutates its parameter and has some class...Felipe Pena2008-10-022-0/+26
* MFH: Fix bug #46209 - Remove license condition that is no longer required.Scott MacVicar2008-10-011-8/+0
* Fixed bug #43045 (SOAP encoding violation on "INF" for type double/float)Dmitry Stogov2008-10-012-1/+61
* MFH: fix bug #46191 (BC break: DOMDocument saveXML() doesn't accept null)Rob Richards2008-09-281-1/+1
* fix testAntony Dovgal2008-09-241-4/+2
* - MFH: Fixed bug #46157 (PDOStatement::fetchObject prototype error)Felipe Pena2008-09-231-2/+2
* MFH: fix hints causing phpdoc crashRob Richards2008-09-222-3/+3
* - MFH: Fixed bug #46088 (RegexIterator::accept - segfault)Felipe Pena2008-09-222-0/+15
* MFH: Fixed #46059 (Compile failure under IRIX 6.5.30 building posix.c)Arnaud Le Blanc2008-09-202-1/+17
* fix testAntony Dovgal2008-09-181-8/+8
* fix typoAntony Dovgal2008-09-181-1/+1
* fix testAntony Dovgal2008-09-181-1/+1
* MFH Fix #44424 (Extending PDO/MySQL class with a __call() function doesn't work)Johannes Schlüter2008-09-161-3/+7
* MFHAntony Dovgal2008-09-162-0/+31
* - Updated to version 2008.6 (2008f)Derick Rethans2008-09-151-435/+452
* Fixed bug #43053 (Regression: some numbers shown in scientific notation). (in...Dmitry Stogov2008-09-152-9/+9
* MFB: Fixed bug #45580 (levenshtein() crashes with invalid argument)Ilia Alshanetsky2008-09-141-77/+69
* - MFH: Reenable ini_set("mbstring.internal_encoding", VALUE) to work on runtime.Moriyoshi Koizumi2008-09-131-1/+2
* - MFH: Properly initialize/finalize the library. This plugs the leaks caused byMoriyoshi Koizumi2008-09-131-0/+2
* - MFH: WSMoriyoshi Koizumi2008-09-131-1/+1
* - MFH: Add missing =DIRMoriyoshi Koizumi2008-09-131-1/+1
* - Remove unexposed functions.Moriyoshi Koizumi2008-09-122-118/+0
* - MFH: Use memcmp() for binary safety.Moriyoshi Koizumi2008-09-121-17/+10
* - MFH: Fixed unexpected zval changesFelipe Pena2008-09-122-10/+60
* MFH: Fixed #46053 (SplFileObject::seek - Endless loop)Arnaud Le Blanc2008-09-112-1/+15
* MFH: Fixed #46051 (SplFileInfo::openFile - memory overlap)Arnaud Le Blanc2008-09-112-0/+15
* MFH: fix bug #46047 (SimpleXML converts empty nodes into object with nested a...Rob Richards2008-09-112-3/+55
* MFH: fix bug #45901 (wddx_serialize_value crash with SimpleXMLElement object)Rob Richards2008-09-112-10/+31
* MFH: fix bug #46003 (isset on nonexisting node return unexpected results)Rob Richards2008-09-102-1/+31
* MFH: fix bug #46029 (Segfault in DOMText when using with Reflection)Rob Richards2008-09-105-5/+5
* - MFB: Fixed mem. leakFelipe Pena2008-09-101-0/+1
* MFH: fix bug #45553 (Using XPath for attributes with a namespace does not work)Rob Richards2008-09-102-1/+32
* MFH:Felipe Pena2008-09-103-11/+101
* MFH: Fixed bug #46031 (Segfault in AppendIterator::next)Arnaud Le Blanc2008-09-092-0/+12
* - MFH: Fixed bug #46010 (warnings incorrectly generated for iv in ecb mode)Felipe Pena2008-09-073-11/+27