php-src/ext/opcache
Tyson Andre e8d2097bdc Update opcache zend_func_info after wbmp/xml_parser changes
See UPGRADING on the master branch.

```
- GD:
  . The deprecated function image2wbmp() has been removed.
    RFC: https://wiki.php.net/rfc/image2wbmp
  . The deprecated functions png2wbmp() and jpeg2wbmp() have been removed.
    RFC: https://wiki.php.net/rfc/deprecate-png-jpeg-2wbmp
- XML:
  . xml_parser_create(_ns) will now return an XmlParser object rather than a
    resource.
```
2019-09-27 10:06:36 +02:00
..
jit Don't generate useless stubs 2019-09-26 23:21:48 +03:00
Optimizer Update opcache zend_func_info after wbmp/xml_parser changes 2019-09-27 10:06:36 +02:00
tests Merge branch 'PHP-7.4' 2019-09-19 17:22:34 +02:00
config.m4 Merge branch 'PHP-7.4' 2019-07-18 02:13:32 +02:00
config.w32 Added JIT compiler for x86 and x86_64 2019-04-01 10:27:11 +03:00
CREDITS
opcache_arginfo.h Add ext\opcache stubs 2019-08-26 16:05:01 +02:00
opcache.stub.php Add ext\opcache stubs 2019-08-26 16:05:01 +02:00
shared_alloc_mmap.c Mark label as potentially unused 2019-06-12 16:47:48 +02:00
shared_alloc_posix.c Remove copyright years. 2019-02-05 10:33:28 +03:00
shared_alloc_shm.c Fix shm api detection test for opcache module on FreeBSD 2019-03-11 10:19:35 +01:00
shared_alloc_win32.c Merge branch 'PHP-7.4' 2019-07-17 19:52:49 +02:00
zend_accelerator_blacklist.c Fix opcache blacklist leak 2019-06-27 16:11:58 +02:00
zend_accelerator_blacklist.h Remove copyright years. 2019-02-05 10:33:28 +03:00
zend_accelerator_debug.c Remove copyright years. 2019-02-05 10:33:28 +03:00
zend_accelerator_debug.h Remove copyright years. 2019-02-05 10:33:28 +03:00
zend_accelerator_hash.c Remove copyright years. 2019-02-05 10:33:28 +03:00
zend_accelerator_hash.h Remove copyright years. 2019-02-05 10:33:28 +03:00
zend_accelerator_module.c Merge branch 'PHP-7.4' 2019-09-16 16:01:49 +02:00
zend_accelerator_module.h Remove copyright years. 2019-02-05 10:33:28 +03:00
zend_accelerator_util_funcs.c Don't use fast_memcpy under msan 2019-07-01 11:14:23 +02:00
zend_accelerator_util_funcs.h Remove copyright years. 2019-02-05 10:33:28 +03:00
zend_file_cache.c Merge branch 'PHP-7.4' 2019-07-19 10:10:50 +03:00
zend_file_cache.h Remove copyright years. 2019-02-05 10:33:28 +03:00
zend_persist_calc.c Fix wrong size calculation related to function name 2019-07-05 10:46:41 +02:00
zend_persist.c Merge branch 'PHP-7.4' 2019-09-09 11:37:36 +02:00
zend_persist.h Remove copyright years. 2019-02-05 10:33:28 +03:00
zend_shared_alloc.c Merge branch 'PHP-7.4' 2019-06-28 09:19:49 +02:00
zend_shared_alloc.h Added JIT compiler for x86 and x86_64 2019-04-01 10:27:11 +03:00
ZendAccelerator.c Merge branch 'PHP-7.4' 2019-09-12 16:41:45 +02:00
ZendAccelerator.h Merge branch 'PHP-7.4' 2019-09-03 14:23:44 +03:00