]>
granicus.if.org Git - php/log
Nikita Popov [Wed, 15 Nov 2017 22:01:52 +0000 (23:01 +0100)]
Merge branch 'PHP-7.2'
Nikita Popov [Wed, 15 Nov 2017 22:01:11 +0000 (23:01 +0100)]
Merge branch 'PHP-7.1' into PHP-7.2
DanielCiochiu [Tue, 7 Nov 2017 05:30:34 +0000 (07:30 +0200)]
Fixed #74862: Unable to clone instance when private __clone defined
Even though __clone was implemented as private and called only from
parent class, child extending class instance could not be cloned.
Anatol Belski [Wed, 15 Nov 2017 19:42:37 +0000 (20:42 +0100)]
Merge branch 'PHP-7.2'
* PHP-7.2:
[ci skip] update NEWS
Anatol Belski [Wed, 15 Nov 2017 19:41:15 +0000 (20:41 +0100)]
[ci skip] update NEWS
Anatol Belski [Wed, 15 Nov 2017 19:21:40 +0000 (20:21 +0100)]
Add missing ifdef
Anatol Belski [Wed, 15 Nov 2017 17:03:51 +0000 (18:03 +0100)]
Remove padding
Anatol Belski [Wed, 15 Nov 2017 17:03:20 +0000 (18:03 +0100)]
Merge branch 'PHP-7.2'
* PHP-7.2:
Refine allocation
NEWS
Anatol Belski [Wed, 15 Nov 2017 17:02:01 +0000 (18:02 +0100)]
Refine allocation
None of currently supported codepages would claim more than 5
bytes per a multibyte glyph, that's (255*5+1)kb, not 2kb anymore.
Anatol Belski [Wed, 15 Nov 2017 15:00:15 +0000 (16:00 +0100)]
Unroll loop for ASCII check
Remi Collet [Wed, 15 Nov 2017 14:35:21 +0000 (15:35 +0100)]
NEWS
Anatol Belski [Wed, 15 Nov 2017 11:45:21 +0000 (12:45 +0100)]
Merge branch 'PHP-7.2'
* PHP-7.2:
Fix C++ compatibility for TSRM_TLS
Anatol Belski [Wed, 15 Nov 2017 11:33:35 +0000 (12:33 +0100)]
Fix C++ compatibility for TSRM_TLS
If a C++11 source is compiled, thread_local is preferred. Furthermore,
at least GCC treats __thread vs. thread_local a different way and under
certain circumstances would refuse to compile __thread is a C++11 source.
This change is far behind in time, any up-to-date compiler supports C++11
and otherwise it won't take effect on lower versions.
Dmitry Stogov [Wed, 15 Nov 2017 11:07:09 +0000 (14:07 +0300)]
Use single memory pool for result metadata and result set.
Anatol Belski [Wed, 15 Nov 2017 11:02:09 +0000 (12:02 +0100)]
Merge branch 'PHP-7.2'
* PHP-7.2:
Add missing var declarations for phpize mode
Anatol Belski [Wed, 15 Nov 2017 11:00:58 +0000 (12:00 +0100)]
Add missing var declarations for phpize mode
Anatol Belski [Wed, 15 Nov 2017 10:24:56 +0000 (11:24 +0100)]
Merge branch 'PHP-7.2'
* PHP-7.2:
Regenerate cp map
Anatol Belski [Wed, 15 Nov 2017 10:24:12 +0000 (11:24 +0100)]
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Regenerate cp map
Anatol Belski [Wed, 15 Nov 2017 10:11:16 +0000 (11:11 +0100)]
Regenerate cp map
Add missing encoding name and don't put nameless cp
Anatol Belski [Wed, 15 Nov 2017 09:14:51 +0000 (10:14 +0100)]
Merge branch 'PHP-7.2'
* PHP-7.2:
Fixed bug #75525 Access Violation in vcruntime140.dll
Anatol Belski [Wed, 15 Nov 2017 08:55:29 +0000 (09:55 +0100)]
Fixed bug #75525 Access Violation in vcruntime140.dll
It was a mistake to make d_name a pointer. d_name has to be allocated
in the body of struct dirent as per POSIX.1-2008. The binary
compatibility is kept through the extra padding, which will be removed
in 7.3.
Dmitry Stogov [Wed, 15 Nov 2017 08:33:32 +0000 (11:33 +0300)]
Cleanup. Make difference between MYSQLND_ROW_BUFFER and MYSQLND_MEMORY_POOL_CHUNK (the last one is completely removed).
Dmitry Stogov [Tue, 14 Nov 2017 23:44:34 +0000 (02:44 +0300)]
Use better buffer reallocation strategy
Dmitry Stogov [Tue, 14 Nov 2017 23:13:16 +0000 (02:13 +0300)]
Merged allocations
Dmitry Stogov [Tue, 14 Nov 2017 21:54:35 +0000 (00:54 +0300)]
Merge branch 'master' of git.php.net:php-src
* 'master' of git.php.net:php-src:
Try to fix AppVeyor build
Reduce sleep intervals in basic sleep tests
Initialize jit global
Fix wrong return
Clarify bin_to_readable code
Dmitry Stogov [Tue, 14 Nov 2017 21:53:51 +0000 (00:53 +0300)]
Embeded zend_list into st_mysqlnd_error_info, to avoid extra allocation/deallocation.
Nikita Popov [Tue, 14 Nov 2017 21:31:34 +0000 (22:31 +0100)]
Try to fix AppVeyor build
Performing arithmetic on void pointers is a GCC extension.
Nikita Popov [Tue, 14 Nov 2017 21:18:56 +0000 (22:18 +0100)]
Reduce sleep intervals in basic sleep tests
No reason to wait this long...
Anatol Belski [Tue, 14 Nov 2017 20:47:56 +0000 (21:47 +0100)]
Initialize jit global
Anatol Belski [Tue, 14 Nov 2017 20:44:46 +0000 (21:44 +0100)]
Fix wrong return
Nikita Popov [Tue, 14 Nov 2017 20:18:40 +0000 (21:18 +0100)]
Clarify bin_to_readable code
I got a bit of a scare when I first saw this code. Turns out that
the way it's used inlen==outlen and that's why it works.
Dmitry Stogov [Tue, 14 Nov 2017 20:34:06 +0000 (23:34 +0300)]
Use mnd_emalloc/mnd_efree
Dmitry Stogov [Tue, 14 Nov 2017 20:08:29 +0000 (23:08 +0300)]
Reimplemented MYSQLND_MEMORY_POOL to avoid allocations ouside of pool. Store all data related to result set in the pool.
Anatol Belski [Tue, 14 Nov 2017 19:06:59 +0000 (20:06 +0100)]
Merge branch 'PHP-7.2'
* PHP-7.2:
update NEWS
Update NEWS
Fix bug 60471 by correctly identifying unused speculative preconnections
Anatol Belski [Tue, 14 Nov 2017 19:05:28 +0000 (20:05 +0100)]
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
update NEWS
Update NEWS
Fix bug 60471 by correctly identifying unused speculative preconnections
Anatol Belski [Tue, 14 Nov 2017 19:04:42 +0000 (20:04 +0100)]
update NEWS
Anatol Belski [Tue, 14 Nov 2017 19:03:02 +0000 (20:03 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Update NEWS
Fix bug 60471 by correctly identifying unused speculative preconnections
Sammy Kaye Powers [Fri, 1 Sep 2017 14:36:04 +0000 (09:36 -0500)]
Update NEWS
Sammy Kaye Powers [Wed, 29 Mar 2017 14:27:18 +0000 (09:27 -0500)]
Fix bug 60471 by correctly identifying unused speculative preconnections
* Correctly identify unused speculative preconnections from browsers
like Chrome and Firefox
* Add a new message to the debug level that is emitted when a TCP
connection is closed without sending any request (a preconnection)
* Fix an issue where the existing debug messages were not being
displayed even when debug mode was enabled
Anatol Belski [Tue, 14 Nov 2017 16:07:09 +0000 (17:07 +0100)]
Fix remaining signedness warnings
Anatol Belski [Tue, 14 Nov 2017 15:36:33 +0000 (16:36 +0100)]
Use already available pattern length, fix signedness warnings
Anatol Belski [Tue, 14 Nov 2017 14:53:06 +0000 (15:53 +0100)]
Add skipif as this test became only valid with JIT compiled in
Without JIT, the depth limit is respected, but for JIT it's irrelevant.
Dmitry Stogov [Tue, 14 Nov 2017 14:32:41 +0000 (17:32 +0300)]
Run mysqlmd commands in one step (without separate create/run/free).
Dmitry Stogov [Tue, 14 Nov 2017 13:19:44 +0000 (16:19 +0300)]
Use mnd_erealloc()
Dmitry Stogov [Tue, 14 Nov 2017 13:14:13 +0000 (16:14 +0300)]
Merge mysqlnd_field_hash_key structure into st_mysqlnd_field.
Anatol Belski [Tue, 14 Nov 2017 12:56:25 +0000 (13:56 +0100)]
Merge branch 'PHP-7.2'
* PHP-7.2:
Fix UTF check in pcre_grep
Anatol Belski [Tue, 14 Nov 2017 12:49:06 +0000 (13:49 +0100)]
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.
Dmitry Stogov [Tue, 14 Nov 2017 12:10:27 +0000 (15:10 +0300)]
Use stack-allocated packets.
Anatol Belski [Tue, 14 Nov 2017 09:14:09 +0000 (10:14 +0100)]
Merge branch 'PHP-7.2'
* PHP-7.2:
Fix uninitialized flag when JIT is disabled
Anatol Belski [Tue, 14 Nov 2017 09:12:33 +0000 (10:12 +0100)]
Fix uninitialized flag when JIT is disabled
Anatol Belski [Tue, 14 Nov 2017 08:14:17 +0000 (09:14 +0100)]
Remove unused file
Xinchen Hui [Tue, 14 Nov 2017 07:00:02 +0000 (15:00 +0800)]
Skip test if no PCRE_JIT_SUPPORT
Xinchen Hui [Tue, 14 Nov 2017 02:50:41 +0000 (10:50 +0800)]
Added PCRE_JIT_SUPPORT flag
Anatol Belski [Mon, 13 Nov 2017 23:03:16 +0000 (00:03 +0100)]
[ci skip] update NEWS
Anatol Belski [Mon, 13 Nov 2017 22:01:43 +0000 (23:01 +0100)]
Fix calculation as sync with
48cee6d1
Dmitry Stogov [Mon, 13 Nov 2017 22:43:54 +0000 (01:43 +0300)]
Eliminated redundand code
Dmitry Stogov [Mon, 13 Nov 2017 21:49:03 +0000 (00:49 +0300)]
We don't need to calculate size of offset array, because pcre2_match_data_create() already takes size in pairs.
Anatol Belski [Mon, 13 Nov 2017 20:33:13 +0000 (21:33 +0100)]
Put hardcoded value into macro
Anatol Belski [Thu, 12 Oct 2017 10:48:36 +0000 (12:48 +0200)]
Patch core for PCRE2 support
RFC https://wiki.php.net/rfc/pcre2-migration
Sara Golemon [Mon, 13 Nov 2017 18:35:46 +0000 (13:35 -0500)]
Merge branch 'PHP-7.2'
* PHP-7.2:
Bugfix#75515 php://streams behaving greedily
Dmitry Stogov [Mon, 13 Nov 2017 15:24:43 +0000 (18:24 +0300)]
Allow creating $_SERVER from $_ENV, but not $_ENV from $_SERVER.
Sara Golemon [Mon, 13 Nov 2017 11:11:59 +0000 (06:11 -0500)]
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.
Remi Collet [Mon, 13 Nov 2017 11:47:11 +0000 (12:47 +0100)]
Merge branch 'PHP-7.2'
* PHP-7.2:
next version is 7.2.1
Remi Collet [Mon, 13 Nov 2017 11:46:30 +0000 (12:46 +0100)]
next version is 7.2.1
Remi Collet [Mon, 13 Nov 2017 09:23:46 +0000 (10:23 +0100)]
Merge branch 'PHP-7.2'
* PHP-7.2:
NEWS
NEWS
Fixed bug #75514 mt_rand returns value outside [$min,$max]+ on 32-bit
Remi Collet [Mon, 13 Nov 2017 09:23:07 +0000 (10:23 +0100)]
NEWS
Remi Collet [Mon, 13 Nov 2017 09:22:51 +0000 (10:22 +0100)]
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
Remi Collet [Mon, 13 Nov 2017 09:22:32 +0000 (10:22 +0100)]
NEWS
Remi Collet [Mon, 13 Nov 2017 08:55:10 +0000 (09:55 +0100)]
Fixed bug #75514 mt_rand returns value outside [$min,$max]+ on 32-bit
Xinchen Hui [Mon, 13 Nov 2017 03:19:46 +0000 (11:19 +0800)]
Merge branch 'PHP-7.2'
* PHP-7.2:
Avoid overflow
Xinchen Hui [Mon, 13 Nov 2017 03:19:42 +0000 (11:19 +0800)]
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Avoid overflow
Xinchen Hui [Mon, 13 Nov 2017 03:18:56 +0000 (11:18 +0800)]
Avoid overflow
Xinchen Hui [Mon, 13 Nov 2017 03:14:10 +0000 (11:14 +0800)]
Merge branch 'PHP-7.2'
* PHP-7.2:
Update NEWS
Fixed bug #75511 (fread not free unused buffer)
Xinchen Hui [Mon, 13 Nov 2017 03:13:58 +0000 (11:13 +0800)]
Update NEWS
Xinchen Hui [Mon, 13 Nov 2017 03:13:42 +0000 (11:13 +0800)]
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Fixed bug #75511 (fread not free unused buffer)
Xinchen Hui [Mon, 13 Nov 2017 03:05:05 +0000 (11:05 +0800)]
Fixed bug #75511 (fread not free unused buffer)
fandrieu [Fri, 10 Nov 2017 22:18:59 +0000 (17:18 -0500)]
Treat DATETIME2 columns like DATETIME
Adam Baratz [Fri, 10 Nov 2017 19:26:25 +0000 (14:26 -0500)]
Use TDS version attribute to determine whether to skip tests
fandrieu [Fri, 10 Nov 2017 19:20:42 +0000 (14:20 -0500)]
Expose TDS version as \PDO::DBLIB_ATTR_TDS_VERSION attribute on \PDO instance
Adam Baratz [Fri, 10 Nov 2017 18:31:59 +0000 (13:31 -0500)]
Fix comment style
Adam Baratz [Fri, 10 Nov 2017 18:29:14 +0000 (13:29 -0500)]
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
Anatol Belski [Fri, 10 Nov 2017 10:43:38 +0000 (11:43 +0100)]
Merge branch 'PHP-7.2'
* PHP-7.2:
[ci skip] update NEWS
[ci skip] update NEWS
[ci skip] update NEWS
Anatol Belski [Fri, 10 Nov 2017 10:43:02 +0000 (11:43 +0100)]
[ci skip] update NEWS
Anatol Belski [Fri, 10 Nov 2017 10:41:52 +0000 (11:41 +0100)]
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
[ci skip] update NEWS
[ci skip] update NEWS
Anatol Belski [Fri, 10 Nov 2017 10:41:16 +0000 (11:41 +0100)]
[ci skip] update NEWS
Anatol Belski [Fri, 10 Nov 2017 10:40:47 +0000 (11:40 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
[ci skip] update NEWS
Anatol Belski [Fri, 10 Nov 2017 10:40:16 +0000 (11:40 +0100)]
[ci skip] update NEWS
Bernd [Fri, 10 Nov 2017 03:57:27 +0000 (04:57 +0100)]
Update README.EXT_SKEL
Dmitry Stogov [Thu, 9 Nov 2017 11:20:09 +0000 (14:20 +0300)]
Optimized parse_iv2()
Adam Baratz [Wed, 8 Nov 2017 22:12:33 +0000 (17:12 -0500)]
Output column data for easier debugging
Anatol Belski [Wed, 8 Nov 2017 11:01:39 +0000 (12:01 +0100)]
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
Anatol Belski [Wed, 8 Nov 2017 11:00:30 +0000 (12:00 +0100)]
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
Anatol Belski [Wed, 8 Nov 2017 10:54:18 +0000 (11:54 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Fixed #75384 PHP seems incompatible with OneDrive files on demand
Fixed ext/date tests due to changes in Olson database
Anatol Belski [Wed, 8 Nov 2017 10:52:42 +0000 (11:52 +0100)]
Fixed #75384 PHP seems incompatible with OneDrive files on demand
Dmitry Stogov [Wed, 8 Nov 2017 09:52:46 +0000 (12:52 +0300)]
Merge branch 'PHP-7.2'
* PHP-7.2:
Fixed assertion on phpMyAdmin-4.7.5 home page
Dmitry Stogov [Wed, 8 Nov 2017 09:51:53 +0000 (12:51 +0300)]
Fixed assertion on phpMyAdmin-4.7.5 home page
Dmitry Stogov [Wed, 8 Nov 2017 09:01:59 +0000 (12:01 +0300)]
Use Zend MM heap for non-persistent ini entry values.
Christoph M. Becker [Tue, 7 Nov 2017 15:37:31 +0000 (16:37 +0100)]
Don't reintroduce split_bc_num()
This function has been removed in
870ed5106d6274905b5aa4341429deef12c92e55 ,
because it is not necessary to manipulate the `bc_num` itself; instead
we simply omit extraneous decimals when converting the number to
string.
This resolves the issue introduced by
24fd49fbabc7c5ad941095f33d05fe2e41ff667d
in a cleaner way than
121d193514cbf59450a7dee0ad2e883101cbe9dd .
Joe Watkins [Tue, 7 Nov 2017 15:35:14 +0000 (15:35 +0000)]
bump versions
Christoph M. Becker [Tue, 7 Nov 2017 15:21:07 +0000 (16:21 +0100)]
Updated bundled libsqlite to 3.21.0