summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* - Warning fixes by StephMarcus Boerger2006-02-268-20/+20
* MFH - binary safety patch from MoriyoshiRasmus Lerdorf2006-02-251-1/+1
* - Add ReflectionExtension::getDependencies()Marcus Boerger2006-02-251-0/+88
* - MFH: Function deprecation flagMarcus Boerger2006-02-251-1/+15
* - MFH: Fix descriptionJohannes Schlüter2006-02-241-1/+1
* - MFH: Fix #29986 (Class constants won't work with predefined constants whenJohannes Schlüter2006-02-242-0/+42
* - MFH: Fixed issue with iconv_mime_decode where the "encoding" would only allowDerick Rethans2006-02-241-0/+2
* - fix crash with DOMImplementation::createDocumentType("name:")Michael Wallner2006-02-241-2/+4
* - MFH: Added support for exif date formatDerick Rethans2006-02-242-2706/+2968
* Fixed bug #35900 (stream_select() should warning when tv_sec is negative).Ilia Alshanetsky2006-02-231-0/+8
* MFH: fixed bug #35594 for all systems. "optind = 0" doesn't work on FreeBSD,...Brian France2006-02-231-1/+1
* Added test for bug #36434Ilia Alshanetsky2006-02-221-0/+31
* Fixed bug #36458 (sleep() accepts negative values).Ilia Alshanetsky2006-02-211-7/+9
* - MFH: Rename reflection constants to fix parser conflictsJohannes Schlüter2006-02-201-13/+13
* - Synch docuMarcus Boerger2006-02-203-6/+17
* Fixed bug #36434 (Improper resolution of declaring class name of anIlia Alshanetsky2006-02-201-1/+9
* Fixed test fileDmitry Stogov2006-02-201-1/+1
* - fix tiger on big endian platformsMichael Wallner2006-02-193-7/+42
* - MFH Fix naming inconsistency (providing old name as alias)Marcus Boerger2006-02-181-3/+4
* - Fixed bug #36436 (DBA problem with Berkeley DB4).Marcus Boerger2006-02-182-0/+52
* - fix misleading proto (confused out and in charset)Michael Wallner2006-02-181-1/+1
* Rename getloadavg to sys_getloadavgRasmus Lerdorf2006-02-182-3/+3
* MFH.Andrei Zmievski2006-02-171-1/+3
* add getloadavg() function that has been running in production on rs1.php.netWez Furlong2006-02-162-1/+23
* MFH: add checks and fix possible reincarnations of bug #36420Antony Dovgal2006-02-162-2/+48
* Fixed bug #36420 (segfault when access result->num_rows after callingIlia Alshanetsky2006-02-161-0/+5
* MFH: improve usleep(): use new param parsing API, check for negative valuesAntony Dovgal2006-02-161-5/+8
* Fix copy/paste problems for instantclientSara Golemon2006-02-161-4/+4
* MFH: fix #36403 (oci_execute() no longer supports OCI_DESCRIBE_ONLY)Antony Dovgal2006-02-151-1/+2
* Fixed bug #36345 (PDO/MySQL problem loading BLOB over 1MB).Ilia Alshanetsky2006-02-143-4/+6
* add test for bug #36337Antony Dovgal2006-02-141-0/+28
* - Fixed bug #36382 (PDO/PgSQL's getColumnMeta() crashes).Derick Rethans2006-02-131-1/+1
* Fixed bug #36337 (ReflectionProperty fails to return correct visibility).Ilia Alshanetsky2006-02-131-6/+2
* - MFH No more old parameter api usageMarcus Boerger2006-02-122-9/+8
* Fixed bug #36351 (parse_url() does not parse numeric paths properly).Ilia Alshanetsky2006-02-122-1/+8
* MFHRui Hirokawa2006-02-111-0/+9
* MFH: fix #36359 (splFileObject::fwrite() doesn't write when no data length sp...Antony Dovgal2006-02-101-2/+2
* (Missing patch from the PHP 4 tree that got lost in the shuffle)Rasmus Lerdorf2006-02-101-1/+3
* - fix orderPierre Joye2006-02-091-2/+1
* Added test for bug #36308Ilia Alshanetsky2006-02-091-0/+20
* - protosPierre Joye2006-02-091-0/+3
* - revert last fixPierre Joye2006-02-092-11/+16
* Fixed bug #36308 (ReflectionProperty::getDocComment() does not reflectIlia Alshanetsky2006-02-081-6/+2
* Move array globals declarations back to the header file.Andrei Zmievski2006-02-072-14/+14
* don't use deprecated call-time by referenceAntony Dovgal2006-02-071-2/+2
* Compression level shouldn't be greatr then 9.Dmitry Stogov2006-02-071-0/+2
* Fixed bug #36083 (SoapClient waits for responses on one-way operations)Dmitry Stogov2006-02-079-17/+44
* fix mem leak with iteratorsRob Richards2006-02-072-24/+31
* - #36306, crc32() function result differs on 32-bit and 64-bit platformsPierre Joye2006-02-072-1/+9
* MFH: fix ReflectionClass::getInterfaces()Michael Wallner2006-02-061-1/+1