| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| | |
* PHP-5.5:
Fixed bug #66584 Segmentation fault on statement deallocation
|
| | |
|
|\ \
| |/
| |
| |
| | |
* PHP-5.5:
fix ZTS build
|
| | |
|
|\ \
| |/
| |
| |
| |
| | |
* PHP-5.5:
Added PGSQL_TEST_CONNSTR env var support for ext/pgsql tests
Fixed bug #67462 PDO_PGSQL::beginTransaction() wrongly throws exception when not in transaction
|
| |
| |
| |
| | |
not in transaction
|
| | |
|
|\ \
| |/
| |
| |
| | |
* PHP-5.5:
Improved test for bug #62479
|
| |\
| | |
| | |
| | |
| | | |
* PHP-5.4:
Improved test for bug #62479
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Faster than prepared statements when queries are run once. Slightly
slower than PDO::ATTR_EMULATE_PREPARES but without the potential
security implications of embedding parameters in the query itself.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
configure will now fail if any of the following function is missing:
* PQprepare
* PQexecParams
* PQescapeStringConn
* PQescapeByteaConn
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-5.5:
fix test bug62479.phpt
|
| |\ \
| | |/
| | |
| | |
| | | |
* PHP-5.4:
fix test bug62479.phpt
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-5.5:
Fix #62479: Some chars not parsed in passwords
|
| |\ \
| | |/
| | |
| | |
| | | |
* PHP-5.4:
Fix #62479: Some chars not parsed in passwords
|
| | |
| | |
| | |
| | |
| | | |
This fixes an issue where backslashes and spaces aren't
correctly parsed for passwords.
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* PHP-5.5:
Fixed compiler warnings in ext/pgsql
Fixed other compiler warnings in PDO_PGSQL
Fixed compiler warning
Update NEWS
Conflicts:
ext/pdo_pgsql/pgsql_driver.c
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | | |
* PHP-5.4:
Fixed compiler warnings in ext/pgsql
Fixed other compiler warnings in PDO_PGSQL
Fixed compiler warning
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-5.5:
Fix bug #64953 (Postgres prepared statement positional parameter casting)
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | |
| | | |
* PHP-5.4:
Fix bug #64953 (Postgres prepared statement positional parameter casting)
Conflicts:
ext/pdo/pdo_sql_parser.c
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-5.5:
Fix long-standing visual pain point: the misalignment of './configure help' text. Whitespace changes and a couple of grammar fixes.
|
| |/
| |
| |
| |
| |
| | |
text.
Whitespace changes and a couple of grammar fixes.
|
|\ \
| |/
| |
| |
| | |
* PHP-5.5:
non living code related typo fixes
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* PHP-5.5:
Fixed meta data retrieve when OID is larger than 2^31
Conflicts:
ext/pdo_pgsql/pgsql_statement.c
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | | |
* PHP-5.5:
Fixed pgsql_stmt_get_column_meta() OID signedness
|
| |/ |
|
|\ \
| |/
| |
| |
| | |
* PHP-5.5:
Related to bug #65047 (Test skip on client / server version)
|
| |
| |
| |
| |
| |
| |
| |
| | |
bug46274.phpt and bug46274_2.phpt
Make query silent (when server don't know bytea_output option)
bug_49985.phpt
Make result "locale" independent
|
|\ \
| |/
| |
| |
| |
| |
| | |
* PHP-5.5:
Fixed bug #65047 (Test skip on client / server version)
Remove broken client version checking
Clean up leftover file after the test
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Although still supported (for now), I've replaced with pre-9.0 syntax.
Still not cutting edge, but it works with any version PDO_pgsql is
compatible with (7.4+) and will possibly keep working for longer than
what we already had.
|
| | |
|
|/
|
|
|
|
|
|
| |
BC Break: the custom methods were previously just return false on
failure. Now they throw an exception with a proper error message.
An hopefully welcome improvement, but some application might be
depending on the old behaviour. FWIW the PDO::pgsqlCopy* methods
are not documented, even though they are available since 5.3.x.
|
|\
| |
| |
| |
| | |
* PHP-5.3:
Clean up leftover test files
|
| | |
|
| |
| |
| |
| |
| |
| | |
inTransaction() nowadays casts the in_transaction result to boolean.
I'm not sure whether the INERROR state should result in true or false.
For now I went with the result that we actually get.
|
|\ \
| |/
| |
| |
| | |
* PHP-5.3:
Fixed Bug #64949 (Buffer overflow in _pdo_pgsql_error)
|