Pedro Magalhães
b67eb3440b
Inheritance checks should not ignore parents if these implement an interface
10 years ago
Joe Watkins
bf914ff75a
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Fix 00version.phpt when commit message has multiple lines.
10 years ago
Mitch Hagstrand
a3d3f76827
Fix 00version.phpt when commit message has multiple lines.
The environment variable "TRAVIS_COMMIT_MESSAGE" can contain multiple lines.
An example can be seen here https://travis-ci.org/php/php-src/jobs/195465293
10 years ago
Joe Watkins
2d339fa4d1
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Fixed #73973 - debug_zval_dump() assertion error for resource consts with --enable-debug
10 years ago
andrewnester
f65ae82c55
Fixed #73973 - debug_zval_dump() assertion error for resource consts with --enable-debug
10 years ago
Joe Watkins
76a7470160
Fixed bug #73994 incorrect arginfo for unpack
10 years ago
Joe Watkins
e5a6de6b9d
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
[ci skip] news entry for PR #2337
10 years ago
Joe Watkins
a15c1990eb
[ci skip] news entry for PR #2337
10 years ago
Joe Watkins
f6f2855ecd
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Fix bug #54382 (getAttributeNodeNS doesn't get xmlns* attributes)
Added (failing) testcase for bug #54382
10 years ago
Arnout Boks
721a189742
Fix bug #54382 (getAttributeNodeNS doesn't get xmlns* attributes)
The fix is based on the same strategy for handling namespace
declarations as used by getAttributeNode. Note that this strategy makes
these methods not return a DOMAttr for xmlns* attributes, but an
instance of the (undocumented) class DOMNameSpaceNode. This is not
really ideal, but at least this fix makes the behavior of
getAttributeNode and getAttributeNodeNS consistent.
A follow-up action would be to investigate whether DOMNameSpaceNode can
be made into a subclass of DOMAttr (which may be hard due to the way
libxml treats namespace declarations) or document this deviating return
value for xmlns* attributes.
10 years ago
Arnout Boks
737ee0661c
Added (failing) testcase for bug #54382
10 years ago
Jakub Zelenka
519b0dc886
Fix bug #73978 (openssl_decrypt triggers bug in PDO)
10 years ago
Bob Weinand
d0272ef1ef
Merge branch 'PHP-7.0' into PHP-7.1
10 years ago
Bob Weinand
c44efbbbb1
Fix copying too much leading to potential segfault
10 years ago
Anatol Belski
ec78507bd4
dirname() should not normalize paths
This is the BC piece with the case where dirname() is used with an URL.
10 years ago
Anatol Belski
403f352482
make length check more robust
10 years ago
Joe Watkins
9aad38038e
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Fix Bug #69865 php-fpm does not close stderr when using syslog
10 years ago
Michael Wallner
80a851b4dd
Fix Bug #69865 php-fpm does not close stderr when using syslog
11 years ago
Antony Dovgal
9d7054693e
use correct shift and fix slowlog bt in 7.1
10 years ago
Joe Watkins
5589df128c
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
move decl to correct place
10 years ago
Joe Watkins
d636467937
move decl to correct place
10 years ago
Joe Watkins
8bda542064
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Fixed #73969 - Fixed segmentation fault when debug_print_backtrace called
10 years ago
andrewnester
6f912f7c04
Fixed #73969 - Fixed segmentation fault when debug_print_backtrace called
10 years ago
Christoph M. Becker
4af464a0df
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Add regression test for bug #47946
10 years ago
Christoph M. Becker
71efe9d8fd
Add regression test for bug #47946
This bug had already been fixed, but apparently there's no regression
test yet, so we add one.
Note that the expected image has black pixel artifacts, which are
another issue (perhaps bug #40158 ), and would have to be adressed
separately.
10 years ago
Joe Watkins
55393e26a5
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Fix intermittent segfault in GD library
10 years ago
Mitch Hagstrand
e56fe7e5e7
Fix intermittent segfault in GD library
The gdIOCtx struct should be zero filled with ecalloc.
emalloc does not zero fill the struct.
10 years ago
Christoph M. Becker
722375c603
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Add myself as primary maintainer of GD
10 years ago
Christoph M. Becker
42d53f3bc0
Add myself as primary maintainer of GD
10 years ago
Christoph M. Becker
7a2497b2c5
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Fix #73968 : Premature failing of XBM reading
10 years ago
Christoph M. Becker
f67d599a01
Fix #73968 : Premature failing of XBM reading
We must take into account the line padding, when we're reading XBM
files.
We deliberately ignore the potential integer overflow here, because
that would be caught by gdImageCreate() or even earlier if `bytes==0`,
what happens in libgd00094.phpt which we adapt accordingly.
10 years ago
Joe Watkins
1ff27053f9
Fix bug #73961 environmental build dependency in hash sha3 source
10 years ago
Anatol Belski
3020be675a
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
backport 51e1da6ea1 into 7.0
10 years ago
Anatol Belski
8da8756312
backport 51e1da6ea1 into 7.0
10 years ago
Anatol Belski
51e1da6ea1
exclude debug code
10 years ago
Anatol Belski
6b6122a957
ensure the string for conversion is \0 terminated and integrade
additional path length check
10 years ago
Anatol Belski
95406c878a
Fixed bug #73962 bug with symlink related to cyrillic directory
10 years ago
Joe Watkins
d6feb2edbd
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Fixed #73959 - lastInsertId fails to throw an exception in pdsql
10 years ago
andrewnester
21ac79e94b
Fixed #73959 - lastInsertId fails to throw an exception in pdsql
10 years ago
Remi Collet
d6c9f91e2e
NEWS
10 years ago
Remi Collet
7ea7d3d829
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
NEWS
Fixed bug #73965 DTrace reported as enabled when disabled
10 years ago
Remi Collet
2e3d68ed1b
NEWS
10 years ago
Remi Collet
f81b7df618
Fixed bug #73965 DTrace reported as enabled when disabled
10 years ago
SjonHortensius
631861e1fa
Update comment, incorrect since 224aaf94
In 224aaf94; the warning was enabled; making the comment above incorrect. I've updated the comment to reflect the current code
10 years ago
Xinchen Hui
5e09031144
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Fixed another part in ldap (bug #73933 )
10 years ago
Xinchen Hui
cad2598fcb
Fixed another part in ldap (bug #73933 )
10 years ago
Ferenc Kovacs
2efb63bf00
Merge branch 'PHP-7.0' into PHP-7.1
10 years ago
Ferenc Kovacs
8c75dbc498
Merge branch 'PHP-5.6' into PHP-7.0
10 years ago
Ferenc Kovacs
cf649f59cb
update NEWS
10 years ago
Nikita Popov
fec3a65ba4
Merge branch 'PHP-7.0' into PHP-7.1
10 years ago