| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
EXPECTF logic in run-tests.php is considerable, so let's avoid it.
|
| | |
|
| |\
| |
| |
| |
| | |
* PHP-7.1:
Fix test compat for PostgreSQL 10
|
| | |\
| | |
| | |
| | |
| | | |
* PHP-7.0:
Fix test compat for PostgreSQL 10
|
| | | | |
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-7.1:
Bugfix#75419 Fix clearing of default link during pg_close()
|
| | |\ \
| | |/
| | |
| | |
| | | |
* PHP-7.0:
Bugfix#75419 Fix clearing of default link during pg_close()
|
| | | | |
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-7.1:
Fix 00version.phpt when commit message has multiple lines.
|
| | |\ \
| | |/
| | |
| | |
| | | |
* PHP-7.0:
Fix 00version.phpt when commit message has multiple lines.
|
| | | |
| | |
| | |
| | |
| | |
| | | |
The environment variable "TRAVIS_COMMIT_MESSAGE" can contain multiple lines.
An example can be seen here https://travis-ci.org/php/php-src/jobs/195465293
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | | |
* PHP-7.1:
fix dir separator
Update NEWS for the build
|
| | | | |
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | | |
* PHP-7.1:
Fix bug #73498
Add a test for bug 73498
|
| | |\ \
| | |/
| | |
| | |
| | |
| | | |
* PHP-7.0:
Fix bug #73498
Add a test for bug 73498
|
| | | |\
| | | |
| | | |
| | | |
| | | |
| | | | |
* PHP-5.6:
Fix bug #73498
Add a test for bug 73498
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This reverts commit 1b632cfe834bfd87d182566d7d960df7d10ded72.
This fixed bug #72151, and reverts the fix for bug #71820.
See also bug #50636 and #49521 for the history.
|
| | | | |
| | | |
| | | |
| | | | |
Rev b4eedd128ba9f61be08a50c94afd72837d7cf70b
|
| |/ / /
| | |
| | |
| | | |
Also fix a single instance of CRLF in ibase_query.c.
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
* PHP-7.0:
Fixed bug #72629 (Caught exception assignment to variables ignores references).
Conflicts:
main/php_version.h
|
| | | | |
|
| | | | |
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-7.0:
No sure why this is failed in travis
|
| | | | |
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-7.0:
Attempt to fix tests fails
|
| | | | |
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-7.0:
workaround the extra new line in the test out on another env
|
| | | | |
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-7.0:
Fixed bug #72197 pg_lo_create arbitrary read
|
| | | | |
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-7.0:
Committed by accident
|
| | | | |
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-7.0:
Fixed bug #72195 (pg_pconnect/pg_connect cause use-after-free)
|
| | | | |
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | | |
* PHP-7.0:
Revert "Fixed bug #71820 pg_fetch_object bind parameters before call constructor"
Revert "Backport patch for bug #71820"
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
constructor"
This reverts commit b4eedd128ba9f61be08a50c94afd72837d7cf70b.
This fixed bug #72151, and reverts the fix for bug #71820.
See also bug #50636 and #49521 for the history.
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | | |
* PHP-7.0:
Adds new curl option CURLOPT_SSL_VERIFYSTATUS to enable OCSP verification
Add test for bug #72028
|
| | | | |
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | | |
* PHP-7.0:
update NEWS
Fixed #71062 pg_convert() doesn't accept ISO 8601 for datatype timestamp
|
| | | | |
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-7.0:
Fixed bug #71998 Function pg_insert does not insert when column type = inet
|
| | | | |
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-7.0:
Fixed bug #71820 pg_fetch_object bind parameters before call constructor
|
| | | |
| | |
| | |
| | |
| | |
| | | |
If we want to fetch into an object of a custom class that implemens
__set handler, the corstructor has to be called first. The data
passed to the constructor can be possibly required in __set handler.
|
| | | |
| | |
| | |
| | |
| | |
| | | |
notice messages).
Now pg_last_notice() can clear stored notices.
|
| |/ / |
|
| |\ \
| |/
| |
| |
| |
| |
| | |
* PHP-5.6:
fix test description
Fixed Buf #68812 Unchecked return value.
Fixed Buf #68812 Unchecked return value.
|
| | |\
| | |
| | |
| | |
| | |
| | | |
* PHP-5.5:
fix test description
Fixed Buf #68812 Unchecked return value.
|
| | | | |
|