Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only used in ZTS | Xinchen Hui | 2015-03-21 | 1 | -2/+2 |
* | Fixed optimization patterns | Dmitry Stogov | 2015-03-20 | 3 | -70/+81 |
* | Optimize zend_string_realloc() add more specialized versions zend_string_exte... | Dmitry Stogov | 2015-03-20 | 1 | -2/+2 |
* | Second prefetch is useless, because cahce line on modern x86 CPUs is 64 bytes... | Dmitry Stogov | 2015-03-18 | 1 | -1/+0 |
* | Use fastcall calling convention for most critical ZE subsystems. | Dmitry Stogov | 2015-03-13 | 2 | -2/+2 |
* | Changed HashTable layout: | Dmitry Stogov | 2015-03-13 | 4 | -93/+83 |
* | Executor cleanup: fix GOTO and SWITCH VMs, remove aility to build additional ... | Dmitry Stogov | 2015-03-12 | 1 | -1/+1 |
* | Use specialized macro for string zval creation | Dmitry Stogov | 2015-03-12 | 1 | -1/+1 |
* | Merge branch 'PHP-5.6' | Dmitry Stogov | 2015-03-10 | 1 | -15/+0 |
|\ | |||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Dmitry Stogov | 2015-03-10 | 1 | -17/+0 |
| |\ | |||||
| | * | We don't cache custom strems with callbacks anymore | Dmitry Stogov | 2015-03-10 | 1 | -17/+0 |
* | | | Improved hash key manangement code | Dmitry Stogov | 2015-03-06 | 5 | -182/+209 |
* | | | Fixed conditions | Dmitry Stogov | 2015-03-06 | 3 | -63/+64 |
* | | | Revert "Fix logical-op-parentheses warning" | Dmitry Stogov | 2015-03-06 | 1 | -4/+4 |
* | | | Fix logical-op-parentheses warning | Reeze Xia | 2015-03-06 | 1 | -4/+4 |
* | | | Improved hash key manangement code | Dmitry Stogov | 2015-03-06 | 3 | -228/+164 |
* | | | Avoid repeatable strlen() calls | Dmitry Stogov | 2015-03-05 | 1 | -7/+6 |
* | | | Avoid useless op_array duplication | Dmitry Stogov | 2015-03-05 | 3 | -6/+33 |
* | | | fix incompatible pointer | Anatol Belski | 2015-03-05 | 1 | -1/+1 |
* | | | Explicitly depend opcache on pcre. | Adam Harvey | 2015-03-05 | 1 | -0/+1 |
* | | | Merge remote-tracking branch 'datibbaw/kill-ereg' | Adam Harvey | 2015-03-05 | 1 | -18/+11 |
|\ \ \ | |||||
| * | | | Revert "Revert "Removing ext/ereg and dependencies"" | Tjerk Meesters | 2014-09-11 | 1 | -18/+11 |
* | | | | Improved code for class property inheritance | Dmitry Stogov | 2015-03-04 | 3 | -37/+40 |
* | | | | Merge branch 'PHP-5.6' | Xinchen Hui | 2015-03-04 | 2 | -2/+22 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Fixed bug #69159 (Opcache causes problem when passing a variable variable to ... | Xinchen Hui | 2015-03-04 | 2 | -2/+22 |
* | | | | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati... | Dmitry Stogov | 2015-03-04 | 2 | -46/+48 |
* | | | | Merge branch 'PHP-5.6' | Xinchen Hui | 2015-03-03 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Xinchen Hui | 2015-03-03 | 1 | -2/+2 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Make killing a locker an ERROR event | nathan r. hruby | 2015-03-03 | 1 | -2/+2 |
* | | | | Improved assert() according to expectations RFC. | Dmitry Stogov | 2015-03-02 | 5 | -0/+7 |
* | | | | Merge branch 'PHP-5.6' | Xinchen Hui | 2015-02-27 | 2 | -0/+23 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Xinchen Hui | 2015-02-27 | 2 | -0/+23 |
| |\ \ \ | | |/ / | |||||
| | * | | Fixed bug #69125 (Array numeric string as key) | Xinchen Hui | 2015-02-27 | 2 | -0/+23 |
| | * | | better name | Xinchen Hui | 2015-02-25 | 1 | -3/+3 |
* | | | | Merge branch 'PHP-5.6' | Xinchen Hui | 2015-02-25 | 2 | -4/+20 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Xinchen Hui | 2015-02-25 | 2 | -7/+22 |
| |\ \ \ | | |/ / | |||||
| | * | | Improve fix for #69038 | Xinchen Hui | 2015-02-25 | 2 | -5/+20 |
* | | | | Added specialized versions of DO_FCALL handler: | Dmitry Stogov | 2015-02-25 | 4 | -10/+18 |
* | | | | Use cache_slot offsets instead of indexes (simplify run-time instructions) | Dmitry Stogov | 2015-02-25 | 2 | -13/+17 |
* | | | | Split INIT_FCALL_BY_NAME inti INIT_FCALL_BY_NAME(CONST+STRING) and INIT_DYNAM... | Dmitry Stogov | 2015-02-24 | 3 | -3/+9 |
* | | | | Unused vars | Xinchen Hui | 2015-02-21 | 1 | -5/+0 |
* | | | | Fixed memory leak | Dmitry Stogov | 2015-02-20 | 1 | -3/+58 |
* | | | | Use fast SSE2 memcpy() for copying block of data from SHM to process memory | Dmitry Stogov | 2015-02-20 | 4 | -0/+56 |
* | | | | Simplify reallocation during copying data from SHM to process memory | Dmitry Stogov | 2015-02-20 | 2 | -61/+5 |
* | | | | don't count op_arrays stored in opcache SHM | Dmitry Stogov | 2015-02-20 | 2 | -18/+2 |
* | | | | Removed dead code | Dmitry Stogov | 2015-02-20 | 1 | -48/+25 |
* | | | | Lazy duplication of op_array->static_variables | Dmitry Stogov | 2015-02-20 | 4 | -19/+43 |
* | | | | Merge branch 'PHP-5.6' | Dmitry Stogov | 2015-02-20 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Dmitry Stogov | 2015-02-20 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Fixed type mismatch | Dmitry Stogov | 2015-02-20 | 1 | -1/+1 |