summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * Always remove HT iterators, even for uninit HTNikita Popov2021-03-012-1/+16
* | | Optimize serializing class namesTyson Andre2021-03-011-4/+5
* | | Merge branch 'PHP-8.0'Nikita Popov2021-03-010-0/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-03-010-0/+0
| |\ \ | | |/
| | * Fixed bug #80805Nikita Popov2021-03-013-4/+36
* | | Optimized object serialization without rebulding properties HashTableDmitry Stogov2021-03-011-0/+51
* | | Incomplete class may have only single "MAGIC_MEMBER"Dmitry Stogov2021-03-011-0/+1
* | | Change the order of properties used in foreach(), var_dump(), serialize(), co...Dmitry Stogov2021-03-0136-286/+283
|\ \ \
| * | | Added UPGRADING note.Dmitry Stogov2021-03-011-0/+9
| * | | Change the order of properties used for var_dump(), serialize(), comparison, ...Dmitry Stogov2021-03-0135-286/+274
* | | | Reference dynamic functions through dynamic_defsNikita Popov2021-03-0119-131/+245
|/ / /
* | | Fix E_DEPRECATED in zend_vm_gen.phpMax Semenik2021-03-011-3/+4
* | | run-tests: drop support for ancient Valgrind versionsMax Semenik2021-03-011-7/+1
* | | Clarify types in XmlReader property handlingNikita Popov2021-03-011-9/+7
* | | Remove useless conditional #ifdefPatrick Allaert2021-02-271-4/+1
* | | Merge branch 'PHP-8.0'George Peter Banyard2021-02-275-4/+131
|\ \ \ | |/ /
| * | Fix Bug #80800 imap_open() fails when the flags parameter includes CL_EXPUNGEGeorge Peter Banyard2021-02-276-4/+135
* | | serialize() optimizationDmitry Stogov2021-02-261-31/+88
* | | Optimize out zend_strpprintf() usage for simple concationatonDmitry Stogov2021-02-261-6/+18
* | | Improve SPL directory and stat() cache using zend_srting* instead of char*Dmitry Stogov2021-02-2613-286/+274
* | | Merge branch 'PHP-8.0'Felipe Pena2021-02-251-0/+9
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Felipe Pena2021-02-251-0/+9
| |\ \ | | |/
| | * Fix memleak on ReflectionFunction and ReflectionGenerator classes when callin...Felipe Pena2021-02-251-0/+9
* | | Remove quicktesterGeorge Peter Banyard2021-02-259-319/+408
* | | Merge branch 'PHP-8.0'Remi Collet2021-02-251-1/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Remi Collet2021-02-251-1/+2
| |\ \ | | |/
| | * skip test with openssl < 1.1.0Remi Collet2021-02-251-1/+2
* | | Merge branch 'PHP-8.0'Christoph M. Becker2021-02-251-0/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-02-251-0/+3
| |\ \ | | |/
| | * Capture Microsoft-defined HRESULT exit codes exit codesDylan K. Taylor2021-02-251-0/+3
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-251-3/+7
|\ \ \ | |/ /
| * | crc32 module, clang spurious warning removal.David CARLIER2021-02-251-3/+7
* | | Speed up __sleep() and __wakeup() callsDmitry Stogov2021-02-253-35/+58
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-251-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-251-2/+2
| |\ \ | | |/
| | * mysqlnd pam fix test error messageDaniel Black2021-02-251-2/+2
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-243-2/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-242-2/+2
| |\ \ | | |/
| | * Fix potential file collision in dom testsNikita Popov2021-02-242-2/+2
| * | Merge branch 'PHP-7.4' into PHP-8.0Felipe Pena2021-02-241-0/+1
| |\ \ | | |/
| | * Fix bug #80757 (Exit code is 0 when could not open file)Felipe Pena2021-02-241-0/+1
| | * Update NEWSFelipe Pena2021-02-241-0/+3
* | | Switch few functions useful in Symphony apps to new ZPP API.Dmitry Stogov2021-02-243-21/+23
* | | Fixed error messageDmitry Stogov2021-02-2418-61/+77
* | | Allow pointer to end of memory in IS_UNSERIALIZED()Nikita Popov2021-02-241-2/+4
* | | Merge branch 'PHP-8.0'Dmitry Stogov2021-02-242-4/+31
|\ \ \ | |/ /
| * | Fixed bug #80782 (DASM_S_RANGE_VREG on PHP_INT_MIN-1)Dmitry Stogov2021-02-243-4/+32
* | | zend_compile.c: fix typoDylan T2021-02-241-1/+1
* | | run-tests: add skip cacheMax Semenik2021-02-231-13/+82
* | | Merge branch 'PHP-8.0'Christoph M. Becker2021-02-231-1/+1
|\ \ \ | |/ /