]>
granicus.if.org Git - php/log
Ferenc Kovacs [Mon, 18 Apr 2016 06:15:47 +0000 (08:15 +0200)]
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
prepare for 5.6.21RC1
Ferenc Kovacs [Mon, 18 Apr 2016 06:14:16 +0000 (08:14 +0200)]
prepare for 5.6.21RC1
Christopher Jones [Mon, 18 Apr 2016 01:15:01 +0000 (11:15 +1000)]
Bump version in test
Nikita Popov [Sat, 16 Apr 2016 20:33:23 +0000 (22:33 +0200)]
Fix SEND_UNPACK array separation
Separating only immutable arrays is not enough.
Bob Weinand [Sat, 16 Apr 2016 18:27:53 +0000 (20:27 +0200)]
Fixed bug #72038 (Function calls with values to a by-ref parameter don't always throw a notice)
Dominic Luechinger [Wed, 13 Apr 2016 20:14:43 +0000 (22:14 +0200)]
Adds new curl option CURLOPT_SSL_VERIFYSTATUS to enable OCSP verification
Anatol Belski [Sat, 16 Apr 2016 14:11:22 +0000 (16:11 +0200)]
Add test for bug #72028
Nikita Popov [Sat, 16 Apr 2016 07:56:08 +0000 (09:56 +0200)]
Use symtable lookup for arrays in array_column
Nikita Popov [Sat, 16 Apr 2016 07:52:22 +0000 (09:52 +0200)]
Respect property visibility in array_column
Nikita Popov [Fri, 15 Apr 2016 14:28:48 +0000 (16:28 +0200)]
Fixed bug #72031
Xinchen Hui [Sat, 16 Apr 2016 04:29:27 +0000 (21:29 -0700)]
Fixed bug #72028 (pg_query_params(): NULL converts to empty string)
I don't have a pgsql server by hand, so no test script, but the fix must
be right.
Xinchen Hui [Sat, 16 Apr 2016 04:08:51 +0000 (21:08 -0700)]
Fixed bug #71972 (Cyclic references causing session_start(): Failed to decode session object)
Lior Kaplan [Fri, 15 Apr 2016 19:17:37 +0000 (22:17 +0300)]
Align NEWS entry format
Lior Kaplan [Fri, 15 Apr 2016 19:09:05 +0000 (22:09 +0300)]
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
Align NEWS entry format
Lior Kaplan [Fri, 15 Apr 2016 19:07:47 +0000 (22:07 +0300)]
Align NEWS entry format
Anatol Belski [Fri, 15 Apr 2016 11:41:09 +0000 (13:41 +0200)]
update NEWS
Anatol Belski [Fri, 15 Apr 2016 11:38:49 +0000 (13:38 +0200)]
Fixed #71062 pg_convert() doesn't accept ISO 8601 for datatype timestamp
Xinchen Hui [Fri, 15 Apr 2016 03:57:53 +0000 (11:57 +0800)]
Fixed failed with libedit
Xinchen Hui [Thu, 14 Apr 2016 12:21:19 +0000 (20:21 +0800)]
Fixed bug #72014 (Including a file with anonymous classes multiple times leads to fatal error)
Christopher Jones [Thu, 14 Apr 2016 05:49:15 +0000 (15:49 +1000)]
On second thoughts, keep this in sync with 5.6 for 71422
Christopher Jones [Thu, 14 Apr 2016 05:09:02 +0000 (15:09 +1000)]
Merge branch 'PHP-5.6' into PHP-7.0
Christopher Jones [Thu, 14 Apr 2016 05:08:42 +0000 (15:08 +1000)]
Fix old comment cut-n-paste error
Christopher Jones [Thu, 14 Apr 2016 04:09:16 +0000 (14:09 +1000)]
Fixed bug #71600 (oci_fetch_all segfaults when selecting more than 8 columns) (Tian Yang)
Christopher Jones [Thu, 14 Apr 2016 03:55:32 +0000 (13:55 +1000)]
Merge fix for bug #71422. No code changed needed in PHP 7
Christopher Jones [Thu, 14 Apr 2016 03:50:01 +0000 (13:50 +1000)]
Fixed bug #71422 (Fix ORA-01438: value larger than specified precision allowed for this column)
Christopher Jones [Thu, 14 Apr 2016 03:43:13 +0000 (13:43 +1000)]
Merge branch 'PHP-7.0' of https://git.php.net/repository/php-src into PHP-7.0
Anatol Belski [Tue, 12 Apr 2016 17:37:36 +0000 (19:37 +0200)]
update NEWS
Anatol Belski [Tue, 12 Apr 2016 17:12:45 +0000 (19:12 +0200)]
Fixed bug #68849 bindValue is not using the right data type
Nikita Popov [Tue, 12 Apr 2016 12:39:05 +0000 (14:39 +0200)]
Fix ZEND_SEPARATE for by-val func returning ref zval
Nikita Popov [Tue, 12 Apr 2016 12:33:56 +0000 (14:33 +0200)]
Drop unnecessary ZEND_SEPARATE code
The following write ops will separate if necessary.
Joe Watkins [Tue, 12 Apr 2016 12:40:03 +0000 (13:40 +0100)]
phpdbg: close file handles
Remi Collet [Tue, 12 Apr 2016 11:46:06 +0000 (13:46 +0200)]
fix skipif
Xinchen Hui [Tue, 12 Apr 2016 07:30:11 +0000 (15:30 +0800)]
This only make sense on *nix
Anatol Belski [Tue, 12 Apr 2016 04:49:30 +0000 (06:49 +0200)]
prepare next
Anatol Belski [Mon, 11 Apr 2016 13:37:45 +0000 (15:37 +0200)]
update NEWS
Anatol Belski [Mon, 11 Apr 2016 13:00:58 +0000 (15:00 +0200)]
Fixed bug #70484 selectordinal doesn't work with named parameters
Anatol Belski [Mon, 11 Apr 2016 12:54:58 +0000 (14:54 +0200)]
fix version macro to check
Joe Watkins [Mon, 11 Apr 2016 12:24:37 +0000 (13:24 +0100)]
handle dummy frame
Joe Watkins [Mon, 11 Apr 2016 07:04:14 +0000 (08:04 +0100)]
Merge branch 'PHP-7.0' of https://github.com/php/php-src into PHP-7.0
Joe Watkins [Mon, 11 Apr 2016 07:03:15 +0000 (08:03 +0100)]
fix calendar segfault
Anatol Belski [Sun, 10 Apr 2016 17:10:45 +0000 (19:10 +0200)]
update NEWS
Anatol Belski [Sun, 10 Apr 2016 16:48:35 +0000 (18:48 +0200)]
Fixed bug #71998 Function pg_insert does not insert when column type = inet
Anatol Belski [Sat, 9 Apr 2016 17:10:53 +0000 (19:10 +0200)]
Fixed bug #65480 No declaration for msgformat_fix_quotes() in msgformat.c or msgformat_attr.c
Xinchen Hui [Sat, 9 Apr 2016 17:02:20 +0000 (10:02 -0700)]
Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0
Xinchen Hui [Sat, 9 Apr 2016 17:01:04 +0000 (10:01 -0700)]
Fixed bug #71995 (Returning the same var twice from __sleep() produces broken serialized data)
Anatol Belski [Sat, 9 Apr 2016 16:52:59 +0000 (18:52 +0200)]
update NEWS
Anatol Belski [Sat, 9 Apr 2016 16:22:57 +0000 (18:22 +0200)]
Fixed bug #66289 Locale::lookup incorrectly returns en or en_US if locale is empty
Lior Kaplan [Sat, 9 Apr 2016 12:57:57 +0000 (15:57 +0300)]
Enable configure without opcache-file and huge-code-pages
This doesn't chagne the default (yes for both features), but respects
--disable-opcache-file and --disable-huge-code-pages configure flags if given.
Lior Kaplan [Fri, 8 Apr 2016 22:35:30 +0000 (01:35 +0300)]
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
opcache config.m4: Use = for comparison
Lior Kaplan [Fri, 8 Apr 2016 19:38:07 +0000 (22:38 +0300)]
opcache config.m4: Use = for comparison
Anatol Belski [Fri, 8 Apr 2016 12:17:57 +0000 (14:17 +0200)]
fix indent
Anatol Belski [Fri, 8 Apr 2016 11:51:29 +0000 (13:51 +0200)]
update NEWS
Anatol Belski [Fri, 8 Apr 2016 10:48:26 +0000 (12:48 +0200)]
fix compat for ICU < 50
Anatol Belski [Fri, 8 Apr 2016 10:29:40 +0000 (12:29 +0200)]
Fixed bug #68893 Stackoverflow in datefmt_create
Daniel Persson [Mon, 7 Sep 2015 20:23:26 +0000 (22:23 +0200)]
Added missing newline.
Daniel Persson [Mon, 7 Sep 2015 20:15:52 +0000 (22:15 +0200)]
Changed to check for error with the new function that returns null if error is set
Daniel Persson [Mon, 7 Sep 2015 20:15:23 +0000 (22:15 +0200)]
Added function to check error and return null if error is set.
Daniel Persson [Mon, 7 Sep 2015 20:14:36 +0000 (22:14 +0200)]
Added tests for bug 70451 and 70452
Xinchen Hui [Fri, 8 Apr 2016 09:57:51 +0000 (17:57 +0800)]
Fixed bug #71986 (Nested foreach assign-by-reference creates broken variables)
Anatol Belski [Fri, 8 Apr 2016 09:01:42 +0000 (11:01 +0200)]
update NEWS
Anatol Belski [Fri, 8 Apr 2016 07:55:57 +0000 (09:55 +0200)]
Fixed bug #70455 Missing constant: IntlChar::NO_NUMERIC_VALUE
Anatol Belski [Fri, 8 Apr 2016 07:28:41 +0000 (09:28 +0200)]
update NEWS
Anatol Belski [Fri, 8 Apr 2016 06:59:06 +0000 (08:59 +0200)]
Fixed bug #71516 IntlDateFormatter losts locale if pattern is set via constructor
Xinchen Hui [Thu, 7 Apr 2016 11:29:49 +0000 (19:29 +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:
Fixed bug #71980
Xinchen Hui [Thu, 7 Apr 2016 11:28:54 +0000 (19:28 +0800)]
Improved fix for #71940
Nikita Popov [Thu, 7 Apr 2016 10:25:42 +0000 (12:25 +0200)]
Fixed bug #71980
Xinchen Hui [Thu, 7 Apr 2016 05:58:00 +0000 (13:58 +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:
Remove __halt_compiler from semi-reserved tokens
Fixed Bug #71974 Trans sid will always be send, even if cookies are available
Optimized array_fill(). This is a perfect function for fast creation of packed arrays.
Fixed build
fix merge mistake
fix tests
PostgreSQL's PDOStatement::getColumnMeta() fills in table's name.
fix indent
Fixed bug #71978 (Existence of return type hint affects other compatibility rules)
fix test
fix bug #71667 (emulate how mssql extension names "computed" columns)
update NEWS
add 32-bit specific variont for #62498
skip test on 32-bit
make opcache lockfile path configurable
return zvals instead of strings, cast or not based on stringify attribute
fix test
add skip slow test
Xinchen Hui [Thu, 7 Apr 2016 05:56:55 +0000 (13:56 +0800)]
Fixed bug #71940 (Unserialize crushes on restore object reference)
Nikita Popov [Thu, 7 Apr 2016 03:51:49 +0000 (05:51 +0200)]
Remove __halt_compiler from semi-reserved tokens
token_get_all() is not capable of dealing with this one correctly.
Yasuo Ohgaki [Thu, 7 Apr 2016 01:25:35 +0000 (10:25 +0900)]
Fixed Bug #71974 Trans sid will always be send, even if cookies are available
Dmitry Stogov [Wed, 6 Apr 2016 22:01:11 +0000 (01:01 +0300)]
Optimized array_fill(). This is a perfect function for fast creation of packed arrays.
Dmitry Stogov [Wed, 6 Apr 2016 21:59:21 +0000 (00:59 +0300)]
Fixed build
Anatol Belski [Wed, 6 Apr 2016 16:05:39 +0000 (18:05 +0200)]
fix merge mistake
Anatol Belski [Wed, 6 Apr 2016 15:42:23 +0000 (17:42 +0200)]
fix tests
Petr Sýkora [Tue, 2 Jul 2013 10:38:38 +0000 (12:38 +0200)]
PostgreSQL's PDOStatement::getColumnMeta() fills in table's name.
Anatol Belski [Wed, 6 Apr 2016 14:19:48 +0000 (16:19 +0200)]
fix indent
Dmitry Stogov [Wed, 6 Apr 2016 14:17:10 +0000 (17:17 +0300)]
Fixed bug #71978 (Existence of return type hint affects other compatibility rules)
Anatol Belski [Wed, 6 Apr 2016 12:44:23 +0000 (14:44 +0200)]
fix test
Adam Baratz [Fri, 26 Feb 2016 17:01:59 +0000 (12:01 -0500)]
fix bug #71667 (emulate how mssql extension names "computed" columns)
Anatol Belski [Wed, 6 Apr 2016 12:13:43 +0000 (14:13 +0200)]
update NEWS
Anatol Belski [Wed, 6 Apr 2016 12:05:25 +0000 (14:05 +0200)]
add 32-bit specific variont for #62498
Anatol Belski [Wed, 6 Apr 2016 11:55:32 +0000 (13:55 +0200)]
skip test on 32-bit
The Postgres INT8 datatype is handled as string on 32-bit
Fatih ACAR [Fri, 4 Mar 2016 10:17:45 +0000 (11:17 +0100)]
make opcache lockfile path configurable
Signed-off-by: William Dauchy <william@gandi.net>
Signed-off-by: Baptiste Daroussin <baptiste.daroussin@gandi.net>
Signed-off-by: Fatih Acar <fatih.acar@gandi.net>
Adam Baratz [Wed, 6 Apr 2016 10:18:53 +0000 (12:18 +0200)]
return zvals instead of strings, cast or not based on stringify attribute
Anatol Belski [Wed, 6 Apr 2016 06:21:10 +0000 (08:21 +0200)]
fix test
Anatol Belski [Wed, 6 Apr 2016 06:18:32 +0000 (08:18 +0200)]
add skip slow test
Xinchen Hui [Wed, 6 Apr 2016 02:21:05 +0000 (10:21 +0800)]
Fixed order
Xinchen Hui [Wed, 6 Apr 2016 02:19:24 +0000 (10:19 +0800)]
Fixed bug #71969 (str_replace returns an incorrect resulting array after a foreach by reference)
Anatol Belski [Tue, 5 Apr 2016 16:21:25 +0000 (18:21 +0200)]
update NEWS
Adam Baratz [Tue, 5 Apr 2016 16:14:03 +0000 (18:14 +0200)]
Add driver-specific attributes for controlling calls to dbsetlogintime() and dbsettime()
Anatol Belski [Tue, 5 Apr 2016 13:12:12 +0000 (15:12 +0200)]
update NEWS
Anatol Belski [Tue, 5 Apr 2016 13:06:17 +0000 (15:06 +0200)]
fix and extend test
Joe Bylund [Tue, 22 Sep 2015 17:11:20 +0000 (13:11 -0400)]
Don't roundtrip to the database to get the column type if you already know it
add_assoc_string now takes just three args
nikic's fix to move pqclear outside the if, would be a possible memory leak inside the if
(joe) check behavior of getColumnMeta
DQNEO [Tue, 16 Feb 2016 09:58:03 +0000 (18:58 +0900)]
remove description for apache 1.3
Anatol Belski [Tue, 5 Apr 2016 09:55:36 +0000 (11:55 +0200)]
update NEWS
Anatol Belski [Tue, 5 Apr 2016 09:55:03 +0000 (11:55 +0200)]
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
update NEWS
Anatol Belski [Tue, 5 Apr 2016 09:52:53 +0000 (11:52 +0200)]
update NEWS
Anatol Belski [Tue, 5 Apr 2016 09:24:23 +0000 (11:24 +0200)]
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
Use STR_EMPTY_ALLOC macro instead
Fix DateInterval::format segfault
Thomas Punt [Thu, 24 Mar 2016 11:09:59 +0000 (11:09 +0000)]
Use STR_EMPTY_ALLOC macro instead
Thomas Punt [Wed, 23 Mar 2016 23:57:50 +0000 (23:57 +0000)]
Fix DateInterval::format segfault