378 Commits (ba05723fd95aa2eace6ac24feaba89781d8a6ffb)

Author SHA1 Message Date
Sebastian Bergmann 9b620d50b4 Bump copyright year, 2 of 2. 18 years ago
Antony Dovgal 39522d9588 fix build 19 years ago
Ilia Alshanetsky 824738fb05 MFB: Fixed bug #43041 (micro-optimizations in pgsql data retrieval) 19 years ago
Ilia Alshanetsky d703b11676 MFB: Fixed bug #43279 (pg_send_query_params() converts all elements in 'params' 19 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
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