summaryrefslogtreecommitdiff
path: root/ext/opcache/config.m4
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #79255 (PHP cannot be compiled with enable JIT)Dmitry Stogov2020-02-171-6/+16
* Revert "Fixed bug #79255 (PHP cannot be compiled with enable JIT)"Nikita Popov2020-02-171-8/+13
* Fixed bug #79255 (PHP cannot be compiled with enable JIT)Xinchen Hui2020-02-171-13/+8
* Merge branch 'PHP-7.4'Remi Collet2019-10-081-2/+9
|\
| * add librt for opcacheRemi Collet2019-10-081-2/+12
* | Optimizer cleanupDmitry Stogov2019-10-031-2/+1
* | Merge branch 'PHP-7.4'Peter Kokot2019-07-181-124/+0
|\ \ | |/
| * Remove unused HAVE_SHM_MMAP_ZERO and HAVE_SHM_MMAP_FILEPeter Kokot2019-07-181-124/+0
* | Merge branch 'PHP-7.4'Peter Kokot2019-06-301-3/+1
|\ \ | |/
| * Sync functions checksPeter Kokot2019-06-301-3/+1
* | Merge branch 'PHP-7.4'Peter Kokot2019-06-271-2/+0
|\ \ | |/
| * Clean headers checksPeter Kokot2019-06-271-2/+0
* | Attempt to fix JIT on Mac OSX ZTS buildDmitry Stogov2019-06-171-0/+3
* | Merge branch 'PHP-7.4'Peter Kokot2019-05-121-2/+0
|\ \ | |/
| * Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
* | Merge branch 'PHP-7.4'Peter Kokot2019-04-271-1/+1
|\ \ | |/
| * Little detection change proposal.David Carlier2019-04-271-1/+1
* | Don't build JIT if the host architecture doesn't support itNikita Popov2019-04-111-0/+11
* | Add AS_HELP_STRING to Opcache JIT optionPeter Kokot2019-04-071-2/+6
* | fix zts jit buildJoe Watkins2019-04-011-1/+1
* | Added JIT compiler for x86 and x86_64Dmitry Stogov2019-04-011-1/+60
|/
* Fix shm api detection test for opcache module on FreeBSDDavid Carlier2019-03-111-2/+2
* Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-6/+12
* Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2019-02-121-57/+0
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Dmitry Stogov2019-02-121-57/+0
| |\
| | * Avoid dependency on "struct flock" fields order.Dmitry Stogov2019-02-121-57/+0
* | | Remove --disable-opcache-filecache optionNikita Popov2019-02-071-7/+0
|/ /
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-01-111-6/+26
|\ \ | |/
| * Fix bug #77361 (configure fails on 64-bit AIX when opcache enabled)Kevin Adler2019-01-111-6/+26
| * Trim trailing whitespace in source code filesPeter Kokot2018-10-131-5/+5
* | 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
* | Remove unused Git attributes identPeter Kokot2018-07-251-3/+1
* | Initial implementation of Escape Analysis (disabled yet).Dmitry Stogov2017-08-221-0/+1
|/
* Added goblal optimisation passes based on data flow analyses using SSA form:Dmitry Stogov2017-07-141-0/+4
* Merge branch 'PHP-7.0'Lior Kaplan2016-04-091-2/+2
|\
| * Enable configure without opcache-file and huge-code-pagesLior Kaplan2016-04-091-2/+2
* | Merge branch 'PHP-7.0'Lior Kaplan2016-04-091-1/+1
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-04-091-1/+1
| |\
| | * opcache config.m4: Use = for comparisonLior Kaplan2016-04-081-1/+1
* | | Merge branch 'PHP-7.0'Nikita Popov2016-01-291-2/+2
|\ \ \ | |/ /
| * | opcache config.m4: Use = for comparisonGuillaume Outters2016-01-291-2/+2
* | | Added e-SSA based DFA optimisation framework (incomplete)Dmitry Stogov2015-12-161-0/+3
* | | Added e-SSA based DFA optimisation framework (incomplete)Dmitry Stogov2015-12-111-0/+3
* | | Merge branch 'PHP-7.0'Xinchen Hui2015-12-011-0/+2
|\ \ \ | |/ /
| * | Fixed bug #70991 (zend_file_cache.c:710: error: array type has incomplete ele...Xinchen Hui2015-12-011-0/+2
* | | Refactored CFG based optimization using new CFG representation.Dmitry Stogov2015-11-201-1/+3
|/ /
* | Enabled placing PHP code segment into huge pagesDmitry Stogov2015-09-151-2/+3
* | Enable file based cache compilation by defaultDmitry Stogov2015-09-151-2/+2