]>
granicus.if.org Git - php/log
Kalle Sommer Nielsen [Mon, 4 Dec 2017 15:43:48 +0000 (16:43 +0100)]
Remove this redundant define
Dmitry Stogov [Mon, 4 Dec 2017 14:23:34 +0000 (17:23 +0300)]
Merge branch 'PHP-7.2'
* PHP-7.2:
Fixed bug #75608 ("Narrowing occurred during type inference" error)
Dmitry Stogov [Mon, 4 Dec 2017 14:22:28 +0000 (17:22 +0300)]
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Fixed bug #75608 ("Narrowing occurred during type inference" error)
Dmitry Stogov [Mon, 4 Dec 2017 14:22:06 +0000 (17:22 +0300)]
Fixed bug #75608 ("Narrowing occurred during type inference" error)
Dmitry Stogov [Mon, 4 Dec 2017 14:17:02 +0000 (17:17 +0300)]
Use zend_string_equal*() API for zend_string equality check instead of direct memcmp() usage.
Anatol Belski [Mon, 4 Dec 2017 13:20:25 +0000 (14:20 +0100)]
Merge branch 'PHP-7.2'
* PHP-7.2:
Use dtor unconditionally in error case
Anatol Belski [Mon, 4 Dec 2017 13:16:45 +0000 (14:16 +0100)]
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Use dtor unconditionally in error case
Anatol Belski [Mon, 4 Dec 2017 13:16:23 +0000 (14:16 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Use dtor unconditionally in error case
Anatol Belski [Mon, 4 Dec 2017 13:11:40 +0000 (14:11 +0100)]
Use dtor unconditionally in error case
Anatol Belski [Mon, 4 Dec 2017 10:52:56 +0000 (11:52 +0100)]
Merge branch 'PHP-7.2'
* PHP-7.2:
Fixed bug #75573 (Segmentation fault in 7.1.12 and 7.0.26)
Anatol Belski [Mon, 4 Dec 2017 10:52:33 +0000 (11:52 +0100)]
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Fixed bug #75573 (Segmentation fault in 7.1.12 and 7.0.26)
Anatol Belski [Mon, 4 Dec 2017 10:52:09 +0000 (11:52 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Fixed bug #75573 (Segmentation fault in 7.1.12 and 7.0.26)
Xinchen Hui [Wed, 29 Nov 2017 06:46:21 +0000 (14:46 +0800)]
Fixed bug #75573 (Segmentation fault in 7.1.12 and 7.0.26)
(cherry picked from commit
3b9ba7b6bd9e24bdbeca8e8e3f24cee2fccc51d8 )
Dmitry Stogov [Mon, 4 Dec 2017 10:21:35 +0000 (13:21 +0300)]
Use cheaper functions
Nuno Lopes [Sun, 3 Dec 2017 22:58:40 +0000 (17:58 -0500)]
fix build of intl/calendar
Anatol Belski [Sun, 3 Dec 2017 11:29:03 +0000 (12:29 +0100)]
Merge branch 'PHP-7.2'
* PHP-7.2:
Fix compat with libcurl 7.56.1+ and file:// wrapper
Anatol Belski [Sun, 3 Dec 2017 11:28:41 +0000 (12:28 +0100)]
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Fix compat with libcurl 7.56.1+ and file:// wrapper
Anatol Belski [Sun, 3 Dec 2017 11:23:25 +0000 (12:23 +0100)]
Fix compat with libcurl 7.56.1+ and file:// wrapper
Since 7.52.x libcurl file:// scheme was implemented in a way described
in https://tools.ietf.org/html/draft-ietf-appsawg-file-scheme-16 . The
draft is still not accepted and the change contained a BC breach with
win32 path handling. It was reported upstream and 7.52.x fixed it, but
the BC breaching behavior was reintroduced in 7.56.1. Thus, it is better
to handle this on the PHP side.
Nikita Popov [Sat, 2 Dec 2017 17:11:27 +0000 (18:11 +0100)]
Merge branch 'PHP-7.2'
Nikita Popov [Sat, 2 Dec 2017 17:11:17 +0000 (18:11 +0100)]
Merge branch 'PHP-7.1' into PHP-7.2
Nikita Popov [Sat, 2 Dec 2017 17:11:03 +0000 (18:11 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
Andy Postnikov [Sat, 10 Dec 2016 20:51:17 +0000 (23:51 +0300)]
Fix ZEND_SIGNED_MULTIPLY_LONG for AArch64
Register operands are required in this context.
This is a backport of
8c8679207ae5ada8751288e75b78c928a4d34d1d
to PHP 7.0+. The current code caused incorrect behavior on AArch64
when compiling with clang.
Anatol Belski [Sat, 2 Dec 2017 09:40:43 +0000 (10:40 +0100)]
Fix junit XML format
The junit XML format is purely documented, some existings spec like
http://llg.cubic.org/docs/junit/ also provide an XSD. The testsuite
tag included into itself doesn't seems to be correct, instead only a
flat list is included into "testsuites" tag.
Anatol Belski [Sat, 2 Dec 2017 01:18:43 +0000 (02:18 +0100)]
Rework junit output
- testcase classname attribute is closest to put the filename
- if tests run from php checkout, don't include the full path
- remove filename from the testcase description, as it's included into
classname
Anatol Belski [Fri, 1 Dec 2017 16:23:03 +0000 (17:23 +0100)]
Implement junit test results upload to AppVeyor
Anatol Belski [Fri, 1 Dec 2017 15:03:49 +0000 (16:03 +0100)]
Merge branch 'PHP-7.2'
* PHP-7.2:
Consider Xdebug for tmi ini generation, too
Anatol Belski [Fri, 1 Dec 2017 15:03:09 +0000 (16:03 +0100)]
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Consider Xdebug for tmi ini generation, too
Anatol Belski [Fri, 1 Dec 2017 15:02:38 +0000 (16:02 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Consider Xdebug for tmi ini generation, too
Anatol Belski [Fri, 1 Dec 2017 15:01:34 +0000 (16:01 +0100)]
Consider Xdebug for tmi ini generation, too
Dmitry Stogov [Fri, 1 Dec 2017 14:01:10 +0000 (17:01 +0300)]
Merge branch 'PHP-7.2'
* PHP-7.2:
Set trailing zero
Dmitry Stogov [Fri, 1 Dec 2017 14:00:51 +0000 (17:00 +0300)]
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Set trailing zero
Dmitry Stogov [Fri, 1 Dec 2017 14:00:42 +0000 (17:00 +0300)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Set trailing zero
Dmitry Stogov [Fri, 1 Dec 2017 14:00:11 +0000 (17:00 +0300)]
Set trailing zero
Dmitry Stogov [Thu, 30 Nov 2017 22:37:48 +0000 (01:37 +0300)]
Use interned strings as variable names
Dmitry Stogov [Thu, 30 Nov 2017 22:35:47 +0000 (01:35 +0300)]
Added "argv" and "argc" as known strings.
Fixed incorrect "argc" update and corresponding phpdbg test.
Dmitry Stogov [Thu, 30 Nov 2017 22:32:51 +0000 (01:32 +0300)]
Use cheaper functions
Dmitry Stogov [Thu, 30 Nov 2017 20:29:21 +0000 (23:29 +0300)]
Avoid strings duplication (zend_hash* and printf may work with non zero terminated strings)
Dmitry Stogov [Thu, 30 Nov 2017 13:23:15 +0000 (16:23 +0300)]
Avoid function duplication
Dmitry Stogov [Thu, 30 Nov 2017 12:59:29 +0000 (15:59 +0300)]
Functions must be stored with lowercase keys
Anatol Belski [Thu, 30 Nov 2017 12:23:18 +0000 (13:23 +0100)]
Merge branch 'PHP-7.2'
* PHP-7.2:
Revert "Fix macro redefinition warnings"
Anatol Belski [Thu, 30 Nov 2017 12:21:04 +0000 (13:21 +0100)]
Revert "Fix macro redefinition warnings"
This reverts commit
23d2bd374838897ec97f9994e70856686a89f132 .
Dmitry Stogov [Thu, 30 Nov 2017 11:54:11 +0000 (14:54 +0300)]
Replace always true condition with ZEND_ASSERT()
Anatol Belski [Thu, 30 Nov 2017 11:41:44 +0000 (12:41 +0100)]
Merge branch 'PHP-7.2'
* PHP-7.2:
Fix macro redefinition warnings
Anatol Belski [Thu, 30 Nov 2017 11:40:52 +0000 (12:40 +0100)]
Fix macro redefinition warnings
The corresponding implementations are available from APR.
Dmitry Stogov [Thu, 30 Nov 2017 10:54:24 +0000 (13:54 +0300)]
Fixed incorrect buffer reallocation
Dmitry Stogov [Thu, 30 Nov 2017 10:13:42 +0000 (13:13 +0300)]
Avoid visibility checks for classes without predefined properties
Dmitry Stogov [Thu, 30 Nov 2017 08:40:52 +0000 (11:40 +0300)]
Only functions of temporary modules have to be unregistered here
Dmitry Stogov [Wed, 29 Nov 2017 23:06:52 +0000 (02:06 +0300)]
Use interned strings for function names
Dmitry Stogov [Wed, 29 Nov 2017 22:15:11 +0000 (01:15 +0300)]
Intern persistent constant names in first place
Dmitry Stogov [Wed, 29 Nov 2017 22:13:39 +0000 (01:13 +0300)]
Use zend_string_tolower() where it's possible (to avoid reallocations).
Allow zend_string_tolower_ex() to create parsistent strings
Christoph M. Becker [Wed, 29 Nov 2017 16:06:47 +0000 (17:06 +0100)]
Merge branch 'PHP-7.2'
* PHP-7.2:
Define floorf if system doesn't have it (follow up for
22c48761 )
Revert "Revert "ext/sodium: pwhash: do not warn on low parameters"" This reverts commit
a1845b7fdb5916b0951146ca18bb67ca83854733 .
Dmitry Stogov [Wed, 29 Nov 2017 16:00:57 +0000 (19:00 +0300)]
Try to intern unserualized string keys
Christoph M. Becker [Wed, 29 Nov 2017 15:59:17 +0000 (16:59 +0100)]
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Define floorf if system doesn't have it (follow up for
22c48761 )
Christoph M. Becker [Wed, 29 Nov 2017 15:53:11 +0000 (16:53 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Define floorf if system doesn't have it (follow up for
22c48761 )
Lior Kaplan [Wed, 29 Nov 2017 11:45:21 +0000 (13:45 +0200)]
Define floorf if system doesn't have it (follow up for
22c48761 )
floorf is checked in config.m4
Dmitry Stogov [Wed, 29 Nov 2017 14:10:51 +0000 (17:10 +0300)]
Intern auto global name strings in first place
Frank Denis [Wed, 29 Nov 2017 12:19:18 +0000 (13:19 +0100)]
Revert "Revert "ext/sodium: pwhash: do not warn on low parameters""
This reverts commit
a1845b7fdb5916b0951146ca18bb67ca83854733 .
Revert "Revert "ext/sodium: throw exceptions instead of errors""
This reverts commit
31d221f9c72f0d0322c84907c5d89a4464667244 .
Anatol Belski [Wed, 29 Nov 2017 08:32:09 +0000 (09:32 +0100)]
Merge branch 'PHP-7.2'
* PHP-7.2:
[ci skip] update NEWS
[ci skip] update NEWS
Anatol Belski [Wed, 29 Nov 2017 08:31:29 +0000 (09:31 +0100)]
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
[ci skip] update NEWS
Anatol Belski [Wed, 29 Nov 2017 08:31:14 +0000 (09:31 +0100)]
[ci skip] update NEWS
Anatol Belski [Wed, 29 Nov 2017 08:28:21 +0000 (09:28 +0100)]
[ci skip] update NEWS
Move entry to proper section
Xinchen Hui [Wed, 29 Nov 2017 06:54:05 +0000 (14:54 +0800)]
Merge branch 'PHP-7.2'
* PHP-7.2:
Update NEWS
Fixed bug #75573 (Segmentation fault in 7.1.12 and 7.0.26)
Revert "ext/sodium: pwhash: do not warn on low parameters"
Conflicts:
Zend/zend_object_handlers.c
Xinchen Hui [Wed, 29 Nov 2017 06:47:26 +0000 (14:47 +0800)]
Update NEWS
Xinchen Hui [Wed, 29 Nov 2017 06:46:44 +0000 (14:46 +0800)]
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Fixed bug #75573 (Segmentation fault in 7.1.12 and 7.0.26)
Xinchen Hui [Wed, 29 Nov 2017 06:46:21 +0000 (14:46 +0800)]
Fixed bug #75573 (Segmentation fault in 7.1.12 and 7.0.26)
Frank Denis [Wed, 29 Nov 2017 00:22:59 +0000 (01:22 +0100)]
Revert "ext/sodium: pwhash: do not warn on low parameters"
This reverts commit
c219991c77e4c68f7d62963e18a1da778de0bbe0 .
Nikita Popov [Tue, 28 Nov 2017 22:37:28 +0000 (23:37 +0100)]
Merge branch 'PHP-7.2'
Nikita Popov [Tue, 28 Nov 2017 22:37:05 +0000 (23:37 +0100)]
Merge remote-tracking branch 'php-src/PHP-7.2' into PHP-7.2
Nikita Popov [Tue, 28 Nov 2017 22:34:30 +0000 (23:34 +0100)]
Merge branch 'PHP-7.2'
Nikita Popov [Tue, 28 Nov 2017 22:34:00 +0000 (23:34 +0100)]
Merge branch 'PHP-7.1' into PHP-7.2
johnstevenson [Thu, 16 Nov 2017 17:56:32 +0000 (17:56 +0000)]
Fixed #73124: php_ini_scanned_files()
Additional ini files are reported using the --ini option, but not by
`php_ini_scanned_files()`, which relied on PHP_CONFIG_FILE_SCAN_DIR.
Frank Denis [Tue, 28 Nov 2017 22:30:21 +0000 (23:30 +0100)]
Revert "ext/sodium: throw exceptions instead of errors"
This reverts commit
c05cbd1e775fa69ed9939796a908390f2bfb4459 .
Nikita Popov [Tue, 28 Nov 2017 22:10:50 +0000 (23:10 +0100)]
Fixed bug #75575
These functions are never called with needle longer than haystack,
but it makes sense to explicitly check for this, especially as we
already perform a check for empty haystack anyway, which is
naturally subsumed by a haystack_len < needle_len check.
David Carlier [Tue, 28 Nov 2017 20:37:53 +0000 (20:37 +0000)]
Add configure check for asm goto support
asm goto is not supported by couple of systems. To make sure it does,
we can check it at configure-time.
Anatol Belski [Tue, 28 Nov 2017 19:35:19 +0000 (20:35 +0100)]
Merge branch 'PHP-7.2'
* PHP-7.2:
Follow up on bug #75574 for FCGI side
Anatol Belski [Tue, 28 Nov 2017 19:34:44 +0000 (20:34 +0100)]
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Follow up on bug #75574 for FCGI side
Anatol Belski [Tue, 28 Nov 2017 19:31:48 +0000 (20:31 +0100)]
Follow up on bug #75574 for FCGI side
Remi Collet [Tue, 28 Nov 2017 17:00:46 +0000 (18:00 +0100)]
Merge branch 'PHP-7.2'
* PHP-7.2:
NEWS
NEWS
NEWS
Fixed bug #64938 libxml_disable_entity_loader setting is shared between requests (FPM)
Remi Collet [Tue, 28 Nov 2017 17:00:36 +0000 (18:00 +0100)]
NEWS
Remi Collet [Tue, 28 Nov 2017 17:00:21 +0000 (18:00 +0100)]
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
NEWS
NEWS
Fixed bug #64938 libxml_disable_entity_loader setting is shared between requests (FPM)
Remi Collet [Tue, 28 Nov 2017 17:00:07 +0000 (18:00 +0100)]
NEWS
Remi Collet [Tue, 28 Nov 2017 16:59:36 +0000 (17:59 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
NEWS
Fixed bug #64938 libxml_disable_entity_loader setting is shared between requests (FPM)
Remi Collet [Tue, 28 Nov 2017 16:59:16 +0000 (17:59 +0100)]
NEWS
Remi Collet [Mon, 27 Nov 2017 16:06:57 +0000 (17:06 +0100)]
Fixed bug #64938 libxml_disable_entity_loader setting is shared between requests (FPM)
Remi Collet [Tue, 28 Nov 2017 16:43:28 +0000 (17:43 +0100)]
Merge branch 'PHP-7.2'
* PHP-7.2:
better fix for #75514
Remi Collet [Tue, 28 Nov 2017 16:43:15 +0000 (17:43 +0100)]
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
better fix for #75514
Remi Collet [Tue, 28 Nov 2017 16:42:43 +0000 (17:42 +0100)]
better fix for #75514
Matteo Beccati [Tue, 28 Nov 2017 14:35:14 +0000 (15:35 +0100)]
Fix getifaddrs detection on NetBSD
Remi Collet [Tue, 28 Nov 2017 13:16:33 +0000 (14:16 +0100)]
ensure no merge commit during submodule update
Frank Denis [Tue, 28 Nov 2017 12:57:06 +0000 (13:57 +0100)]
Merge branch 'PHP-7.2'
* PHP-7.2:
ext/sodium: throw exceptions instead of errors
Frank Denis [Tue, 28 Nov 2017 12:56:46 +0000 (13:56 +0100)]
Merge branch 'PHP-7.2' of git.php.net:php-src into PHP-7.2
* 'PHP-7.2' of git.php.net:php-src:
[ci skip] update NEWS
[ci skip] update NEWS
Fixed bug #73830 Directory does not exist.
Frank Denis [Tue, 28 Nov 2017 12:56:11 +0000 (13:56 +0100)]
ext/sodium: throw exceptions instead of errors
Anatol Belski [Tue, 28 Nov 2017 11:46:59 +0000 (12:46 +0100)]
Merge branch 'PHP-7.2'
* PHP-7.2:
[ci skip] update NEWS
[ci skip] update NEWS
Anatol Belski [Tue, 28 Nov 2017 11:46:39 +0000 (12:46 +0100)]
[ci skip] update NEWS
Anatol Belski [Tue, 28 Nov 2017 11:46:03 +0000 (12:46 +0100)]
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
[ci skip] update NEWS
Anatol Belski [Tue, 28 Nov 2017 11:45:30 +0000 (12:45 +0100)]
[ci skip] update NEWS
Anatol Belski [Tue, 28 Nov 2017 11:43:03 +0000 (12:43 +0100)]
Merge branch 'PHP-7.2'
* PHP-7.2:
Fixed bug #73830 Directory does not exist.
Anatol Belski [Tue, 28 Nov 2017 11:42:40 +0000 (12:42 +0100)]
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Fixed bug #73830 Directory does not exist.
Anatol Belski [Tue, 28 Nov 2017 11:41:49 +0000 (12:41 +0100)]
Fixed bug #73830 Directory does not exist.
Dmitry Stogov [Tue, 28 Nov 2017 11:11:40 +0000 (14:11 +0300)]
CONCAT/FAST_CONCAT micro-optimization