Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Always remove HT iterators, even for uninit HT | Nikita Popov | 2021-03-01 | 2 | -1/+16 | |
* | | | Optimize serializing class names | Tyson Andre | 2021-03-01 | 1 | -4/+5 | |
* | | | Merge branch 'PHP-8.0' | Nikita Popov | 2021-03-01 | 0 | -0/+0 | |
|\ \ \ | |/ / | ||||||
| * | | Merge branch 'PHP-7.4' into PHP-8.0 | Nikita Popov | 2021-03-01 | 0 | -0/+0 | |
| |\ \ | | |/ | ||||||
| | * | Fixed bug #80805 | Nikita Popov | 2021-03-01 | 3 | -4/+36 | |
* | | | Optimized object serialization without rebulding properties HashTable | Dmitry Stogov | 2021-03-01 | 1 | -0/+51 | |
* | | | Incomplete class may have only single "MAGIC_MEMBER" | Dmitry Stogov | 2021-03-01 | 1 | -0/+1 | |
* | | | Change the order of properties used in foreach(), var_dump(), serialize(), co... | Dmitry Stogov | 2021-03-01 | 36 | -286/+283 | |
|\ \ \ | ||||||
| * | | | Added UPGRADING note. | Dmitry Stogov | 2021-03-01 | 1 | -0/+9 | |
| * | | | Change the order of properties used for var_dump(), serialize(), comparison, ... | Dmitry Stogov | 2021-03-01 | 35 | -286/+274 | |
* | | | | Reference dynamic functions through dynamic_defs | Nikita Popov | 2021-03-01 | 19 | -131/+245 | |
|/ / / | ||||||
* | | | Fix E_DEPRECATED in zend_vm_gen.php | Max Semenik | 2021-03-01 | 1 | -3/+4 | |
* | | | run-tests: drop support for ancient Valgrind versions | Max Semenik | 2021-03-01 | 1 | -7/+1 | |
* | | | Clarify types in XmlReader property handling | Nikita Popov | 2021-03-01 | 1 | -9/+7 | |
* | | | Remove useless conditional #ifdef | Patrick Allaert | 2021-02-27 | 1 | -4/+1 | |
* | | | Merge branch 'PHP-8.0' | George Peter Banyard | 2021-02-27 | 5 | -4/+131 | |
|\ \ \ | |/ / | ||||||
| * | | Fix Bug #80800 imap_open() fails when the flags parameter includes CL_EXPUNGE | George Peter Banyard | 2021-02-27 | 6 | -4/+135 | |
* | | | serialize() optimization | Dmitry Stogov | 2021-02-26 | 1 | -31/+88 | |
* | | | Optimize out zend_strpprintf() usage for simple concationaton | Dmitry Stogov | 2021-02-26 | 1 | -6/+18 | |
* | | | Improve SPL directory and stat() cache using zend_srting* instead of char* | Dmitry Stogov | 2021-02-26 | 13 | -286/+274 | |
* | | | Merge branch 'PHP-8.0' | Felipe Pena | 2021-02-25 | 1 | -0/+9 | |
|\ \ \ | |/ / | ||||||
| * | | Merge branch 'PHP-7.4' into PHP-8.0 | Felipe Pena | 2021-02-25 | 1 | -0/+9 | |
| |\ \ | | |/ | ||||||
| | * | Fix memleak on ReflectionFunction and ReflectionGenerator classes when callin... | Felipe Pena | 2021-02-25 | 1 | -0/+9 | |
* | | | Remove quicktester | George Peter Banyard | 2021-02-25 | 9 | -319/+408 | |
* | | | Merge branch 'PHP-8.0' | Remi Collet | 2021-02-25 | 1 | -1/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Merge branch 'PHP-7.4' into PHP-8.0 | Remi Collet | 2021-02-25 | 1 | -1/+2 | |
| |\ \ | | |/ | ||||||
| | * | skip test with openssl < 1.1.0 | Remi Collet | 2021-02-25 | 1 | -1/+2 | |
* | | | Merge branch 'PHP-8.0' | Christoph M. Becker | 2021-02-25 | 1 | -0/+3 | |
|\ \ \ | |/ / | ||||||
| * | | Merge branch 'PHP-7.4' into PHP-8.0 | Christoph M. Becker | 2021-02-25 | 1 | -0/+3 | |
| |\ \ | | |/ | ||||||
| | * | Capture Microsoft-defined HRESULT exit codes exit codes | Dylan K. Taylor | 2021-02-25 | 1 | -0/+3 | |
* | | | Merge branch 'PHP-8.0' | Nikita Popov | 2021-02-25 | 1 | -3/+7 | |
|\ \ \ | |/ / | ||||||
| * | | crc32 module, clang spurious warning removal. | David CARLIER | 2021-02-25 | 1 | -3/+7 | |
* | | | Speed up __sleep() and __wakeup() calls | Dmitry Stogov | 2021-02-25 | 3 | -35/+58 | |
* | | | Merge branch 'PHP-8.0' | Nikita Popov | 2021-02-25 | 1 | -2/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Merge branch 'PHP-7.4' into PHP-8.0 | Nikita Popov | 2021-02-25 | 1 | -2/+2 | |
| |\ \ | | |/ | ||||||
| | * | mysqlnd pam fix test error message | Daniel Black | 2021-02-25 | 1 | -2/+2 | |
* | | | Merge branch 'PHP-8.0' | Nikita Popov | 2021-02-24 | 3 | -2/+3 | |
|\ \ \ | |/ / | ||||||
| * | | Merge branch 'PHP-7.4' into PHP-8.0 | Nikita Popov | 2021-02-24 | 2 | -2/+2 | |
| |\ \ | | |/ | ||||||
| | * | Fix potential file collision in dom tests | Nikita Popov | 2021-02-24 | 2 | -2/+2 | |
| * | | Merge branch 'PHP-7.4' into PHP-8.0 | Felipe Pena | 2021-02-24 | 1 | -0/+1 | |
| |\ \ | | |/ | ||||||
| | * | Fix bug #80757 (Exit code is 0 when could not open file) | Felipe Pena | 2021-02-24 | 1 | -0/+1 | |
| | * | Update NEWS | Felipe Pena | 2021-02-24 | 1 | -0/+3 | |
* | | | Switch few functions useful in Symphony apps to new ZPP API. | Dmitry Stogov | 2021-02-24 | 3 | -21/+23 | |
* | | | Fixed error message | Dmitry Stogov | 2021-02-24 | 18 | -61/+77 | |
* | | | Allow pointer to end of memory in IS_UNSERIALIZED() | Nikita Popov | 2021-02-24 | 1 | -2/+4 | |
* | | | Merge branch 'PHP-8.0' | Dmitry Stogov | 2021-02-24 | 2 | -4/+31 | |
|\ \ \ | |/ / | ||||||
| * | | Fixed bug #80782 (DASM_S_RANGE_VREG on PHP_INT_MIN-1) | Dmitry Stogov | 2021-02-24 | 3 | -4/+32 | |
* | | | zend_compile.c: fix typo | Dylan T | 2021-02-24 | 1 | -1/+1 | |
* | | | run-tests: add skip cache | Max Semenik | 2021-02-23 | 1 | -13/+82 | |
* | | | Merge branch 'PHP-8.0' | Christoph M. Becker | 2021-02-23 | 1 | -1/+1 | |
|\ \ \ | |/ / |