summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Add sqlstates defined in PostgreSQL documentation.Edin Kadribasic2005-07-011-3/+150
* Only check for InvalidOid when not looking up a sequenceEdin Kadribasic2005-07-011-4/+3
* Fold PQresultErrorField() into a macroEdin Kadribasic2005-07-013-25/+11
* Added class 55 sqlstatesEdin Kadribasic2005-07-011-0/+3
* Added support for fetching current value of a sequence when theEdin Kadribasic2005-07-011-3/+32
* Use timelib types.Edin Kadribasic2005-07-011-1/+1
* - parse_date.c is a generated file, updated parse_date.re and regeneratedDerick Rethans2005-07-013-76/+74
* As fork implementation of NetWare LibC still in experimental stages making th...Anantha Kesari H Y2005-07-011-40/+40
* Fixed memory leak.Ilia Alshanetsky2005-06-301-0/+4
* Fix Win32 buildFrank M. Kromann2005-06-302-1/+4
* Fix ZTS buildFrank M. Kromann2005-06-301-1/+1
* Fixed compiler warnings.Ilia Alshanetsky2005-06-301-34/+34
* Fixed memory leak on error inside php_date().Ilia Alshanetsky2005-06-301-2/+3
* Fixed bug #33523 (Memory leak in xmlrpc_encode_request()).Ilia Alshanetsky2005-06-301-0/+4
* - Reimplemented date and gmdate with new timelib code.Derick Rethans2005-06-3015-469/+311
* Release newsIlia Alshanetsky2005-06-301-4/+4
* touch generated file.Ilia Alshanetsky2005-06-301-1/+1
* Upgraded bundled sqlite lib to 3.2.2Ilia Alshanetsky2005-06-3051-3758/+5190
* Add optional parameter to openssl_pkcs7_verify() which specifies the nameWez Furlong2005-06-301-6/+20
* consistent naming: prefix always with MYSQL_foobar2005-06-301-9/+9
* Netware also uses autoconf based config nowfoobar2005-06-305-10/+0
* Restored old behavior of zend_statup_module()Dmitry Stogov2005-06-301-1/+1
* typofoobar2005-06-301-1/+1
* - Unify (+ spl can't be build shared so COMPILE_DL_SPLfoobar2005-06-303-5/+5
* - Added check for makedev systemcall, which Netware doesn't support.Derick Rethans2005-06-302-1/+5
* - Make the Netware guys happy by removing the config.nw.h define.Derick Rethans2005-06-301-2/+0
* Silence warnings.Ilia Alshanetsky2005-06-301-1/+1
* - Reorganize headers, and update TODO.Derick Rethans2005-06-297-14/+6
* - Added support for negative timestamps with the @<number> format. (Patch byDerick Rethans2005-06-294-112/+137
* - Make sure the already set "TZ" environment doesn't mess up the tests.Derick Rethans2005-06-292-0/+2
* Final (i hope) set of magic.h detection fixes.Ilia Alshanetsky2005-06-291-5/+9
* More reliable library detection.Ilia Alshanetsky2005-06-291-1/+5
* fix testAntony Dovgal2005-06-291-1/+2
* - Fix TSRM buildJohannes Schlüter2005-06-291-1/+1
* fix tests when error_reporting is E_ALLfoobar2005-06-281-1/+1
* - Regenerated with re2c 0.9.8foobar2005-06-282-67/+78
* - Added testcases for bug #14561 and #26090 and updated NEWS with thoseDerick Rethans2005-06-282-0/+25
* - Fixed bug #33469 also for shared buildsfoobar2005-06-282-6/+3
* - Fixed bug #33415 and added test cases for #33414 and #33415.Derick Rethans2005-06-285-0/+819
* - Fixed bug #33433 (strtoll not available on Tru64).Derick Rethans2005-06-284-80/+100
* - Implemented binary search for timezone abbreviations and timezone identifierDerick Rethans2005-06-285-399/+449
* Make exec() return FALSE on error as do other drivers.Ilia Alshanetsky2005-06-281-2/+2
* one might not have simplexml enabledfoobar2005-06-281-1/+1
* fix handling of non-PHP classes (John Coggeshall)Stanislav Malyshev2005-06-282-14/+20
* Fixed double-free bug.Ilia Alshanetsky2005-06-281-1/+0
* fixed oid retrieval.Ilia Alshanetsky2005-06-281-1/+1
* add test casefoobar2005-06-271-0/+24
* - Fixed bug #33469 (Compile error undefined reference to ifx_checkAPI).foobar2005-06-272-9/+12
* fix #33491 (crash after extending MySQLi internal class)Antony Dovgal2005-06-271-4/+13
* fix couple of leaks in MySQLiAntony Dovgal2005-06-272-0/+2