Xinchen Hui
a8394a9f12
Merge branch 'PHP-7.3'
...
* PHP-7.3:
Update NEWS
Update NEWS
Fixed bug #76747 (Opcache treats path containing "test.pharma.tld" as a phar file)
2018-08-16 13:58:00 +08:00
Xinchen Hui
1ea2395712
Merge branch 'PHP-7.2' into PHP-7.3
...
* PHP-7.2:
Update NEWS
Fixed bug #76747 (Opcache treats path containing "test.pharma.tld" as a phar file)
2018-08-16 13:57:05 +08:00
Xinchen Hui
a879f4dd22
Merge branch 'PHP-7.1' into PHP-7.2
...
* PHP-7.1:
Fixed bug #76747 (Opcache treats path containing "test.pharma.tld" as a phar file)
2018-08-16 13:56:37 +08:00
Xinchen Hui
8c92442b49
Fixed bug #76747 (Opcache treats path containing "test.pharma.tld" as a phar file)
2018-08-16 13:56:20 +08:00
Anatol Belski
8b3174f256
Cleanup
2018-08-14 14:33:19 +02:00
Anatol Belski
083285f22a
Followup fix for ef9ed19e, see also bug #76738
2018-08-14 14:16:13 +02:00
Christoph M. Becker
819cf5283b
Revert "DOMDocument::formatOutput attribute sometimes ignored"
...
This reverts commit ef9ed19ec7 and its
follow-up 36f05a80d7 , since these caused
a serious regression (see bug #76738 ).
2018-08-14 12:14:33 +02:00
Christoph M. Becker
9a6e7bfa1f
Merge branch 'PHP-7.3'
...
* PHP-7.3:
Fix arginfo for tidy::__construct()
2018-08-13 16:10:02 +02:00
Tyson Andre
dcd4b32185
Fix arginfo for tidy::__construct()
...
This was split out of PR #3439
Previously, the arginfo was wrong for these methods.
getNumberOfRequiredParameters() was 4 for that method.
Compare with http://php.net/manual/en/tidy.construct.php )
This fixes the arginfo added to PHP 7.3 in 97353cda99
2018-08-13 16:09:32 +02:00
Christoph M. Becker
0fd5fd8d58
Merge branch 'PHP-7.3'
...
* PHP-7.3:
Fix arginfo for bzcompress
2018-08-13 16:02:35 +02:00
Christoph M. Becker
8270c7d947
Merge branch 'PHP-7.2' into PHP-7.3
...
* PHP-7.2:
Fix arginfo for bzcompress
2018-08-13 16:02:13 +02:00
Christoph M. Becker
56abfd2798
Merge branch 'PHP-7.1' into PHP-7.2
...
* PHP-7.1:
Fix arginfo for bzcompress
2018-08-13 16:00:25 +02:00
Tyson Andre
e20baee136
Fix arginfo for bzcompress
...
bzcompress() has 1 required parameter, not 2.
See http://php.net/manual/en/function.bzcompress.php or invoke
bzcompress with 1 parameter.
2018-08-13 15:59:08 +02:00
Anatol Belski
2dfb74682f
Merge branch 'PHP-7.3'
...
* PHP-7.3:
Sync with e0fe6674
2018-08-13 09:22:07 +02:00
Anatol Belski
fdaa540fd8
Sync with e0fe6674
2018-08-13 09:18:38 +02:00
Gabriel Caruso
9003d8a4cf
Drop spl/internal documentation
...
These docs were outdated by now and the one at
https://php.net/spl should be used instead
2018-08-12 16:15:55 +02:00
Gabriel Caruso
84b195d9fc
Fix some misspellings
2018-08-12 16:15:45 +02:00
Christoph M. Becker
9ea7d259ef
Merge branch 'PHP-7.3'
...
* PHP-7.3:
Fix #76688 : Disallow excessive parameters after options array
2018-08-12 15:49:46 +02:00
Pedro Magalhães
a16aee6cee
Fix #76688 : Disallow excessive parameters after options array
2018-08-12 15:49:13 +02:00
Peter Kokot
f689223b4e
Merge branch 'PHP-7.3'
...
* PHP-7.3:
Fix bug #76030 RE2C_FLAGS rarely honoured
2018-08-12 11:16:06 +02:00
Cristian Rodríguez
e0fe667421
Fix bug #76030 RE2C_FLAGS rarely honoured
...
Since PHP 5.3 the default lexer generator is RE2C. On Unix-alike build
systems there is also optional configure option --enable-re2c-cgoto
which enables optimized conditional jumps using non-standard computed
goto extension. It is available since RE2C 0.10.3 so it's well covered
by RE2C versions PHP uses. This patch syncs usage of -g option accross
the PHP Unix-alike build system.
2018-08-12 11:15:18 +02:00
Levi Morrison
29b56a878a
Quell GCC warning on mixing || and &&
2018-08-11 16:54:21 -06:00
Anatol Belski
b151e17bdf
Merge branch 'PHP-7.3'
...
* PHP-7.3:
Fixed bug #74484 MessageFormatter::formatMessage memory corruption
2018-08-09 22:09:52 +02:00
Anatol Belski
3cef5a2476
Merge branch 'PHP-7.2' into PHP-7.3
...
* PHP-7.2:
Fixed bug #74484 MessageFormatter::formatMessage memory corruption
2018-08-09 22:09:21 +02:00
Anatol Belski
9cc74ba229
Merge branch 'PHP-7.1' into PHP-7.2
...
* PHP-7.1:
Fixed bug #74484 MessageFormatter::formatMessage memory corruption
2018-08-09 22:08:30 +02:00
Anatol Belski
45a05f3841
Fixed bug #74484 MessageFormatter::formatMessage memory corruption
...
with 11+ named placeholder
2018-08-09 22:07:24 +02:00
Gabriel Caruso
953e28a92c
Remove more unecessaries percent signs
...
Follwing dae65a89
2018-08-08 08:24:00 -03:00
Gabriel Caruso
f47cdd1ee0
Remove invalid SKIPIF sections and make more tests run
2018-08-07 21:23:21 -03:00
Xinchen Hui
333cc376c4
Merge branch 'PHP-7.3'
...
* PHP-7.3:
Fixed bug #76713 (Segmentation fault caused by property corruption)
2018-08-07 12:36:48 +08:00
Xinchen Hui
2b1d79ce66
Fixed bug #76713 (Segmentation fault caused by property corruption)
2018-08-07 12:36:36 +08:00
Anatol Belski
8d9541b6c8
Merge branch 'PHP-7.3'
...
* PHP-7.3:
Fix stack underflow in phar
2018-08-06 22:44:32 +02:00
Anatol Belski
b053beee7e
Fix stack underflow in phar
...
The checks can issue reads below and above the temporary buffer. A read
itself doesn't seem dangerous, but the condition result can be
arbitrary. Such reads have to be avoided. Likely this patch should be
backported.
2018-08-06 22:43:45 +02:00
Anatol Belski
85e95c9a06
Merge branch 'PHP-7.3'
...
* PHP-7.3:
Update libmagic.patch [ci skip]
2018-08-06 14:29:06 +02:00
Anatol Belski
3082600326
Update libmagic.patch [ci skip]
2018-08-06 14:28:32 +02:00
Peter Kokot
0d8b8ad0ce
Merge branch 'PHP-7.3'
...
* PHP-7.3:
Fix bug #76709 : Minimal required zlib library is 1.2.0.4
2018-08-06 09:40:06 +02:00
Peter Kokot
fefaeae49c
Merge branch 'PHP-7.2' into PHP-7.3
...
* PHP-7.2:
Fix bug #76709 : Minimal required zlib library is 1.2.0.4
2018-08-06 09:39:52 +02:00
Peter Kokot
fab7d9f577
Merge branch 'PHP-7.1' into PHP-7.2
...
* PHP-7.1:
Fix bug #76709 : Minimal required zlib library is 1.2.0.4
2018-08-06 09:39:33 +02:00
Peter Kokot
a3e3d914ed
Fix bug #76709 : Minimal required zlib library is 1.2.0.4
...
The minimal required version of zlib system library is 1.2.0.4 instead
of 1.0.9 as reported in the ./configure --help.
2018-08-06 09:37:16 +02:00
Peter Kokot
163600ac2a
Merge branch 'PHP-7.3'
...
* PHP-7.3:
Fix bug #65988 : Zlib version check fails
2018-08-06 06:16:25 +02:00
Peter Kokot
523cf6e2e7
Merge branch 'PHP-7.2' into PHP-7.3
...
* PHP-7.2:
Fix bug #65988 : Zlib version check fails
2018-08-06 06:16:07 +02:00
Peter Kokot
eceecb6900
Merge branch 'PHP-7.1' into PHP-7.2
...
* PHP-7.1:
Fix bug #65988 : Zlib version check fails
2018-08-06 06:15:51 +02:00
Jay Bonci
c8a90606c1
Fix bug #65988 : Zlib version check fails
...
When an 'include/zlib/' style dir is passed to --with-zlib configure
option the zlib version check fails.
2018-08-06 06:14:11 +02:00
Peter Kokot
68ab719baa
Merge branch 'PHP-7.1' into PHP-7.2
...
* PHP-7.1:
Fix bug #72443 : Generate enabled extension
2018-08-06 01:28:39 +02:00
Peter Kokot
45a3c0e596
Fix bug #72443 : Generate enabled extension
...
The PHP extension generator script now generates enabled extension with
less required steps for using the newly generated files.
2018-08-06 01:22:17 +02:00
Gabriel Caruso
dae65a89aa
Remove unecessaries percent signs
2018-08-05 20:18:02 -03:00
Gabriel Caruso
d570b7382d
Fix SKIPIF conditions for online tests
...
Add when necessary, as well remove when not
2018-08-05 18:28:28 -03:00
Peter Kokot
938791398d
Merge branch 'PHP-7.3'
...
* PHP-7.3:
Fixed incorrect restoring of LDFLAGS
2018-08-05 20:32:27 +02:00
Peter Kokot
024232e94d
Merge branch 'PHP-7.2' into PHP-7.3
...
* PHP-7.2:
Fixed incorrect restoring of LDFLAGS
2018-08-05 20:32:05 +02:00
Peter Kokot
8d91e82871
Merge branch 'PHP-7.1' into PHP-7.2
...
* PHP-7.1:
Fixed incorrect restoring of LDFLAGS
2018-08-05 20:27:33 +02:00
sji
0f557756dd
Fixed incorrect restoring of LDFLAGS
2018-08-05 20:26:40 +02:00