Dmitry Stogov
|
858d545ce6
|
micro optimization
|
2018-05-08 00:22:04 +03:00 |
|
Anatol Belski
|
3430a1cc9b
|
Merge branch 'PHP-7.2'
* PHP-7.2:
Update _bits_per_char to use with new PHP 7.1. or greater
|
2018-05-07 14:43:08 +02:00 |
|
Anatol Belski
|
8ad44700cf
|
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Update _bits_per_char to use with new PHP 7.1. or greater
|
2018-05-07 14:42:51 +02:00 |
|
Ricardo F
|
ea642026eb
|
Update _bits_per_char to use with new PHP 7.1. or greater
Fix typo
Remove references to PHP lower than 7.1
|
2018-05-07 14:41:49 +02:00 |
|
Anatol Belski
|
1bb1f17827
|
Fix default credentials when none was passed
|
2018-05-07 12:14:38 +02:00 |
|
Dmitry Stogov
|
34ed8e53fe
|
Changed worst HashTable load factor from 1.0 to 0.5
|
2018-05-04 02:41:35 +03:00 |
|
Dmitry Stogov
|
eafa92ba9d
|
zend_fcall_info_cache.calling_scope is not used by zend_call_function() and doesn't have to be initialized.
It's used only as a result of zend_is_callable() in forward_static_call and spl_autoload.
|
2018-05-03 19:27:04 +03:00 |
|
Anatol Belski
|
12da45ada0
|
Merge branch 'PHP-7.2'
* PHP-7.2:
Fix tests, ref bug #74385
|
2018-05-03 17:17:02 +02:00 |
|
Anatol Belski
|
b0def5bde9
|
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Fix tests, ref bug #74385
|
2018-05-03 17:16:42 +02:00 |
|
Anatol Belski
|
6b85926104
|
Fix tests, ref bug #74385
|
2018-05-03 17:15:47 +02:00 |
|
Anatol Belski
|
97dbbaab14
|
Merge branch 'PHP-7.2'
* PHP-7.2:
Fixed bug #74385 Locale::parseLocale() broken with some arguments
|
2018-05-03 16:44:22 +02:00 |
|
Anatol Belski
|
e01d0387d1
|
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Fixed bug #74385 Locale::parseLocale() broken with some arguments
|
2018-05-03 16:43:59 +02:00 |
|
Anatol Belski
|
f59b201f19
|
Fixed bug #74385 Locale::parseLocale() broken with some arguments
Rely on the ICU's defined values for the max locale id length.
|
2018-05-03 16:34:33 +02:00 |
|
Dmitry Stogov
|
1a63fa6ec9
|
Implemented Request #76178 (Class constants are slow: they should be inlined at runtime)
Run-time cache is used to eliminate recalculation of constant expression in RECV_INIT opcode (only non reference countable values are cached).
|
2018-05-03 14:40:18 +03:00 |
|
Dmitry Stogov
|
5a31e14beb
|
Merge branch 'PHP-7.2'
* PHP-7.2:
Fixed bug #76205 (PHP-FPM sporadic crash when running Infinitewp)
|
2018-05-03 12:12:07 +03:00 |
|
Dmitry Stogov
|
3fe2e2a372
|
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Fixed bug #76205 (PHP-FPM sporadic crash when running Infinitewp)
|
2018-05-03 12:11:07 +03:00 |
|
Dmitry Stogov
|
5b3e1ded35
|
Fixed bug #76205 (PHP-FPM sporadic crash when running Infinitewp)
|
2018-05-03 12:10:33 +03:00 |
|
Anatol Belski
|
a8ec35ac38
|
Merge branch 'PHP-7.2'
* PHP-7.2:
Fix shared ext/zip build with static dependency lib
|
2018-05-02 17:28:10 +02:00 |
|
Anatol Belski
|
afc3f6e8d5
|
Fix shared ext/zip build with static dependency lib
|
2018-05-02 17:26:37 +02:00 |
|
Anatol Belski
|
dbea6e154d
|
Update libmagic.patch
|
2018-04-30 14:29:55 +02:00 |
|
Anatol Belski
|
94699d2ade
|
Use suitable datatypes
|
2018-04-30 14:27:11 +02:00 |
|
Anatol Belski
|
f603ab57fc
|
Reuse the struct timespec based pieces in libmagic
|
2018-04-30 12:02:47 +02:00 |
|
Thomas Punt
|
26b0385df8
|
Merge branch 'PHP-7.2'
* PHP-7.2:
Fix potential memory leak in the enchant extension
Fix potential memory leak in curl extension
|
2018-04-29 20:05:20 +01:00 |
|
Thomas Punt
|
3139be0bea
|
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Fix potential memory leak in the enchant extension
Fix potential memory leak in curl extension
|
2018-04-29 20:04:18 +01:00 |
|
Thomas Punt
|
7ba70a5fed
|
Fix potential memory leak in the enchant extension
|
2018-04-29 19:23:07 +01:00 |
|
Thomas Punt
|
d3ae4fe2d2
|
Fix potential memory leak in curl extension
|
2018-04-29 19:04:10 +01:00 |
|
Anatol Belski
|
cf45479a19
|
Reuse strcasestr implementation from libmagic
|
2018-04-29 19:39:57 +02:00 |
|
Thomas Punt
|
5295c35f69
|
Merge branch 'master' of https://git.php.net/push/php-src
|
2018-04-29 17:39:22 +01:00 |
|
Thomas Punt
|
091f69e869
|
Merge branch 'PHP-7.2'
* PHP-7.2:
The SO_PASSCRED constant is conditionally defined
|
2018-04-29 17:38:59 +01:00 |
|
Thomas Punt
|
beab622265
|
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
The SO_PASSCRED constant is conditionally defined
|
2018-04-29 17:38:12 +01:00 |
|
Thomas Punt
|
35713efa02
|
The SO_PASSCRED constant is conditionally defined
|
2018-04-29 17:34:03 +01:00 |
|
Anatol Belski
|
09db1ae4b7
|
Fix C89 compat
|
2018-04-29 16:18:59 +02:00 |
|
Anatol Belski
|
e2182a1ba7
|
Port libmagic 5.33
|
2018-04-29 16:02:08 +02:00 |
|
Thomas Punt
|
74ecbbebe5
|
Merge branch 'PHP-7.2'
* PHP-7.2:
Fix potential memory leaks in sockets extension
|
2018-04-28 13:58:45 +01:00 |
|
Thomas Punt
|
d990b9316a
|
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Fix potential memory leaks in sockets extension
|
2018-04-28 13:57:30 +01:00 |
|
Thomas Punt
|
7f090ac16a
|
Merge branch 'PHP-7.1' of https://git.php.net/push/php-src into PHP-7.1
|
2018-04-28 13:56:09 +01:00 |
|
Thomas Punt
|
643c9c9b47
|
Fix potential memory leaks in sockets extension
|
2018-04-28 13:55:24 +01:00 |
|
Dmitry Stogov
|
c88be6aee1
|
Bit check micro-optimization
|
2018-04-28 14:13:12 +03:00 |
|
Dmitry Stogov
|
8a719c1b12
|
Fixed mess between BOOL and SUCCESS/FAILURE
|
2018-04-28 14:12:36 +03:00 |
|
Dmitry Stogov
|
df4d0a73d2
|
Revert "Fixed bug #76205 (PHP-FPM sporadic crash when running Infinitewp)."
This reverts commit c6ce03e45e.
|
2018-04-28 13:28:00 +03:00 |
|
Dmitry Stogov
|
f8c1ce18e9
|
Revert "Merge branch 'PHP-7.1' into PHP-7.2"
This reverts commit c547c1b980, reversing
changes made to 4c083e7a66.
|
2018-04-28 13:27:36 +03:00 |
|
Dmitry Stogov
|
1b305ecdcc
|
Revert "Merge branch 'PHP-7.2'"
This reverts commit f75b8a44cc, reversing
changes made to aeb734910a.
|
2018-04-28 13:26:32 +03:00 |
|
Dmitry Stogov
|
83f98f7340
|
Don't store values of PHP_SAPI and PHP_BINARY in file cache, because it may be used by different SAPI.
|
2018-04-28 01:20:49 +03:00 |
|
Dmitry Stogov
|
f75b8a44cc
|
Merge branch 'PHP-7.2'
* PHP-7.2:
Fixed bug #76205 (PHP-FPM sporadic crash when running Infinitewp).
|
2018-04-28 00:28:01 +03:00 |
|
Dmitry Stogov
|
c547c1b980
|
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Fixed bug #76205 (PHP-FPM sporadic crash when running Infinitewp).
|
2018-04-28 00:24:56 +03:00 |
|
Dmitry Stogov
|
c6ce03e45e
|
Fixed bug #76205 (PHP-FPM sporadic crash when running Infinitewp).
|
2018-04-28 00:19:53 +03:00 |
|
Nikita Popov
|
aeb734910a
|
Merge branch 'PHP-7.2'
|
2018-04-27 22:24:36 +02:00 |
|
Nikita Popov
|
4c083e7a66
|
Merge branch 'PHP-7.1' into PHP-7.2
|
2018-04-27 22:23:55 +02:00 |
|
Nikita Popov
|
6738d19fb8
|
Fix bug #76281
Make sure we keep the smart-branch inhibiting NOP even if there
are multiple NOPs in sequence.
|
2018-04-27 22:21:59 +02:00 |
|
Nikita Popov
|
1c887eaf0d
|
Merge branch 'PHP-7.2'
|
2018-04-27 17:02:40 +02:00 |
|