426 Commits (b2858fb449cf1d52f460a193fbbe9c4a4e1909bf)

Author SHA1 Message Date
Christopher Kings-Lynne 030ebaaa45 (PHP pg_unescape_bytea) Use libpq version of PQunescapeBytea if it exists. 21 years ago
Ilia Alshanetsky e8bd3b9b4f Slightly safer code. 21 years ago
Christopher Kings-Lynne 63ed4a1996 - Ensure that ext/pgsql tests work when linked against 7.2 or lower libpq 21 years ago
Christopher Kings-Lynne e2b87e6230 Tweak some #if's to be more orthogonal. 21 years ago
foobar 4d46234912 - Fixed a warning (might also be an error with some exotic compiler) 21 years ago
Christopher Kings-Lynne 721d34bebc Two of the diagnostic definitions were added in 8.0. Add appropriate #ifdefs. 21 years ago
Marcus Boerger d23781e08d - Add missing skipif part 21 years ago
Christopher Kings-Lynne 3dd44c3018 Another oversight - make sure constants related to pg_result_error_field are #if'd as well as the function itself 21 years ago
Christopher Kings-Lynne e4570cdbd2 Add regression tests for pg_transaction_status and pg_result_error_field 21 years ago
Christopher Kings-Lynne 28ec3abf87 Minor oversight in #if for an internal function 21 years ago
Christopher Kings-Lynne 1168c30635 Added several new functions to support the PostgreSQL v3 protocol 21 years ago
Edin Kadribasic 4a133ae725 ws fix 21 years ago
Edin Kadribasic 70e0849416 Added pg_field_type_oid() function 21 years ago
Edin Kadribasic 84a6e90b7d Added missing defines (#31751) 21 years ago
foobar 69eec3f3b9 MFB_4_3: Quote macro names in AC_DEFUN() 22 years ago
Joe Orton 2685ca935f Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/lib 22 years ago
Andi Gutmans 56f8195fe5 - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() 22 years ago
Ilia Alshanetsky ca5c6a1e91 Fixed bug #28374 (Possible unterminated loop inside 22 years ago
Ilia Alshanetsky 8694cd135d Fixed possible crash inside pg_copy_(to|from) function if delimiter is more 22 years ago
Ilia Alshanetsky 5442d722c3 Fixed bug #27300 (Improved regex for pg_convert()). 22 years ago
Marcus Boerger b83663e0f2 Keep BC of pg_fetch_object 22 years ago
Marcus Boerger 0ace9f4885 Bugfix #27597 pg_fetch_array not returning false . 22 years ago
Marcus Boerger 1651be020a Show the connect result 22 years ago
Ard Biesheuvel 81f05c18f5 Wordsize fixes 22 years ago
Zeev Suraski 30171a7590 zend_default_classes.h -> zend_exceptions.h 22 years ago
Ilia Alshanetsky 194509f093 Fixed bug #27007 (missing connection closure when connect fails in pgsql). 22 years ago
foobar f4983c0d3f - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 22 years ago
Ilia Alshanetsky 3b7da77480 Fixed bug #26864 (pg_(update|delete) ignore PGSQL_DML_EXEC option). 22 years ago
Marcus Boerger b460ae868e Use pg_config if it can be found. 22 years ago
foobar ccfc46b0aa - Happy new year and PHP 5 for rest of the files too.. 23 years ago
Andi Gutmans dbeb4158d2 - A belated happy holidays and PHP 5 23 years ago
Ilia Alshanetsky fae56fca30 Removed a useless define. 23 years ago
Ilia Alshanetsky 20d64aa24e Make test work with PostgreSQL 7.4 23 years ago
Ilia Alshanetsky 57b7eb9dc3 Missing bit for bug #26625. 23 years ago
Ilia Alshanetsky 82ec523a75 Fixed Bug #26625 (pg_convert sets NULL incorrectly for character data 23 years ago
Edin Kadribasic c7ad4d1e4d MFB: Use standard header locations 23 years ago
Ilia Alshanetsky 669b421c11 Removed unused variable. 23 years ago
Marcus Boerger 4b9a4509c4 MFB: PHP_PQ_ERROR() change 23 years ago
Marcus Boerger 37bcfda978 #args, reinsert skipif for extension check 23 years ago
Marcus Boerger 4a66bd9394 Do not dynamically load the extension in skipif 23 years ago
Edin Kadribasic 32eb4f78c2 Get rid of PHPAPI usage. 23 years ago
Wez Furlong 9555db802d Make this build using new build system 23 years ago
Marcus Boerger f6239c33bc Modify pg_fetch_object() to be able to instantiate a selected class and pass 23 years ago
Marcus Boerger 5d1dbdbfd2 Bugfix #25404 23 years ago
Marcus Boerger d2f39fc11e format string fix and number of arguments 23 years ago
Andrey Hristov 189e2d8862 this is the right parameter 23 years ago
Andrey Hristov b2eb454171 format string fixes 23 years ago
Ilia Alshanetsky bf82857475 Fixed bug #25109 (Possible crash when fetching field name) 23 years ago
Ilia Alshanetsky e5879a5060 Fixed tests that failed in ZTS due to incorrect file paths. 23 years ago
Ilia Alshanetsky 249e8d5fa8 Fixed bug #22243 (make pg_meta_data fetch array dimentions) 23 years ago