]> granicus.if.org Git - php/log
php
9 years agoMerge branch 'PHP-5.6'
Xinchen Hui [Tue, 11 Aug 2015 13:44:04 +0000 (21:44 +0800)]
Merge branch 'PHP-5.6'

9 years agosuggest parentheses around ‘&&’ within ‘||’
Xinchen Hui [Tue, 11 Aug 2015 13:43:38 +0000 (21:43 +0800)]
suggest parentheses around ‘&&’ within ‘||’

9 years agoFixed bug #70240 (Segfault when doing unset($var());)
Xinchen Hui [Tue, 11 Aug 2015 13:42:11 +0000 (21:42 +0800)]
Fixed bug #70240 (Segfault when doing unset($var());)

9 years agoReimplemented ability to get debug info (C source file and line number) in phpdbg...
Dmitry Stogov [Tue, 11 Aug 2015 13:33:47 +0000 (16:33 +0300)]
Reimplemented ability to get debug info (C source file and line number) in phpdbg without hacks and ABI breaks.

9 years agoadd EAGAIN checks
Anatol Belski [Tue, 11 Aug 2015 13:17:25 +0000 (15:17 +0200)]
add EAGAIN checks

EAGAIN and EWOULDBLOCK should be checked together and don't necessary,
have same value. So checking both is better for portability.

9 years agoFixed bug #70237 (Empty while and do-while segmentation fault with opcode on CLI...
Xinchen Hui [Tue, 11 Aug 2015 13:01:56 +0000 (21:01 +0800)]
Fixed bug #70237 (Empty while and do-while segmentation fault with opcode on CLI enabled).

9 years agoadd test for bug #70198
Anatol Belski [Tue, 11 Aug 2015 13:00:17 +0000 (15:00 +0200)]
add test for bug #70198

9 years agoFixed bug #70198 Checking liveness does not work as expected
Anatol Belski [Tue, 11 Aug 2015 12:40:34 +0000 (14:40 +0200)]
Fixed bug #70198 Checking liveness does not work as expected

9 years agointegrate static tsrmls cache with ext/mcrypt
Anatol Belski [Tue, 11 Aug 2015 10:32:00 +0000 (12:32 +0200)]
integrate static tsrmls cache with ext/mcrypt

9 years agoadd folds
Anatol Belski [Tue, 11 Aug 2015 10:11:24 +0000 (12:11 +0200)]
add folds

9 years agoMerge branch 'marcosptf-enchant-phpt' of https://github.com/marcosptf/php-src
Xinchen Hui [Tue, 11 Aug 2015 03:13:01 +0000 (11:13 +0800)]
Merge branch 'marcosptf-enchant-phpt' of https://github.com/marcosptf/php-src

9 years agoupdated NEWS wrt. bug #69487
Christoph M. Becker [Mon, 10 Aug 2015 23:43:40 +0000 (01:43 +0200)]
updated NEWS wrt. bug #69487

9 years agoMerge branch 'PHP-5.6'
Christoph M. Becker [Mon, 10 Aug 2015 23:42:25 +0000 (01:42 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Fix #69487: SAPI may truncate POST data

9 years agoupdated NEWS wrt. bug #69487
Christoph M. Becker [Mon, 10 Aug 2015 23:36:39 +0000 (01:36 +0200)]
updated NEWS wrt. bug #69487

9 years agoFix #69487: SAPI may truncate POST data
Christoph M. Becker [Sun, 9 Aug 2015 23:33:20 +0000 (01:33 +0200)]
Fix #69487: SAPI may truncate POST data

If SG(request_info).request_body can't be completely written (e.g. due to a
full drive), only parts of the POST data will be available. This patch changes
this, so that SG(request_info).request_body will be reset in this case, and a
warning will be thrown.

9 years agoMerge branch 'PHP-5.6'
Christoph M. Becker [Mon, 10 Aug 2015 23:23:18 +0000 (01:23 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Add CVE IDs asigned to #69085 (PHP 5.6.7)
  Align NEWS with 5.6.12
  Add entries for phar bug fixes in 5.6.11 (also have CVE assigned)

9 years agoReplace bug70018 test (broken on non-GNU) with win32 version
Andrea Faulds [Fri, 7 Aug 2015 13:41:47 +0000 (14:41 +0100)]
Replace bug70018 test (broken on non-GNU) with win32 version

9 years agoReverted useless cleanup code
Dmitry Stogov [Mon, 10 Aug 2015 20:55:37 +0000 (23:55 +0300)]
Reverted useless cleanup code

9 years agoUpdate broker_describe.phpt
marcosptf [Mon, 10 Aug 2015 18:54:22 +0000 (15:54 -0300)]
Update broker_describe.phpt

9 years agoUpdate broker_describe.phpt
marcosptf [Mon, 10 Aug 2015 17:50:32 +0000 (14:50 -0300)]
Update broker_describe.phpt

9 years agoUpdate dict_check.phpt
marcosptf [Mon, 10 Aug 2015 17:14:13 +0000 (14:14 -0300)]
Update dict_check.phpt

9 years agoSupport for XLC compiler
Dmitry Stogov [Mon, 10 Aug 2015 16:12:11 +0000 (19:12 +0300)]
Support for XLC compiler

9 years agoMerge branch 'master' of git.php.net:php-src
Xinchen Hui [Mon, 10 Aug 2015 15:25:02 +0000 (23:25 +0800)]
Merge branch 'master' of git.php.net:php-src

9 years agofix test
Anatol Belski [Mon, 10 Aug 2015 15:20:23 +0000 (17:20 +0200)]
fix test

9 years agoMerge branch 'master' of git.php.net:php-src
Xinchen Hui [Mon, 10 Aug 2015 15:00:27 +0000 (23:00 +0800)]
Merge branch 'master' of git.php.net:php-src

9 years agoFixed Bug #70173 (ZVAL_COPY_VALUE_EX broken for 32bit Solaris Sparc)
Xinchen Hui [Mon, 10 Aug 2015 14:58:58 +0000 (22:58 +0800)]
Fixed Bug #70173 (ZVAL_COPY_VALUE_EX broken for 32bit Solaris Sparc)

9 years agoFixed typo
Dmitry Stogov [Mon, 10 Aug 2015 14:57:49 +0000 (17:57 +0300)]
Fixed typo

9 years agoMerge branch 'copy-32bit-be' of https://github.com/cmb69/php-src
Xinchen Hui [Mon, 10 Aug 2015 14:54:47 +0000 (22:54 +0800)]
Merge branch 'copy-32bit-be' of https://github.com/cmb69/php-src

9 years agoMerge branch 'ts_bin_hex_conv' of https://github.com/bwoebi/php-src
Bob Weinand [Mon, 10 Aug 2015 14:16:59 +0000 (16:16 +0200)]
Merge branch 'ts_bin_hex_conv' of https://github.com/bwoebi/php-src

9 years agoMerge branch 'master' of git.php.net:php-src
Xinchen Hui [Mon, 10 Aug 2015 14:03:33 +0000 (22:03 +0800)]
Merge branch 'master' of git.php.net:php-src

9 years agoAdd XFAIL test for #70228
Xinchen Hui [Mon, 10 Aug 2015 14:02:15 +0000 (22:02 +0800)]
Add XFAIL test for #70228

9 years agoFixed no return statement in function returning non-void
Xinchen Hui [Mon, 10 Aug 2015 13:48:17 +0000 (21:48 +0800)]
Fixed no return statement in function returning non-void

9 years agoFixed bug #70207 (Finally is broken with opcache)
Dmitry Stogov [Mon, 10 Aug 2015 13:38:43 +0000 (16:38 +0300)]
Fixed bug #70207 (Finally is broken with opcache)

9 years agoFixed bug #70221 (persistent sqlite connection + custom function segfaults)
Xinchen Hui [Mon, 10 Aug 2015 11:00:35 +0000 (19:00 +0800)]
Fixed bug #70221 (persistent sqlite connection + custom function segfaults)

9 years agoHmm, we should also take care of uninitialized hashTable
Xinchen Hui [Mon, 10 Aug 2015 09:47:47 +0000 (17:47 +0800)]
Hmm, we should also take care of uninitialized hashTable

9 years agoFixed bug #70223 (Incrementing value returned by magic getter)
Xinchen Hui [Mon, 10 Aug 2015 09:12:33 +0000 (17:12 +0800)]
Fixed bug #70223 (Incrementing value returned by magic getter)

9 years agoFixed typo
Xinchen Hui [Mon, 10 Aug 2015 09:06:17 +0000 (17:06 +0800)]
Fixed typo

9 years agoMerge branch 'master' of git.php.net:php-src
Xinchen Hui [Mon, 10 Aug 2015 09:03:36 +0000 (17:03 +0800)]
Merge branch 'master' of git.php.net:php-src

9 years agoFixed bug #70211 (php 7 ZEND_HASH_IF_FULL_DO_RESIZE use after free)
Xinchen Hui [Mon, 10 Aug 2015 09:02:16 +0000 (17:02 +0800)]
Fixed bug #70211 (php 7 ZEND_HASH_IF_FULL_DO_RESIZE use after free)

9 years agoAdd CVE IDs asigned to #69085 (PHP 5.6.7)
Lior Kaplan [Mon, 10 Aug 2015 08:54:39 +0000 (11:54 +0300)]
Add CVE IDs asigned to #69085 (PHP 5.6.7)

9 years agoAlign NEWS with 5.6.12
Lior Kaplan [Mon, 10 Aug 2015 08:52:23 +0000 (11:52 +0300)]
Align NEWS with 5.6.12

9 years agoAdd entries for phar bug fixes in 5.6.11 (also have CVE assigned)
Lior Kaplan [Mon, 10 Aug 2015 08:49:18 +0000 (11:49 +0300)]
Add entries for phar bug fixes in 5.6.11 (also have CVE assigned)

9 years agofix wording
Anatol Belski [Mon, 10 Aug 2015 08:43:53 +0000 (10:43 +0200)]
fix wording

9 years agoone bracket too much
Anatol Belski [Mon, 10 Aug 2015 08:42:10 +0000 (10:42 +0200)]
one bracket too much

9 years agoadd check for required re2c
Anatol Belski [Mon, 10 Aug 2015 08:40:14 +0000 (10:40 +0200)]
add check for required re2c

>=0.13.5 is required for php-7.0.0

9 years agocatch up with the current requirement
Anatol Belski [Mon, 10 Aug 2015 08:34:26 +0000 (10:34 +0200)]
catch up with the current requirement

bison 3.0.2 is used for php-7.0.0

9 years agomake use of PHPROOT for possible mkdist integration
Anatol Belski [Mon, 10 Aug 2015 07:57:05 +0000 (09:57 +0200)]
make use of PHPROOT for possible mkdist integration

9 years agomake scripts/dev/gen_verify_stub executable
Anatol Belski [Mon, 10 Aug 2015 07:50:54 +0000 (09:50 +0200)]
make scripts/dev/gen_verify_stub executable

9 years agoinitial add verification stub generator
Anatol Belski [Mon, 10 Aug 2015 07:48:28 +0000 (09:48 +0200)]
initial add verification stub generator

9 years agodon't close stdin
Anatol Belski [Sun, 9 Aug 2015 16:54:20 +0000 (18:54 +0200)]
don't close stdin

9 years agofix the mcrypt related part of bug #64833
Anatol Belski [Sun, 9 Aug 2015 16:40:29 +0000 (18:40 +0200)]
fix the mcrypt related part of bug #64833

9 years agoFix #70173: ZVAL_COPY_VALUE_EX broken for 32bit Solaris Sparc
Christoph M. Becker [Sun, 9 Aug 2015 12:48:17 +0000 (14:48 +0200)]
Fix #70173: ZVAL_COPY_VALUE_EX broken for 32bit Solaris Sparc

On 32bit big endian architectures the high word of a zend_value is copied
twice, instead of copying both words. Let's fix it.

9 years agoUpdate broker_free.phpt
marcosptf [Sun, 9 Aug 2015 11:15:33 +0000 (08:15 -0300)]
Update broker_free.phpt

9 years agoUpdate broker_dict_exists.phpt
marcosptf [Sun, 9 Aug 2015 11:14:56 +0000 (08:14 -0300)]
Update broker_dict_exists.phpt

9 years agoUpdate broker_describe.phpt
marcosptf [Sun, 9 Aug 2015 11:14:19 +0000 (08:14 -0300)]
Update broker_describe.phpt

9 years agoUpdate dict_suggest.phpt
marcosptf [Sun, 9 Aug 2015 11:13:12 +0000 (08:13 -0300)]
Update dict_suggest.phpt

9 years agoUpdate dict_store_replacement.phpt
marcosptf [Sun, 9 Aug 2015 11:11:32 +0000 (08:11 -0300)]
Update dict_store_replacement.phpt

9 years agoUpdate dict_quick_check_01.phpt
marcosptf [Sun, 9 Aug 2015 11:09:13 +0000 (08:09 -0300)]
Update dict_quick_check_01.phpt

9 years agoUpdate dict_quick_check.phpt
marcosptf [Sun, 9 Aug 2015 11:06:48 +0000 (08:06 -0300)]
Update dict_quick_check.phpt

9 years agoUpdate dict_is_in_session.phpt
marcosptf [Sun, 9 Aug 2015 11:04:49 +0000 (08:04 -0300)]
Update dict_is_in_session.phpt

9 years agoUpdate dict_get_error.phpt
marcosptf [Sun, 9 Aug 2015 11:02:05 +0000 (08:02 -0300)]
Update dict_get_error.phpt

9 years agoUpdate dict_describe.phpt
marcosptf [Sun, 9 Aug 2015 10:58:58 +0000 (07:58 -0300)]
Update dict_describe.phpt

9 years agoUpdate dict_check.phpt
marcosptf [Sun, 9 Aug 2015 10:56:23 +0000 (07:56 -0300)]
Update dict_check.phpt

9 years agoUpdate dict_add_to_session.phpt
marcosptf [Sun, 9 Aug 2015 10:54:44 +0000 (07:54 -0300)]
Update dict_add_to_session.phpt

9 years agoUpdate dict_add_to_personal.phpt
marcosptf [Sun, 9 Aug 2015 10:52:04 +0000 (07:52 -0300)]
Update dict_add_to_personal.phpt

9 years agoUpdate broker_set_ordering.phpt
marcosptf [Sun, 9 Aug 2015 10:48:51 +0000 (07:48 -0300)]
Update broker_set_ordering.phpt

9 years agoUpdate broker_request_dict_01.phpt
marcosptf [Sun, 9 Aug 2015 10:45:06 +0000 (07:45 -0300)]
Update broker_request_dict_01.phpt

9 years agoUpdate broker_request_dict_01.phpt
marcosptf [Sun, 9 Aug 2015 10:44:04 +0000 (07:44 -0300)]
Update broker_request_dict_01.phpt

9 years agoUpdate broker_request_dict.phpt
marcosptf [Sun, 9 Aug 2015 10:43:02 +0000 (07:43 -0300)]
Update broker_request_dict.phpt

9 years agoUpdate broker_list_dicts.phpt
marcosptf [Sun, 9 Aug 2015 10:37:50 +0000 (07:37 -0300)]
Update broker_list_dicts.phpt

9 years agoUpdate broker_init.phpt
marcosptf [Sun, 9 Aug 2015 10:35:59 +0000 (07:35 -0300)]
Update broker_init.phpt

9 years agoUpdate broker_get_error.phpt
marcosptf [Sun, 9 Aug 2015 10:31:56 +0000 (07:31 -0300)]
Update broker_get_error.phpt

9 years agoUpdate broker_free_01.phpt
marcosptf [Sun, 9 Aug 2015 10:29:50 +0000 (07:29 -0300)]
Update broker_free_01.phpt

9 years agoUpdate broker_free.phpt
marcosptf [Sun, 9 Aug 2015 10:28:17 +0000 (07:28 -0300)]
Update broker_free.phpt

9 years agonew test refactor
marcosptf [Sun, 9 Aug 2015 10:23:07 +0000 (07:23 -0300)]
new test refactor

9 years agotest refactor
marcosptf [Sun, 9 Aug 2015 10:17:30 +0000 (07:17 -0300)]
test refactor

refactor of this test did ten years ago, make it more resilient.

9 years agofix typo in NEWS
Anatol Belski [Sun, 9 Aug 2015 08:40:07 +0000 (10:40 +0200)]
fix typo in NEWS

9 years agoupdated NEWS
Christoph M. Becker [Sun, 9 Aug 2015 00:59:15 +0000 (02:59 +0200)]
updated NEWS

9 years agoMerge branch 'PHP-5.6'
Christoph M. Becker [Sun, 9 Aug 2015 00:51:16 +0000 (02:51 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Fix #66606: Sets HTTP_CONTENT_TYPE but not CONTENT_TYPE
  added tests for bug #66606

9 years agoupdated NEWS
Christoph M. Becker [Sun, 9 Aug 2015 00:43:41 +0000 (02:43 +0200)]
updated NEWS

9 years agoFix #66606: Sets HTTP_CONTENT_TYPE but not CONTENT_TYPE
wusuopu [Mon, 3 Nov 2014 06:52:16 +0000 (14:52 +0800)]
Fix #66606: Sets HTTP_CONTENT_TYPE but not CONTENT_TYPE

The patch will store Content-Type header value in both HTTP_CONTENT_TYPE field and CONTENT_TYPE field.

9 years agoadded tests for bug #66606
Christoph M. Becker [Sun, 9 Aug 2015 00:36:58 +0000 (02:36 +0200)]
added tests for bug #66606

9 years agoFixed bug #70215 (segfault when __invoke is static)
Bob Weinand [Sat, 8 Aug 2015 14:19:12 +0000 (16:19 +0200)]
Fixed bug #70215 (segfault when __invoke is static)

9 years agoFixed bug #70214 (FASYNC possibly not defined)
Bob Weinand [Sat, 8 Aug 2015 13:53:27 +0000 (15:53 +0200)]
Fixed bug #70214 (FASYNC possibly not defined)

9 years agoFixed bug #70208 (Assert breaking access on objects)
Bob Weinand [Fri, 7 Aug 2015 22:02:49 +0000 (00:02 +0200)]
Fixed bug #70208 (Assert breaking access on objects)

9 years agoUpdate broker_list_dicts.phpt
marcosptf [Fri, 7 Aug 2015 18:16:31 +0000 (15:16 -0300)]
Update broker_list_dicts.phpt

9 years agoUpdate dict_suggest.phpt
marcosptf [Fri, 7 Aug 2015 18:14:22 +0000 (15:14 -0300)]
Update dict_suggest.phpt

9 years agoAdd FR to #70112 news entry
Lior Kaplan [Fri, 7 Aug 2015 17:20:04 +0000 (20:20 +0300)]
Add FR to #70112 news entry

9 years agoUpdate dict_suggest.phpt
marcosptf [Fri, 7 Aug 2015 17:10:32 +0000 (14:10 -0300)]
Update dict_suggest.phpt

9 years agoUpdate broker_list_dicts.phpt
marcosptf [Fri, 7 Aug 2015 17:08:26 +0000 (14:08 -0300)]
Update broker_list_dicts.phpt

9 years agoUpdate dict_describe.phpt
marcosptf [Fri, 7 Aug 2015 17:04:53 +0000 (14:04 -0300)]
Update dict_describe.phpt

9 years agoMerge branch 'pull-request/1458'
Christoph M. Becker [Fri, 7 Aug 2015 16:17:21 +0000 (18:17 +0200)]
Merge branch 'pull-request/1458'

* pull-request/1458:
  Check the function UConverter::getAvailable with parameter wrong

9 years agoUpdate dict_describe.phpt
marcosptf [Fri, 7 Aug 2015 16:16:07 +0000 (13:16 -0300)]
Update dict_describe.phpt

9 years agoUpdate broker_list_dicts.phpt
marcosptf [Fri, 7 Aug 2015 16:12:46 +0000 (13:12 -0300)]
Update broker_list_dicts.phpt

9 years agoCreate dict_suggest.phpt
marcosptf [Fri, 7 Aug 2015 14:44:30 +0000 (11:44 -0300)]
Create dict_suggest.phpt

9 years agoRename dict_quick_check.phpt to dict_quick_check_01.phpt
marcosptf [Fri, 7 Aug 2015 14:42:29 +0000 (11:42 -0300)]
Rename dict_quick_check.phpt to dict_quick_check_01.phpt

9 years agoCreate dict_store_replacement.phpt
marcosptf [Fri, 7 Aug 2015 14:38:11 +0000 (11:38 -0300)]
Create dict_store_replacement.phpt

9 years agoCreate dict_suggest.phpt
marcosptf [Fri, 7 Aug 2015 14:37:40 +0000 (11:37 -0300)]
Create dict_suggest.phpt

9 years agoCreate dict_is_in_session.phpt
marcosptf [Fri, 7 Aug 2015 14:37:04 +0000 (11:37 -0300)]
Create dict_is_in_session.phpt

9 years agoCreate dict_get_error.phpt
marcosptf [Fri, 7 Aug 2015 14:36:29 +0000 (11:36 -0300)]
Create dict_get_error.phpt