Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support huge pages on FreeBSD | David Carlier | 2018-11-27 | 1 | -0/+3 |
* | Merge branch 'PHP-7.3' | Nikita Popov | 2018-11-27 | 1 | -1/+4 |
|\ | |||||
| * | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2018-11-27 | 1 | -1/+4 |
| |\ | |||||
| | * | Improve fix for #76046 | Nikita Popov | 2018-11-27 | 1 | -1/+4 |
* | | | Merge branch 'PHP-7.3' | Nikita Popov | 2018-11-27 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2018-11-27 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #76046 | Nikita Popov | 2018-11-27 | 1 | -0/+1 |
* | | | Avoid early reference check | Dmitry Stogov | 2018-11-27 | 1 | -1/+1 |
* | | | Added ZEND_COMPILE_WITHOUT_EXECUTION and ZEND_COMPILE_PRELOAD to determine wh... | Dmitry Stogov | 2018-11-27 | 1 | -0/+6 |
* | | | Remove redundant Exception::__clone() method | Nikita Popov | 2018-11-26 | 1 | -10/+0 |
* | | | Remove redundant Generator::__wakeup() method | Nikita Popov | 2018-11-26 | 1 | -17/+0 |
* | | | Remove unecessaries SKIPIF sections for necessary extensions | Gabriel Caruso | 2018-11-21 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.3' | Nikita Popov | 2018-11-20 | 2 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2018-11-20 | 2 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-11-20 | 2 | -2/+2 |
| | |\ | |||||
| | | * | Fix bug #71041 dynamic embed SAPI load error | Valentin V. Bartenev | 2018-11-20 | 2 | -2/+2 |
| | | * | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 367 | -478/+103 |
| | | * | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 569 | -967/+966 |
| | | * | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 14 | -17/+2 |
| | | * | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 29 | -160/+160 |
| | | * | Convert CRLF line endings to LF | Peter Kokot | 2018-10-13 | 14 | -383/+383 |
| | * | | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 384 | -497/+116 |
| | * | | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 575 | -991/+990 |
| | * | | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 9 | -9/+2 |
| | * | | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 28 | -151/+151 |
* | | | | Delay exceptional case check | Dmitry Stogov | 2018-11-20 | 2 | -54/+45 |
* | | | | fixed typo | Dmitry Stogov | 2018-11-20 | 1 | -1/+1 |
* | | | | Optimization | Dmitry Stogov | 2018-11-20 | 3 | -14/+14 |
* | | | | Remove some mentions of RECOVERABLE_ERROR in tests | Nikita Popov | 2018-11-15 | 7 | -69/+16 |
* | | | | Use ZEND_THIS macro to hide implementation details in extensions code. | Dmitry Stogov | 2018-11-15 | 4 | -27/+28 |
* | | | | Merge branch 'PHP-7.3' | Nikita Popov | 2018-11-15 | 1 | -0/+8 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fixed bug #77165 | Nikita Popov | 2018-11-15 | 1 | -0/+8 |
* | | | | micro-optimization | Dmitry Stogov | 2018-11-15 | 1 | -5/+4 |
* | | | | Split zend_objects_store_put() into hot/cold parts | Dmitry Stogov | 2018-11-15 | 1 | -6/+15 |
* | | | | Implemented preloading RFC: https://wiki.php.net/rfc/preload. | Dmitry Stogov | 2018-11-14 | 3 | -2/+55 |
* | | | | Fixed issues related to optimization and persitence of classes linked with in... | Dmitry Stogov | 2018-11-14 | 2 | -1/+5 |
* | | | | Added possiblity to avoid signal handlers reinitialization on each request. | Dmitry Stogov | 2018-11-14 | 2 | -2/+6 |
* | | | | Replace getThis() by EX(This), when additional check is not necessary. | Dmitry Stogov | 2018-11-14 | 3 | -27/+26 |
* | | | | Merge branch 'PHP-7.3' | Nikita Popov | 2018-11-13 | 2 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix compilation on x32 | Jan Rękorajski | 2018-11-13 | 2 | -2/+2 |
* | | | | Remove lexer files generated by RE2C | Peter Kokot | 2018-11-11 | 4 | -12078/+0 |
* | | | | Remove do_bind_inherited_class; use do_bind_class | Levi Morrison | 2018-11-07 | 4 | -34/+9 |
* | | | | Reorder conditions and set expectation. | Dmitry Stogov | 2018-11-06 | 1 | -2/+2 |
* | | | | Merge branch 'PHP-7.3' | Christoph M. Becker | 2018-11-05 | 2 | -1/+19 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix #76825: Undefined symbols ___cpuid_count | Christoph M. Becker | 2018-11-05 | 2 | -1/+19 |
* | | | | Merge branch 'PHP-7.3' | Remi Collet | 2018-11-05 | 1 | -0/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix: #77110 undefined symbol zend_string_equal_val in C++ build | Remi Collet | 2018-11-05 | 1 | -0/+2 |
| * | | | Future-proof email addresses | Zeev Suraski | 2018-11-01 | 87 | -176/+176 |
* | | | | Update email addresses. We're still @Zend, but future proofing it... | Zeev Suraski | 2018-11-01 | 87 | -175/+175 |
* | | | | Call function_add_ref() in proper place | Dmitry Stogov | 2018-10-30 | 1 | -4/+1 |