155 Commits (849a7857ac089f18ceadcca545ead8a30ee467d1)

Author SHA1 Message Date
Edin Kadribasic 9f5de3bb5c Sync with Unix build 20 years ago
Ilia Alshanetsky b43e18a70e Make quote() in PostgreSQL use PQescapeByteaConn() whenever possible for 20 years ago
Edin Kadribasic a290cef01c Added PQescapeStringConn support to windows too 20 years ago
Ilia Alshanetsky 40765184be Added support for character sets in PDO quote() method for PostgreSQL 20 years ago
Ilia Alshanetsky 2332e4f9fc Fixed bug #37870 (pgo_pgsql tries to de-allocate unused statements). 20 years ago
Ilia Alshanetsky 7f52671781 Fixed bug #38168 (Crash in pdo_pgsql on missing bound parameters). 20 years ago
Edin Kadribasic bbf97549b8 Remove pecl includes (Steph), except pdo_odbc which will remain broke 20 years ago
Ilia Alshanetsky 79ebfe382b Fixed memory leaks when working with cursors in PDO PostgreSQL driver. 20 years ago
Wez Furlong 30f98ae77b set min pdo dep to 1.0.3, which will be the new pecl release 20 years ago
Wez Furlong 7614368f8a prep for pecl release 20 years ago
Wez Furlong f83cfb77bf be aware of PDO_ATTR_EMULATE_PREPARES 20 years ago
Wez Furlong fb7d5bd780 The fix for #35332 caused #35671 (and thus PECL #6504). 20 years ago
Antony Dovgal 7731dc9421 fix #36727 (segfault in pdo_pgsql bindValue() when no parameters are defined) 20 years ago
Edin Kadribasic a8dbb0ded6 Be more verbose in phpinfo() output 20 years ago
Edin Kadribasic c69f100d0e Fixed build 20 years ago
Derick Rethans 1a170a3de2 - Fixed bug #36382 (PDO/PgSQL's getColumnMeta() crashes). 20 years ago
Ilia Alshanetsky 9b0f4a6234 Fixed bug #36176 (PDO_PGSQL - PDO::exec() does not return number of rows 20 years ago
foobar 5bd93221a8 bump year and license version 20 years ago
Marcus Boerger 8479546920 - MFH Fix tests 20 years ago
Marcus Boerger 81c25d8700 - Get rid of compiler warnings (both postgres an dphp use these defines) 20 years ago
Ilia Alshanetsky f7276af1c6 Fixed compiler warning 20 years ago
Ilia Alshanetsky c2ed71a879 Retry on failed prepare resulting from duplicate statement name. 20 years ago
Marcus Boerger 5e223ad13b - Fix TSRM 21 years ago
foobar 3e669bc950 MFH: nuke php3 legacy 21 years ago
Wez Furlong 17683295e4 switch to package2.xml 21 years ago
Ilia Alshanetsky 4e03ce9fc5 Fixed memory leaks 21 years ago
Ilia Alshanetsky 911355bee8 Fixed memory leak 21 years ago
Ilia Alshanetsky d79e01e211 Fixed compiler warnings 21 years ago
Wez Furlong 40666b6708 proto fixups 21 years ago
Wez Furlong 131033352d Added PDO::pgsqlLOBCreate(), PDO::pgsqlLOBOpen() and PDO::pgsqlLOBUnlink(). 21 years ago
Wez Furlong 85ad81736c set to 1.0 stable. 21 years ago
foobar 366832fbd2 MFH: Fixed wrong usage of ZEND_EXTENSION_API_NO (these are not Zend exts :) 21 years ago
Wez Furlong 70331c361e Addresses #35338. 21 years ago
Wez Furlong b6fe60ab52 prep for PECL release 21 years ago
Ilia Alshanetsky 03418c1d36 Fixed test for ZTS builds 21 years ago
Wez Furlong c19322869b use the right macro for these 21 years ago
Wez Furlong 6cc5e191d0 Refs #34630 21 years ago
Ilia Alshanetsky 0823526afe Fixed test 21 years ago
Ilia Alshanetsky fe9db9ab0a Remove pointless PDO_ prefix 21 years ago
Ilia Alshanetsky bfe844e41e MFH: Make PDO use class constants 21 years ago
Wez Furlong 77d3a41f8a update package.xml files and version numbers, in anticipation of a big bunch of releases. 21 years ago
Wez Furlong edc39221c0 if a php bolean makes it as far as the parameter callback, it must really need 21 years ago
Edin Kadribasic 38317bb3bd Don't crash on invalid parameter #34203 (Wez) 21 years ago
foobar 23e671a51e - Bumber up year 21 years ago
Wez Furlong 32cf3cc19f Yes, I can't count the months, and no, I'm not related to Ilia. 21 years ago
Wez Furlong ba77f8515b prep for PECL release 21 years ago
Wez Furlong 79f3cb9856 Add PDO_PGSQL_ATTR_DISABLE_NATIVE_PREPARED_STATEMENT attribute, which, when set 21 years ago
Ilia Alshanetsky 858d827790 Added cursor closer handler. 21 years ago
Wez Furlong 6ee00c8199 fix leak 21 years ago
Wez Furlong 6377c0ccca Fix PECL #4753 21 years ago