Dmitry Stogov
|
1e00b767a4
|
Use iteration instead of recursion
|
2018-05-08 01:22:39 +03:00 |
|
Dmitry Stogov
|
858d545ce6
|
micro optimization
|
2018-05-08 00:22:04 +03:00 |
|
Dmitry Stogov
|
63f5e11d9b
|
Use add/sub instead of inc/dec
|
2018-05-08 00:00:59 +03:00 |
|
Dmitry Stogov
|
880694952f
|
micro optimisation
|
2018-05-07 22:29:16 +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 |
|
Dmitry Stogov
|
a0e4488ec7
|
Optimize zend_hash_find() for the most usual case
|
2018-05-07 15:18:02 +03:00 |
|
Anatol Belski
|
1bb1f17827
|
Fix default credentials when none was passed
|
2018-05-07 12:14:38 +02:00 |
|
Anatol Belski
|
7fbcedb7df
|
Merge branch 'PHP-7.2'
* PHP-7.2:
[ci skip] Update NEWS
[ci skip] Update NEWS
|
2018-05-06 16:16:19 +02:00 |
|
Anatol Belski
|
637e47a5ed
|
[ci skip] Update NEWS
|
2018-05-06 16:15:42 +02:00 |
|
Anatol Belski
|
538ff93876
|
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
[ci skip] Update NEWS
|
2018-05-06 16:15:13 +02:00 |
|
Anatol Belski
|
54ca2e7f8c
|
[ci skip] Update NEWS
|
2018-05-06 16:13:26 +02:00 |
|
Anatol Belski
|
6fe3bf7831
|
Merge branch 'PHP-7.2'
* PHP-7.2:
[ci skip] Update libs_version.txt
|
2018-05-06 16:10:42 +02:00 |
|
Anatol Belski
|
b00a5c03e6
|
[ci skip] Update libs_version.txt
|
2018-05-06 16:10:10 +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 |
|
Dmitry Stogov
|
fdb347a753
|
zend_is_callable() improvement
|
2018-05-03 19:25:53 +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 |
|