summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Fixed bug #34001 (pdo_mysql truncates numberic fields at 4 chars)Ilia Alshanetsky2005-09-011-3/+21
* Fixed bug #34323foobar2005-08-311-0/+2
* make sxe_properties_get respect namespace scopeRob Richards2005-08-311-2/+9
* Update creditsfoobar2005-08-311-6/+5
* Moved to PECLfoobar2005-08-317-2267/+0
* - Fixed bug #33957 (gmdate('W')/date('W') sometimes returns wrong week number).Derick Rethans2005-08-312-1/+104
* - Fixed bug #34306 (wddx_serialize_value() crashes with long array keys)foobar2005-08-312-3/+17
* Set port even if host is localhost.George Schlossnagle2005-08-311-5/+6
* Added optional parameter to http_build_query() to allow specification ofIlia Alshanetsky2005-08-312-12/+15
* Fixed bug #32589 (possible crash inside imap_mail_compose() function).Ilia Alshanetsky2005-08-302-6/+41
* this is the number of params, not the top indexGeorge Schlossnagle2005-08-302-2/+2
* this is the number of params, not the top index (otherwise unix_socket doesnt...George Schlossnagle2005-08-301-1/+1
* - Adds module registering a function to struct zend_internal_function.Marcus Boerger2005-08-301-2/+58
* - Fixed bug #34302 (date('W') do not return leading zeros for week 1 to 9).Derick Rethans2005-08-301-1/+1
* - Fix const speling (correct in branshes where did it vanish here)Marcus Boerger2005-08-301-1/+1
* Fixed possible memory leakDmitry Stogov2005-08-301-0/+1
* - Fix #34299: ReflectionClass::isInstantiable() returns true for abstract cla...Marcus Boerger2005-08-291-1/+1
* Fixed gcc 4 compatibilityDmitry Stogov2005-08-291-2/+4
* touchIlia Alshanetsky2005-08-281-1/+1
* Upgrade sqlite lib to 3.2.5Ilia Alshanetsky2005-08-2864-4128/+6145
* 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
* - Fixed bug #34221 (Compiling xmlrpc as shared fails other parts)foobar2005-08-281-6/+6
* - Unicode impl of substr_count()Rolland Santimano2005-08-271-33/+62
* - Check for static libs, tooMarcus Boerger2005-08-261-1/+1
* - Updated strrev() to handle base+combining sequencesRolland Santimano2005-08-261-8/+17
* MFH: Fixed bug #34214 (base64_decode() does not properly ignore whitespace)Ilia Alshanetsky2005-08-261-9/+0
* Fix URI escapingRob Richards2005-08-261-6/+35
* - Bugfix #34257 lib64 not handled correctly in ming extensionMarcus Boerger2005-08-251-3/+3
* Fixed memory leaksDmitry Stogov2005-08-251-1/+4
* MFBfoobar2005-08-251-1/+1
* - Fixed bug #34087 for real.Derick Rethans2005-08-254-594/+636
* sizeof(char) != sizeof(UChar) Don't tell ucnv_toUnicode it has more space th...Sara Golemon2005-08-251-1/+1
* ZTS fixDmitry Stogov2005-08-251-1/+2
* Fix ZTS.Andrei Zmievski2005-08-241-4/+4
* - Make it compile in ZTS modeDerick Rethans2005-08-241-36/+36
* - Fix test.Derick Rethans2005-08-241-0/+1
* - Fixed bug #34087 (strtotime() does not work with date format "Y/m/d").Derick Rethans2005-08-246-3594/+4263
* Fixed boolean encoding (from 0/1 to false/true) to support some buggy soap SDKs.Dmitry Stogov2005-08-2428-47/+55
* - Fix alphabetic order and add missing classJohannes Schlüter2005-08-241-2/+3
* Test for bug #34214foobar2005-08-231-0/+10
* Fix verbosity for var_inspect().Andrei Zmievski2005-08-231-2/+2
* Unicode supportDmitry Stogov2005-08-2311-43/+100
* Unicode support cleanupDmitry Stogov2005-08-2310-137/+24
* Make dba extension support BerkleyDB 4.3.Ilia Alshanetsky2005-08-221-1/+1
* Now fread() returns bool(false) on error instead of empty stringDmitry Stogov2005-08-221-1/+1
* - Fixed typo.Derick Rethans2005-08-221-1/+1