368 Commits (c771e2bf44f6987271cb7ddbb7d4e46dfa70f64a)

Author SHA1 Message Date
Jani Taskinen 41c6375840 - Moved the old regex functions to it's own extension: ereg 19 years ago
Ilia Alshanetsky e844eaedbb MFB 19 years ago
Marcus Boerger 20a40063c5 - avoid sprintf 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 20 years ago
Ilia Alshanetsky cae55a69eb MFB: Fixed bug #36812 (pg_execute() modifies input array). 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
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 251c5173fd bump year and license version 20 years ago
Marcus Boerger 7ffe23c515 - MFB Get rid of warnings 20 years ago
foobar a208d9a966 - Nuke php3 legacy 21 years ago
foobar 34ad5ab731 - list_entry -> zend_rsrc_list_entry 21 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
Sebastian Bergmann 52b001cc05 ZTS fixes. 21 years ago
foobar 23e671a51e - Bumber up year 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
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
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 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