]>
granicus.if.org Git - php/log
Nikita Popov [Mon, 29 Feb 2016 21:44:06 +0000 (22:44 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0
Conflicts:
ext/phar/tar.c
Jos Elstgeest [Tue, 2 Feb 2016 23:24:06 +0000 (00:24 +0100)]
Fixed bugs #71317 and #71504
If there are duplicate filenames in tar, the last one wins.
Anatol Belski [Mon, 29 Feb 2016 17:44:15 +0000 (18:44 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
add test for bug #68957
Anatol Belski [Mon, 29 Feb 2016 17:43:03 +0000 (18:43 +0100)]
add test for bug #68957
Anatol Belski [Mon, 29 Feb 2016 17:26:48 +0000 (18:26 +0100)]
update NEWS
Anatol Belski [Mon, 29 Feb 2016 17:26:08 +0000 (18:26 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
update NEWS
Anatol Belski [Mon, 29 Feb 2016 17:25:16 +0000 (18:25 +0100)]
update NEWS
Anatol Belski [Mon, 29 Feb 2016 16:07:05 +0000 (17:07 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
Fixed #54648 PDO::MSSQL forces format of datetime fields
Anatol Belski [Mon, 29 Feb 2016 16:04:49 +0000 (17:04 +0100)]
Fixed #54648 PDO::MSSQL forces format of datetime fields
adopted patch by steven dot lambeth at gmx dot de
Anatol Belski [Mon, 29 Feb 2016 15:30:33 +0000 (16:30 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
remove unneeded free parts
Anatol Belski [Mon, 29 Feb 2016 15:26:46 +0000 (16:26 +0100)]
remove unneeded free parts
See bug #71667, free_statement already does the job
Anatol Belski [Mon, 29 Feb 2016 14:48:51 +0000 (15:48 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
fix leaks and add one more NULL check
add NULL check
fix C89 compat
fix arg type
Anatol Belski [Mon, 29 Feb 2016 14:38:42 +0000 (15:38 +0100)]
fix leaks and add one more NULL check
Anatol Belski [Mon, 29 Feb 2016 14:26:57 +0000 (15:26 +0100)]
add NULL check
Anatol Belski [Mon, 29 Feb 2016 14:24:31 +0000 (15:24 +0100)]
fix C89 compat
Anatol Belski [Mon, 29 Feb 2016 14:23:53 +0000 (15:23 +0100)]
fix arg type
Anatol Belski [Mon, 29 Feb 2016 09:58:56 +0000 (10:58 +0100)]
fix nmake clean in phpize mode
Xinchen Hui [Mon, 29 Feb 2016 07:19:18 +0000 (15:19 +0800)]
The test self should be fixed(maybe relates to env?)
Revert "Fixed test ext/readline/tests/readline_read_history_error_001.phpt"
This reverts commit
69e26f9f8fb444fab29bba0fc99fab0cf6f80dd4 .
Xinchen Hui [Mon, 29 Feb 2016 07:07:38 +0000 (15:07 +0800)]
Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0
* 'PHP-7.0' of git.php.net:/php-src:
test fixes
update NEWS
Fix bug #71536 Access Violation crashes php-cgi.exe
Xinchen Hui [Mon, 29 Feb 2016 07:07:19 +0000 (15:07 +0800)]
Fixed test ext/readline/tests/readline_read_history_error_001.phpt
Anatol Belski [Sun, 28 Feb 2016 10:53:21 +0000 (11:53 +0100)]
test fixes
Anatol Belski [Sun, 28 Feb 2016 10:06:55 +0000 (11:06 +0100)]
update NEWS
Anatol Belski [Sun, 28 Feb 2016 10:01:00 +0000 (11:01 +0100)]
Fix bug #71536 Access Violation crashes php-cgi.exe
Xinchen Hui [Sun, 28 Feb 2016 03:50:06 +0000 (11:50 +0800)]
Fixed segfault with file_cache_only
Xinchen Hui [Thu, 25 Feb 2016 08:07:22 +0000 (16:07 +0800)]
Fixed bug #71660 (array_column behaves incorrectly after foreach by reference)
Nikita Popov [Wed, 24 Feb 2016 21:31:17 +0000 (22:31 +0100)]
Fix construction of AO with overloaded object error
a) Fix uses of zend_string in error message
b) Don't assign the overloaded object as the backing storage, that
sort of defeats the point. Instead leave the previous value.
Nikita Popov [Wed, 24 Feb 2016 18:08:18 +0000 (19:08 +0100)]
Fix AO object properties separation
Nikita Popov [Wed, 24 Feb 2016 17:27:56 +0000 (18:27 +0100)]
Forbid exchangeArray() during sorting
Previously this would leak.
Nikita Popov [Wed, 24 Feb 2016 17:23:42 +0000 (18:23 +0100)]
Fix typo in foreach_017.phpt
Dmitry Stogov [Wed, 24 Feb 2016 20:46:11 +0000 (23:46 +0300)]
Fixed possible crash at PCRE on MSHUTDOWN
Dmitry Stogov [Wed, 24 Feb 2016 18:15:53 +0000 (21:15 +0300)]
Fixed more synchronisation issues during SHM reload
Nikita Popov [Wed, 24 Feb 2016 16:39:16 +0000 (17:39 +0100)]
Fix leak on assignment to illegal AO offset
Nikita Popov [Wed, 24 Feb 2016 16:18:07 +0000 (17:18 +0100)]
Don't use ht applyCount for AO sorting protection
Instead use the AOs own applyCount that just got freed up. Using the
apply count of the HashTable has various side effects, e.g. preventing
the ArrayObject from being dumped.
Nikita Popov [Wed, 24 Feb 2016 16:10:28 +0000 (17:10 +0100)]
Remove recursion checks from AO get_properties
These are pointless, there is no recursion (of that kind) happening
there.
Nikita Popov [Wed, 24 Feb 2016 16:00:04 +0000 (17:00 +0100)]
Fix "Call to member function on unknown"
Should be "on null".
Nikita Popov [Wed, 24 Feb 2016 13:07:06 +0000 (14:07 +0100)]
Fixed bug #71470
Don't report hashtable iterator leaks on unclean shutdown, those
are expected.
Anatol Belski [Wed, 24 Feb 2016 11:29:23 +0000 (12:29 +0100)]
fix NEWS
Remi Collet [Wed, 24 Feb 2016 11:26:25 +0000 (12:26 +0100)]
fix NEWS
Anatol Belski [Wed, 24 Feb 2016 11:06:35 +0000 (12:06 +0100)]
update NEWS
Anatol Belski [Wed, 24 Feb 2016 11:00:26 +0000 (12:00 +0100)]
Port patch and test for bug #47803 to 7.0
See
ff115e285ab5192f9e12a43d5dc202d88b01f1ea
Anatol Belski [Wed, 24 Feb 2016 10:57:15 +0000 (11:57 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
update NEWS
add test for bug #47803
Fixed bug #47803
Anatol Belski [Wed, 24 Feb 2016 10:56:12 +0000 (11:56 +0100)]
update NEWS
Anatol Belski [Wed, 24 Feb 2016 10:49:02 +0000 (11:49 +0100)]
add test for bug #47803
Anatol Belski [Wed, 24 Feb 2016 10:40:35 +0000 (11:40 +0100)]
Fixed bug #47803
Executing prepared statements is succesfull only for the first two statements
The reworked patch descends to the bug #69526 which is fixed by
this as well. The broken logic in the current code was, that
SQLDescribeParam was executed in odbc_execute every time. This piece
is now moved into odbc_prepare and the results are carried on in an
additional structure.
Since the ext/odbc headers are not being currently installed and the
corresponding structs like odbc_result are not used outside ext/odbc,
the binary compatibility persists. Executing SQLDescribeParam only once
in odbc_prepare is also an optimization as the filds usually won't
change that fast and thus requestind the descriptions on every
execution is not required.
Dmitry Stogov [Wed, 24 Feb 2016 08:04:48 +0000 (11:04 +0300)]
Fixed bug #71535 (Integer overflow in zend_mm_alloc_heap())
Anatol Belski [Tue, 23 Feb 2016 13:39:17 +0000 (14:39 +0100)]
add test for bug #71171
Anatol Belski [Tue, 23 Feb 2016 13:22:06 +0000 (14:22 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
make ext/odbc test credentials configurable
Anatol Belski [Tue, 23 Feb 2016 13:21:04 +0000 (14:21 +0100)]
make ext/odbc test credentials configurable
Remi Collet [Mon, 22 Feb 2016 17:45:18 +0000 (18:45 +0100)]
missing include
Remi Collet [Mon, 22 Feb 2016 17:18:30 +0000 (18:18 +0100)]
update bundled libzip to 1.1.2
Nikita Popov [Mon, 22 Feb 2016 12:09:54 +0000 (13:09 +0100)]
Remove check_std_props arg from get_hash_table
get_properties() is the only place using it, so handle it only
there.
Nikita Popov [Mon, 22 Feb 2016 12:04:19 +0000 (13:04 +0100)]
Don't recurse into USE_OTHER checking STD_PROP_LIST
If STD_PROP_LIST is explicitly disabled in the constructor, it
should really be disabled.
Nikita Popov [Mon, 22 Feb 2016 11:39:07 +0000 (12:39 +0100)]
Fix typo in previous commit
Happened to be correct because array is the first member, but
definitely not what I wanted...
Nikita Popov [Mon, 22 Feb 2016 11:33:41 +0000 (12:33 +0100)]
Fix ArrayObject clone for certain USE_OTHER cases
We can't simply use HASH_OF, need to use the usual hash table
getter.
Nikita Popov [Mon, 22 Feb 2016 11:19:03 +0000 (12:19 +0100)]
Use USE_OTHER for ArrayIterator cloning
intern->array should never be an array with refcount 2.
Remi Collet [Mon, 22 Feb 2016 08:26:14 +0000 (09:26 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
cleanup $Id
Remi Collet [Mon, 22 Feb 2016 08:26:00 +0000 (09:26 +0100)]
cleanup $Id
Stanislav Malyshev [Mon, 22 Feb 2016 01:02:55 +0000 (17:02 -0800)]
Fix bug #71629: sync php_url_decode definition
Nikita Popov [Sun, 21 Feb 2016 11:59:57 +0000 (12:59 +0100)]
Fixed bug #71617
Remi Collet [Sat, 20 Feb 2016 16:42:26 +0000 (17:42 +0100)]
cleanup, ext/json is simple PHP now
Andrea Faulds [Thu, 18 Feb 2016 22:35:44 +0000 (22:35 +0000)]
Test that mt_rand() consistently produces the wrong results
See
6f6bd8ce531636134efd5f669a4e8373fb2e9e51 and its revert,
a0724d30817600540946b41e40f4cfc2a0c30f80 .
Dmitry Stogov [Thu, 18 Feb 2016 20:15:38 +0000 (23:15 +0300)]
Set proper type flags (REFCOUNTED and COPYABLE) according to interned or regular string
Dmitry Stogov [Thu, 18 Feb 2016 20:14:46 +0000 (23:14 +0300)]
Better fix for bug #71622 (Strings used in pass-as-reference cannot be used to invoke C::$callable())
Anatol Belski [Thu, 18 Feb 2016 18:51:18 +0000 (19:51 +0100)]
Anatol Belski [Thu, 18 Feb 2016 18:44:58 +0000 (19:44 +0100)]
Merge branch 'PHP-7.0' of git.php.net:php-src into PHP-7.0
Anatol Belski [Thu, 18 Feb 2016 18:43:27 +0000 (19:43 +0100)]
update NEWS
Anatol Belski [Thu, 18 Feb 2016 18:43:03 +0000 (19:43 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
update NEWS
Anatol Belski [Thu, 18 Feb 2016 18:42:18 +0000 (19:42 +0100)]
update NEWS
Anatol Belski [Thu, 18 Feb 2016 18:40:17 +0000 (19:40 +0100)]
add test for bug #71625, 7 variant
Anatol Belski [Thu, 18 Feb 2016 18:39:30 +0000 (19:39 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
add test for bug #71625
Anatol Belski [Thu, 18 Feb 2016 18:38:39 +0000 (19:38 +0100)]
add test for bug #71625
Rasmus Lerdorf [Thu, 18 Feb 2016 18:35:40 +0000 (10:35 -0800)]
Fix typo
Anatol Belski [Thu, 18 Feb 2016 18:33:27 +0000 (19:33 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
Fixed bug #71625 Crash in php7.dll with bad phar filename
Anatol Belski [Thu, 18 Feb 2016 18:32:08 +0000 (19:32 +0100)]
Fixed bug #71625 Crash in php7.dll with bad phar filename
Anatol Belski [Thu, 18 Feb 2016 18:17:54 +0000 (19:17 +0100)]
update NEWS
Anatol Belski [Thu, 18 Feb 2016 18:17:22 +0000 (19:17 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
update NEWS
Anatol Belski [Thu, 18 Feb 2016 18:16:39 +0000 (19:16 +0100)]
update NEWS
Anatol Belski [Thu, 18 Feb 2016 18:14:22 +0000 (19:14 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
Bug #71596 Segmentation fault on ZTS with date function (setlocale)
Anatol Belski [Thu, 18 Feb 2016 18:13:07 +0000 (19:13 +0100)]
Bug #71596 Segmentation fault on ZTS with date function (setlocale)
Bob Weinand [Thu, 18 Feb 2016 12:53:15 +0000 (13:53 +0100)]
Fixed bug #71622 (Strings used in pass-as-reference cannot be used to invoke C::$callable())
Leigh [Thu, 18 Feb 2016 11:09:01 +0000 (11:09 +0000)]
Revert "Fix #71152: mt_rand() returns the different values from original mt19937ar.c"
This reverts commit
6f6bd8ce531636134efd5f669a4e8373fb2e9e51 .
`mt_rand()` is seedable with `mt_srand()` which means it can be used to (re)produce specific streams of numbers. All code (no matter how few instances that may be) that previously depended on this behaviour will no longer produce the same results.
This kind of change needs to be discussed before being committed.
Lior Kaplan [Thu, 18 Feb 2016 09:24:03 +0000 (11:24 +0200)]
Sort 7.0.4 extensions by name, merge FPM entries
Stanislav Malyshev [Thu, 18 Feb 2016 06:44:05 +0000 (22:44 -0800)]
Remove TSRMLS_* from code, they are not used anymore
Stanislav Malyshev [Thu, 18 Feb 2016 06:36:01 +0000 (22:36 -0800)]
Remove TSRMLS_* from docs as it's not used anymore
Anatol Belski [Thu, 18 Feb 2016 06:12:42 +0000 (07:12 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
fix ts buld
Anatol Belski [Thu, 18 Feb 2016 06:11:36 +0000 (07:11 +0100)]
fix ts buld
Ferenc Kovacs [Wed, 17 Feb 2016 23:32:15 +0000 (00:32 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
5.6.20 is next
Ferenc Kovacs [Wed, 17 Feb 2016 23:31:18 +0000 (00:31 +0100)]
5.6.20 is next
Bob Weinand [Wed, 17 Feb 2016 19:26:47 +0000 (20:26 +0100)]
Fix crash when advancing inside an internal function
This just happened in the "double ctrl+c" mode, when we halted inside an internal function; there was some code assuming a proper op_array
Dmitry Stogov [Wed, 17 Feb 2016 10:58:05 +0000 (13:58 +0300)]
Fixed process synchronisation problem, that may cause crashes after opcache restart
kusano [Thu, 17 Dec 2015 10:26:38 +0000 (19:26 +0900)]
Fix #71152: mt_rand() returns the different values from original mt19937ar.c
Anatol Belski [Tue, 16 Feb 2016 08:14:05 +0000 (09:14 +0100)]
prepare next
Anatol Belski [Tue, 16 Feb 2016 07:29:37 +0000 (08:29 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
yet two test fixes in openssl in 5.6
Anatol Belski [Tue, 16 Feb 2016 07:28:10 +0000 (08:28 +0100)]
yet two test fixes in openssl in 5.6
Anatol Belski [Tue, 16 Feb 2016 07:06:38 +0000 (08:06 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
improve test
Anatol Belski [Tue, 16 Feb 2016 07:05:16 +0000 (08:05 +0100)]
improve test
Xinchen Hui [Tue, 16 Feb 2016 03:02:57 +0000 (11:02 +0800)]
Fixed bug #71603 (compact() maintains references in php7)
Bob Weinand [Mon, 15 Feb 2016 21:37:21 +0000 (22:37 +0100)]
Fixed bug #71601 (finally block not executed after yield from)
Anatol Belski [Mon, 15 Feb 2016 15:53:31 +0000 (16:53 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
Fix timelib compat with PHP5
Anatol Belski [Mon, 15 Feb 2016 15:50:42 +0000 (16:50 +0100)]
Fix timelib compat with PHP5
Windows builds in PHP5 are always using long which is 32-bit even
in 64-bit build. Thus in PHP5, timelib_long and the company have
to always evaluate to a 32-bit.