475 Commits (91ef42e47e4bb15040fc3a74f14fe9c6f2572265)

Author SHA1 Message Date
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
Antony Dovgal b08f8ed0c1 fix leak in pg_copy_to() when invalid resource was passed 20 years ago
Dmitry Stogov 943960c324 Added automatic module globals management 20 years ago
Michael Wallner 4ce0141713 - new output control code 20 years ago
Marcus Boerger f3d39723c7 - Better order for SEGV prevention 20 years ago
Marcus Boerger 40678e7f81 - Fix possible SEGV 20 years ago
Yasuo Ohgaki f028fcecb5 restore E_WARNING in correct place 20 years ago
Yasuo Ohgaki 0821437bdb remove pg_execute() E_WARNING error when query plan is not defined 20 years ago
Ilia Alshanetsky 87d97c8423 Simplify and optimize code. 20 years ago
Edin Kadribasic 5db1a8cad0 Added pg_field_table() as per req: #36750 20 years ago
Pierre Joye bb1ec86f9d - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybase 20 years ago
Marcus Boerger 81954dcf78 - Fixed #36625 pg_trace() does not work 20 years ago
Antony Dovgal 94566f39f1 fix #36606 (pg_query_params() changes arguments type to string) 20 years ago
Andi Gutmans 1efe984d08 - Get rid of using ENFORCE_SAFE_MODE. 20 years ago
Andi Gutmans e94e25e621 Start nuking safe_mode. Still a lot of work to do... 20 years ago
foobar 1afd9d6ea0 - Fixed bug #35911 (HAVE_PG_CONFIG_H set incorrectly) 20 years ago
foobar 251c5173fd bump year and license version 20 years ago
Marcus Boerger 08bccb4a72 - Fix tests 20 years ago
Marcus Boerger 7ffe23c515 - MFB Get rid of warnings 20 years ago
foobar a208d9a966 - Nuke php3 legacy 20 years ago
foobar 34ad5ab731 - list_entry -> zend_rsrc_list_entry 20 years ago
Marcus Boerger 66a9b0b6ae - Fix Bug #32223 weird behaviour of pg_last_notice 21 years ago
Marcus Boerger 1626dba133 -MFB Fix parameter parsing 21 years ago
Ilia Alshanetsky 9c5a8bac1c Fixed bug #33167 (Possible crash inside pg_fetch_array()). 21 years ago
Marcus Boerger 8f4f012a2c - Apply workaround for test until someone fixes the issue (which is unrelated to pg_*()) 21 years ago
Marcus Boerger 6355dc71df - Make test check for PlPgSQL before using it 21 years ago
Marcus Boerger 362ea7143e - Add new test 21 years ago
Sebastian Bergmann 52b001cc05 ZTS fixes. 21 years ago
foobar 23e671a51e - Bumber up year 21 years ago
foobar 03897956b2 revert fix that did not fix anything 21 years ago
Yasuo Ohgaki 813bd67320 fix build with older postgresql 21 years ago
Ilia Alshanetsky ef7bd06657 Added pg_fetch_all_columns() function to fetch all values of a column from 21 years ago
Edin Kadribasic 312a8eede3 Properly detect when the copy command fails 21 years ago
Derick Rethans 17b877a772 - Fixed memory corruption in pg_copy_from() in case the as_null parameter was 21 years ago
Wez Furlong e9d474dc01 fixes for #33251 21 years ago
foobar a20383ba06 - Unify the "configure --help" texts 21 years ago
Antony Dovgal fcf14f1795 use & and check for the right value of result_type 21 years ago
Antony Dovgal 38a7ef5fe6 fix #32904 (pg_get_notify() ignores result_type parameter) 21 years ago
Ilia Alshanetsky bdbce01588 Prevent double free. 21 years ago
Antony Dovgal 2c511712f7 disable pg_cmdtuples() too, if there is no pg_affected_rows() 21 years ago
Derick Rethans cba30657d9 - MFH43: Fixed bug #32699 (pg_affected_rows() was defined when it was not 21 years ago
Antony Dovgal 1c4eb9b684 fix typo 21 years ago
Christopher Kings-Lynne 030ebaaa45 (PHP pg_unescape_bytea) Use libpq version of PQunescapeBytea if it exists. 21 years ago