summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fixed memory allocation bugDmitry Stogov2005-09-071-1/+1
* MFH: Upgraded SQLite 2 library in ext/sqlite to 2.8.16Ilia Alshanetsky2005-09-0717-189/+270
* touchfoobar2005-09-051-191/+163
* MFH: - Fixed bug #34311 (unserialize() crashes with characters above 191 dec)foobar2005-09-051-1/+1
* MFB: Fix for #34369Frank M. Kromann2005-09-051-6/+27
* Fixed compiler warningIlia Alshanetsky2005-09-051-0/+1
* - MFHMarcus Boerger2005-09-041-5/+9
* assign a version numberWez Furlong2005-09-042-2/+2
* Allow ext/mysql to build against PHP 4 again; update package.xml ready forWez Furlong2005-09-043-8/+27
* touchEdin Kadribasic2005-09-041-154/+108
* Fix for #34233Edin Kadribasic2005-09-041-1/+1
* Don't crash on invalid parameter #34203 (Wez)Edin Kadribasic2005-09-031-9/+11
* - MFH Update docuMarcus Boerger2005-09-021-2/+39
* MFH: Resolved bug #34240.Ilia Alshanetsky2005-09-021-1/+1
* - MFH: Added date_time_set, date_date_set and date_isodate_set() functions, andDerick Rethans2005-09-022-0/+62
* - MFH: Update timezone database to version "2005m".Derick Rethans2005-09-021-15286/+15304
* - MFH: New layout for tz database file.Derick Rethans2005-09-021-497/+2060
* - Fixed bug #34304 (date() doesn't have a modifier for ISO Week Day).Derick Rethans2005-09-024-3/+32
* - Moved exts to PECLfoobar2005-09-0220-5349/+0
* MFH: Fix key length so params passed by array can be retrieved by getParameter()Rob Richards2005-09-021-1/+1
* Fix test (week numbers below 10 are zero-prefixed now)foobar2005-09-021-5/+5
* MFH. Protect against underflow - refs http://pecl.php.net/bugs/bug.php?id=5193George Schlossnagle2005-09-011-1/+4
* MFHDmitry Stogov2005-09-011-1/+1
* - MFH: Fixed bug #33414 (Comprehensive list of incorrect days returned afterDerick Rethans2005-09-012-3/+30
* Fixed bug #34277 (array_filter() crashes with references and objects)Dmitry Stogov2005-09-012-5/+107
* Support for class constants and static members for internal classesDmitry Stogov2005-09-011-0/+1
* MFH: Fixed bug #34001 (pdo_mysql truncates numberic fields at 4 chars)Ilia Alshanetsky2005-09-011-3/+21
* Fixed bug #34323foobar2005-08-311-0/+2
* MFH: make sxe_properties_get respect namespace scopeRob Richards2005-08-311-3/+9
* Update creditsfoobar2005-08-311-2/+0
* - Moved ext/oracle to PECLfoobar2005-08-317-2267/+0
* MFH:- Fixed bug #34306 (wddx_serialize_value() crashes with long array keys)foobar2005-08-312-3/+17
* - Fixed bug #33957 (gmdate('W')/date('W') sometimes returns wrong week number).Derick Rethans2005-08-312-1/+104
* MFH, fix 34072George Schlossnagle2005-08-311-8/+16
* MFH: Fixed bug #32589 (possible crash inside imap_mail_compose() function).Ilia Alshanetsky2005-08-302-6/+41
* - Fixed bug #34302 (date('W') do not return leading zeros for week 1 to 9).Derick Rethans2005-08-301-1/+1
* Fixed possible memory leakDmitry Stogov2005-08-301-0/+1
* Upgraded bundled SQLite library for PDO:SQLite to 3.2.5Ilia Alshanetsky2005-08-281-1/+1
* Upgraded bundled SQLite library for PDO:SQLite to 3.2.5 (step 1)Ilia Alshanetsky2005-08-2864-4128/+6145
* MFH: Fixed bug #34276 (setAttributeNS doesn't work with default namespace)Rob Richards2005-08-282-2/+94
* - Fixed bug #34284 (CLI phpinfo showing html on _SERVER["argv"])foobar2005-08-281-5/+7
* MFHfoobar2005-08-281-6/+6
* - MFHMarcus Boerger2005-08-261-1/+1
* Fixed bug #34214 (base64_decode() does not properly ignore whitespace)Ilia Alshanetsky2005-08-261-9/+0
* MFH: Fix URI escapingRob Richards2005-08-261-6/+35
* - MFH Fixed bug #34257 (lib64 not handled correctly in ming extension).Marcus Boerger2005-08-251-3/+3
* Fix crash with e.g. stream_get_meta_data()foobar2005-08-251-1/+1
* - MFH: Fixed bug #34087 for real.Derick Rethans2005-08-257-608/+642
* MFH:Derick Rethans2005-08-243-3547/+4070
* Fixed boolean encoding (from 0/1 to false/true) to support some buggy soap SDKs.Dmitry Stogov2005-08-2428-44/+54