summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* UPGRADING: Add xxHash notes [ci skip]Anatol Belski2021-01-091-0/+14
* hash: Use hrtime() in the bench script [ci skip]Anatol Belski2021-01-091-3/+3
* hash: Implement xxHashAnatol Belski2021-01-0913-7/+5213
* Fix pdo_oci - declare quotedlen in oci_driver.cShivam Mathur2021-01-091-0/+1
* Merge branch 'PHP-8.0'George Peter Banyard2021-01-082-4/+4
|\
| * Rename ``zip_ent`` parameter to ``zip_entry`` for consistencyGeorge Peter Banyard2021-01-082-4/+4
* | Remove some unnecessary zend_delete_global_variable usesNikita Popov2021-01-082-22/+5
* | Switch name variable to zend_stringNikita Popov2021-01-071-5/+4
* | Switch bound_param_map to zend_stringNikita Popov2021-01-073-14/+12
* | Remove freeq memberNikita Popov2021-01-071-12/+2
* | Refactor PDO placeholder's quoted string to zend_stringGeorge Peter Banyard2021-01-071-46/+23
* | Refactor PDO's quoter handler to return a zend_stringGeorge Peter Banyard2021-01-0710-109/+124
* | Clean up remaining opcodes for foreach([] as $x)Tyson Andre2021-01-073-3/+94
* | Fold dirname in sccp for non-windows platformsNikita Popov2021-01-071-0/+4
* | Merge branch 'PHP-8.0'Christoph M. Becker2021-01-071-0/+1
|\ \ | |/
| * Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-01-071-0/+1
| |\
| | * Avoid modifying the return value of readline_completion_function()Christoph M. Becker2021-01-071-0/+1
* | | Merge branch 'PHP-8.0'Nikita Popov2021-01-062-4/+4
|\ \ \ | |/ /
| * | Make fetch_* OO same as funcDharman2021-01-062-4/+4
* | | Remove unnecessary INDIRECT checks in JIT helpersNikita Popov2021-01-061-92/+13
* | | Merge branch 'PHP-8.0'Christoph M. Becker2021-01-062-5/+37
|\ \ \ | |/ /
| * | Fix #80592: all floats are the same in ODBC parametersChristoph M. Becker2021-01-063-5/+40
* | | Remove some INDIRECT handling in standard libraryNikita Popov2021-01-064-128/+63
* | | Remove some INDIRECT handling in VMNikita Popov2021-01-065-110/+34
* | | Restrict allowed usages of $GLOBALSNikita Popov2021-01-0644-642/+869
* | | Merge branch 'PHP-8.0'Nikita Popov2021-01-064-91/+61
|\ \ \ | |/ /
| * | Fix/improve mysqli stubsDharman2021-01-064-91/+61
* | | Update UPGRADIN.INTERNALSGeorge Peter Banyard2021-01-061-0/+5
* | | Voidify PDO's fetch_error handlerGeorge Peter Banyard2021-01-069-34/+26
* | | Boolify PDO's preparer handlerGeorge Peter Banyard2021-01-068-30/+31
* | | Voidify PDO's closer handlerGeorge Peter Banyard2021-01-068-18/+8
* | | Boolify PDO's quoter handlerGeorge Peter Banyard2021-01-067-15/+15
* | | Boolify PDO's set_attribute driver functionGeorge Peter Banyard2021-01-068-64/+65
* | | Boolify PDO's transaction handlersGeorge Peter Banyard2021-01-069-78/+80
* | | Formalize pdo_dbh_check_liveness_func() return type to zend_resultGeorge Peter Banyard2021-01-064-4/+4
* | | Add/expand comments for PDO handlersGeorge Peter Banyard2021-01-062-3/+8
* | | Convert strcmp() usage to zend_string_equals_literal()George Peter Banyard2021-01-061-6/+4
* | | Merge branch 'PHP-8.0'Christoph M. Becker2021-01-061-1/+4
|\ \ \ | |/ /
| * | Add missing SKIPIF clause for require_hash.phptChristoph M. Becker2021-01-061-1/+4
* | | Merge branch 'PHP-8.0'Christoph M. Becker2021-01-055-35/+69
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-01-056-35/+71
| |\ \ | | |/
| | * Fix #77565: Incorrect locator detection in ZIP-based pharsChristoph M. Becker2021-01-056-40/+77
* | | Update instructions regarding web-php/include/version.incSara Golemon2021-01-051-15/+12
* | | Merge branch 'PHP-8.0'Christoph M. Becker2021-01-052-9/+4
|\ \ \ | |/ /
| * | Prevent double-free of Phar ZIP streamChristoph M. Becker2021-01-052-9/+4
* | | Merge branch 'PHP-8.0'Christoph M. Becker2021-01-051-7/+11
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-01-051-7/+11
| |\ \ | | |/
| | * Fix memory leak in Phar::webPhar() on WindowsChristoph M. Becker2021-01-051-19/+17
* | | Merge branch 'PHP-8.0'Nikita Popov2021-01-052-1/+19
|\ \ \ | |/ /
| * | Fix infinite recursion in unlinked_instanceofNikita Popov2021-01-052-1/+19