summaryrefslogtreecommitdiff
path: root/ext/opcache/ZendAccelerator.c
Commit message (Expand)AuthorAgeFilesLines
* bump yearXinchen Hui2015-01-151-2/+2
* trailing whitespace removalStanislav Malyshev2015-01-101-15/+15
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-205/+199
* Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-11-201-1/+1
|\
| * typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-191-1/+1
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-11-181-14/+3
|\ \ | |/
| * 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
* | | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-10-241-4/+0
|\ \ \ \ | |/ / /
| * | | Removed useless codeDmitry Stogov2014-10-221-4/+0
* | | | opcache, intl, gmp, exif, com, bcmath to use static tsrmlsAnatol Belski2014-10-171-0/+6
* | | | bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-0/+9
* | | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-10-101-4/+0
|\ \ \ \ | |/ / /
| * | | Copy all the arena allocated data from SHM to process memory at onceDmitry Stogov2014-10-091-4/+0
* | | | cleanup TSRMLS_FETCH in ext/opcacheAnatol Belski2014-09-261-9/+0
* | | | reworked the patch, less new stuff but workyAnatol Belski2014-09-251-2/+2
* | | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-09-241-0/+6
|\ \ \ \ | |/ / /
| * | | Make internal function names to be interned stringsDmitry Stogov2014-09-231-0/+6
* | | | update opcache for native-tls branchkrakjoe2014-09-201-2/+2
|/ / /
* | | 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