summaryrefslogtreecommitdiff
path: root/ext/opcache/ZendAccelerator.c
Commit message (Expand)AuthorAgeFilesLines
* Enable and fix printf() format warningsNikita Popov2017-11-161-1/+1
* Switch back from "request" interned strings storage to "permanent" in MSHUTDOWNDmitry Stogov2017-11-021-6/+2
* Use interned strings for stream transportsDmitry Stogov2017-11-011-0/+7
* Use interned strings for persistent stream wrappers and filtersDmitry Stogov2017-10-311-0/+15
* Always calculate calculate string hash value on attempt of interningDmitry Stogov2017-10-311-0/+1
* Use internet strings for EG(ini_entries)Dmitry Stogov2017-10-311-0/+17
* Encapsulate reference-counting primitives.Dmitry Stogov2017-10-271-1/+1
* Constify key access for hash and formal paramsAnatol Belski2017-10-191-3/+3
* Extend zend_string API to avoid reallocation in zend_string_init_interned()Dmitry Stogov2017-10-191-2/+43
* Moved ZCG(function_table) back into accel_acrivate. It should be unique per t...Dmitry Stogov2017-10-181-3/+5
* Move a part of opcache initialization into post_startup phase (when all exten...Dmitry Stogov2017-10-181-8/+25
* Fixed required SHM memeory size calculation for scripts when opcache.revalida...Dmitry Stogov2017-10-181-2/+2
* Reuse interned strings from opcache SHM, if possible.Dmitry Stogov2017-10-161-4/+13
* Remove some old apache2filter occurrencesPeter Kokot2017-10-081-1/+0
* Move cwd_state and path related routines to size_tAnatol Belski2017-07-271-4/+4
* Remove old references to SAPIs and extensions no longer in the coreKalle Sommer Nielsen2017-07-191-2/+1
* Remove superfluous semicolonsTom Van Looy2017-06-261-1/+1
* shutdown_executor() refactoring (reuse opcache fast request shutdown code)Dmitry Stogov2017-06-221-192/+0
* Setting CG(unclean_shutdown) in fast shutdown doesn't make a lot of sense (it...Dmitry Stogov2017-06-211-2/+0
* Clear alocated memory blocks, only if this is really necessary.Dmitry Stogov2017-06-211-1/+8
* Introduced "zif_handler" type (zif = zend internal function).Dmitry Stogov2017-06-081-1/+1
* Merge branch 'PHP-7.1'Xinchen Hui2017-05-271-0/+11
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-05-271-0/+11
| |\
| | * Fixed bug #74663 (Segfault with opcache.memory_protect and validate_timestamp)Xinchen Hui2017-05-271-0/+11
* | | Merge branch 'PHP-7.1'Xinchen Hui2017-05-161-0/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-05-161-0/+3
| |\ \ | | |/
| | * Fixed bug #74596 (SIGSEGV with opcache.revalidate_path enabled)Xinchen Hui2017-05-161-0/+3
* | | drop redundant checksAnatol Belski2017-03-071-9/+0
* | | move to hash APIAnatol Belski2017-03-071-26/+17
* | | Interned strings unification for TS/NTSAnatol Belski2017-03-041-90/+95
* | | Merge branch 'PHP-7.1'Anatol Belski2017-01-301-5/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-01-301-5/+3
| |\ \ | | |/
| | * move id initialization into ctorAnatol Belski2017-01-301-5/+3
* | | Merge branch 'PHP-7.1'Anatol Belski2017-01-301-0/+7
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-01-301-0/+7
| |\ \ | | |/
| | * fix system id initialization for multiple threadsAnatol Belski2017-01-301-0/+7
| | * opcache: print restart reasonAlexander Polyakov2017-01-131-1/+8
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-2/+2
| * | opcache: print restart reasonAlexander Polyakov2017-01-131-1/+8
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-2/+2
* | | opcache: print restart reasonAlexander Polyakov2017-01-131-1/+8
* | | Introduced "zend_type" - an abstraction for type-hinting representation.Dmitry Stogov2017-01-131-0/+16
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-2/+2
* | | Merge branch 'PHP-7.1'Nikita Popov2016-12-221-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-12-221-2/+2
| |\ \ | | |/
| | * Fix IS_UNDEF comparisons in opcacheSébastien Santoro2016-12-221-2/+2
* | | further normalizations, uint vs uint32_tAnatol Belski2016-11-261-9/+9
|/ /
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-11-221-2/+2
|\ \ | |/
| * remove TSRMLS_*Anatol Belski2016-11-211-2/+2
* | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-11-171-12/+10
|\ \ | |/