Joe Watkins
abd0e015a8
Merge branch 'PHP-7.4'
...
* PHP-7.4:
tsrm environment lock
2019-03-29 19:06:59 +01:00
Joe Watkins
072eb6dd77
tsrm environment lock
2019-03-29 19:06:02 +01:00
Joe Watkins
a11e0e7c6e
Merge branch 'PHP-7.4'
...
* PHP-7.4:
fix build: readline support must be disabled by default in phpdbg
2019-03-28 07:35:50 +01:00
Joe Watkins
330517987b
Merge branch 'PHP-7.3' into PHP-7.4
...
* PHP-7.3:
fix build: readline support must be disabled by default in phpdbg
2019-03-28 07:35:33 +01:00
Joe Watkins
62a652a0d5
Merge branch 'PHP-7.2' into PHP-7.3
...
* PHP-7.2:
fix build: readline support must be disabled by default in phpdbg
2019-03-28 07:35:15 +01:00
Joe Watkins
b7442f1bb8
fix build: readline support must be disabled by default in phpdbg
2019-03-28 07:34:45 +01:00
Joe Watkins
5b3acb3eaf
Merge branch 'PHP-7.4'
...
* PHP-7.4:
Fix #77805 phpdbg build fails when readline is shared
2019-03-27 10:05:03 +01:00
Joe Watkins
56293d0637
Merge branch 'PHP-7.3' into PHP-7.4
...
* PHP-7.3:
Fix #77805 phpdbg build fails when readline is shared
2019-03-27 10:04:36 +01:00
Joe Watkins
eb405a2192
Merge branch 'PHP-7.2' into PHP-7.3
...
* PHP-7.2:
Fix #77805 phpdbg build fails when readline is shared
2019-03-27 10:04:07 +01:00
Joe Watkins
7af270eb28
Fix #77805 phpdbg build fails when readline is shared
2019-03-27 10:02:42 +01:00
Joe Watkins
fe7a914194
Merge branch 'PHP-7.4'
...
* PHP-7.4:
more work on phpdbg conditional breaks
2019-03-27 00:02:52 +01:00
Joe Watkins
f177a2ac58
Merge branch 'PHP-7.3' into PHP-7.4
...
* PHP-7.3:
more work on phpdbg conditional breaks
2019-03-27 00:02:43 +01:00
Joe Watkins
1e4cff9ddb
Merge branch 'PHP-7.2' into PHP-7.3
...
* PHP-7.2:
more work on phpdbg conditional breaks
2019-03-27 00:02:31 +01:00
Joe Watkins
6d3a2b4693
more work on phpdbg conditional breaks
2019-03-27 00:02:15 +01:00
Joe Watkins
f2ce7a745b
Merge branch 'PHP-7.4'
...
* PHP-7.4:
Fix #77800 phpdbg segfaults on conditional breakpoints
2019-03-26 23:07:19 +01:00
Joe Watkins
903c1e379b
Merge branch 'PHP-7.3' into PHP-7.4
...
* PHP-7.3:
Fix #77800 phpdbg segfaults on conditional breakpoints
2019-03-26 23:06:54 +01:00
Joe Watkins
e177d26d0e
Merge branch 'PHP-7.2' into PHP-7.3
...
* PHP-7.2:
Fix #77800 phpdbg segfaults on conditional breakpoints
2019-03-26 23:06:15 +01:00
Joe Watkins
7df8e4fc0a
Fix #77800 phpdbg segfaults on conditional breakpoints
2019-03-26 23:05:06 +01:00
Peter Kokot
5e8116c579
Merge branch 'PHP-7.4'
...
* PHP-7.4:
[ci skip] Update NEWS
[ci skip] Update NEWS
Fix #77794 : Incorrect Date header format in built-in server
2019-03-25 21:59:04 +01:00
Peter Kokot
0d2dadc0e2
Merge branch 'PHP-7.3' into PHP-7.4
...
* PHP-7.3:
[ci skip] Update NEWS
[ci skip] Update NEWS
Fix #77794 : Incorrect Date header format in built-in server
2019-03-25 21:57:39 +01:00
Peter Kokot
58e00df9fe
Merge branch 'PHP-7.2' into PHP-7.3
...
* PHP-7.2:
[ci skip] Update NEWS
Fix #77794 : Incorrect Date header format in built-in server
2019-03-25 21:56:39 +01:00
Niklas Keller
7f9872387e
Fix #77794 : Incorrect Date header format in built-in server
...
- Fix the date format to be compliant with https://tools.ietf.org/html/rfc7231#section-7.1.1.2
- Fix date format length and use GMT time
- Previously, local time was used instead of GMT.
- Remove extra whitespace
- Simplify string appends in php_cli_server.c
2019-03-25 21:41:45 +01:00
Joe Watkins
11663baa58
Merge branch 'PHP-7.4'
...
* PHP-7.4:
fix bug #76801 : phpdbg too many open files error
2019-03-23 09:50:17 +01:00
Joe Watkins
994a897586
Merge branch 'PHP-7.3' into PHP-7.4
...
* PHP-7.3:
fix bug #76801 : phpdbg too many open files error
2019-03-23 09:49:28 +01:00
Joe Watkins
93740a2482
Merge branch 'PHP-7.2' into PHP-7.3
...
* PHP-7.2:
fix bug #76801 : phpdbg too many open files error
2019-03-23 09:48:20 +01:00
Alessandro Chitolina
b8b880932e
fix bug #76801 : phpdbg too many open files error
2019-03-23 09:47:49 +01:00
Peter Kokot
1f150b5b96
Merge branch 'PHP-7.4'
...
* PHP-7.4:
Upgrade deprecated directives and use non-posix bison
2019-03-19 20:29:36 +01:00
Peter Kokot
864366ef20
Upgrade deprecated directives and use non-posix bison
...
With Bison 3.0 some directives are deprecated:
- %name-prefix "x" should be %define api.prefix {x}
- %error-verbose should be %define parse.error verbose
Bison 3.3 also started emiting more warnings and since PHP souce parsers
are not POSIX compliant this patch fixes this as pointed out via
495a46aa1d .
2019-03-19 20:29:20 +01:00
Nikita Popov
a0671b8822
Merge branch 'PHP-7.4'
2019-03-19 09:56:00 +01:00
Nikita Popov
97bcfe54e7
Merge branch 'PHP-7.3' into PHP-7.4
2019-03-19 09:55:52 +01:00
Nikita Popov
20c261b2fe
Merge branch 'PHP-7.2' into PHP-7.3
2019-03-19 09:55:42 +01:00
Miriam Lauter
09e522322a
Fix #77767 : phpdbg break command help message shows incorrect aliases
...
Previously the aliases for at and del were listed as A and d
in the help message for break. This patch corrects the aliases
to be @ and ~ respectively.
2019-03-19 09:55:10 +01:00
Peter Kokot
6426420f61
Merge branch 'PHP-7.4'
...
* PHP-7.4:
Replace dirname(__FILE__) by __DIR__ in tests
2019-03-15 23:36:47 +01:00
Fabien Villepinte
26dfce7f36
Replace dirname(__FILE__) by __DIR__ in tests
2019-03-15 22:55:30 +01:00
Peter Kokot
160f3636db
Merge branch 'PHP-7.4'
...
* PHP-7.4:
Clean build system
2019-03-14 20:21:30 +01:00
Peter Kokot
97d25c87d2
Clean build system
...
Changes:
- AC_TYPE_SIZE_T called on only one place (configure.ac)
- AC_FUNC_ALLOCA called on only one place (configure.ac)
- AC_TYPE_UID_T called on only one place (configure.ac)
- HAVE_STRSTR removed since strstr is part of C89 standard [1]
- Remove checks for strtol and strpbrk
- Checking for the presence of perror function is not needed anymore
since it is part of C89 standard and PHP calls it unconditionally.
- Checking for functions strdup, setenv, strerror, and memmove done only
on one place (configure.ac)
- outdated check for snprintf removed
1: https://port70.net/~nsz/c/c89/c89-draft.html
2019-03-14 20:20:12 +01:00
Dmitry Stogov
2dd2dcaf9c
Merge branch 'PHP-7.4'
...
* PHP-7.4:
Implemented a faster way to access predefined TSRM resources - CG(), EG(), etc.
2019-03-14 03:02:10 +03:00
Dmitry Stogov
9499484ed2
Implemented a faster way to access predefined TSRM resources - CG(), EG(), etc.
2019-03-14 03:01:01 +03:00
Dmitry Stogov
dbb462db5d
Merge branch 'PHP-7.4'
...
* PHP-7.4:
Avoid reinitailization of ZTS cache pointer. Initialize it once in TSRM.c
2019-03-12 17:36:02 +03:00
Dmitry Stogov
04b67bac32
Avoid reinitailization of ZTS cache pointer. Initialize it once in TSRM.c
2019-03-12 17:35:50 +03:00
Dmitry Stogov
d30bd8e6d0
Merge branch 'PHP-7.4'
...
* PHP-7.4:
Fixed ZTS cache usage
2019-03-12 15:25:59 +03:00
Dmitry Stogov
cf4ee57dc9
Fixed ZTS cache usage
2019-03-12 15:25:51 +03:00
Dmitry Stogov
a29f7e93b4
Merge branch 'PHP-7.4'
...
* PHP-7.4:
Fixed ZTS cache usage
2019-03-12 15:14:00 +03:00
Dmitry Stogov
25d4af9413
Fixed ZTS cache usage
2019-03-12 15:13:52 +03:00
Dmitry Stogov
2b6cbcae06
Merge branch 'PHP-7.4'
...
* PHP-7.4:
Fixed ZTS cache usage
2019-03-12 15:06:11 +03:00
Dmitry Stogov
b0d76ed4ad
Fixed ZTS cache usage
2019-03-12 15:05:56 +03:00
Nikita Popov
36f875e78e
Merge branch 'PHP-7.4'
2019-03-12 09:58:38 +01:00
Nikita Popov
5b778e852e
Merge branch 'PHP-7.3' into PHP-7.4
2019-03-12 09:58:29 +01:00
Nikita Popov
a7739be22f
Fixed bug #77722
2019-03-12 09:58:09 +01:00
Remi Collet
f9f422659c
Merge branch 'PHP-7.4'
...
* PHP-7.4:
add --enable-rtld-now in upgrade info
use DL_LOAD in litespeed
add --enable-rtld-now build option to change dlopen behavior
2019-03-12 08:26:36 +01:00