Anatol Belski
3c0ac24258
Merge branch 'PHP-7.3'
...
* PHP-7.3:
Fix regex
Fix regex
2018-11-10 12:13:29 +01:00
Anatol Belski
992e4fbc65
Fix regex
2018-11-10 12:13:03 +01:00
Anatol Belski
1c2518f906
Merge branch 'PHP-7.2' into PHP-7.3
...
* PHP-7.2:
Fix regex
2018-11-10 12:12:25 +01:00
Anatol Belski
9d77bf0978
Fix regex
2018-11-10 12:11:02 +01:00
Anatol Belski
d0d19c1764
Merge branch 'PHP-7.3'
...
* PHP-7.3:
Rework magic data
2018-11-10 01:32:52 +01:00
Anatol Belski
982a62819e
Merge branch 'PHP-7.2' into PHP-7.3
...
* PHP-7.2:
Rework magic data
2018-11-10 01:32:35 +01:00
Anatol Belski
60adea5496
Rework magic data
...
Avoid patching where vanilla data suffices. More precisely, avoid data
using [:space:] posix class in regex, as it is likely to cause performance
regressions.
2018-11-10 01:28:23 +01:00
Anatol Belski
203640bb70
Merge branch 'PHP-7.3'
...
* PHP-7.3:
Sync one more upstream libmagic piece
2018-11-10 00:20:56 +01:00
Anatol Belski
3061d7bdad
Merge branch 'PHP-7.2' into PHP-7.3
...
* PHP-7.2:
Sync one more upstream libmagic piece
2018-11-10 00:20:39 +01:00
Anatol Belski
22f71a66ec
Sync one more upstream libmagic piece
2018-11-10 00:19:42 +01:00
Mizunashi Mana
8021e0f5dc
Suppress already used warning
2018-11-09 11:09:16 +01:00
Mizunashi Mana
17d76e530d
Ignore getaddrinfo failed message
2018-11-08 21:46:03 +01:00
Mizunashi Mana
c180c8c3bd
Clean testfile
2018-11-08 14:29:39 +01:00
Mizunashi Mana
705a31b4e5
Skip SQLite3::loadExtension tests if SQLITE_OMIT_LOAD_EXTENSION defined
2018-11-08 14:27:12 +01:00
Nikita Popov
50e7e3a653
Use new option name in travis/compile.sh
2018-11-07 20:22:41 +01:00
Mizunashi Mana
632b6e7aac
Add putenv for setlocale for gettext tests
2018-11-07 18:54:47 +01:00
Levi Morrison
74d15b535a
Remove do_bind_inherited_class; use do_bind_class
...
Pass NULL as the second parameter. I don't know if in the past these
differed more, but there isn't any point to having both of them
anymore.
2018-11-07 18:54:00 +01:00
Christoph M. Becker
b7b3a65e1d
Avoid needless string duplication
...
Cf. <https://github.com/php/php-src/pull/3636#issuecomment-436638833 >.
2018-11-07 17:10:35 +01:00
Eli Schwartz
2d03197749
ext/gd: Use pkg-config to detect the availability of freetype2
...
The latest version of freetype2 does not install freetype-config by
default, but pkg-config support has been there for approximately 15
years. In order to reliably detect freetype2, pkg-config *must* be used.
See:
https://savannah.nongnu.org/bugs/?53093
https://bugs.php.net/bug.php?id=76324
2018-11-07 13:05:47 +01:00
Dmitry Stogov
f200298075
Avoid double copying
2018-11-07 14:23:34 +03:00
Dmitry Stogov
8c7aa88e2d
Fixed crash introduced by bfaf662ac2
2018-11-07 09:36:21 +03:00
Dmitry Stogov
bc53642c05
*printf() optimization and v*printf() warning message fix.
2018-11-07 02:40:15 +03:00
Dmitry Stogov
cdbbc802b4
Removed dead checks
2018-11-06 23:11:28 +03:00
Dmitry Stogov
c994d90db2
Reorder conditions and set expectation.
2018-11-06 22:37:04 +03:00
Dmitry Stogov
bfaf662ac2
Micro-optimization
2018-11-06 17:04:17 +03:00
Christoph M. Becker
9717a6d3a7
Merge branch 'PHP-7.3'
...
* PHP-7.3:
[ci skip] Update NEWS wrt. php-7.3.0RC5 tagging
2018-11-06 11:46:47 +01:00
Christoph M. Becker
155aecd397
[ci skip] Update NEWS wrt. php-7.3.0RC5 tagging
2018-11-06 11:46:20 +01:00
Anatol Belski
049f239cfc
Merge branch 'PHP-7.3'
...
* PHP-7.3:
Update NEWS [ci skip]
Update NEWS [ci skip]
2018-11-05 22:54:17 +01:00
Anatol Belski
ddd54401db
Update NEWS [ci skip]
2018-11-05 22:53:45 +01:00
Anatol Belski
1cab286151
Merge branch 'PHP-7.2' into PHP-7.3
...
* PHP-7.2:
Update NEWS [ci skip]
2018-11-05 22:53:19 +01:00
Anatol Belski
fab72d7571
Update NEWS [ci skip]
2018-11-05 22:53:01 +01:00
Anatol Belski
2e336329e0
Merge branch 'PHP-7.3'
...
* PHP-7.3:
Update libmagic.patch [ci skip]
Update libmagic.patch [ci skip]
2018-11-05 22:25:54 +01:00
Anatol Belski
a957af6c06
Update libmagic.patch [ci skip]
2018-11-05 22:25:31 +01:00
Anatol Belski
b996611531
Merge branch 'PHP-7.2' into PHP-7.3
...
* PHP-7.2:
Update libmagic.patch [ci skip]
2018-11-05 22:25:04 +01:00
Anatol Belski
dbb2cce968
Update libmagic.patch [ci skip]
2018-11-05 22:24:27 +01:00
Anatol Belski
956708acac
Merge branch 'PHP-7.3'
...
* PHP-7.3:
Declare function proto in header
Declare function proto in header
2018-11-05 21:30:02 +01:00
Anatol Belski
29dcf19f8b
Declare function proto in header
2018-11-05 21:29:35 +01:00
Anatol Belski
4aa77c380c
Merge branch 'PHP-7.2' into PHP-7.3
...
* PHP-7.2:
Declare function proto in header
2018-11-05 21:29:06 +01:00
Anatol Belski
0e33c2822c
Declare function proto in header
2018-11-05 21:28:04 +01:00
Christoph M. Becker
34e65f73bc
Merge branch 'PHP-7.3'
...
* PHP-7.3:
Fix #76825 : Undefined symbols ___cpuid_count
2018-11-05 18:25:22 +01:00
Christoph M. Becker
7625f972db
Fix #76825 : Undefined symbols ___cpuid_count
...
Apparently, the presence of `cpuid.h` is not necessarily sufficient to
guarantee the availability of `__cpuid_count()`. We therefore test for
the latter explicitly.
2018-11-05 18:24:39 +01:00
Remi Collet
dbef28ea8f
Merge branch 'PHP-7.3'
...
* PHP-7.3:
NEWS
Fix : #77110 undefined symbol zend_string_equal_val in C++ build
2018-11-05 17:06:49 +01:00
Remi Collet
d78479737c
NEWS
2018-11-05 17:06:40 +01:00
Remi Collet
d53ecd040b
Fix : #77110 undefined symbol zend_string_equal_val in C++ build
2018-11-05 17:05:49 +01:00
Dan Wallis
eb1233533e
Fix #77105 : Use position:sticky for <th> in phpinfo()
...
This ensures tables remain legible when scrolling. If the user agent
does not support this feature, then it will gracefully degrade to
existing behaviour.
This patch implements: https://bugs.php.net/bug.php?id=77105
2018-11-05 14:27:06 +01:00
Anatol Belski
c364edf7f2
Merge branch 'PHP-7.3'
...
* PHP-7.3:
Implement handling for JIT recognition when cross compiling
2018-11-05 01:16:54 +01:00
Anatol Belski
68ad401b34
Implement handling for JIT recognition when cross compiling
2018-11-05 01:15:09 +01:00
Anatol Belski
6dfcd4288e
Merge branch 'PHP-7.3'
...
* PHP-7.3:
Backport 7f5f4601 for 7.2
2018-11-04 17:00:02 +01:00
Anatol Belski
db1534b1b4
Merge branch 'PHP-7.2' into PHP-7.3
...
* PHP-7.2:
Backport 7f5f4601 for 7.2
2018-11-04 16:59:27 +01:00
Anatol Belski
c621182c42
Backport 7f5f4601 for 7.2
2018-11-04 16:57:55 +01:00