#
c7aa8ba0 |
| 26-Jul-2017 |
Sara Golemon |
Bugfix #74993 Wrong reflection param into for some intl: lookup_*() methods |
#
57c435e5 |
| 26-Jul-2017 |
Anatol Belski |
[ci skip] update NEWS |
#
4cde48bb |
| 26-Jul-2017 |
Anatol Belski |
[ci skip] update NEWS |
#
3306b3aa |
| 26-Jul-2017 |
Anatol Belski |
[ci skip] update NEWS |
#
5a6cc172 |
| 26-Jul-2017 |
Anatol Belski |
[ci skip] update NEWS |
#
3707411d |
| 26-Jul-2017 |
Joe Watkins |
Merge branch 'PHP-7.2' * PHP-7.2: Fix bug #74991 - include_path has a 4096 char (minus "__DIR__:") limit, in some PHAR cases
|
#
d3060a00 |
| 26-Jul-2017 |
Joe Watkins |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Fix bug #74991 - include_path has a 4096 char (minus "__DIR__:") limit, in some PHAR cases
|
#
bb9ea4e8 |
| 26-Jul-2017 |
Joe Watkins |
Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: Fix bug #74991 - include_path has a 4096 char (minus "__DIR__:") limit, in some PHAR cases
|
#
6b1fbafd |
| 26-Jul-2017 |
Benjamin W. Broersma |
Fix bug #74991 - include_path has a 4096 char (minus "__DIR__:") limit, in some PHAR cases |
#
787ea0dd |
| 26-Jul-2017 |
Christopher Jones |
Update NEWS |
#
747f5b23 |
| 26-Jul-2017 |
Christopher Jones |
Update NEWS |
#
de65a224 |
| 26-Jul-2017 |
Christopher Jones |
Expose oci_unregister_taf_callback() |
#
53e59e4b |
| 26-Jul-2017 |
Xinchen Hui |
Update NEWS |
#
3df47c12 |
| 26-Jul-2017 |
Xinchen Hui |
Fixed bug #74980 (Narrowing occurred during type inference) |
#
a5c80707 |
| 25-Jul-2017 |
Joe Watkins |
Merge branch 'PHP-7.2' * PHP-7.2: Fixed finding CURL on systems with multiarch support
|
#
4ddb0630 |
| 25-Jul-2017 |
Joe Watkins |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Fixed finding CURL on systems with multiarch support
|
#
238f837c |
| 25-Jul-2017 |
Joe Watkins |
Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: Fixed finding CURL on systems with multiarch support
|
#
3fd7d819 |
| 14-Jul-2017 |
Carsten Brandt |
Fixed finding CURL on systems with multiarch support fixes https://bugs.php.net/bug.php?id=74125 This commit makes the cURL config script aware of debian/ubuntu [multiarch suppo
Fixed finding CURL on systems with multiarch support fixes https://bugs.php.net/bug.php?id=74125 This commit makes the cURL config script aware of debian/ubuntu [multiarch support][1] which installs architecture specific headers in a different location. It checks whether the `dpkg-architecture` script exists and is executeable, if that is the case, the multiarch architecture is detected by calling `dpkg-architecture -qDEB_HOST_MULTIARCH` as documented in [debian multiarch implementation docs][2]: > `/usr/include/<triplet>`: used for arch-varying headers [1]: https://wiki.debian.org/Multiarch [2]: https://wiki.debian.org/Multiarch/Implementation
show more ...
|
#
fa6e740f |
| 25-Jul-2017 |
Joe Watkins |
Merge branch 'PHP-7.2' * PHP-7.2: Fixed #74977 - Appending AppendIterator leads to segfault
|
#
2e875942 |
| 25-Jul-2017 |
Joe Watkins |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Fixed #74977 - Appending AppendIterator leads to segfault
|
#
dbc2ffba |
| 24-Jul-2017 |
andrewnester |
Fixed #74977 - Appending AppendIterator leads to segfault |
#
0489e85c |
| 24-Jul-2017 |
Anatol Belski |
[ci skip] update NEWS |
#
077e61fa |
| 23-Jul-2017 |
Nikita Popov |
Fixed bug #69267 completely ucgendat.c was assuming that a title-case character is a character that has both lower and upper-case variants. However, there are title-case characters t
Fixed bug #69267 completely ucgendat.c was assuming that a title-case character is a character that has both lower and upper-case variants. However, there are title-case characters that only have a lower-case variant. Use the Lt general character proprety to determine where in the case map the character should be placed instead.
show more ...
|
#
88f752a9 |
| 23-Jul-2017 |
Nikita Popov |
Merge branch 'PHP-7.1' into PHP-7.2
|
#
f116a885 |
| 23-Jul-2017 |
Nikita Popov |
Merge branch 'PHP-7.0' into PHP-7.1
|