summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug #34874 and #33546 (Problems with lone daynames).Derick Rethans2005-10-1911-171/+184
* MFH: Fixed bug #34623 (Crash in pdo_mysql on longtext fields).Ilia Alshanetsky2005-10-191-0/+6
* MFH: Change E_ERROR to E_WARNING when more_entropy flag is off on Cygwin.Ilia Alshanetsky2005-10-191-2/+2
* MFH: Fixed error messages and testsfoobar2005-10-194-12/+17
* Fixed memory leak in ZTS modeDmitry Stogov2005-10-191-14/+23
* - MFH: Improved error messages a bit.Derick Rethans2005-10-191-3/+4
* MFH: Do not set authorizer unless safe_mode or open_basedir are being used.Ilia Alshanetsky2005-10-181-1/+3
* - MFH: Fixed bug #33829 (mime_content_type() returns text/plain for gzip andDerick Rethans2005-10-181-3/+0
* unused varAntony Dovgal2005-10-181-1/+1
* Fixed bug #34899 (Fixed sqlite extension compile failure).Ilia Alshanetsky2005-10-181-1/+1
* MFH: use php_error_docref() instead of php_error() everywhereAntony Dovgal2005-10-181-3/+3
* MFH: fix mime_magic problems with ZTSAntony Dovgal2005-10-182-4/+9
* MFH: fix bug #34902 (mysqli::character_set_name() - undefined method)Antony Dovgal2005-10-181-0/+1
* Apply patch for #34900, sight unseen.Dan Scott2005-10-181-4/+4
* ZTS fixesIlia Alshanetsky2005-10-181-1/+1
* ZTS test fixIlia Alshanetsky2005-10-181-2/+2
* Fixed test for ZTS buildsIlia Alshanetsky2005-10-181-3/+3
* Fixed tests for ZTS buildsIlia Alshanetsky2005-10-182-8/+8
* Fixed test for ZTS buildsIlia Alshanetsky2005-10-181-4/+4
* MFH: only need context set onceRob Richards2005-10-171-1/+1
* MFH: Properly fixed bug #34456 (original patch completely reverted).Ilia Alshanetsky2005-10-171-109/+43
* - Fixed bug #29361 (var_export() producing invalid code). (Derick)Derick Rethans2005-10-175-496/+511
* MFH: Fixed bug #34884 (Possible crash in ext/sqlite when sqlite.assoc_caseIlia Alshanetsky2005-10-171-11/+11
* MFH: Further URL validations in safe_mode/open_basedir configs.Ilia Alshanetsky2005-10-171-1/+1
* MFHfoobar2005-10-162-3/+3
* - Updated timezone database to version 2005.14.Derick Rethans2005-10-151-429/+411
* - Fixed timezone guessing on Windows. (Derick, Nuno)Derick Rethans2005-10-152-8/+17
* fixed an error in mysqli_fetch_fields (function returns NULL instead of arrayGeorg Richter2005-10-151-4/+0
* ZTS fixIlia Alshanetsky2005-10-141-3/+1
* MFH: fix test failuresIlia Alshanetsky2005-10-132-2/+4
* MFH: move constants to classRob Richards2005-10-135-32/+35
* MFH: insure stream usageRob Richards2005-10-131-46/+77
* - MFH SPL example was changed, so change PDO test accordinglyMarcus Boerger2005-10-131-1/+1
* - MFH Add ability to bypass key() surrounding and make that defaultMarcus Boerger2005-10-131-7/+13
* MFHfoobar2005-10-131-3/+4
* - Do not try to autoload the class, use internal onlyMarcus Boerger2005-10-131-1/+1
* MFH: fix #34856 (configure fails to detect libiconv's type)Antony Dovgal2005-10-131-1/+8
* MFH: fix #34855 (ibase_service_attach() segfault on AMD64)Antony Dovgal2005-10-131-1/+1
* - MFH: Apperently you can't store NULL pointer values into Zend hashes - godDerick Rethans2005-10-121-4/+4
* MFH: Fixed bug #34758 (PDO_DBLIB did not implement rowCount()).Ilia Alshanetsky2005-10-121-0/+2
* fix compile warnings (again)Antony Dovgal2005-10-121-4/+4
* make GCC happy and improve CS a bitAntony Dovgal2005-10-121-1/+2
* MFH: nuke unused varsAntony Dovgal2005-10-121-2/+0
* MFH: use spprintf where appropriateRob Richards2005-10-121-17/+18
* fix TS buildAntony Dovgal2005-10-122-5/+5
* MFH: Fixed Bug #27908 (xml default_handlers not being called)Rob Richards2005-10-122-28/+44
* fix testfoobar2005-10-111-1/+1
* MFH: Fixed bug #33167 (Possible crash inside pg_fetch_array()).Ilia Alshanetsky2005-10-111-10/+6
* MFH: Fixed bug #34742 (ftp wrapper failures caused from segmented commandIlia Alshanetsky2005-10-111-60/+20
* fix #34757 (iconv_substr() gives "Unknown error" when offset > string length)Antony Dovgal2005-10-111-15/+27