]>
granicus.if.org Git - php/log
Anatol Belski [Wed, 9 Dec 2015 10:59:05 +0000 (11:59 +0100)]
Merge branch 'PHP-7.0'
* PHP-7.0:
update NEWS
Anatol Belski [Wed, 9 Dec 2015 10:57:03 +0000 (11:57 +0100)]
update NEWS
Anatol Belski [Wed, 9 Dec 2015 10:38:54 +0000 (11:38 +0100)]
Merge branch 'PHP-7.0'
* PHP-7.0:
ext/dba/config.m4: Autodetect Berkeley DB v5.3.
Bumped SAPI version to 6.9
Added "mod_auth_basic" to apache module list.
Add sanitizing checks for request data.
Clear secret after use.
Fixed __DIR__ in CLI mode.
Michael Orlitzky [Tue, 3 Nov 2015 20:35:31 +0000 (15:35 -0500)]
ext/dba/config.m4: Autodetect Berkeley DB v5.3.
When the user passes --with-db4=DIR to ./configure, the directory DIR
is searched for a number of paths in order of preference. These paths
contain possible locations for Berkeley DB (BDB) to be installed, and
since PHP only supports BDB-4.x and BDB-5.x, it's important that (for
example) version 5.1 be autodetected before falling back to
/usr/include/db.h which can point to BDB-6.x.
The newer BDB-5.3 works with PHP, and if only BDB-5.3 is installed on
the user's system, the current ./configure script is fine. However, if
both BDB-5.3 and BDB-6.0 are installed, version 5.3 is not
autodetected, causing BDB-6.0 to be used. The ./configure step then fails.
This commit adds autodetection for BDB-5.3, and fixes a bug reported
on Gentoo at https://bugs.gentoo.org/show_bug.cgi?id=564824.
George Wang [Wed, 9 Dec 2015 05:19:18 +0000 (00:19 -0500)]
Bumped SAPI version to 6.9
George Wang [Wed, 9 Dec 2015 05:16:16 +0000 (00:16 -0500)]
Added "mod_auth_basic" to apache module list.
George Wang [Wed, 9 Dec 2015 05:06:49 +0000 (00:06 -0500)]
Add sanitizing checks for request data.
George Wang [Wed, 9 Dec 2015 04:43:29 +0000 (23:43 -0500)]
Clear secret after use.
George Wang [Wed, 9 Dec 2015 05:09:14 +0000 (00:09 -0500)]
Fixed __DIR__ in CLI mode.
Dmitry Stogov [Wed, 9 Dec 2015 10:35:31 +0000 (13:35 +0300)]
Merge branch 'PHP-7.0'
* PHP-7.0:
More verbose error messages
Dmitry Stogov [Wed, 9 Dec 2015 10:34:45 +0000 (13:34 +0300)]
More verbose error messages
Dmitry Stogov [Wed, 9 Dec 2015 10:27:31 +0000 (13:27 +0300)]
Fixed formating
Anatol Belski [Wed, 9 Dec 2015 10:09:55 +0000 (11:09 +0100)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Fix bug #70781 (Extension tests fail on dynamic ext dependency)
Francois Laupretre [Sat, 24 Oct 2015 17:51:28 +0000 (19:51 +0200)]
Fix bug #70781 (Extension tests fail on dynamic ext dependency)
Dmitry Stogov [Wed, 9 Dec 2015 07:58:42 +0000 (10:58 +0300)]
Fixed other issues with empty block handling
George Wang [Wed, 9 Dec 2015 05:19:18 +0000 (00:19 -0500)]
Bumped SAPI version to 6.9
George Wang [Wed, 9 Dec 2015 05:16:16 +0000 (00:16 -0500)]
Added "mod_auth_basic" to apache module list.
George Wang [Wed, 9 Dec 2015 05:11:07 +0000 (00:11 -0500)]
Merge branch 'master' of git.php.net:php-src
George Wang [Wed, 9 Dec 2015 05:09:14 +0000 (00:09 -0500)]
Fixed __DIR__ in CLI mode.
George Wang [Wed, 9 Dec 2015 05:06:49 +0000 (00:06 -0500)]
Add sanitizing checks for request data.
George Wang [Wed, 9 Dec 2015 04:43:29 +0000 (23:43 -0500)]
Clear secret after use.
Xinchen Hui [Wed, 9 Dec 2015 04:18:10 +0000 (12:18 +0800)]
end is unsigned, this was broken if start == end == 0
Xinchen Hui [Wed, 9 Dec 2015 04:01:09 +0000 (12:01 +0800)]
Merge branch 'PHP-7.0'
Xinchen Hui [Wed, 9 Dec 2015 04:00:23 +0000 (12:00 +0800)]
Revert "Fixed bug #71053 (Type Hint about DateTime::diff does not match with informed)"
THis is bc break, which will break $date1->diff($date2 , 1), which is
common used
please do not do bc break without a asking
This reverts commit
943b23dcf6666a708c2ad4470cad5db36d47683a .
Reeze Xia [Wed, 9 Dec 2015 03:44:05 +0000 (11:44 +0800)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Fixed bug #71053 (Type Hint about DateTime::diff does not match with informed)
Reeze Xia [Wed, 9 Dec 2015 03:35:39 +0000 (11:35 +0800)]
Fixed bug #71053 (Type Hint about DateTime::diff does not match with informed)
Xinchen Hui [Wed, 9 Dec 2015 03:38:03 +0000 (11:38 +0800)]
Merge branch 'PHP-7.0'
Xinchen Hui [Wed, 9 Dec 2015 03:37:40 +0000 (11:37 +0800)]
Remove useless check
Dmitry Stogov [Wed, 9 Dec 2015 02:17:22 +0000 (05:17 +0300)]
Merge branch 'master' of git.php.net:php-src
* 'master' of git.php.net:php-src:
Fixed bug #71066 (mb_send_mail: Program terminated with signal SIGSEGV, Segmentation fault)
move the entry into the correct NEWS block
Update NEWS
Fixed test if PATH is not set
Fixed bug #71063 (filter_input(INPUT_ENV, ..) does not work)
Dmitry Stogov [Wed, 9 Dec 2015 02:16:30 +0000 (05:16 +0300)]
Delete empty live-ranges
Dmitry Stogov [Wed, 9 Dec 2015 02:15:58 +0000 (05:15 +0300)]
Don't create live-range across NOPs and some other instructions
Xinchen Hui [Wed, 9 Dec 2015 01:47:33 +0000 (17:47 -0800)]
Merge branch 'PHP-7.0'
Xinchen Hui [Wed, 9 Dec 2015 01:47:16 +0000 (17:47 -0800)]
Fixed bug #71066 (mb_send_mail: Program terminated with signal SIGSEGV, Segmentation fault)
Anatol Belski [Tue, 8 Dec 2015 17:21:48 +0000 (18:21 +0100)]
Merge branch 'PHP-7.0'
* PHP-7.0:
move the entry into the correct NEWS block
Anatol Belski [Tue, 8 Dec 2015 17:20:55 +0000 (18:20 +0100)]
move the entry into the correct NEWS block
Reeze Xia [Tue, 8 Dec 2015 16:43:10 +0000 (00:43 +0800)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Update NEWS
Reeze Xia [Tue, 8 Dec 2015 16:18:16 +0000 (00:18 +0800)]
Update NEWS
Xinchen Hui [Tue, 8 Dec 2015 16:27:13 +0000 (08:27 -0800)]
Merge branch 'master' of git.php.net:/php-src
Xinchen Hui [Tue, 8 Dec 2015 16:26:19 +0000 (08:26 -0800)]
Merge branch 'PHP-7.0'
Xinchen Hui [Tue, 8 Dec 2015 16:26:04 +0000 (08:26 -0800)]
Fixed test if PATH is not set
Reeze Xia [Tue, 8 Dec 2015 16:11:56 +0000 (00:11 +0800)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Fixed bug #71063 (filter_input(INPUT_ENV, ..) does not work)
Reeze Xia [Tue, 8 Dec 2015 16:02:00 +0000 (00:02 +0800)]
Fixed bug #71063 (filter_input(INPUT_ENV, ..) does not work)
Dmitry Stogov [Tue, 8 Dec 2015 15:12:02 +0000 (18:12 +0300)]
Fixed compilation with enabled internal debuging
Dmitry Stogov [Tue, 8 Dec 2015 15:10:07 +0000 (18:10 +0300)]
Avoid construction of empty live-ranges because of OP_DATA instruction
Anatol Belski [Tue, 8 Dec 2015 15:07:07 +0000 (16:07 +0100)]
Merge branch 'PHP-7.0'
* PHP-7.0:
prepare 7.0.1RC1
Anatol Belski [Tue, 8 Dec 2015 14:54:44 +0000 (15:54 +0100)]
prepare 7.0.1RC1
Bob Weinand [Tue, 8 Dec 2015 14:23:27 +0000 (15:23 +0100)]
Merge branch 'PHP-7.0'
Bob Weinand [Tue, 8 Dec 2015 14:22:25 +0000 (15:22 +0100)]
PHP_MD5_CTX is now always used due to fix for #71204
Bob Weinand [Tue, 8 Dec 2015 14:22:25 +0000 (15:22 +0100)]
PHP_MD5_CTX is now always used due to fix for #71204
Anatol Belski [Tue, 8 Dec 2015 12:17:21 +0000 (13:17 +0100)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Update random.c
Scott [Wed, 21 Oct 2015 20:04:34 +0000 (16:04 -0400)]
Update random.c
Supersedes #1589
Anatol Belski [Tue, 8 Dec 2015 12:14:46 +0000 (13:14 +0100)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Expose php_random_bytes as a first-class API within internals
Anthony Ferrara [Tue, 8 Dec 2015 12:12:45 +0000 (13:12 +0100)]
Expose php_random_bytes as a first-class API within internals
This also defines two macros: php_random_bytes_throw and php_random_bytes_silent depending on use case which will throw exceptions or not respectively
Dmitry Stogov [Tue, 8 Dec 2015 09:47:05 +0000 (12:47 +0300)]
Removed useless checks
Dmitry Stogov [Tue, 8 Dec 2015 09:44:51 +0000 (12:44 +0300)]
Added NEWS entry
Dmitry Stogov [Tue, 8 Dec 2015 09:40:42 +0000 (12:40 +0300)]
Implemented the RFC `Support Class Constant Visibility`.
Squashed commit of the following:
commit
f11ca0e7a57793fa0e3e7f6d451720e6c42bb0b9
Author: Dmitry Stogov <dmitry@zend.com>
Date: Tue Dec 8 12:38:42 2015 +0300
Fixed test expectation
commit
211f873f542504d0a0f72b6b5cb23908a1c99a2d
Author: Dmitry Stogov <dmitry@zend.com>
Date: Tue Dec 8 12:28:38 2015 +0300
Embed zend_class_constant.flags into zend_class_constants.value.u2.access_flags
commit
51deab84b2cdbf9cdb1a838cf33b2ee45c61748b
Author: Dmitry Stogov <dmitry@zend.com>
Date: Mon Dec 7 11:18:55 2015 +0300
Fixed issues found by Nikita
commit
544dbd5b47e40d38a8ccb96bc5583e9cb7fdd723
Author: Dmitry Stogov <dmitry@zend.com>
Date: Sat Dec 5 02:41:05 2015 +0300
Refactored immplementation of https://wiki.php.net/rfc/class_const_visibility
@reeze created an RFC here and I emailed internals here and didn't get any responses positive/negative.
Xinchen Hui [Tue, 8 Dec 2015 02:54:01 +0000 (10:54 +0800)]
Merge branch 'PHP-7.0'
Xinchen Hui [Tue, 8 Dec 2015 02:52:50 +0000 (10:52 +0800)]
Revert "fix typos "paramer" -> "parameters""
ABI BC break
This reverts commit
6ac12f13379f3fc19f07abb9d1055274e5f98838 .
Anatol Belski [Mon, 7 Dec 2015 21:55:24 +0000 (22:55 +0100)]
Merge branch 'PHP-7.0'
* PHP-7.0:
update NEWS
Fixed bug #71024 Unable to use PHP 7.0 x64 side-by-side with PHP 5.6 x32 on the same server
Anatol Belski [Mon, 7 Dec 2015 21:54:44 +0000 (22:54 +0100)]
update NEWS
Anatol Belski [Mon, 7 Dec 2015 21:52:51 +0000 (22:52 +0100)]
Fixed bug #71024 Unable to use PHP 7.0 x64 side-by-side with PHP 5.6 x32 on the same server
Xinchen Hui [Mon, 7 Dec 2015 15:43:31 +0000 (07:43 -0800)]
Merge branch 'PHP-7.0'
Xinchen Hui [Mon, 7 Dec 2015 15:43:09 +0000 (07:43 -0800)]
Fixed Bug #71049 (SQLite3Stmt::execute() releases bound parameter instead of internal buffer)
Dmitry Stogov [Mon, 7 Dec 2015 15:25:25 +0000 (18:25 +0300)]
Fixed potential memory leaks
Xinchen Hui [Mon, 7 Dec 2015 06:48:32 +0000 (14:48 +0800)]
Merge branch 'PHP-7.0'
Márcio Almada [Mon, 7 Dec 2015 05:56:21 +0000 (01:56 -0400)]
fix typos "paramer" -> "parameters"
Xinchen Hui [Mon, 7 Dec 2015 06:48:10 +0000 (14:48 +0800)]
Merge branch 'typo/paramer' of https://github.com/marcioAlmada/php-src
Márcio Almada [Mon, 7 Dec 2015 05:56:21 +0000 (01:56 -0400)]
fix typos "paramer" -> "parameters"
Xinchen Hui [Mon, 7 Dec 2015 02:58:36 +0000 (10:58 +0800)]
Merge branch 'PHP-7.0'
Xinchen Hui [Mon, 7 Dec 2015 02:58:26 +0000 (10:58 +0800)]
Fixed bug #71020 (Use after free in Collator::sortWithSortKeys)
Bob Weinand [Sun, 6 Dec 2015 13:08:17 +0000 (14:08 +0100)]
Merge branch 'PHP-7.0'
Joe Watkins [Sun, 6 Dec 2015 10:04:35 +0000 (10:04 +0000)]
standard tsrm usage for seven
Anatol Belski [Sun, 6 Dec 2015 11:42:25 +0000 (12:42 +0100)]
Merge branch 'PHP-7.0'
* PHP-7.0:
update NEWS with fixed bug #70831
Anatol Belski [Sun, 6 Dec 2015 11:41:51 +0000 (12:41 +0100)]
update NEWS with fixed bug #70831
Anatol Belski [Sun, 6 Dec 2015 11:38:32 +0000 (12:38 +0100)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Fix #70831: Compile fails on system with 160 CPUs
Daniel Axtens [Sun, 1 Nov 2015 23:17:10 +0000 (10:17 +1100)]
Fix #70831: Compile fails on system with 160 CPUs
This fixes the following build issue on 160-CPU POWER8 machines
ext/tokenizer/tokenizer_data.c:28:34: fatal error: zend_language_parser.h: No such file or directory
#include <zend_language_parser.h>
It is fixed by introducing an explicit dependency on the header file.
Signed-off-by: Daniel Axtens <dja@axtens.net>
Joe Watkins [Sun, 6 Dec 2015 10:04:59 +0000 (10:04 +0000)]
Merge branch 'master' of https://github.com/php/php-src
Joe Watkins [Sun, 6 Dec 2015 10:04:35 +0000 (10:04 +0000)]
standard tsrm usage for seven
Bob Weinand [Sun, 6 Dec 2015 01:55:55 +0000 (02:55 +0100)]
Merge branch 'PHP-7.0'
Bob Weinand [Sun, 6 Dec 2015 01:54:28 +0000 (02:54 +0100)]
Fix double free in formatted_print.c
Bob Weinand [Sun, 6 Dec 2015 01:45:19 +0000 (02:45 +0100)]
Fixed bug #71013 (Incorrect exception handler with yield from)
Nikita Popov [Sat, 5 Dec 2015 21:48:50 +0000 (22:48 +0100)]
Merge branch 'PHP-7.0'
Nikita Popov [Sat, 5 Dec 2015 21:48:29 +0000 (22:48 +0100)]
Disable PEAR in Travis build
Sebastian Bergmann [Sat, 5 Dec 2015 07:25:43 +0000 (08:25 +0100)]
Fugbix typo
Xinchen Hui [Fri, 4 Dec 2015 14:51:26 +0000 (06:51 -0800)]
Merge branch 'PHP-7.0'
Xinchen Hui [Fri, 4 Dec 2015 14:51:16 +0000 (06:51 -0800)]
Missed one place
Xinchen Hui [Fri, 4 Dec 2015 14:45:37 +0000 (06:45 -0800)]
Merge branch 'PHP-7.0'
Xinchen Hui [Fri, 4 Dec 2015 14:45:26 +0000 (06:45 -0800)]
Fixed bug #71028 (Undefined index with ArrayIterator)
Xinchen Hui [Fri, 4 Dec 2015 03:53:48 +0000 (11:53 +0800)]
Merge branch 'PHP-7.0'
Xinchen Hui [Fri, 4 Dec 2015 03:10:07 +0000 (11:10 +0800)]
Fixed bug #71018 (ReflectionProperty::setValue() behavior changed)
Lior Kaplan [Thu, 3 Dec 2015 16:01:22 +0000 (18:01 +0200)]
Sort items alphabetically
Lior Kaplan [Thu, 3 Dec 2015 15:58:59 +0000 (17:58 +0200)]
Align NEWS entries format
Lior Kaplan [Thu, 3 Dec 2015 15:53:48 +0000 (17:53 +0200)]
Align NEWS entries format
Popa Adrian Marius [Thu, 3 Dec 2015 15:30:35 +0000 (17:30 +0200)]
Add PDO_Firebird fix in NEWS
Popa Adrian Marius [Thu, 3 Dec 2015 15:28:51 +0000 (17:28 +0200)]
Add PDO_Firebird fix in NEWS
Popa Adrian Marius [Thu, 3 Dec 2015 15:13:59 +0000 (17:13 +0200)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Use LL_MASK for SQL_INT64 data formatting
Popa Adrian Marius [Thu, 3 Dec 2015 15:13:45 +0000 (17:13 +0200)]
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
Use LL_MASK for SQL_INT64 data formatting
Popa Adrian Marius [Thu, 3 Dec 2015 15:12:02 +0000 (17:12 +0200)]
Use LL_MASK for SQL_INT64 data formatting
Popa Adrian Marius [Thu, 3 Dec 2015 14:24:24 +0000 (16:24 +0200)]
Merge branch 'PHP-7.0' of https://git.php.net/push/php-src into PHP-7.0
* 'PHP-7.0' of https://git.php.net/push/php-src:
NEWS for
8907da99b83204958cb2308ec12aa9e490372150
Fixed bug #71006 (symbol referencing errors on Sparc/Solaris)
remove PHP 5 NEWS entries
Popa Adrian Marius [Thu, 3 Dec 2015 14:16:04 +0000 (16:16 +0200)]
Merge branch 'master' of https://git.php.net/push/php-src
* 'master' of https://git.php.net/push/php-src:
NEWS for
8907da99b83204958cb2308ec12aa9e490372150
Fixed bug #71006 (symbol referencing errors on Sparc/Solaris)
remove PHP 5 NEWS entries
remove PHP 5 NEWS entries