| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
Particularly on slower VMs, the sporadic fails can still happen.
The timing is kept in an uncritical range, but allows the tests
pass there. Mayby, it'd make sense to introduce a new group for
this kind of tests, so tests requiring exact time measurement
can be avoided on unsuitable environments.
|
|\
| |
| |
| |
| | |
* PHP-5.6:
Clean up FR #72633
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
specifying a sequence
|
| |
| |
| |
| | |
this test also affected by #70313 which is not in the release branch
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* PHP-7.0.9:
Partial fix for bug #72613 - do not allow reading past error read
update NEWS
Fixed bug #72570 Segmentation fault when binding parameters on a query without placeholders
Fix bug #72551 and bug #72552 - check before converting size_t->int
Fix bug #72541 - size_t overflow lead to heap corruption
fix possible optimization bug
set versions
Conflicts:
configure.in
ext/pdo_pgsql/tests/bug72570.phpt
main/php_version.h
|
| | |
| | |
| | |
| | |
| | |
| | | |
without placeholders
Special commit for 7.0.9
|
| | |
| | |
| | |
| | | |
without placeholders
|
|\ \ \
| |/ /
|/| /
| |/
| | |
* PHP-5.6:
Fixed bug #70313 PDO statement fails to throw exception
|
| | |
|
| |
| |
| |
| | |
backport from master
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
The Postgres INT8 datatype is handled as string on 32-bit
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
add_assoc_string now takes just three args
nikic's fix to move pqclear outside the if, would be a possible memory leak inside the if
(joe) check behavior of getColumnMeta
|
| | |
|
| | |
|
|\ \
| |/
| |
| |
| | |
* PHP-5.6:
Fix copy/paste error in test
|
| |\
| | |
| | |
| | |
| | | |
* PHP-5.5:
Fix copy/paste error in test
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* PHP-5.6:
Fix bug #69344 (PDO PgSQL Incorrect binding numeric array with gaps)
Fix bug #69362 (PDO-pgsql fails to connect if password contains a leading single quote)
Fixed bug #61574 - No MSI
Conflicts:
ext/pdo_pgsql/pgsql_statement.c
|
| |\ \
| | |/
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* PHP-5.5:
Fix bug #69344 (PDO PgSQL Incorrect binding numeric array with gaps)
Fix bug #69362 (PDO-pgsql fails to connect if password contains a leading single quote)
Fixed bug #61574 - No MSI
Conflicts:
ext/pdo_pgsql/pgsql_driver.c
|
| | | |
|
| | |
| | |
| | |
| | | |
single quote)
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* PHP-5.6:
Fix bug #69362 (PDO-pgsql fails to connect if password contains a leading single quote)
Fixed bug #61574 - No MSI
Conflicts:
ext/pdo_pgsql/pgsql_driver.c
win32/install.txt
|
| | |
| | |
| | |
| | | |
single quote)
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-5.6:
rework that test to allow delta for rounding errors
|
| |\ \
| | |/
| | |
| | |
| | | |
* PHP-5.5:
rework that test to allow delta for rounding errors
|
| | |
| | |
| | |
| | |
| | | |
If this workout doesn't make travis happy, the patch needs to be
reviewed as the leak might still persist.
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-5.6:
improve test
|
| |\ \
| | |/
| | |
| | |
| | | |
* PHP-5.5:
improve test
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
* PHP-5.6:
updated NEWS
updated NEWS
fix memory leak in pdo_pgsql closeCursor (bug 69752)
|
| |\ \
| | |/
| | |
| | |
| | |
| | | |
* PHP-5.5:
updated NEWS
fix memory leak in pdo_pgsql closeCursor (bug 69752)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
the parent PDO closeCursor method resets the pdo_stmt_t's executed flag
which is used by the postgres driver as a flag to check whether to
allocate memory for the column data or not.
This means that after the parent closeCursor() has been called, the
pdo_pgsql driver will allocate a new buffer for the columns, so the
existing buffer should be freed when the cursor is being closed.
|
| | |
| | |
| | |
| | | |
Use the generic ATTR_EMULATE_PREPARES instead.
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-5.6:
fix test
|
| |\ \
| | |/
| | |
| | |
| | | |
* PHP-5.5:
fix test
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | | |
* PHP-5.6:
Updated NEWS for #68371
Ref #68371 - Added support for PDO::PGSQL_ATTR_DISABLE_PREPARES
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-5.6:
Fixed bug #68371 PDO#getAttribute() cannot be called with platform-specific attribute names
|