Xinchen Hui
a2045ff332
Happy New Year~
13 years ago
Will Fitch
d864063a18
Bug #62593 Updated to account for INOUT parameters
14 years ago
Will Fitch
d922e801ee
Bug #62593 Updated test to verify bindParam doesn't change original value
14 years ago
Will Fitch
646c0e5738
Bug #62593 Updated to always treat zval by value
14 years ago
Will Fitch
f0835c002d
Bug #62593 Added test for change
14 years ago
Will Fitch
7ea4f73ad4
Bug #62593 Updated pdo_pgsql driver to convert boolean values to pg native format in emulation mode
14 years ago
Gustavo André dos Santos Lopes
b7c9f8ae8a
- Fixed bug #61267 : pdo_pgsql's PDO::exec() returns the number of SELECTed
rows on postgresql >= 9
14 years ago
Felipe Pena
e4ca0ed09f
- Year++
14 years ago
Felipe Pena
997f323e3a
- Added ZEND_MOD_END macro to use in the end of zend_module_dep[]
15 years ago
Felipe Pena
23e438594d
- Make usage of new PHP_FE_END macro
15 years ago
Felipe Pena
c776180f6e
- Drop C++ style comments
15 years ago
Ilia Alshanetsky
3d7a201eb4
Removed test for functionality available in 5.4+
15 years ago
Ilia Alshanetsky
e91cecb1d3
Removed unnecessary rinit/rshutdown
15 years ago
Rasmus Lerdorf
d257aa42ff
Oops, can't cache it here because it won't work
in autoconf2.13 and we still support that version
in this branch
15 years ago
Rasmus Lerdorf
78a15091f9
Cache the pdo include path
15 years ago
Adam Harvey
c5c87c5f37
Fix bug #54318 (Non-portable grep option used in PDO pgsql configuration).
Patch by Ben Walton <bwalton at artsci dot utoronto dot ca>.
15 years ago
Felipe Pena
927bf09c29
- Year++
15 years ago
Felipe Pena
67db416711
- Fixed bug #53517 (segfault in pgsql_stmt_execute() when postgres is down)
patch by: gyp at balabit dot hu
15 years ago
Felipe Pena
83a7831760
- Fixed bug #53517 (segfault in pgsql_stmt_execute() when postgres is down)
patch by: gyp at balabit dot hu
15 years ago
Patrick Allaert
2dd4a2915c
- Fixed tests not passing under windows because of the directory separator
difference (thanks Eyal Teutsch for reporting)
16 years ago
Patrick Allaert
817776d1b9
- Fixed tests not passing under windows because of the directory separator
difference (thanks Eyal Teutsch for reporting)
16 years ago
Ilia Alshanetsky
24b8bc3489
Removed the in_transaction handler for 5.3 to avoid BC break due to structure change
16 years ago
Ilia Alshanetsky
90906a91e9
Added inTransaction() method to PDO, with specialized support for Postgres
16 years ago
Ilia Alshanetsky
9daa864c4f
Added support for copy to/from array/file for pdo_pgsql extension.
# original patch by Denis Gasparin
16 years ago
Felipe Pena
b678abf579
- Fixed bug #51617 (PDO PGSQL still broken against PostGreSQL < 7.4)
# Just in this branch, as config.m4 in the 5_3 branch states that 7.4+ is required
16 years ago
Ilia Alshanetsky
d8a32814f7
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
16cb1cd469
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
9326c7e3a2
- Updated pdo_pgsql tests to be 8.5+ friendly
16 years ago
Matteo Beccati
526fde9a66
- Updated pdo_pgsql tests to be 8.5+ friendly
16 years ago
Matteo Beccati
37960040c1
- Fixed bug #50575 (PDO_PGSQL LOBs are not compatible with PostgreSQL 8.5)
# Affects 5.2 only, no need to MFB
16 years ago
Rasmus Lerdorf
42c4e5c148
Revert attempt at supporting both autoconf 2.13 and
modern versions in the same build chain. There are
simply too many broken things in 2.13 to make it work.
Cache handling is broken as well which is why I need
to revert the pdo_inc_path cache fix as well.
trunk is now 2.60+ only and I'll work on cleaning out
all the legacy cruft from there.
17 years ago
Rasmus Lerdorf
937358ebc7
Revert attempt at supporting both autoconf 2.13 and
modern versions in the same build chain. There are
simply too many broken things in 2.13 to make it work.
Cache handling is broken as well which is why I need
to revert the pdo_inc_path cache fix as well.
trunk is now 2.60+ only and I'll work on cleaning out
all the legacy cruft from there.
17 years ago
Rasmus Lerdorf
cb397e86ea
Someone strap down Jani and give him a sedative please.
This makes our toolchain work with the latest versions
of autoconf and avoids a lot of end-user grief.
17 years ago
Rasmus Lerdorf
5a2b41a627
Someone strap down Jani and give him a sedative please.
This makes our toolchain work with the latest versions
of autoconf and avoids a lot of end-user grief.
17 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.
17 years ago
Matteo Beccati
2a481b01fb
- 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.
17 years ago
Matteo Beccati
e6f4503f29
- Reverting previous fix for bug #49985
# Unmerged changes from revision 289924
17 years ago
Matteo Beccati
c4bee3fa96
- Reverting previous fix for bug #49985
# Unmerged changes from revision 289924
17 years ago
Ilia Alshanetsky
4d7a588951
- Fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted transaction).
17 years ago
Ilia Alshanetsky
42626ae6fa
- Fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted transaction).
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
29b7b871b7
- 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
2acedb40e6
MFH
- Fixed bug #48060 (pdo_pgsql - large objects are returned as empty)
# Backported from 5.3.0, per gripe from Konstantin Ryabitsev
# Permission granted by Ilia
17 years ago
Kalle Sommer Nielsen
3e6435e3c4
MFH: Typo
17 years ago
Kalle Sommer Nielsen
4b95edd125
MFH: Typo
17 years ago
Matteo Beccati
c25b0a2817
MFH
- Moved test for bug #44861 to PDO commons and added support for pdo_oci
# This allows scrollable cursors to be tested with all the drivers
# that currently support them (pgsql and oci), ensuring a consistent
# behaviour. The test is skipped when using other drivers.
17 years ago
Matteo Beccati
3fb4089ba7
MFH
- Fixed bug #48188
17 years ago
Matteo Beccati
b8910c99ea
MFH:
- Removed HAVE_PQEXECPARAMS which was left out during the previous commit
17 years ago