summaryrefslogtreecommitdiff
path: root/ext/opcache
Commit message (Expand)AuthorAgeFilesLines
* Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* During size calculation, pointer should be kept unchangedDmitry Stogov2018-10-081-3/+1
* Turn accel_activate into module callback.Dmitry Stogov2018-10-013-6/+9
* Get rid of accel_deactivate() calbackDmitry Stogov2018-10-011-18/+6
* Avoid useless store and checks in xlat_table.Dmitry Stogov2018-09-264-141/+200
* Merge branch 'PHP-7.3'Dmitry Stogov2018-09-202-0/+20
|\
| * Fixed bug #76711 (OPcache enabled triggers false-positive "Illegal string off...Dmitry Stogov2018-09-202-0/+20
* | Use macroDmitry Stogov2018-09-191-7/+7
* | Improved hash copyingDmitry Stogov2018-09-192-71/+31
* | Class constants and default property values can't be IS_REFERENCE anymore.Dmitry Stogov2018-09-181-22/+0
* | Replace ZEND_ACC_ANON_BOUND, ZEND_ACC_UNRESOLVED_PARENT and ZEND_ACC_UNRESOLV...Dmitry Stogov2018-09-185-27/+31
* | Fix localized error messages and memory leaksAnatol Belski2018-09-171-16/+5
* | Merge branch 'PHP-7.3'Dmitry Stogov2018-09-102-4/+17
|\ \ | |/
| * Fixed wrong assertionDmitry Stogov2018-09-102-4/+17
* | Merge branch 'PHP-7.3'Nikita Popov2018-09-072-1/+18
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-09-072-1/+18
| |\
| | * Fixed bug #76796Nikita Popov2018-09-072-1/+18
* | | Remove AC_HEADER_DIRENTPeter Kokot2018-09-042-2/+0
* | | Merge branch 'PHP-7.3'Anatol Belski2018-09-031-0/+7
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2018-09-031-0/+7
| |\ \ | | |/
| | * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-09-031-0/+7
| | |\
| | | * Fixed bug #76832 ZendOPcache.MemoryBase periodically deleted by the OSAnatol Belski2018-09-031-0/+7
* | | | Allow opcache_compile_file() to perform compilation even if opcache is disabled.Dmitry Stogov2018-08-291-5/+0
* | | | Added check for "user" methodDmitry Stogov2018-08-281-1/+1
* | | | Removed incorrect efree() (run_time_cache(s) are usually allocated in CG(aren...Dmitry Stogov2018-08-281-5/+1
* | | | Revert "Removed redundand code"Dmitry Stogov2018-08-281-0/+3
* | | | Removed redundand codeDmitry Stogov2018-08-281-3/+0
* | | | ZEND_DECLARE_CLASS, ZEND_DECLARE_INHERITED_CLASS and ZEND_DECLARE_INHERITED_C...Dmitry Stogov2018-08-241-2/+0
* | | | Keep information about unresolved parent class in zend_class_entry->parent_nameDmitry Stogov2018-08-245-16/+36
* | | | Keep information about unresolved interfaces in zend_class_entry->interface_...Dmitry Stogov2018-08-237-50/+88
* | | | Replace zend_class_entry->traits by persistent zend_class_entry->trait_names.Dmitry Stogov2018-08-237-132/+175
* | | | Use zend_class_entry/zend_function type names instead of _zend_class_entry/_z...Dmitry Stogov2018-08-221-1/+1
* | | | Introduced ZEND_COMPILE_IGNORE_OTHER_FILES compiler option, to allow "separat...Dmitry Stogov2018-08-224-79/+17
* | | | CleanupDmitry Stogov2018-08-211-36/+11
* | | | Merge branch 'PHP-7.3'Dmitry Stogov2018-08-203-4/+4
|\ \ \ \ | |/ / /
| * | | Avoid hash lookups in BIND_STATIC and BIND_LEXICAL opcode handlers.Dmitry Stogov2018-08-203-4/+4
* | | | Merge branch 'PHP-7.3'Xinchen Hui2018-08-161-8/+9
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Xinchen Hui2018-08-161-8/+9
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-08-161-8/+9
| | |\ \ | | | |/
| | | * Fixed bug #76747 (Opcache treats path containing "test.pharma.tld" as a phar ...Xinchen Hui2018-08-161-8/+9
* | | | Fix some misspellingsGabriel Caruso2018-08-123-3/+3
|/ / /
* | | Give a reason why the test was skippedGabriel Caruso2018-07-301-0/+12
* | | Fix AC_RUN_IFELSE calls when cross-compilingPeter Kokot2018-07-301-2/+2
* | | Replace obsolete AC_TRY_FOO with AC_FOO_IFELSEPeter Kokot2018-07-301-21/+21
* | | Trim trailing whitespaces in build filesPeter Kokot2018-07-291-5/+5
* | | Fix typos in codePeter Kokot2018-07-272-2/+2
* | | Reverts some changes from 7ec64a83Gabriel Caruso2018-07-271-2/+5
* | | Remove superfluous check for PHP 7+ testsGabriel Caruso2018-07-271-7/+1
* | | Pack zend_constant.flags and zend_constant.module_number into reserved space ...Dmitry Stogov2018-07-261-3/+3
* | | Encode parent class name as IS_CONST operand in DECLARE_INHERITED_CLASS and D...Dmitry Stogov2018-07-252-2/+12