summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Throw notice for plain wrapper fread/fwrite errorsNikita Popov2019-07-2533-624/+931
* Bump PHP_JSON_VERSION to PHP_VERSIONPeter Kokot2019-07-242-2/+3
* Remove php_openssl_cipher_get_version()Nikita Popov2019-07-241-21/+2
* Revert "Drop free_filename field from zend_file_handle"Nikita Popov2019-07-241-0/+1
* Cleanup of remaining E_STRICT in testsGeorge Peter Banyard2019-07-2314-23/+7
* Fix FR #71885 (Allow escaping question mark placeholders)Matteo Beccati2019-07-225-42/+236
* Remove HAVE_OCILOBISTEMPORARY and HAVE_OCICOLLASSIGNPeter Kokot2019-07-221-28/+0
* Also report errors from Zend stream reader operationNikita Popov2019-07-221-1/+1
* Report errors from stream read and write operationsNikita Popov2019-07-2263-257/+458
* Special-case rc=1 self-referential arrays in ReflectionReferenceNikita Popov2019-07-222-2/+28
* Revert "Add ReflectionReference::getRefcount()"Nikita Popov2019-07-222-40/+2
* cleanup gd build with system libgd - drop need to use libpng with system libg...Remi Collet2019-07-225-91/+30
* Remove HAVE_PQPUTCOPYENDPeter Kokot2019-07-222-2/+1
* Remove HAVE_DSA_DEFAULT_METHODPeter Kokot2019-07-222-13/+0
* Remove superfluous HAVE_GD_BUNDLED checksChristoph M. Becker2019-07-223-17/+4
* Merge branch 'PHP-7.4' of git.php.net:/php-src into PHP-7.4Nikita Popov2019-07-223-31/+12
|\
| * Drop superfluous ENABLE_GD_TTFChristoph M. Becker2019-07-223-31/+12
* | Deprecate allow_url_includeNikita Popov2019-07-224-0/+6
* | Deprecate restore_include_path()Nikita Popov2019-07-222-1/+13
* | Deprecate convert_cyr_string()Nikita Popov2019-07-224-38/+30
* | Deprecate (real) castNikita Popov2019-07-221-1/+1
* | Deprecate implode() with swapped parameter orderNikita Popov2019-07-226-1/+15
* | Deprecate FILTER_SANITIZE_MAGIC_QUOTESNikita Popov2019-07-226-18/+42
* | Deprecate is_real() functionNikita Popov2019-07-223-5/+13
* | Deprecate money_format()Nikita Popov2019-07-224-3/+36
* | Deprecate hebrevc()Nikita Popov2019-07-222-2/+6
* | Deprecate ezmlm_hash()Nikita Popov2019-07-222-2/+6
* | Deprecate encoding as 3rd param to mb_strrpos()Nikita Popov2019-07-223-2/+18
* | Deprecate Reflection export() methodsNikita Popov2019-07-2232-71/+123
* | Deprecate array_key_exists() on objectsNikita Popov2019-07-225-3/+34
* | Deprecate get_magic_quotes_gpc() and get_magic_quotes_runtime()Nikita Popov2019-07-222-3/+6
|/
* Evaluate constant in class scopeDmitry Stogov2019-07-221-1/+1
* improve temporary fix for system libgdRemi Collet2019-07-221-0/+6
* Remove some unused HAVE_* symbolsPeter Kokot2019-07-213-7/+3
* Remove HAVE_LIBZIPPeter Kokot2019-07-213-7/+0
* Renamed MySQLi test to remove duplicate 'mysqli_'George Peter Banyard2019-07-211-0/+0
* Fix typosMarkus Staab2019-07-215-5/+5
* Fix failed tests for pharPeter Kokot2019-07-219-65/+21
* Move HAVE_SQLITE3_CLOSE_V2 to pdo_sqlitePeter Kokot2019-07-212-1/+1
* Fixed bug #78314 (missing freetype support/functions with external gd)Remi Collet2019-07-201-0/+3
* Remove unused sqlite symbolsPeter Kokot2019-07-202-12/+0
* Fix typos in FFIPeter Kokot2019-07-192-2/+2
* Put oniguruma include path to proper CFLAGSChristoph M. Becker2019-07-191-1/+1
* Move Oniguruma related config stuff to where it belongsChristoph M. Becker2019-07-192-13/+14
* Merge Linux & Windows fwrite testNikita Popov2019-07-192-241/+0
* Use run-time cache to avoid repeatable hash lookups in ZEND_DECLARE_CLASS_DEL...Dmitry Stogov2019-07-191-0/+1
* Deprecate alternative array access syntaxrjhdby2019-07-195-6/+6
* Use run-time cache to avoid repeatable hash lookups when creating anonymous f...Dmitry Stogov2019-07-191-0/+5
* ZEND_DECLARE_ANON_CLASS doesn't need to skip anything now. It's immediatelly ...Dmitry Stogov2019-07-197-12/+0
* Remove safe_mode directive when installing ext/pharPeter Kokot2019-07-191-1/+1