Dmitry Stogov
eae6df494d
Wrong condition
2020-05-18 15:04:39 +03:00
Dmitry Stogov
7a07deca0f
Fixed JIT with non-HYBRID VM
2020-05-18 14:56:39 +03:00
Dmitry Stogov
99611573f0
Tracing JIT with -O1 doesn't need to do type inference and abstract stack maintaining
2020-05-18 14:39:49 +03:00
Dmitry Stogov
a463197d7a
func_info should be empty
2020-05-18 14:30:55 +03:00
George Peter Banyard
3302ffb09e
Fix bogus check in TSRM and adjust TSRM_ASSERT macro
...
Closes GH-5562
2020-05-18 12:24:23 +02:00
Dmitry Stogov
0695048e20
JIT refactoring to allow run-time changes of JIT options (triggers, optimization_level, debug flags, etc)
2020-05-18 10:23:06 +03:00
Máté Kocsis
1179686f62
Improve error messages for invalid property access
...
Closes GH-5446
Co-authored-by: Nikita Popov <nikita.ppv@gmail.com >
2020-05-18 08:27:00 +02:00
Remi Collet
b1fddec717
relax test (TS issue)
2020-05-18 07:53:03 +02:00
George Peter Banyard
7c33644fed
Fix [-Wextra-tokens] warning in MySQLi extension which breaks build
...
Didn't double check and this slipped through with my big search and replace
2020-05-18 01:00:47 +02:00
George Peter Banyard
1330359515
Fix [-Wundef] warning in MySQLnd extension
2020-05-18 00:37:20 +02:00
George Peter Banyard
82afcf4401
Fix [-Wundef] warning in MySQLi extension
2020-05-18 00:37:19 +02:00
George Peter Banyard
5f0128e1e0
Fix [-Wundef] warning in ZIP extension
2020-05-18 00:37:18 +02:00
George Peter Banyard
bc9497695e
Fix [-Wundef] warning in Tidy extension
2020-05-18 00:37:18 +02:00
George Peter Banyard
714c5f0b70
Fix [-Wundef] warning in Sysvmsg extension
2020-05-18 00:37:17 +02:00
George Peter Banyard
2df6482db9
Fix [-Wundef] warning in Sysvsem extension
2020-05-18 00:37:17 +02:00
George Peter Banyard
418bb5ebda
Fix [-Wundef] warning in Sysvshm extension
2020-05-18 00:37:16 +02:00
George Peter Banyard
046ff29958
Fix [-Wundef] warnings in LDAP extension
2020-05-18 00:37:15 +02:00
George Peter Banyard
f717ec608d
Adjust bogus checks in FPM as HAVE_FPM_LQ is always defined
...
Drop checks for FPM status as per review
Closes GH-5530
2020-05-17 22:04:35 +02:00
George Peter Banyard
35e0a91db7
Fix [-Wundef] warnings in libxml extension
2020-05-16 15:31:23 +02:00
George Peter Banyard
68164f40ce
Fix [-Wundef] warning in MBString extension
2020-05-16 15:31:20 +02:00
George Peter Banyard
c19887496e
Fix [-Wundef] warning in IMAP extension
2020-05-16 15:31:18 +02:00
George Peter Banyard
2cf24ff923
Fix [-Wundef] warning in GetText extension
2020-05-16 15:31:17 +02:00
George Peter Banyard
8a18116dba
Fix [-Wundef] warning in FTP extension
2020-05-16 15:31:17 +02:00
George Peter Banyard
fb5114c675
Fix [-Wundef] warning in Filter extension
2020-05-16 15:31:16 +02:00
George Peter Banyard
e37501e6c7
Fix [-Wundef] warning in EXIF extension
2020-05-16 15:31:16 +02:00
George Peter Banyard
62b1d2cb69
Fix [-Wundef] warning in DOM extension
2020-05-16 15:31:15 +02:00
George Peter Banyard
93b51f4e26
Fix [-Wundef] warning in cURL extension
2020-05-16 15:31:13 +02:00
George Peter Banyard
b35addc585
Fix [-Wundef] warning in CType extension
2020-05-16 15:31:13 +02:00
George Peter Banyard
0e016f2843
Fix [-Wundef] warning in BZip2 extension
2020-05-16 15:31:12 +02:00
George Peter Banyard
2bb1cc4ba9
Fix [-Wundef] warning in BCMath extension
2020-05-16 15:31:11 +02:00
George Peter Banyard
b91c2845cf
Drop check for HAVE_NSLDAP
...
This constant is never defined thus useless
2020-05-16 00:40:37 +02:00
George Peter Banyard
197cac65fd
Use ZEND_FCI_INITIALIZED macro
...
Instead of manually checking that the fci.size is different than 0
2020-05-16 00:36:15 +02:00
Nikita Popov
00ef092335
Merge branch 'PHP-7.4'
...
* PHP-7.4:
Fixed bug #79600
2020-05-15 11:05:00 +02:00
Nikita Popov
d87b0685b5
Fixed bug #79600
...
Missed unsetting of DO_INIT in one case.
2020-05-15 11:04:40 +02:00
Nikita Popov
406c95758d
Remove some uses of zend_inline_hash_func
...
There's no need to force-inline the hashing for all of these.
2020-05-15 10:14:22 +02:00
Dmitry Stogov
ba0731cd53
Merge branch 'master' of git.php.net:php-src
...
* 'master' of git.php.net:php-src:
fixed typo of bug id (#79599 )
master doesn't been affected since we are not passing errcontext now
Fixed bug #97599 (coredump in set_error_handler)
Fix #79557 : extension_dir = ./ext now use current directory for base
Fix #79596 : MySQL FLOAT truncates to int some locales
[ci skip] Fix NEWS
2020-05-15 10:44:14 +03:00
Xinchen Hui
c91f349717
Merge branch 'PHP-7.4'
...
* PHP-7.4:
fixed typo of bug id (#79599 )
2020-05-15 15:44:02 +08:00
Xinchen Hui
3a3241ced7
fixed typo of bug id ( #79599 )
2020-05-15 15:43:38 +08:00
Xinchen Hui
653652b2b6
master doesn't been affected since we are not passing errcontext now
2020-05-15 15:40:53 +08:00
Xinchen Hui
0ece5638a4
Merge branch 'PHP-7.4'
...
* PHP-7.4:
Fixed bug #97599 (coredump in set_error_handler)
Conflicts:
Zend/zend.c
2020-05-15 15:40:43 +08:00
Xinchen Hui
446d189aa0
Merge branch 'PHP-7.4' of git.php.net:/php-src into PHP-7.4
...
* 'PHP-7.4' of git.php.net:/php-src:
Fix #79557 : extension_dir = ./ext now use current directory for base
Fix #79596 : MySQL FLOAT truncates to int some locales
[ci skip] Fix NEWS
2020-05-15 15:36:51 +08:00
Xinchen Hui
ccd41e0833
Fixed bug #97599 (coredump in set_error_handler)
2020-05-15 15:36:00 +08:00
Christoph M. Becker
4631b4e813
Merge branch 'PHP-7.4'
...
* PHP-7.4:
Fix #79557 : extension_dir = ./ext now use current directory for base
2020-05-15 09:24:07 +02:00
Christoph M. Becker
8c6d006b55
Fix #79557 : extension_dir = ./ext now use current directory for base
...
For some reason, `ImageLoad()` fails to load images with a relative
path starting with `.\` or `./`. We work around this issue by
stripping those leading characters.
2020-05-15 09:23:18 +02:00
Christoph M. Becker
2393692937
Merge branch 'PHP-7.4'
...
* PHP-7.4:
Fix #79596 : MySQL FLOAT truncates to int some locales
2020-05-15 09:13:22 +02:00
Christoph M. Becker
844a1245ef
Merge branch 'PHP-7.3' into PHP-7.4
...
* PHP-7.3:
Fix #79596 : MySQL FLOAT truncates to int some locales
2020-05-15 09:11:44 +02:00
Christoph M. Becker
d1cd489a53
Fix #79596 : MySQL FLOAT truncates to int some locales
...
We must not do locale aware float to string conversion here; instead
we using our `snprintf()` implementation with the `F` specifier.
2020-05-15 09:09:41 +02:00
Christoph M. Becker
3771d6f8a1
Merge branch 'PHP-7.4'
...
* PHP-7.4:
[ci skip] Fix NEWS
2020-05-15 08:59:55 +02:00
Christoph M. Becker
f4c9f8b17b
[ci skip] Fix NEWS
...
We add the missing release dates, the NEWS regarding the latest CVE
fixes, and move the entry for bug #79536 to 7.4.7 because it didn't
make it into 7.4.6.
2020-05-15 08:53:58 +02:00
Dmitry Stogov
e5e25d6352
Added HALT symbol
2020-05-15 01:06:47 +03:00