summaryrefslogtreecommitdiff
path: root/ext/opcache/ZendAccelerator.c
Commit message (Expand)AuthorAgeFilesLines
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-191-1/+1
* Merge branch 'PHP-5.6'Dmitry Stogov2014-11-071-14/+3
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2014-11-071-14/+3
| |\
| | * Fix opcache.revalidate_freq per-request behaviorDmitry Stogov2014-11-071-14/+3
* | | Removed useless codeDmitry Stogov2014-10-221-4/+0
* | | Copy all the arena allocated data from SHM to process memory at onceDmitry Stogov2014-10-091-4/+0
* | | Make internal function names to be interned stringsDmitry Stogov2014-09-231-0/+6
* | | Improve opcache.fast_shutdownDmitry Stogov2014-09-161-60/+70
* | | Refactored INI subsystem to use zend_string* instead of char*Dmitry Stogov2014-09-011-3/+3
* | | Remove ZEND_ACC_INTERACTIVE and CG(interactive)Nikita Popov2014-08-251-3/+0
* | | master renames phase 2Anatol Belski2014-08-251-5/+5
* | | master renames phase 1Anatol Belski2014-08-251-11/+11
* | | fixed some incompatible typesAnatol Belski2014-08-201-6/+6
* | | ported opcacheAnatol Belski2014-08-201-1/+1
* | | basic macro replacements, all at onceAnatol Belski2014-08-191-4/+4
* | | Remove old version PHP supportsXinchen Hui2014-08-151-342/+7
* | | Fixed modeDmitry Stogov2014-08-141-0/+0
* | | Fixed compilation warningsDmitry Stogov2014-08-141-1/+1
* | | Delete immutable arrays copied into SHM (related to bug #67725)Dmitry Stogov2014-08-041-0/+9
* | | Fixed compilation on WindowsDmitry Stogov2014-07-151-2/+4
* | | Simplify call-frame handlingDmitry Stogov2014-07-071-4/+12
* | | Removed EG(in_execution). If EG(currentent_execute_data) is not NULL we are e...Dmitry Stogov2014-07-031-1/+1
* | | Removed EG(opline_ptr) and use corresponding value from EG(current_execute_data)Dmitry Stogov2014-07-021-33/+33
* | | Don't include trailing zero into hash functionDmitry Stogov2014-06-171-23/+23
* | | Avoid repeatable zend_is_autogolobal() callsDmitry Stogov2014-06-101-1/+3
* | | Introduced immutable arrays. They don't need to be copyed and may be used dir...Dmitry Stogov2014-05-291-1/+0
* | | return ptr, not statusPierre Joye2014-05-151-1/+1
* | | Split IS_BOOL into IS_FALSE and IS_TRUEDmitry Stogov2014-04-301-1/+2
* | | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-2/+5
|\ \ \
| * \ \ Merge branch 'PHP-5.6'Bob Weinand2014-04-111-2/+4
| |\ \ \ | | |/ /
| | * | Fix bug #66015 by reverting "Removed operations on constant arrays."Bob Weinand2014-04-111-2/+4
| * | | Merge branch 'PHP-5.6'Dmitry Stogov2014-02-211-0/+1
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2014-02-211-0/+1
| | |\ \ | | | |/
| | | * Added information about interned strings usageDmitry Stogov2014-02-211-0/+1
* | | | Allocate zend_strings with correct sizeNikita Popov2014-04-231-2/+2
* | | | Combine HashTable.flags and HashTable.nApplyCount into single 32-bit wordDmitry Stogov2014-04-211-1/+1
* | | | CleanupDmitry Stogov2014-04-211-7/+19
* | | | Cleanup (2-nd round)Dmitry Stogov2014-04-151-11/+2
* | | | Fixed destruction of objects and iterators on unclean request shutdown and GC...Dmitry Stogov2014-04-091-2/+2
* | | | Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ...Dmitry Stogov2014-04-031-4/+8
* | | | Changed data layout to allow more efficient operationsDmitry Stogov2014-04-021-9/+10
* | | | Use interned strings for one character stringsDmitry Stogov2014-04-011-0/+6
* | | | Fixed interned strings supportDmitry Stogov2014-04-011-0/+1
* | | | fixesDmitry Stogov2014-03-311-32/+34
* | | | fixed craches at request shutdown and memory leaksDmitry Stogov2014-03-311-1/+7
* | | | Make opcache work (incomplete - optimizer doesn't work yet; crashes on reques...Dmitry Stogov2014-03-311-1/+1
* | | | ext/opcache refactoring (incomplete)Dmitry Stogov2014-03-281-119/+113
* | | | Use better data structures (incomplete)Dmitry Stogov2014-02-101-87/+83
|/ / /
* | | Merge branch 'PHP-5.6'Dmitry Stogov2014-01-151-11/+18
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.5' into PHP-5.6Dmitry Stogov2014-01-151-11/+18
| |\ \ | | |/