Felipe Pena
4b30846b50
- Make usage of new PHP_FE_END macro
15 years ago
Felipe Pena
191df85605
- Drop C++ style comments
15 years ago
Felipe Pena
32b5f8a1a3
- Added new parameter parsing option (p - for valid path (string without null byte in the middle))
# The tests will be fixed in the next commits
15 years ago
Felipe Pena
0203cc3d44
- Year++
15 years ago
Ilia Alshanetsky
6ed1819bf4
Added inTransaction() method to PDO, with specialized support for Postgres
16 years ago
Ilia Alshanetsky
7ea9e879f3
Added support for copy to/from array/file for pdo_pgsql extension.
# original patch by Denis Gasparin
16 years ago
Ilia Alshanetsky
c2ed5e6f9d
Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0)
16 years ago
Ilia Alshanetsky
d2e14e3f20
Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0)
16 years ago
Sebastian Bergmann
22f4ef45fe
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
16 years ago
Sebastian Bergmann
9ba1e81665
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
16 years ago
Matteo Beccati
72997aa430
- Properly fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted transaction).
# Removed usage of the memory address when generating prepared statemend names
# as uniqueness can't be enforced. Used a statment counter instead.
16 years ago
Matteo Beccati
fa67c860e0
- Properly fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted transaction).
# Removed usage of the memory address when generating prepared statemend names
# as uniqueness can't be enforced. Used a statment counter instead.
16 years ago
Matteo Beccati
be7b754b85
- Fixed bug #48764 (PDO_pgsql::query always uses implicit prepared statements if v3 proto available)
# original patch by Mark Kirkwood
17 years ago
Matteo Beccati
9ee8dd90a3
- Fixed bug #48764 (PDO_pgsql::query always uses implicit prepared statements if v3 proto available)
# original patch by Mark Kirkwood
17 years ago
Matteo Beccati
b8910c99ea
MFH:
- Removed HAVE_PQEXECPARAMS which was left out during the previous commit
17 years ago
Matteo Beccati
8511661571
- Removed HAVE_PQEXECPARAMS which was left out during the previous commit
17 years ago
Matteo Beccati
6e22ab5e3e
MFH:
- Changed PDO_PGSQL configure script to require libpq 7.4
- Cleaned up usage of HAVE_PQ* defines
- Fixed compiler warnings
- Removed custom implementation of PQunescapeByte
# Rationale:
# - PDO_PGSQL couldn't even compile when using libpq 7.3
# - PostgreSQL 7.3 is unsupported since a long time
# - Got consensus from pgsql devs on freenode
17 years ago
Matteo Beccati
c58c93b9b2
- Changed PDO_PGSQL configure script to require libpq 7.4
- Cleaned up usage of HAVE_PQ* defines
- Fixed compiler warnings
- Removed custom implementation of PQunescapeByte
# Rationale:
# - PDO_PGSQL couldn't even compile when using libpq 7.3
# - PostgreSQL 7.3 is unsupported since a long time
# - Got consensus from pgsql devs on freenode
17 years ago
Pierre Joye
1dc4ff564d
- MFB: fix build when pqprepare does not exist
17 years ago
Pierre Joye
ebfdd61503
- fix build when pqprepare does not exist
17 years ago
Matteo Beccati
61476ca182
MFB:
- Fixed bug #44861 (scrollable cursor don't work with pgsql)
17 years ago
Matteo Beccati
6c6c8febf1
- Fixed bug #44861 (scrollable cursor don't work with pgsql)
17 years ago
Matteo Beccati
dd6b8d4ceb
MFB:
- Updated pdo_pgsql from PHP_5_3
17 years ago
Marcus Boerger
d4f5b3f0a9
- This is PHP 6 - if this ... ever gets out
17 years ago
Sebastian Bergmann
08659c2dcd
MFH: Bump copyright year, 3 of 3.
17 years ago
Sebastian Bergmann
7f4dc8702a
Bump copyright year, 3 of 3.
17 years ago
Sebastian Bergmann
d1dded8751
MFH: Bump copyright year, 2 of 2.
18 years ago
Sebastian Bergmann
9b620d50b4
Bump copyright year, 2 of 2.
18 years ago
Ilia Alshanetsky
c10c2d102f
MFB: Fixed bug #43493 (pdo_pgsql does not send username on connect when
18 years ago
Ilia Alshanetsky
56c610c97a
Fixed bug #43493 (pdo_pgsql does not send username on connect when password
18 years ago
Dmitry Stogov
6c810b0d4c
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)
19 years ago
Ilia Alshanetsky
37d1bfed25
Added support for ATTR_TIMEOUT inside pdo_pgsql driver.
19 years ago
Ilia Alshanetsky
e8de152ddd
Added persistent connection status checker to pdo_pgsql
19 years ago
Sebastian Bergmann
4223aa4d5e
MFH: Bump year.
19 years ago
Sebastian Bergmann
3717df72ae
Bump year.
19 years ago
Ilia Alshanetsky
2d2ed1ef76
MFB: Fixed bug #39845 (Persistent connections generate a warning in
pdo_pgsql).
19 years ago
Ilia Alshanetsky
d257696604
Fixed bug #39845 (Persistent connections generate a warning in pdo_pgsql).
19 years ago
Hannes Magnusson
950ab95207
Fix ZTS build
19 years ago
Ilia Alshanetsky
460e59a1b5
MFB: Fixed bug #39663 (Memory leak in pg_get_notify() and a possible memory
corruption on Windows in pgsql and pdo_pgsql extensions).
19 years ago
Ilia Alshanetsky
bfa4af46e1
Fixed bug #39663 (Memory leak in pg_get_notify() and a possible memory
corruption on Windows in pgsql and pdo_pgsql extensions).
19 years ago
Ilia Alshanetsky
0e6a629702
MFB: Make quote() in PostgreSQL use PQescapeByteaConn() whenever possible
for binary strings.
20 years ago
Ilia Alshanetsky
b43e18a70e
Make quote() in PostgreSQL use PQescapeByteaConn() whenever possible for
binary strings.
20 years ago
Ilia Alshanetsky
e448be3c28
MFB: Added support for character sets in PDO quote() method for PostgreSQL
8.1.4 and higher.
20 years ago
Ilia Alshanetsky
40765184be
Added support for character sets in PDO quote() method for PostgreSQL
8.1.4 and higher.
20 years ago
Ilia Alshanetsky
8690a5a2d9
MFB:
Fixed bug #37870 (pgo_pgsql tries to de-allocate unused statements).
Fixed bug #36681 (pdo_pgsql driver incorrectly ignored some errors).
Fixed test for bug #38253 not to use faulty SQL that generates
errors in PostgreSQL
20 years ago
Ilia Alshanetsky
2332e4f9fc
Fixed bug #37870 (pgo_pgsql tries to de-allocate unused statements).
Fixed bug #36681 (pdo_pgsql driver incorrectly ignored some errors).
Fixed test for bug #38253 not to use faulty SQL that generates errors in
PostgreSQL
20 years ago
Ilia Alshanetsky
889f66837c
MFB: Fixed memory leaks when working with cursors in PDO PostgreSQL driver.
20 years ago
Ilia Alshanetsky
79ebfe382b
Fixed memory leaks when working with cursors in PDO PostgreSQL driver.
20 years ago
Wez Furlong
f83cfb77bf
be aware of PDO_ATTR_EMULATE_PREPARES
20 years ago
Edin Kadribasic
7b156d6236
MFB: Fixed build
20 years ago