]>
granicus.if.org Git - php/log
Bob Weinand [Wed, 12 Aug 2015 10:42:40 +0000 (10:42 +0000)]
Fix valgrind false positives with watchpoints
Xinchen Hui [Wed, 12 Aug 2015 08:46:57 +0000 (16:46 +0800)]
Use the same error msg with resize
Xinchen Hui [Wed, 12 Aug 2015 08:44:51 +0000 (16:44 +0800)]
We should not silently go on if the required size can not be met
Xinchen Hui [Wed, 12 Aug 2015 08:44:18 +0000 (16:44 +0800)]
Revert "We should not silently go on if the required size can not be met."
This reverts commit
d2bcdec980e31d876bdcc4cfb59392fdf215badb .
Xinchen Hui [Wed, 12 Aug 2015 08:40:59 +0000 (16:40 +0800)]
We should not silently go on if the required size can not be met.
Anatol Belski [Wed, 12 Aug 2015 08:20:26 +0000 (10:20 +0200)]
improve condition
read() == 0 is EOL
Anatol Belski [Wed, 12 Aug 2015 06:52:08 +0000 (08:52 +0200)]
second part fixing vc14, type/specifier order also in definitions
Xinchen Hui [Wed, 12 Aug 2015 03:15:09 +0000 (11:15 +0800)]
use efree_size here
Dmitry Stogov [Tue, 11 Aug 2015 23:58:21 +0000 (02:58 +0300)]
Revert "Simplify ZEND_EXIT and count boolean values to it as exit status"
This reverts commit
7c003948c618adb2a6691f529057388f02202f09 .
Dmitry Stogov [Tue, 11 Aug 2015 23:47:37 +0000 (02:47 +0300)]
Attempt to fix Windows build (vc14)
Bob Weinand [Tue, 11 Aug 2015 20:36:47 +0000 (22:36 +0200)]
Simplify ZEND_EXIT and count boolean values to it as exit status
Bob Weinand [Tue, 11 Aug 2015 20:12:06 +0000 (22:12 +0200)]
Fixed bug #70241 (Skipped assertions affect Generator returns)
Bob Weinand [Wed, 15 Jul 2015 14:22:39 +0000 (14:22 +0000)]
Fix [valid] valgrind warnings, add first watchpoints test
Dmitry Stogov [Tue, 11 Aug 2015 16:11:21 +0000 (19:11 +0300)]
Export argument type checking functions
Anatol Belski [Tue, 11 Aug 2015 15:38:34 +0000 (17:38 +0200)]
Merge branch 'PHP-5.6'
* PHP-5.6:
update NEWS
Fixed bug #70198 Checking liveness does not work as expected
Anatol Belski [Tue, 11 Aug 2015 15:37:36 +0000 (17:37 +0200)]
update NEWS
Anatol Belski [Tue, 11 Aug 2015 15:36:10 +0000 (17:36 +0200)]
Fixed bug #70198 Checking liveness does not work as expected
Anatol Belski [Tue, 11 Aug 2015 15:09:31 +0000 (17:09 +0200)]
update NEWS
Anatol Belski [Tue, 11 Aug 2015 14:55:04 +0000 (16:55 +0200)]
updated NEWS
Anatol Belski [Tue, 11 Aug 2015 14:54:27 +0000 (16:54 +0200)]
Merge branch 'PHP-5.6'
* PHP-5.6:
fix news entry
updated NEWS
fix bug #69833 mcrypt fd caching not working
Anatol Belski [Tue, 11 Aug 2015 14:52:13 +0000 (16:52 +0200)]
fix news entry
Anatol Belski [Tue, 11 Aug 2015 14:50:53 +0000 (16:50 +0200)]
updated NEWS
Anatol Belski [Tue, 11 Aug 2015 14:49:28 +0000 (16:49 +0200)]
fix bug #69833 mcrypt fd caching not working
Xinchen Hui [Tue, 11 Aug 2015 14:34:39 +0000 (22:34 +0800)]
Revert "Revert "suggest parentheses around ‘&&’ within ‘||’""
This reverts commit
ec1e8929c4e4c287d919945811475905e1391b7f .
Xinchen Hui [Tue, 11 Aug 2015 14:31:19 +0000 (22:31 +0800)]
Merge branch 'master' of git.php.net:php-src
Conflicts:
ext/standard/tests/streams/bug70198.phpt
Anatol Belski [Tue, 11 Aug 2015 14:29:33 +0000 (16:29 +0200)]
make this test more robust on slower execution
Xinchen Hui [Tue, 11 Aug 2015 14:30:02 +0000 (22:30 +0800)]
Fixed the test, and make it faster while failingt
Xinchen Hui [Tue, 11 Aug 2015 14:14:37 +0000 (22:14 +0800)]
Revert "suggest parentheses around ‘&&’ within ‘||’"
This reverts commit
4f2c0e045132de51473b643c68e07e5b2c2e218b .
Xinchen Hui [Tue, 11 Aug 2015 13:44:47 +0000 (21:44 +0800)]
Update NEWS
Xinchen Hui [Tue, 11 Aug 2015 13:44:04 +0000 (21:44 +0800)]
Merge branch 'PHP-5.6'
Xinchen Hui [Tue, 11 Aug 2015 13:43:38 +0000 (21:43 +0800)]
suggest parentheses around ‘&&’ within ‘||’
Xinchen Hui [Tue, 11 Aug 2015 13:42:11 +0000 (21:42 +0800)]
Fixed bug #70240 (Segfault when doing unset($var());)
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.
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.
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).
Anatol Belski [Tue, 11 Aug 2015 13:00:17 +0000 (15:00 +0200)]
add test for bug #70198
Anatol Belski [Tue, 11 Aug 2015 12:40:34 +0000 (14:40 +0200)]
Fixed bug #70198 Checking liveness does not work as expected
Anatol Belski [Tue, 11 Aug 2015 10:32:00 +0000 (12:32 +0200)]
integrate static tsrmls cache with ext/mcrypt
Anatol Belski [Tue, 11 Aug 2015 10:11:24 +0000 (12:11 +0200)]
add folds
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
Christoph M. Becker [Mon, 10 Aug 2015 23:43:40 +0000 (01:43 +0200)]
updated NEWS wrt. bug #69487
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
Christoph M. Becker [Mon, 10 Aug 2015 23:36:39 +0000 (01:36 +0200)]
updated NEWS wrt. bug #69487
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.
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)
Andrea Faulds [Fri, 7 Aug 2015 13:41:47 +0000 (14:41 +0100)]
Replace bug70018 test (broken on non-GNU) with win32 version
Dmitry Stogov [Mon, 10 Aug 2015 20:55:37 +0000 (23:55 +0300)]
Reverted useless cleanup code
marcosptf [Mon, 10 Aug 2015 18:54:22 +0000 (15:54 -0300)]
Update broker_describe.phpt
marcosptf [Mon, 10 Aug 2015 17:50:32 +0000 (14:50 -0300)]
Update broker_describe.phpt
marcosptf [Mon, 10 Aug 2015 17:14:13 +0000 (14:14 -0300)]
Update dict_check.phpt
Dmitry Stogov [Mon, 10 Aug 2015 16:12:11 +0000 (19:12 +0300)]
Support for XLC compiler
Xinchen Hui [Mon, 10 Aug 2015 15:25:02 +0000 (23:25 +0800)]
Merge branch 'master' of git.php.net:php-src
Anatol Belski [Mon, 10 Aug 2015 15:20:23 +0000 (17:20 +0200)]
fix test
Xinchen Hui [Mon, 10 Aug 2015 15:00:27 +0000 (23:00 +0800)]
Merge branch 'master' of git.php.net:php-src
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)
Dmitry Stogov [Mon, 10 Aug 2015 14:57:49 +0000 (17:57 +0300)]
Fixed typo
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
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
Xinchen Hui [Mon, 10 Aug 2015 14:03:33 +0000 (22:03 +0800)]
Merge branch 'master' of git.php.net:php-src
Xinchen Hui [Mon, 10 Aug 2015 14:02:15 +0000 (22:02 +0800)]
Add XFAIL test for #70228
Xinchen Hui [Mon, 10 Aug 2015 13:48:17 +0000 (21:48 +0800)]
Fixed no return statement in function returning non-void
Dmitry Stogov [Mon, 10 Aug 2015 13:38:43 +0000 (16:38 +0300)]
Fixed bug #70207 (Finally is broken with opcache)
Xinchen Hui [Mon, 10 Aug 2015 11:00:35 +0000 (19:00 +0800)]
Fixed bug #70221 (persistent sqlite connection + custom function segfaults)
Xinchen Hui [Mon, 10 Aug 2015 09:47:47 +0000 (17:47 +0800)]
Hmm, we should also take care of uninitialized hashTable
Xinchen Hui [Mon, 10 Aug 2015 09:12:33 +0000 (17:12 +0800)]
Fixed bug #70223 (Incrementing value returned by magic getter)
Xinchen Hui [Mon, 10 Aug 2015 09:06:17 +0000 (17:06 +0800)]
Fixed typo
Xinchen Hui [Mon, 10 Aug 2015 09:03:36 +0000 (17:03 +0800)]
Merge branch 'master' of git.php.net:php-src
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)
Lior Kaplan [Mon, 10 Aug 2015 08:54:39 +0000 (11:54 +0300)]
Add CVE IDs asigned to #69085 (PHP 5.6.7)
Lior Kaplan [Mon, 10 Aug 2015 08:52:23 +0000 (11:52 +0300)]
Align NEWS with 5.6.12
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)
Anatol Belski [Mon, 10 Aug 2015 08:43:53 +0000 (10:43 +0200)]
fix wording
Anatol Belski [Mon, 10 Aug 2015 08:42:10 +0000 (10:42 +0200)]
one bracket too much
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
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
Anatol Belski [Mon, 10 Aug 2015 07:57:05 +0000 (09:57 +0200)]
make use of PHPROOT for possible mkdist integration
Anatol Belski [Mon, 10 Aug 2015 07:50:54 +0000 (09:50 +0200)]
make scripts/dev/gen_verify_stub executable
Anatol Belski [Mon, 10 Aug 2015 07:48:28 +0000 (09:48 +0200)]
initial add verification stub generator
Anatol Belski [Sun, 9 Aug 2015 16:54:20 +0000 (18:54 +0200)]
don't close stdin
Anatol Belski [Sun, 9 Aug 2015 16:40:29 +0000 (18:40 +0200)]
fix the mcrypt related part of bug #64833
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.
marcosptf [Sun, 9 Aug 2015 11:15:33 +0000 (08:15 -0300)]
Update broker_free.phpt
marcosptf [Sun, 9 Aug 2015 11:14:56 +0000 (08:14 -0300)]
Update broker_dict_exists.phpt
marcosptf [Sun, 9 Aug 2015 11:14:19 +0000 (08:14 -0300)]
Update broker_describe.phpt
marcosptf [Sun, 9 Aug 2015 11:13:12 +0000 (08:13 -0300)]
Update dict_suggest.phpt
marcosptf [Sun, 9 Aug 2015 11:11:32 +0000 (08:11 -0300)]
Update dict_store_replacement.phpt
marcosptf [Sun, 9 Aug 2015 11:09:13 +0000 (08:09 -0300)]
Update dict_quick_check_01.phpt
marcosptf [Sun, 9 Aug 2015 11:06:48 +0000 (08:06 -0300)]
Update dict_quick_check.phpt
marcosptf [Sun, 9 Aug 2015 11:04:49 +0000 (08:04 -0300)]
Update dict_is_in_session.phpt
marcosptf [Sun, 9 Aug 2015 11:02:05 +0000 (08:02 -0300)]
Update dict_get_error.phpt
marcosptf [Sun, 9 Aug 2015 10:58:58 +0000 (07:58 -0300)]
Update dict_describe.phpt
marcosptf [Sun, 9 Aug 2015 10:56:23 +0000 (07:56 -0300)]
Update dict_check.phpt
marcosptf [Sun, 9 Aug 2015 10:54:44 +0000 (07:54 -0300)]
Update dict_add_to_session.phpt
marcosptf [Sun, 9 Aug 2015 10:52:04 +0000 (07:52 -0300)]
Update dict_add_to_personal.phpt
marcosptf [Sun, 9 Aug 2015 10:48:51 +0000 (07:48 -0300)]
Update broker_set_ordering.phpt
marcosptf [Sun, 9 Aug 2015 10:45:06 +0000 (07:45 -0300)]
Update broker_request_dict_01.phpt
marcosptf [Sun, 9 Aug 2015 10:44:04 +0000 (07:44 -0300)]
Update broker_request_dict_01.phpt
marcosptf [Sun, 9 Aug 2015 10:43:02 +0000 (07:43 -0300)]
Update broker_request_dict.phpt
marcosptf [Sun, 9 Aug 2015 10:37:50 +0000 (07:37 -0300)]
Update broker_list_dicts.phpt
marcosptf [Sun, 9 Aug 2015 10:35:59 +0000 (07:35 -0300)]
Update broker_init.phpt