summaryrefslogtreecommitdiff
path: root/ext/opcache
Commit message (Expand)AuthorAgeFilesLines
* Only used in ZTSXinchen Hui2015-03-211-2/+2
* Fixed optimization patternsDmitry Stogov2015-03-203-70/+81
* Optimize zend_string_realloc() add more specialized versions zend_string_exte...Dmitry Stogov2015-03-201-2/+2
* Second prefetch is useless, because cahce line on modern x86 CPUs is 64 bytes...Dmitry Stogov2015-03-181-1/+0
* Use fastcall calling convention for most critical ZE subsystems.Dmitry Stogov2015-03-132-2/+2
* Changed HashTable layout:Dmitry Stogov2015-03-134-93/+83
* Executor cleanup: fix GOTO and SWITCH VMs, remove aility to build additional ...Dmitry Stogov2015-03-121-1/+1
* Use specialized macro for string zval creationDmitry Stogov2015-03-121-1/+1
* Merge branch 'PHP-5.6'Dmitry Stogov2015-03-101-15/+0
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2015-03-101-17/+0
| |\
| | * We don't cache custom strems with callbacks anymoreDmitry Stogov2015-03-101-17/+0
* | | Improved hash key manangement codeDmitry Stogov2015-03-065-182/+209
* | | Fixed conditionsDmitry Stogov2015-03-063-63/+64
* | | Revert "Fix logical-op-parentheses warning"Dmitry Stogov2015-03-061-4/+4
* | | Fix logical-op-parentheses warningReeze Xia2015-03-061-4/+4
* | | Improved hash key manangement codeDmitry Stogov2015-03-063-228/+164
* | | Avoid repeatable strlen() callsDmitry Stogov2015-03-051-7/+6
* | | Avoid useless op_array duplicationDmitry Stogov2015-03-053-6/+33
* | | fix incompatible pointerAnatol Belski2015-03-051-1/+1
* | | Explicitly depend opcache on pcre.Adam Harvey2015-03-051-0/+1
* | | Merge remote-tracking branch 'datibbaw/kill-ereg'Adam Harvey2015-03-051-18/+11
|\ \ \
| * | | Revert "Revert "Removing ext/ereg and dependencies""Tjerk Meesters2014-09-111-18/+11
* | | | Improved code for class property inheritanceDmitry Stogov2015-03-043-37/+40
* | | | Merge branch 'PHP-5.6'Xinchen Hui2015-03-042-2/+22
|\ \ \ \ | | |/ / | |/| |
| * | | Fixed bug #69159 (Opcache causes problem when passing a variable variable to ...Xinchen Hui2015-03-042-2/+22
* | | | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati...Dmitry Stogov2015-03-042-46/+48
* | | | Merge branch 'PHP-5.6'Xinchen Hui2015-03-031-2/+2
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-03-031-2/+2
| |\ \ \ | | | |/ | | |/|
| | * | Make killing a locker an ERROR eventnathan r. hruby2015-03-031-2/+2
* | | | Improved assert() according to expectations RFC.Dmitry Stogov2015-03-025-0/+7
* | | | Merge branch 'PHP-5.6'Xinchen Hui2015-02-272-0/+23
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-02-272-0/+23
| |\ \ \ | | |/ /
| | * | Fixed bug #69125 (Array numeric string as key)Xinchen Hui2015-02-272-0/+23
| | * | better nameXinchen Hui2015-02-251-3/+3
* | | | Merge branch 'PHP-5.6'Xinchen Hui2015-02-252-4/+20
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-02-252-7/+22
| |\ \ \ | | |/ /
| | * | Improve fix for #69038Xinchen Hui2015-02-252-5/+20
* | | | Added specialized versions of DO_FCALL handler:Dmitry Stogov2015-02-254-10/+18
* | | | Use cache_slot offsets instead of indexes (simplify run-time instructions)Dmitry Stogov2015-02-252-13/+17
* | | | Split INIT_FCALL_BY_NAME inti INIT_FCALL_BY_NAME(CONST+STRING) and INIT_DYNAM...Dmitry Stogov2015-02-243-3/+9
* | | | Unused varsXinchen Hui2015-02-211-5/+0
* | | | Fixed memory leakDmitry Stogov2015-02-201-3/+58
* | | | Use fast SSE2 memcpy() for copying block of data from SHM to process memoryDmitry Stogov2015-02-204-0/+56
* | | | Simplify reallocation during copying data from SHM to process memoryDmitry Stogov2015-02-202-61/+5
* | | | don't count op_arrays stored in opcache SHMDmitry Stogov2015-02-202-18/+2
* | | | Removed dead codeDmitry Stogov2015-02-201-48/+25
* | | | Lazy duplication of op_array->static_variablesDmitry Stogov2015-02-204-19/+43
* | | | Merge branch 'PHP-5.6'Dmitry Stogov2015-02-201-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2015-02-201-1/+1
| |\ \ \ | | |/ /
| | * | Fixed type mismatchDmitry Stogov2015-02-201-1/+1