]> granicus.if.org Git - php/log
php
8 years agoRevert "Reorder the oplines" (Break Zend/tests/return_types/bug71092.phpt)
Xinchen Hui [Wed, 21 Dec 2016 06:24:14 +0000 (14:24 +0800)]
Revert "Reorder the oplines" (Break Zend/tests/return_types/bug71092.phpt)

This reverts commit a12f43ee2c3d27a7eb9a3c873901643df5f7197e.

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Bob Weinand [Wed, 21 Dec 2016 01:42:38 +0000 (02:42 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoFix issue with -- in phpdbg command line
Bob Weinand [Wed, 21 Dec 2016 01:42:23 +0000 (02:42 +0100)]
Fix issue with -- in phpdbg command line

8 years agoFixed bug #73794 (Crash (out of memory) when using run and # command separator)
Bob Weinand [Tue, 20 Dec 2016 19:18:36 +0000 (20:18 +0100)]
Fixed bug #73794 (Crash (out of memory) when using run and # command separator)

8 years agoFix segfault in ZTS mode when just printing and exiting in phpdbg
Bob Weinand [Tue, 20 Dec 2016 18:48:59 +0000 (19:48 +0100)]
Fix segfault in ZTS mode when just printing and exiting in phpdbg

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Dmitry Stogov [Tue, 20 Dec 2016 13:53:06 +0000 (16:53 +0300)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fixed bug #73792 (invalid foreach loop hangs script)

8 years agoFixed bug #73792 (invalid foreach loop hangs script)
Dmitry Stogov [Tue, 20 Dec 2016 13:48:57 +0000 (16:48 +0300)]
Fixed bug #73792 (invalid foreach loop hangs script)

8 years agoFixed bug #73789 (Strange behavior of class constants in switch/case block)
Xinchen Hui [Tue, 20 Dec 2016 13:01:21 +0000 (21:01 +0800)]
Fixed bug #73789 (Strange behavior of class constants in switch/case block)

8 years agodeliver the real cp also if a constant is passed
Anatol Belski [Tue, 20 Dec 2016 01:40:44 +0000 (02:40 +0100)]
deliver the real cp also if a constant is passed

8 years agoFixed arginfo
Dmitry Stogov [Mon, 19 Dec 2016 08:13:02 +0000 (11:13 +0300)]
Fixed arginfo

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Mon, 19 Dec 2016 00:08:44 +0000 (01:08 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  update NEWS
  Compatibility with Firebird & Oracle select syntax.

8 years agoupdate NEWS
Anatol Belski [Mon, 19 Dec 2016 00:08:19 +0000 (01:08 +0100)]
update NEWS

8 years agoupdate NEWS
Anatol Belski [Mon, 19 Dec 2016 00:07:08 +0000 (01:07 +0100)]
update NEWS

8 years agoCompatibility with Firebird & Oracle select syntax.
Dorin Marcoci [Sat, 17 Dec 2016 19:34:32 +0000 (21:34 +0200)]
Compatibility with Firebird & Oracle select syntax.

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Sun, 18 Dec 2016 23:52:01 +0000 (00:52 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agofix proto
Anatol Belski [Sun, 18 Dec 2016 23:50:29 +0000 (00:50 +0100)]
fix proto

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Sun, 18 Dec 2016 20:55:30 +0000 (21:55 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Cursor is not opened on singleton selects.
  fix arg spec and datatype, follow up on 73594

8 years agoCursor is not opened on singleton selects.
Dorin Marcoci [Thu, 15 Dec 2016 08:57:45 +0000 (10:57 +0200)]
Cursor is not opened on singleton selects.

Test case for unregistered bug on FB3 singleton selects

Set error mode to warning instead of exception.

8 years agofix arg spec and datatype, follow up on 73594
Anatol Belski [Sun, 18 Dec 2016 20:16:35 +0000 (21:16 +0100)]
fix arg spec and datatype, follow up on 73594

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Sun, 18 Dec 2016 19:47:02 +0000 (20:47 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fixed bug #73594

8 years agoFixed bug #73594
Bruce Weirdan [Fri, 25 Nov 2016 02:14:14 +0000 (04:14 +0200)]
Fixed bug #73594

Skip the tests when local resolver does not behave

* Added SKIPIF sections to check local resolver
* Added test to check $authns parameter

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Sun, 18 Dec 2016 16:10:54 +0000 (17:10 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoFix bug #46103
Nikita Popov [Sun, 18 Dec 2016 16:10:19 +0000 (17:10 +0100)]
Fix bug #46103

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Sun, 18 Dec 2016 13:58:38 +0000 (14:58 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoAdd test for get_browser() in object mode
Nikita Popov [Sun, 18 Dec 2016 12:16:25 +0000 (13:16 +0100)]
Add test for get_browser() in object mode

All other tests only check array return values...

8 years agoextend UPGRADING
Anatol Belski [Sun, 18 Dec 2016 00:08:58 +0000 (01:08 +0100)]
extend UPGRADING

8 years agoupdate NEWS
Anatol Belski [Sun, 18 Dec 2016 00:03:00 +0000 (01:03 +0100)]
update NEWS

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Sat, 17 Dec 2016 19:46:09 +0000 (20:46 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  fix C89 compat

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Anatol Belski [Sat, 17 Dec 2016 19:45:22 +0000 (20:45 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  fix C89 compat

8 years agofix C89 compat
Anatol Belski [Sat, 17 Dec 2016 19:43:32 +0000 (20:43 +0100)]
fix C89 compat

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Sat, 17 Dec 2016 12:14:12 +0000 (13:14 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  replace default appveyor build version

8 years agoreplace default appveyor build version
Anatol Belski [Sat, 17 Dec 2016 12:12:34 +0000 (13:12 +0100)]
replace default appveyor build version

8 years agoMerge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1
Xinchen Hui [Sat, 17 Dec 2016 12:09:34 +0000 (20:09 +0800)]
Merge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1

* 'PHP-7.1' of git.php.net:/php-src:
  add Appveyor fast_fail
  improve error check
  turn mcrypt back on for Appveyor runs
  add build status badge
  add scripts for AppVeyor integration
  Silence warning from unhandled enum
  fix leaking streams and memory mapped files
  turn mcrypt back on for Appveyor runs
  add build status badge
  add scripts for AppVeyor integration
  Silence warning from unhandled enum
  fix leaking streams and memory mapped files
  Fix stack management in ini scanner
  chance CLI codepage, only when SAPI is initialized

8 years agoReorder the oplines
Xinchen Hui [Sat, 17 Dec 2016 12:06:18 +0000 (20:06 +0800)]
Reorder the oplines

1. we should only do the return type checking when it is really about to
return
2. for 029.php, actually, the exception threw should be discard while it
jmp into finally(it could be observed by change the return to return an array)
3. after this fix, the test 029.phpt behavior consistently with 7.0
4. good for optimizer too

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Sat, 17 Dec 2016 10:27:17 +0000 (11:27 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  add Appveyor fast_fail
  improve error check

8 years agoadd Appveyor fast_fail
Anatol Belski [Sat, 17 Dec 2016 10:26:13 +0000 (11:26 +0100)]
add Appveyor fast_fail

8 years agoimprove error check
Anatol Belski [Sat, 17 Dec 2016 10:25:06 +0000 (11:25 +0100)]
improve error check

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Fri, 16 Dec 2016 23:14:50 +0000 (00:14 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  turn mcrypt back on for Appveyor runs
  add build status badge
  add scripts for AppVeyor integration
  Silence warning from unhandled enum
  fix leaking streams and memory mapped files

8 years agoturn mcrypt back on for Appveyor runs
Anatol Belski [Fri, 16 Dec 2016 21:59:47 +0000 (22:59 +0100)]
turn mcrypt back on for Appveyor runs

(cherry picked from commit fca2312fbecbc8eb44639d5141bfeae48976206b)

8 years agoadd build status badge
Anatol Belski [Fri, 16 Dec 2016 10:53:41 +0000 (11:53 +0100)]
add build status badge

(cherry picked from commit 3a886c9d20f450545a0d93bb4fc974e28a50df85)

8 years agoadd scripts for AppVeyor integration
Anatol Belski [Fri, 16 Dec 2016 10:48:08 +0000 (11:48 +0100)]
add scripts for AppVeyor integration

(cherry picked from commit c737d6fb495ee986f7819472db861aa9e1bf42b1)

8 years agoSilence warning from unhandled enum
Sara Golemon [Tue, 13 Dec 2016 05:46:49 +0000 (21:46 -0800)]
Silence warning from unhandled enum

(cherry picked from commit 57bbe2c140752f491b1fa24336b817bd48f65a93)

8 years agofix leaking streams and memory mapped files
Anatol Belski [Sun, 11 Dec 2016 01:52:02 +0000 (02:52 +0100)]
fix leaking streams and memory mapped files

(cherry picked from commit f1ff23095b1a4fe6d6a65331dda7832ae02eb1a1)

8 years agoturn mcrypt back on for Appveyor runs
Anatol Belski [Fri, 16 Dec 2016 21:59:47 +0000 (22:59 +0100)]
turn mcrypt back on for Appveyor runs

8 years agoadd build status badge
Anatol Belski [Fri, 16 Dec 2016 10:53:41 +0000 (11:53 +0100)]
add build status badge

(cherry picked from commit 3a886c9d20f450545a0d93bb4fc974e28a50df85)

8 years agoadd scripts for AppVeyor integration
Anatol Belski [Fri, 16 Dec 2016 10:48:08 +0000 (11:48 +0100)]
add scripts for AppVeyor integration

(cherry picked from commit c737d6fb495ee986f7819472db861aa9e1bf42b1)

8 years agoSilence warning from unhandled enum
Sara Golemon [Tue, 13 Dec 2016 05:46:49 +0000 (21:46 -0800)]
Silence warning from unhandled enum

(cherry picked from commit 57bbe2c140752f491b1fa24336b817bd48f65a93)

8 years agofix leaking streams and memory mapped files
Anatol Belski [Sun, 11 Dec 2016 01:52:02 +0000 (02:52 +0100)]
fix leaking streams and memory mapped files

(cherry picked from commit f1ff23095b1a4fe6d6a65331dda7832ae02eb1a1)

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Fri, 16 Dec 2016 19:55:08 +0000 (20:55 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoFix stack management in ini scanner
Nikita Popov [Thu, 15 Dec 2016 21:16:44 +0000 (22:16 +0100)]
Fix stack management in ini scanner

8 years agochance CLI codepage, only when SAPI is initialized
Anatol Belski [Fri, 16 Dec 2016 15:49:18 +0000 (16:49 +0100)]
chance CLI codepage, only when SAPI is initialized

This finally solves issues with DBSC console codepages, and in
general improves the console codepage switching. When
module_initialized, all the possible encoding INI settings with
regard to possible modifications are set, and that's the
right moment to switch the console codepage in regard to I/O.
CJK glyphs might take more than 1 cell, so then  visual issues
can occur, when switching console codepage back and forth. Users
are free to use ini_set(), but any visual issues are then up to
the user responsibility.

8 years agoAdd an assertion
Xinchen Hui [Fri, 16 Dec 2016 03:09:22 +0000 (11:09 +0800)]
Add an assertion

8 years agoFixed bug #73746 (Method that returns string returns UNKNOWN:0 instead)
Xinchen Hui [Fri, 16 Dec 2016 03:06:27 +0000 (11:06 +0800)]
Fixed bug #73746 (Method that returns string returns UNKNOWN:0 instead)

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Thu, 15 Dec 2016 11:32:35 +0000 (12:32 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  make timing check more forgiving in these tests

8 years agomake timing check more forgiving in these tests
Anatol Belski [Thu, 15 Dec 2016 11:20:37 +0000 (12:20 +0100)]
make timing check more forgiving in these tests

Particularly on slower VMs, the sporadic fails can still happen.
The timing is kept in an uncritical range, but allows the tests
pass there. Mayby, it'd make sense to introduce a new group for
this kind of tests, so tests requiring exact time measurement
can be avoided on unsuitable environments.

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Matteo Beccati [Thu, 15 Dec 2016 08:32:04 +0000 (09:32 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Skip tests when secure_file_priv dir not writable
  Add missing UPGRADING entry. Manual is updated before 7.0 release.

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Matteo Beccati [Thu, 15 Dec 2016 08:31:54 +0000 (09:31 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  Skip tests when secure_file_priv dir not writable

8 years agoSkip tests when secure_file_priv dir not writable
Matteo Beccati [Thu, 15 Dec 2016 08:31:00 +0000 (09:31 +0100)]
Skip tests when secure_file_priv dir not writable

8 years agoAdd missing UPGRADING entry. Manual is updated before 7.0 release.
Yasuo Ohgaki [Thu, 15 Dec 2016 07:16:45 +0000 (16:16 +0900)]
Add missing UPGRADING entry. Manual is updated before 7.0 release.

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Wed, 14 Dec 2016 18:56:19 +0000 (19:56 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  extend skip section

8 years agoextend skip section
Anatol Belski [Wed, 14 Dec 2016 18:53:55 +0000 (19:53 +0100)]
extend skip section

The day light offset is calculated based on the system TZ, so with
an unsuitable one there's no way to workaround the false positives.

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Wed, 14 Dec 2016 17:11:43 +0000 (18:11 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoPartially fix bug #70492
Nikita Popov [Wed, 14 Dec 2016 17:10:36 +0000 (18:10 +0100)]
Partially fix bug #70492

The libmagic portion is missing.

8 years agoFixed bug #73727
Nikita Popov [Wed, 14 Dec 2016 16:56:31 +0000 (17:56 +0100)]
Fixed bug #73727

Error introduced when refactoring zend_alloc code into zend_bitset.

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Wed, 14 Dec 2016 11:34:14 +0000 (12:34 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  cleanup temporary data

8 years agocleanup temporary data
Anatol Belski [Wed, 14 Dec 2016 11:33:13 +0000 (12:33 +0100)]
cleanup temporary data

8 years agoCare about intput and output encoding, as per default encoding RFC
Anatol Belski [Wed, 14 Dec 2016 01:51:29 +0000 (02:51 +0100)]
Care about intput and output encoding, as per default encoding RFC

If PHP CLI is used with programs with no Unicode support, the default
PHP console codepage might cause backward incompatible behaviors. This
is solved with this patch by separating the handling of I/O codepage.
As per https://wiki.php.net/rfc/default_encoding input_encodnig and
output_encoding are centralized INI settings, so they're used for the
purpose of adjusting the codepage. This gives user the ability to use
UTF-8 internally, while letting the system API to convert the output
to a compatible codepage. This also might solve the font issues on
systems without good true type support.

Note, that there no change to the default behavior - if input and
output encoding are not set, which is the default case, the default
charset applies to both console input and output. The patch is just
a compilment to the backward compatibility, not more and not less.

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Tue, 13 Dec 2016 16:57:14 +0000 (17:57 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoMore fixes for bug #73089
Nikita Popov [Tue, 13 Dec 2016 16:54:30 +0000 (17:54 +0100)]
More fixes for bug #73089

Insert a lot more DEREFs. Some may not be necessary, but better
safe than sorry. I'm thinking the soap_hash_str_find_deref function
should become part of the zend_hash API -- we need this in many
places.

8 years agoOptimized memory handling of BIT fields. Less memory copies and less
Andrey Hristov [Mon, 12 Dec 2016 19:59:29 +0000 (21:59 +0200)]
Optimized memory handling of BIT fields. Less memory copies and less
memory usage.

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Andrey Hristov [Mon, 12 Dec 2016 19:52:59 +0000 (21:52 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoAdd a bit more test cases (edge cases) to the BIT test case
Andrey Hristov [Mon, 12 Dec 2016 19:52:36 +0000 (21:52 +0200)]
Add a bit more test cases (edge cases) to the BIT test case

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Andrey Hristov [Mon, 12 Dec 2016 19:29:06 +0000 (21:29 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoAdd a test case to test fetching of multiple rows with bit values.
Andrey Hristov [Mon, 12 Dec 2016 19:28:33 +0000 (21:28 +0200)]
Add a test case to test fetching of multiple rows with bit values.

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Andrey Hristov [Mon, 12 Dec 2016 19:12:44 +0000 (21:12 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoFix off by 1 problem.
Andrey Hristov [Mon, 12 Dec 2016 19:11:02 +0000 (21:11 +0200)]
Fix off by 1 problem.

The problem was manifestated only with BIT columns and only when more than
one row was fetched. The problem was coming from the fact that in pre-7.0
times mysqlnd was using a no-copy optimization. This optimization kept the
strings (and also the BIT mask equivalents as strings) in the packet and the
zval referred to them. 7.0+ zvals cannot use no-copy and always copy. Because
of this the allocated memory for the packet was reduced by 1 by the person who
ported the driver, but the starting address of the bit area wasn't reduced.
Because of this the bit_area started at wrong address and the length decoded
wrong.

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Mon, 12 Dec 2016 00:56:44 +0000 (01:56 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  better way to get ACP

8 years agobetter way to get ACP
Anatol Belski [Mon, 12 Dec 2016 00:54:22 +0000 (01:54 +0100)]
better way to get ACP

8 years agoadapt patch for 7.1
Anatol Belski [Mon, 12 Dec 2016 00:50:15 +0000 (01:50 +0100)]
adapt patch for 7.1

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Mon, 12 Dec 2016 00:29:23 +0000 (01:29 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  fix datatype for zpp, yet a followup on bug #73679

8 years agofix datatype for zpp, yet a followup on bug #73679
Anatol Belski [Mon, 12 Dec 2016 00:26:06 +0000 (01:26 +0100)]
fix datatype for zpp, yet a followup on bug #73679

8 years agoupdate NEWS
Anatol Belski [Sun, 11 Dec 2016 16:40:22 +0000 (17:40 +0100)]
update NEWS

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Sun, 11 Dec 2016 16:39:54 +0000 (17:39 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  update NEWS

8 years agoupdate NEWS
Anatol Belski [Sun, 11 Dec 2016 16:39:08 +0000 (17:39 +0100)]
update NEWS

8 years agoimprove fix for bug #73679 with new capabilities available
Anatol Belski [Sun, 11 Dec 2016 16:25:48 +0000 (17:25 +0100)]
improve fix for bug #73679 with new capabilities available

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Sun, 11 Dec 2016 16:07:57 +0000 (17:07 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fixed bug #73679 DOTNET read access violation using invalid codepage

8 years agoFixed bug #73679 DOTNET read access violation using invalid codepage
Anatol Belski [Sun, 11 Dec 2016 16:06:55 +0000 (17:06 +0100)]
Fixed bug #73679 DOTNET read access violation using invalid codepage

8 years agoFix T_NUM_STRING negation
Nikita Popov [Sun, 11 Dec 2016 12:31:37 +0000 (13:31 +0100)]
Fix T_NUM_STRING negation

T_NUM_STRING follows the rules of symtable numeric string
conversion. If the offset isn't an integer under those rules, it
is treated as a string. This should apply to negated T_NUM_STRINGs
as well.

8 years agoextend errno mapping
Anatol Belski [Sat, 10 Dec 2016 10:17:07 +0000 (11:17 +0100)]
extend errno mapping

8 years agoFixed tests
Xinchen Hui [Sat, 10 Dec 2016 08:43:17 +0000 (16:43 +0800)]
Fixed tests

8 years agoUpdate NEWS
Xinchen Hui [Fri, 9 Dec 2016 14:39:42 +0000 (22:39 +0800)]
Update NEWS

8 years agoFix the bug in ZEND_ASSIGN_DIM (as nikic suggest)
Xinchen Hui [Fri, 9 Dec 2016 14:30:24 +0000 (22:30 +0800)]
Fix the bug in ZEND_ASSIGN_DIM (as nikic suggest)

8 years agoRevert "Refix bug #73686"
Xinchen Hui [Fri, 9 Dec 2016 14:22:59 +0000 (22:22 +0800)]
Revert "Refix bug #73686"

This reverts commit 4589386026dbf15d980ba0c7c92dc587cead15e8.

8 years agoRefix bug #73686
Xinchen Hui [Fri, 9 Dec 2016 08:37:22 +0000 (16:37 +0800)]
Refix bug #73686

8 years agoFixed bug #73646 (mb_ereg_search_init null pointer dereference)
Xinchen Hui [Fri, 9 Dec 2016 07:55:07 +0000 (15:55 +0800)]
Fixed bug #73646 (mb_ereg_search_init null pointer dereference)

8 years agoMerge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1
Xinchen Hui [Fri, 9 Dec 2016 03:41:26 +0000 (11:41 +0800)]
Merge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1

* 'PHP-7.1' of git.php.net:/php-src:
  fix uninitialized member

8 years agoFixed bug #73686 (Adding settype()ed values to ArrayObject results in references)
Xinchen Hui [Fri, 9 Dec 2016 03:41:08 +0000 (11:41 +0800)]
Fixed bug #73686 (Adding settype()ed values to ArrayObject results in references)

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Thu, 8 Dec 2016 16:16:48 +0000 (17:16 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  fix uninitialized member

8 years agofix uninitialized member
Anatol Belski [Thu, 8 Dec 2016 16:15:06 +0000 (17:15 +0100)]
fix uninitialized member

8 years agoFixed possible false assertion failure
Xinchen Hui [Thu, 8 Dec 2016 14:04:43 +0000 (22:04 +0800)]
Fixed possible false assertion failure