summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix macro redifinition warnings in debug buildsChristoph M. Becker2020-06-291-1/+0
* Merge branch 'PHP-7.4'Christoph M. Becker2020-06-294-14/+77
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-06-294-14/+77
| |\
| | * Fix #63208: BSTR to PHP string conversion not binary safeChristoph M. Becker2020-06-294-14/+77
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-06-292-0/+16
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-06-292-0/+16
| |\ \ | | |/
| | * Fix #79756: finfo_file crash (FILEINFO_MIME)Christoph M. Becker2020-06-292-0/+16
* | | Fix #79749: Converting FFI instances to bool failsChristoph M. Becker2020-06-292-1/+27
* | | Don't accept objects instead of arrays in curlNikita Popov2020-06-293-16/+14
* | | Make exit() unwind properlyNikita Popov2020-06-296-28/+16
* | | Fixed bug #79743 (Fatal error when assigning to array property with JIT enabled)Xinchen Hui2020-06-291-4/+4
* | | Implement Attribute Amendments.Martin Schröder2020-06-294-26/+106
* | | Remove restriction on method call inliningNikita Popov2020-06-291-7/+0
* | | Merge branch 'PHP-7.4'Nikita Popov2020-06-291-0/+6
|\ \ \ | |/ /
| * | Don't inline static call to instance methodNikita Popov2020-06-291-0/+6
* | | Drop non-well formed numeric strings from math function testsGeorge Peter Banyard2020-06-2817-180/+12
* | | Drop non-well numeric string in Intl testGeorge Peter Banyard2020-06-281-4/+0
* | | Drop non-well formed numeric strings in array function testsGeorge Peter Banyard2020-06-282-14/+3
* | | Drop non-well formed numeric strings in strings function testsGeorge Peter Banyard2020-06-282-11/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2020-06-262-2/+18
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-06-262-2/+18
| |\ \ | | |/
| | * Fixed bug #79741Nikita Popov2020-06-262-2/+18
* | | Cache __unserialize() instead of unserialize()Nikita Popov2020-06-265-37/+22
* | | Use cheaper zend_hash_find_ex() to handle IS_CONST indexDmitry Stogov2020-06-261-8/+32
* | | Fix uninitialized reads in min/maxNikita Popov2020-06-261-6/+4
* | | [ci skip] Various typo fixes in stub comments and CHANGES fileAyesh Karunaratne2020-06-254-4/+4
* | | Fixed incorrect type guardDmitry Stogov2020-06-251-1/+1
* | | Move exception check to cold path.Dmitry Stogov2020-06-251-6/+18
* | | Optimization for +/- int(0)Dmitry Stogov2020-06-251-5/+22
* | | Improve tracing JIT for FETCH_THIS + FETCH_OBJ_*Dmitry Stogov2020-06-255-28/+128
* | | Fix leaks in Phar::webPhar()Nikita Popov2020-06-251-20/+6
* | | Don't throw warning if exception thrown during dom validationNikita Popov2020-06-253-6/+6
* | | Avoid warning on exception in xsl extNikita Popov2020-06-253-3/+46
* | | Avoid $this checkDmitry Stogov2020-06-251-18/+20
* | | Cheaper exception checksDmitry Stogov2020-06-254-32/+34
* | | Don't include trailing newline in comment tokenNikita Popov2020-06-252-89/+109
* | | Make sorting stableNikita Popov2020-06-2511-191/+359
* | | Don't use iterator_funcs_ptr if it is nullNikita Popov2020-06-251-3/+9
* | | Remove useless prototype for spl_heap_get_iteratorAlex Dowad2020-06-241-2/+0
* | | Fix {{{ comment to match function name for php_replace_controlchars_exAlex Dowad2020-06-241-1/+1
* | | Introduce InternalIteratorNikita Popov2020-06-2424-17/+215
* | | Make SimpleXMLElement a RecursiveIteratorNikita Popov2020-06-2411-295/+213
* | | Add the ZEND_ACC_NO_DYNAMIC_PROPERTIES flag to ShmopMáté Kocsis2020-06-241-1/+1
* | | Convert shmop resources to opaque objectsChristoph M. Becker2020-06-246-105/+102
* | | Clean house in cryptographic hashing codeAlex Dowad2020-06-246-262/+6
* | | Fix typos in test cases for crypt_sha{256,512}Alex Dowad2020-06-242-4/+4
* | | Remove unnecessary PHPDoc-alike blocks from testsMáté Kocsis2020-06-242348-13333/+467
* | | Fix potential use-after-scope if crypt_r is usedNikita Popov2020-06-241-6/+4
* | | Remove deprecated DES fallback in crypt()Nikita Popov2020-06-242-29/+8
* | | Enforce min/max rounds in sha256/sha512 cryptNikita Popov2020-06-244-9/+27