540 Commits (0ea2ef125b88fc996e2405221ea98112e3abdcd5)

Author SHA1 Message Date
Felipe Pena 23e438594d - Make usage of new PHP_FE_END macro 15 years ago
Felipe Pena 927bf09c29 - Year++ 15 years ago
Pierre Joye ce96fd6b07 - fix #39863, do not accept paths with NULL in them. See http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus 15 years ago
Felipe Pena 996f45b688 - Fixed bug #47199 (pg_delete() fails on NULL) 16 years ago
Raphael Geissert 174d2528b1 Fix typos s/connnection/connection 16 years ago
Felipe Pena 1efc049863 - Fixed bug #51607 (pg_copy_from does not allow schema in the tablename argument) 16 years ago
Felipe Pena 5aedea7179 - Fixed bug #51609 (pg_copy_to: Invalid results when using fourth parameter) 16 years ago
Felipe Pena 0b401e1289 - Fixed bug #51608 (pg_copy_to: WARNING: nonstandard use of \\ in a string literal) 16 years ago
Hannes Magnusson 3f15f8f4e3 Fix build (see r296062) 16 years ago
Sebastian Bergmann 9ba1e81665 sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 16 years ago
Matteo Beccati 166b3ef63d Removed spurious high-ascii char from previous commmit 16 years ago
Matteo Beccati 09587d3cbf - Updated ext/pgsql tests to work w/ PostgreSQL 8.5 16 years ago
Ilia Alshanetsky eae259b7ea Fixe build 16 years ago
Ilia Alshanetsky 23f4da9113 Fixed bug #50195 (pg_copy_to() fails when table name contains schema). 16 years ago
Ilia Alshanetsky 03ddb4f2b5 Fixed compiler warnings 17 years ago
Kalle Sommer Nielsen 01fc4ed1d6 MFH: Fix compiler warnings 17 years ago
Pierre Joye dff4655e31 - MFH: define HAVE_PQPROTOCOLVERSION and HAVE_PG_LO_CREATE (Tim Starling) 17 years ago
Ilia Alshanetsky 309533842f MFB: ext/pgsql/tests/80_bug14383.phpt 17 years ago
Ilia Alshanetsky 8610935eac Fixed bug #47639 (pg_copy_from() WARNING: nonstandard use of \\ in a string 17 years ago
Pierre Joye cb95e1e709 - add path for libpq (other are kept) 17 years ago
Felipe Pena d295d9113e - MFH: Fix test 17 years ago
Felipe Pena e77326faba - MFH: Fixed bug #47048 (Segfault with new pg_meta_data) 17 years ago
Ilia Alshanetsky dfa86ccf73 Improved parameter handling 17 years ago
Sebastian Bergmann 08659c2dcd MFH: Bump copyright year, 3 of 3. 17 years ago
Dmitry Stogov 7d4fd3fd38 Fixed bug #46409 (__invoke method called outside of object context when using array_map) 17 years ago
Felipe Pena fc2fb50d09 - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 18 years ago
Felipe Pena 7a37fa2d6b - Revert ZEND_BEGIN_ARG_INFO change 18 years ago
Felipe Pena df10005563 - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 18 years ago
Felipe Pena 8563497a94 MFH: 18 years ago
Felipe Pena 30173a8ec8 - Fixed possible efree(NULL) 18 years ago
Felipe Pena 310ac30e5a MFH: 18 years ago
Ilia Alshanetsky 529105427e use proper macro 18 years ago
Ilia Alshanetsky fdcdf8c02b Fixed bug #46206 (pg_query_params/pg_execute convert passed values to 18 years ago
Ilia Alshanetsky b3bbaf7d06 Fixed unused var warning 18 years ago
Felipe Pena 0c745885ca - Fixed some wrong format parameters 18 years ago
Jani Taskinen b17dc14f18 MFH: nuketh C++ comments 18 years ago
Dmitry Stogov 691d4a6999 Fixed uninitialised data 18 years ago
Hartmut Holzgraefe 54981e8c2e MFH: corrected library search path order in tests 18 years ago
Hartmut Holzgraefe 6fcc0ec369 splitted test cases for lo_create and lo_import, added version aware 18 years ago
Hartmut Holzgraefe 432b57b2ae added support for object ids in pg_lo_create() and pg_lo_import() where available 18 years ago
Felipe Pena 01a35a058f - Added arginfo 18 years ago
Felipe Pena 4fe93ca55d - Fixed test 18 years ago
Felipe Pena 69e3fc8782 - New parameter parsing API 18 years ago
Ilia Alshanetsky 01da46b1bb Fixed bug #45004 (pg_insert() does not accept 4 digit timezone format) 18 years ago
Dmitry Stogov 240fa244c3 Improved PHP binary size and startup speed with GCC4 visibility control (Nuno) 18 years ago
Sebastian Bergmann d1dded8751 MFH: Bump copyright year, 2 of 2. 18 years ago
Ilia Alshanetsky 969f81a49e Fixed bug #43041 (micro-optimizations in pgsql data retrieval) Initial patch 19 years ago
Ilia Alshanetsky 37b3d701e3 Fixed bug #43279 (pg_send_query_params() converts all elements in 'params' 19 years ago
Jani Taskinen aa3eee1dce MFH:- Moved the old regex functions to own extension: ereg 19 years ago
Ilia Alshanetsky f6b761b0ac Fixed bug #42783 (pg_insert() does not accept an empty list for insertion) 19 years ago