Peter Kokot
|
1dd5ab0cad
|
Add opcache.lockfile_path and opcache.lockfile_path to ini settings
Some default opcache settings were missing.
|
2019-04-05 19:44:56 +02:00 |
|
Markus Staab
|
87b62fe7bc
|
typo
|
2019-04-05 07:57:43 +02:00 |
|
Dmitry Stogov
|
d6848625d7
|
Optimized "smart branch" instructions
|
2019-04-05 00:25:45 +03:00 |
|
Dmitry Stogov
|
9038d5c6ee
|
Make is_identical() functions return zend_bool (instead of int)
|
2019-04-04 18:18:12 +03:00 |
|
Dmitry Stogov
|
575c3576a7
|
unused variable
|
2019-04-04 17:52:17 +03:00 |
|
Christoph M. Becker
|
2d2a374bd1
|
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3:
Fix typos
|
2019-04-04 14:24:56 +02:00 |
|
Christoph M. Becker
|
54bed8d2ea
|
Fix typos
|
2019-04-04 14:22:36 +02:00 |
|
Matteo Beccati
|
15ff5db6b9
|
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3:
Ref #76801 remove old file source from file_sources hash in case of file included more than once
|
2019-04-03 14:36:20 +02:00 |
|
Matteo Beccati
|
9f02f9fd5c
|
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2:
Ref #76801 remove old file source from file_sources hash in case of file included more than once
|
2019-04-03 14:36:11 +02:00 |
|
Alessandro Chitolina
|
4029c0b6a2
|
Ref #76801 remove old file source from file_sources hash in case of file included more than once
|
2019-04-03 14:35:57 +02:00 |
|
Dmitry Stogov
|
dd4d43c97d
|
Remove RC1 and RCN from scalar types.
|
2019-04-03 12:38:25 +03:00 |
|
Dmitry Stogov
|
c941f1d8c7
|
Fixed SCCP support for ZEND_ASSIGN_OBJ_REF
|
2019-04-03 11:22:59 +03:00 |
|
Dmitry Stogov
|
e03f532829
|
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3:
Fixed CFG construction for SWITCH opcodes
|
2019-04-03 03:11:15 +03:00 |
|
Dmitry Stogov
|
0f811bb7b6
|
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2:
Fixed CFG construction for SWITCH opcodes
|
2019-04-03 03:09:47 +03:00 |
|
Dmitry Stogov
|
56a5d0bd91
|
Fixed CFG construction for SWITCH opcodes
|
2019-04-03 03:09:03 +03:00 |
|
Dmitry Stogov
|
9ef2377d33
|
array_merge() may return argument with incremented reference counter
|
2019-04-03 00:44:31 +03:00 |
|
Peter Kokot
|
bb8ea4d64d
|
Clean ext/spl/tests/bug42364.phpt files after tests
|
2019-04-02 23:24:21 +02:00 |
|
Dmitry Stogov
|
f53240dbc4
|
Use fastcall calling convention
|
2019-04-02 23:49:13 +03:00 |
|
Dmitry Stogov
|
9cb926d8d1
|
Improved comparison opcode handlers
|
2019-04-02 23:46:21 +03:00 |
|
Kalle Sommer Nielsen
|
dce7f244a9
|
Remove dead JPEG2000 code
|
2019-04-02 21:18:06 +03:00 |
|
Christoph M. Becker
|
849c49a714
|
Update NEWS
|
2019-04-02 16:54:15 +02:00 |
|
Remi Collet
|
8354c28cc5
|
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3:
fix paste issue
|
2019-04-02 11:06:06 +02:00 |
|
Remi Collet
|
002983e463
|
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2:
fix paste issue
|
2019-04-02 11:05:54 +02:00 |
|
Remi Collet
|
f7755163b7
|
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
fix paste issue
|
2019-04-02 11:05:39 +02:00 |
|
Remi Collet
|
dc1cd3daf2
|
fix paste issue
|
2019-04-02 11:05:09 +02:00 |
|
Christoph M. Becker
|
efb4597ecc
|
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3:
Pointer arithmetic on void pointers is illegal
|
2019-04-02 10:42:35 +02:00 |
|
Christoph M. Becker
|
b8fdaa7c42
|
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2:
Pointer arithmetic on void pointers is illegal
|
2019-04-02 10:41:26 +02:00 |
|
Christoph M. Becker
|
f6efe70505
|
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Pointer arithmetic on void pointers is illegal
|
2019-04-02 10:40:56 +02:00 |
|
Christoph M. Becker
|
01a4de5c58
|
Pointer arithmetic on void pointers is illegal
We quick-fix this by casting to char*; it might be more appropriate to
use char pointers in the first place.
|
2019-04-02 10:39:44 +02:00 |
|
Stanislav Malyshev
|
c0af0ae5a4
|
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3:
Fixed bug #77831 - Heap-buffer-overflow in exif_iif_add_value in EXIF
|
2019-04-02 00:13:06 -07:00 |
|
Stanislav Malyshev
|
da5fbb8c36
|
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2:
Fixed bug #77831 - Heap-buffer-overflow in exif_iif_add_value in EXIF
|
2019-04-02 00:13:00 -07:00 |
|
Stanislav Malyshev
|
c83af86f8b
|
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Fixed bug #77831 - Heap-buffer-overflow in exif_iif_add_value in EXIF
|
2019-04-02 00:12:54 -07:00 |
|
Stanislav Malyshev
|
887a7b5714
|
Fixed bug #77831 - Heap-buffer-overflow in exif_iif_add_value in EXIF
|
2019-04-02 00:12:26 -07:00 |
|
Derick Rethans
|
83c9906bdb
|
Updated to version 2019.1 (2019a)
|
2019-04-01 10:38:41 +01:00 |
|
Derick Rethans
|
4f118e87d4
|
Empty merge
|
2019-04-01 10:38:41 +01:00 |
|
Derick Rethans
|
a22bd7a3a8
|
Updated to version 2019.1 (2019a)
|
2019-04-01 10:38:40 +01:00 |
|
Stanislav Malyshev
|
0eea9a6429
|
Unfortunately, travis CI has old oniguruma library
So we can't test it there.
|
2019-04-01 00:30:56 -07:00 |
|
Stanislav Malyshev
|
077ce33aa9
|
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3:
Update NEWS & UPGRADING
Add fallbacks for older oniguruma versions
Add mbstring.regex_stack_limit to php.ini-*
Implement RF bug #72777 - ensure stack limits on mbstring functions.
|
2019-04-01 00:05:36 -07:00 |
|
Stanislav Malyshev
|
3d5b6f234e
|
Update NEWS & UPGRADING
|
2019-04-01 00:03:49 -07:00 |
|
Stanislav Malyshev
|
bc8f292c05
|
Merge branch 'mb-limit-73' into PHP-7.3
* mb-limit-73:
Add fallbacks for older oniguruma versions
Add mbstring.regex_stack_limit to php.ini-*
Implement RF bug #72777 - ensure stack limits on mbstring functions.
|
2019-04-01 00:00:14 -07:00 |
|
Stanislav Malyshev
|
9dcf95ab76
|
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3:
Update NEWS
|
2019-03-31 23:11:30 -07:00 |
|
Stanislav Malyshev
|
d2a86e1c0f
|
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2:
Update NEWS
|
2019-03-31 23:11:27 -07:00 |
|
Stanislav Malyshev
|
682d28abf7
|
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Update NEWS
|
2019-03-31 23:11:24 -07:00 |
|
Stanislav Malyshev
|
c684d32fb8
|
Update NEWS
|
2019-03-31 23:11:15 -07:00 |
|
Stanislav Malyshev
|
f45e7861ef
|
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3:
Fix bug #77753 - Heap-buffer-overflow in php_ifd_get32s
|
2019-03-31 23:10:04 -07:00 |
|
Stanislav Malyshev
|
9efaac30ae
|
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2:
Fix bug #77753 - Heap-buffer-overflow in php_ifd_get32s
|
2019-03-31 23:09:57 -07:00 |
|
Stanislav Malyshev
|
f3ab302270
|
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Fix bug #77753 - Heap-buffer-overflow in php_ifd_get32s
|
2019-03-31 23:09:18 -07:00 |
|
Stanislav Malyshev
|
f3aefc6d07
|
Fix bug #77753 - Heap-buffer-overflow in php_ifd_get32s
|
2019-03-31 23:09:06 -07:00 |
|
Anatol Belski
|
1686c3fa47
|
Improve ascii check
|
2019-04-01 02:16:52 +02:00 |
|
Anatol Belski
|
f7b053f5da
|
Rework conditions and make them more future proof
|
2019-03-31 22:10:56 +02:00 |
|