517 Commits (dcd2ff33e010cbfe958a2375381bbbbaf23ef747)

Author SHA1 Message Date
Dmitry Stogov e5454b359a Fixed bug #46409 (__invoke method called outside of object context when using array_map) 17 years ago
Felipe Pena 43791516db - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 17 years ago
Felipe Pena 36abaa35f1 - Fixed compiler warning 17 years ago
Felipe Pena e006a89e71 - Revert ZEND_BEGIN_ARG_INFO change 17 years ago
Felipe Pena 7eb2715464 - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 18 years ago
Felipe Pena e6194c69f0 - Fixed: 18 years ago
Felipe Pena faadae148b - Fixed possible efree(NULL) 18 years ago
Felipe Pena ee5494ac9e - Fixed bug #37100 (data is returned truncated with BINARY CURSOR) 18 years ago
Ilia Alshanetsky b2b212bbcf MFB: use proper macro 18 years ago
Ilia Alshanetsky 8710c3a916 MFB: Fixed bug #46206 (pg_query_params/pg_execute convert passed values to 18 years ago
Felipe Pena 1ae8e8b94e - Fixed some wrong format parameters 18 years ago
Jani Taskinen c9c53d7bcd - Nuketh C++ comments from C files. 18 years ago
Dmitry Stogov 013059c247 Fixed uninitialized data 18 years ago
Hartmut Holzgraefe 92ba7b34ce corrected library search path order in tests 18 years ago
Hartmut Holzgraefe d11e0df7ad MFB + Unicode: 18 years ago
Felipe Pena 913ae1b492 - MFB: Added arginfo 18 years ago
Felipe Pena effcd82e54 - MFB: New parameter parsing API 18 years ago
Ilia Alshanetsky 8be988a8a4 MFB: Fixed bug #45004 (pg_insert() does not accept 4 digit timezone format) 18 years ago
Dmitry Stogov 42a683d688 Imporoved PHP binary size and startup speed with GCC4 visibility control (Nuno) 18 years ago
Sebastian Bergmann 9b620d50b4 Bump copyright year, 2 of 2. 18 years ago
Antony Dovgal 39522d9588 fix build 18 years ago
Ilia Alshanetsky 824738fb05 MFB: Fixed bug #43041 (micro-optimizations in pgsql data retrieval) 18 years ago
Ilia Alshanetsky d703b11676 MFB: Fixed bug #43279 (pg_send_query_params() converts all elements in 'params' 18 years ago
Ilia Alshanetsky 1e6e22885d MFB: Fixed bug #42783 (pg_insert() does not accept an empty list for 19 years ago
Dmitry Stogov 8146078f7b Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 19 years ago
Ilia Alshanetsky 6d2adf8d59 Fixed typo in function name 19 years ago
Ilia Alshanetsky 7828a66219 MFB: Fixed bug #41845 (pgsql extension does not compile with PostgreSQL 19 years ago
Ilia Alshanetsky 83e7b29d47 MFB: Fixed bug #42506 (php_pgsql_convert() timezone parse bug) 19 years ago
Ilia Alshanetsky 08f9a66c98 Fixed bug #42368 (Incorrect error message displayed by pg_escape_string) 19 years ago
Jani Taskinen 41c6375840 - Moved the old regex functions to it's own extension: ereg 19 years ago
Jani Taskinen b394a74797 - Removed unused empty macro and nuked illegal use of $withval 19 years ago
Ilia Alshanetsky e844eaedbb MFB 19 years ago
Antony Dovgal ccd97f3a21 fix test names 19 years ago
Marcus Boerger 20a40063c5 - avoid sprintf 19 years ago
Antony Dovgal 9e5d731619 MFB: PQfreemem() checks 19 years ago
Edin Kadribasic 5182530587 MFB 19 years ago
Antony Dovgal 8190ad4661 make sure the string is non-empty and use strlcpy() & strlcat() 19 years ago
Sebastian Bergmann 3717df72ae Bump year. 19 years ago
Ilia Alshanetsky df5d843c99 MFB: Fixed bug #39971 (pg_insert/pg_update do not allow now() to be used for 19 years ago
Ilia Alshanetsky c42fb0033d MFB: Added buffer length checks 19 years ago
Ilia Alshanetsky 2dbfe66e4a MFB: safety checks 19 years ago
Ilia Alshanetsky 460e59a1b5 MFB: Fixed bug #39663 (Memory leak in pg_get_notify() and a possible memory 19 years ago
Ilia Alshanetsky cae55a69eb MFB: Fixed bug #36812 (pg_execute() modifies input array). 19 years ago
Edin Kadribasic ed0e78fb78 MFB: Sync with Unix build 20 years ago
Ilia Alshanetsky 8b596a4f84 MFB: Make pg_escape_bytea() use PQescapeByteaConn() whenever possible. 20 years ago
Hannes Magnusson 34fb6fc12e MFB: 20 years ago
Edin Kadribasic 5cdef2aaf7 MFB: Added PQescapeStringConn support to windows too 20 years ago
Ilia Alshanetsky dbc2dc9dcf MFB: Added support for character sets in pg_escape_string() for PostgreSQL 20 years ago
Hannes Magnusson 96297ff0c7 MFB: pg_send_prepare(), pg_send_query_params() & pg_send_execute() do not throw "Wrong parameter count" 20 years ago
Ilia Alshanetsky 71eac85de0 MFB: Added a check for PQftable() function 20 years ago