1
0
mirror of https://github.com/php/php-src.git synced 2026-04-17 21:11:02 +02:00
Commit Graph

108267 Commits

Author SHA1 Message Date
Anatol Belski
df5e09c5a8 Use inliner cache also for non ext/sapi sources 2018-08-03 12:36:19 +02:00
Christoph M. Becker
57ccfab1d4 Merge branch 'PHP-7.3'
* PHP-7.3:
  Update UPGRADING.INTERNALS wrt. Same Site Cookies
2018-08-03 10:53:07 +02:00
Christoph M. Becker
4faf135d90 Update UPGRADING.INTERNALS wrt. Same Site Cookies 2018-08-03 10:52:31 +02:00
Anatol Belski
9d89cf95d3 Missing piece for the inliner cache 2018-08-03 10:20:03 +02:00
Anatol Belski
c389fc6117 Merge branch 'PHP-7.3'
* PHP-7.3:
  Update maintainer info [skip ci]
2018-08-03 07:50:00 +02:00
Anatol Belski
7aca2bdbb1 Update maintainer info [skip ci] 2018-08-03 07:49:29 +02:00
Anatol Belski
cf21a505a6 Merge branch 'PHP-7.3'
* PHP-7.3:
  Improve cleanup
2018-08-03 07:12:13 +02:00
Anatol Belski
4bb44e0f44 Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2:
  Improve cleanup
2018-08-03 07:11:23 +02:00
Anatol Belski
0872e80dd8 Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
  Improve cleanup
2018-08-03 07:10:27 +02:00
Anatol Belski
41c69766a4 Improve cleanup
The persistent connection locks the file which might prevent deletion.
2018-08-03 07:08:53 +02:00
Gabriel Caruso
0e0019f694 Remove superfluous checks of always available functions 2018-08-03 00:13:01 -03:00
Anatol Belski
7b184d320c Merge branch 'PHP-7.3'
* PHP-7.3:
2018-08-02 21:41:07 +02:00
Anatol Belski
cd07fa48ba Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2:
  Fix callbacks
  bump version
2018-08-02 21:40:50 +02:00
Anatol Belski
e018a1c98a Merge branch 'PHP-7.2'
* PHP-7.2:
  Fix callbacks
  bump version
2018-08-02 21:25:29 +02:00
Anatol Belski
91a0a10f71 Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
  Fix callbacks
  bump version
2018-08-02 21:20:04 +02:00
Anatol Belski
19592519c2 Fix callbacks
The signatures wasn't synced in 7.0
2018-08-02 18:59:34 +02:00
Anatol Belski
580103cb13 Merge branch 'PHP-7.3'
* PHP-7.3:
  Cleanup unused items
2018-08-02 18:29:33 +02:00
Anatol Belski
9d7c510893 Cleanup unused items 2018-08-02 18:28:56 +02:00
Sara Golemon
f895525160 Merge branch 'PHP-7.3'
* PHP-7.3:
  Roll NEWS for 7.2.10
2018-08-02 11:24:29 -04:00
Sara Golemon
ba1a90ea89 Merge branch 'PHP-7.2' into HEAD
* PHP-7.2:
  Roll NEWS for 7.2.10
2018-08-02 11:23:14 -04:00
Sara Golemon
0ba49597b9 Roll NEWS for 7.2.10 2018-08-02 11:21:40 -04:00
Anatol Belski
309ae35773 Enable inline reader cache 2018-08-02 16:29:59 +02:00
Christoph M. Becker
9ad039a180 Merge branch 'PHP-7.3'
* PHP-7.3:
  [ci skip] Fix wrong dash character in UPGRADING
2018-08-02 14:13:40 +02:00
Michael Moravec
196e5f0e06 [ci skip] Fix wrong dash character in UPGRADING 2018-08-02 14:13:09 +02:00
Christoph M. Becker
c9861bd7a9 Create and expose php_sys_symlink() and php_sys_link()
These macros are supposed to behave like POSIX's symlink() and link(),
respectively, on POSIX compliant systems and on Windows.

Future scope: merge link.c and link_win32.c
2018-08-02 14:08:30 +02:00
Gabriel Caruso
1fe59810fe Make test run on non zts builds 2018-08-01 23:14:56 -03:00
Gabriel Caruso
7f9e10f539 Remove invalid SKIPIF sections 2018-08-01 22:39:00 -03:00
Gabriel Caruso
dc4e47710b Give a reason why the test was skipped
A follow up for c93aba04
2018-08-01 22:18:57 -03:00
BohwaZ
6f9ebe677b Add \PDO::SQLITE_ATTR_READONLY_STATEMENT
This attribute is a boolean value. It is taken from the return value of
sqlite3_stmt_readonly(), indicating if and only if the prepared statement makes
no direct changes to the content of the database.
2018-08-01 17:45:20 -04:00
Anatol Belski
1a303f1a2b Merge branch 'PHP-7.3'
* PHP-7.3:
  Suppress more irrelevant clang warnings
2018-08-01 18:19:50 +02:00
Anatol Belski
d53978bd59 Suppress more irrelevant clang warnings 2018-08-01 18:18:37 +02:00
Christoph M. Becker
3d4fbdade4 Remove needless version checks
As of PHP 5.5.3, we're requiring ICU ≥ 4.0[1] anyway, so there's no
need to check for ICU 3.x.

[1] <http://git.php.net/?p=php-src.git;a=commit;h=8831b00>
2018-08-01 17:53:38 +02:00
Anatol Belski
3d7b0b6f92 Merge branch 'PHP-7.3'
* PHP-7.3:
  Unused var
2018-08-01 16:45:39 +02:00
Xinchen Hui
642bb9f376 Unused var 2018-08-01 16:45:15 +02:00
Anatol Belski
2d71a28954 Merge branch 'PHP-7.3'
* PHP-7.3:
  Fix clang compilation
2018-08-01 16:24:07 +02:00
Anatol Belski
36857ab52b Fix clang compilation
By usage of -fmodules, all the intrinsic items are loaded automatically.
The headers included come however from Visual Studio, thus bringing some
conflicting declarations. On the other hand, -fmodules is needed to
mitigate linking issues with clang in VS compatibility mode.
2018-08-01 16:19:54 +02:00
Xinchen Hui
85145e509e Unused var 2018-08-01 14:49:06 +08:00
Stanislav Malyshev
3ea095ab00 [ci skip] Typo 2018-07-31 22:41:11 -07:00
Stanislav Malyshev
65167f1c7d [ci skip] Ugh, whitespace 2018-07-31 12:44:51 -07:00
Stanislav Malyshev
201022c347 [ci skip] Clarify difference between security & regular bugfixes 2018-07-31 12:43:22 -07:00
Anatol Belski
f8357f9e80 Merge branch 'PHP-7.3'
* PHP-7.3:
  Fix length to copy
2018-07-31 17:32:49 +02:00
Anatol Belski
b1d2a89ac1 Fix length to copy 2018-07-31 17:31:57 +02:00
Christoph M. Becker
7866f28173 UPDATE README.GIT-RULES wrt. PHP-7.3
We also add a respective note to README.RELEASE_PROCESS, so this won't
get overlooked again.
2018-07-31 17:06:44 +02:00
Joe Watkins
74988eed99 bump version 2018-07-31 16:38:35 +02:00
Christoph M. Becker
bccf0dfba1 Prepare UPGRADING(.INTERNALS) for PHP 7.4
We also add this as task to README.RELEASE_PROCESS, so that it's not
overlooked next time.
2018-07-31 15:54:03 +02:00
Christoph M. Becker
d5bd1b5f6b Merge branch 'PHP-7.3'
* PHP-7.3:
  Fix ZEND_EXTENSION_API_NO
2018-07-31 14:11:59 +02:00
Christoph M. Becker
f6ee308143 Fix ZEND_EXTENSION_API_NO 2018-07-31 14:11:39 +02:00
Christoph M. Becker
4ed1678540 Fix README.RELEASE_PROCESS
The version has to be updated in configure.ac; by running `./configure`
afterwards, main/php_versions.h will be updated automatically.
2018-07-31 14:09:31 +02:00
Christoph M. Becker
a63c99ba62 Prepare for PHP 7.4 2018-07-31 13:56:24 +02:00
Christoph M. Becker
144e8d1f83 Update API version numbers
These are supposed to be final now for PHP 7.3.
2018-07-31 13:33:48 +02:00