| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Add _unchecked() variants of zend_spprintf and zend_strpprintf for
cases where we specifically want to disable these checks, such as
use of %H.
|
| |
|
|
|
|
| |
RFC https://wiki.php.net/rfc/pcre2-migration
|
|
|
|
| |
Register persistent resources through new functions zend_register_persistent_resource()/zend_register_persistent_resource_ex().
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* master: (26 commits)
Better fix for bug #75451 (Assertion fails while foreach on empty xpath query)
Catch with the latest AppVeyor unzip errors
Fixed type inference
Fix bug #75453 Incorrect reflection on ibase_connect and ibase_pconnect
Fix compiler warnings
We don't use a specific model for a MAKERNOTE so remove these checks that doesn't do anything anyway
Remove these old comments, as for the TODO, there is already a FR for this
Re-enable AppVeyor cache
make sure run-tests reports exit status upon prerequisite error
Remove implicit constants from test case
Fix invalid read in zend_use_undefined_constant()
Fix invalid read in mb_ord()
Remove --with-libmbfl configure option
Fixed bug #75451 (Assertion fails while foreach on empty xpath query)
Add tests for UConverter::getStandards()
convert spaces to tabs in ext/ftp/tests/server.inc
Add tests for ftp_rename
Fix bug #75434 Wrong reflection for mysqli_fetch_all function
Don't optimize input arrays with suffix holes
Fix bug #75307 Wrong reflection for openssl_open function
...
|
| |\
| | |
| | |
| | |
| | | |
* PHP-7.2:
Fix test compat for PostgreSQL 10
|
| | |\
| | | |
| | | |
| | | |
| | | | |
* PHP-7.1:
Fix test compat for PostgreSQL 10
|
| | | |\
| | | | |
| | | | |
| | | | |
| | | | | |
* PHP-7.0:
Fix test compat for PostgreSQL 10
|
| | | | | |
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Prohibit direct update of GC_REFCOUNT(), GC_SET_REFCOUNT(), GC_ADDREF() and GC_DELREF() shoukf be instead.
Added mactros to validate reference-counting (disabled for now).
These macros are going to be used to eliminate race-condintions during reference-counting on data shared between threads.
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* PHP-7.2:
Decref default_link when clearing
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | | |
* PHP-7.1:
Decref default_link when clearing
|
| | |\ \
| | | |/
| | | |
| | | |
| | | | |
* PHP-7.0:
Decref default_link when clearing
|
| | | | |
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* PHP-7.2:
Bugfix#75419 Fix clearing of default link during pg_close()
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | | |
* 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
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
fix merge mistake
yet one more replacement run
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | | |
* 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
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Postgres uses the DELIMITER keyword since 7.3
And WITH is no longer required/used
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Add function for detection of string zvals with length that does not fit
INT_MAX.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Also fix a single instance of CRLF in ibase_query.c.
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* PHP-7.1:
More int->size_t and string overflow fixes
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* PHP-7.0:
More int->size_t and string overflow fixes
|
| | |/ / |
|
|/ / / |
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-7.0:
fix leak and error check order
|
| |\ \
| | |/
| | |
| | |
| | | |
* PHP-5.6:
fix leak and error check order
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
* PHP-7.0:
Fixed bug #72629 (Caught exception assignment to variables ignores references).
Conflicts:
main/php_version.h
|
| | | |
|
| | | |
|