Dmitry Stogov
4d5330fbe1
Run mysqlmd commands in one step (without separate create/run/free).
2017-11-14 17:32:41 +03:00
Dmitry Stogov
3077a14aea
Use mnd_erealloc()
2017-11-14 16:19:44 +03:00
Dmitry Stogov
148641980c
Merge mysqlnd_field_hash_key structure into st_mysqlnd_field.
2017-11-14 16:14:13 +03:00
Anatol Belski
a385993c0c
Merge branch 'PHP-7.2'
...
* PHP-7.2:
Fix UTF check in pcre_grep
2017-11-14 13:56:25 +01:00
Anatol Belski
0d13323915
Fix UTF check in pcre_grep
...
In this case it loops through different subjects without looking for sub
matches and matches are done against the same pattern. Thus, don't reset
the UTF check flag but use it to check whether JIT should be used and
otherwise let PCRE to do the job according to what was saved into the
pattern.
2017-11-14 13:49:06 +01:00
Dmitry Stogov
93334b5fc2
Use stack-allocated packets.
2017-11-14 15:10:27 +03:00
Anatol Belski
0618d7d2ee
Merge branch 'PHP-7.2'
...
* PHP-7.2:
Fix uninitialized flag when JIT is disabled
2017-11-14 10:14:09 +01:00
Anatol Belski
3c241ea326
Fix uninitialized flag when JIT is disabled
2017-11-14 10:12:55 +01:00
Anatol Belski
5a6c49474e
Remove unused file
2017-11-14 09:14:17 +01:00
Xinchen Hui
ad006cc3b3
Skip test if no PCRE_JIT_SUPPORT
2017-11-14 15:00:02 +08:00
Xinchen Hui
266f19babb
Added PCRE_JIT_SUPPORT flag
2017-11-14 11:02:16 +08:00
Anatol Belski
61ae64f6ab
[ci skip] update NEWS
2017-11-14 00:03:16 +01:00
Anatol Belski
e8ac7d8dd5
Fix calculation as sync with 48cee6d1
2017-11-14 00:01:52 +01:00
Dmitry Stogov
81dd6de3a9
Eliminated redundand code
2017-11-14 01:43:54 +03:00
Dmitry Stogov
48cee6d1e9
We don't need to calculate size of offset array, because pcre2_match_data_create() already takes size in pairs.
2017-11-14 00:49:03 +03:00
Anatol Belski
f4edd0899f
Put hardcoded value into macro
2017-11-13 21:33:13 +01:00
Anatol Belski
a5bc5aed71
Patch core for PCRE2 support
...
RFC https://wiki.php.net/rfc/pcre2-migration
2017-11-13 19:37:38 +01:00
Sara Golemon
fd463cfbad
Merge branch 'PHP-7.2'
...
* PHP-7.2:
Bugfix#75515 php://streams behaving greedily
2017-11-13 13:35:46 -05:00
Dmitry Stogov
bdf77f02f6
Allow creating $_SERVER from $_ENV, but not $_ENV from $_SERVER.
2017-11-13 18:24:43 +03:00
Sara Golemon
0a45e8f096
Bugfix#75515 php://streams behaving greedily
...
5060fc23 attempted to fix #68948 by treating all non-uri streams
as non-blocking, however php://fd/* streams (which includes stdin)
may block if the other end of the IPC isn't finished.
This represents a partial revert to the pre RC6 state,
but includes an escape hatch for php://memory and php://temp
streams which are local to the current process.
This also restores stream_set_chunk_size test to previous state.
2017-11-13 09:40:34 -05:00
Remi Collet
275bba2b7e
Merge branch 'PHP-7.2'
...
* PHP-7.2:
next version is 7.2.1
2017-11-13 12:47:11 +01:00
Remi Collet
704bcd385f
next version is 7.2.1
2017-11-13 12:46:30 +01:00
Remi Collet
edff5d84db
Merge branch 'PHP-7.2'
...
* PHP-7.2:
NEWS
NEWS
Fixed bug #75514 mt_rand returns value outside [$min,$max]+ on 32-bit
2017-11-13 10:23:46 +01:00
Remi Collet
8c73c9a150
NEWS
2017-11-13 10:23:07 +01:00
Remi Collet
9e3bd1b288
Merge branch 'PHP-7.1' into PHP-7.2
...
* PHP-7.1:
NEWS
Fixed bug #75514 mt_rand returns value outside [$min,$max]+ on 32-bit
2017-11-13 10:22:51 +01:00
Remi Collet
3dbe8dd16f
NEWS
2017-11-13 10:22:32 +01:00
Remi Collet
e704e1e8c2
Fixed bug #75514 mt_rand returns value outside [$min,$max]+ on 32-bit
2017-11-13 10:21:46 +01:00
Xinchen Hui
70ee6688de
Merge branch 'PHP-7.2'
...
* PHP-7.2:
Avoid overflow
2017-11-13 11:19:46 +08:00
Xinchen Hui
2d88b2a1ea
Merge branch 'PHP-7.1' into PHP-7.2
...
* PHP-7.1:
Avoid overflow
2017-11-13 11:19:42 +08:00
Xinchen Hui
c718fd16a1
Avoid overflow
2017-11-13 11:18:56 +08:00
Xinchen Hui
46a21c5173
Merge branch 'PHP-7.2'
...
* PHP-7.2:
Update NEWS
Fixed bug #75511 (fread not free unused buffer)
2017-11-13 11:14:10 +08:00
Xinchen Hui
1ab03bc316
Update NEWS
2017-11-13 11:13:58 +08:00
Xinchen Hui
bc38c06752
Merge branch 'PHP-7.1' into PHP-7.2
...
* PHP-7.1:
Fixed bug #75511 (fread not free unused buffer)
2017-11-13 11:13:42 +08:00
Xinchen Hui
1c1df0d937
Fixed bug #75511 (fread not free unused buffer)
2017-11-13 11:13:27 +08:00
fandrieu
a0ed09f92b
Treat DATETIME2 columns like DATETIME
2017-11-10 17:20:33 -05:00
Adam Baratz
1027ed3767
Use TDS version attribute to determine whether to skip tests
2017-11-10 14:36:35 -05:00
fandrieu
b760b46216
Expose TDS version as \PDO::DBLIB_ATTR_TDS_VERSION attribute on \PDO instance
2017-11-10 14:21:07 -05:00
Adam Baratz
50421b3da5
Fix comment style
2017-11-10 13:31:59 -05:00
Adam Baratz
01f2427b83
More robust handling of stringified column data
...
- Use at least the FreeTDS maximum when converting datetime data
- Pass buffer length to dbconvert()
- Use dbconvert() return value to set string lengths or handle errors
- Move shared code into shared function
2017-11-10 13:29:14 -05:00
Anatol Belski
ca1f07b6d7
Merge branch 'PHP-7.2'
...
* PHP-7.2:
[ci skip] update NEWS
[ci skip] update NEWS
[ci skip] update NEWS
2017-11-10 11:43:38 +01:00
Anatol Belski
1426be1054
[ci skip] update NEWS
2017-11-10 11:43:02 +01:00
Anatol Belski
1b8f03c796
Merge branch 'PHP-7.1' into PHP-7.2
...
* PHP-7.1:
[ci skip] update NEWS
[ci skip] update NEWS
2017-11-10 11:41:52 +01:00
Anatol Belski
0bbb545c77
[ci skip] update NEWS
2017-11-10 11:41:16 +01:00
Anatol Belski
89e4760dcc
Merge branch 'PHP-7.0' into PHP-7.1
...
* PHP-7.0:
[ci skip] update NEWS
2017-11-10 11:40:47 +01:00
Anatol Belski
df615f47bd
[ci skip] update NEWS
2017-11-10 11:40:16 +01:00
Bernd
3a51145d0a
Update README.EXT_SKEL
2017-11-10 05:34:13 +00:00
Dmitry Stogov
2205631209
Optimized parse_iv2()
2017-11-09 14:20:09 +03:00
Adam Baratz
9ebb38ca1d
Output column data for easier debugging
2017-11-08 17:12:33 -05:00
Anatol Belski
61259d692e
Merge branch 'PHP-7.2'
...
* PHP-7.2:
Fixed #75384 PHP seems incompatible with OneDrive files on demand
bump versions
Fixed ext/date tests due to changes in Olson database
2017-11-08 12:01:39 +01:00
Anatol Belski
01c70cc98b
Merge branch 'PHP-7.1' into PHP-7.2
...
* PHP-7.1:
Fixed #75384 PHP seems incompatible with OneDrive files on demand
bump versions
Fixed ext/date tests due to changes in Olson database
2017-11-08 12:00:30 +01:00