]> granicus.if.org Git - php/log
php
10 years agoGet rid of EX(scope). In most cases we use EG(scope) anyway. EX(scope) was used to...
Dmitry Stogov [Fri, 28 Nov 2014 07:21:18 +0000 (10:21 +0300)]
Get rid of EX(scope). In most cases we use EG(scope) anyway. EX(scope) was used to switch EG(scope) back after call, but it's possibleto use EX(func)->common.scope instead.

10 years agoMerge branch 'PHP-5.6'
Anatol Belski [Thu, 27 Nov 2014 12:40:34 +0000 (13:40 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  updated NEWS
  refactored the mbstring config.w32
  Fixed bug #68504 --with-libmbfl configure option not present on Windows

10 years agoupdated NEWS
Anatol Belski [Thu, 27 Nov 2014 12:40:07 +0000 (13:40 +0100)]
updated NEWS

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Thu, 27 Nov 2014 12:39:23 +0000 (13:39 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  refactored the mbstring config.w32
  Fixed bug #68504 --with-libmbfl configure option not present on Windows

10 years agorefactored the mbstring config.w32
Anatol Belski [Thu, 27 Nov 2014 12:37:00 +0000 (13:37 +0100)]
refactored the mbstring config.w32

10 years agoUpdate NEWS
Julien Pauli [Thu, 27 Nov 2014 10:40:48 +0000 (11:40 +0100)]
Update NEWS

10 years agoMerge branch 'pull-request/826'
Julien Pauli [Thu, 27 Nov 2014 10:22:23 +0000 (11:22 +0100)]
Merge branch 'pull-request/826'

* pull-request/826:
  New label length test
  Fix ext/filter/tests/033.phpt
  Fix filter_list test
  FILTER_VALIDATE_DOMAIN and RFC conformance for FILTER_VALIDATE_URL

10 years agoFixed compilation warnings
Dmitry Stogov [Thu, 27 Nov 2014 09:52:31 +0000 (12:52 +0300)]
Fixed compilation warnings

10 years agoFixed bug #68504 --with-libmbfl configure option not present on Windows
Anatol Belski [Thu, 27 Nov 2014 08:14:47 +0000 (09:14 +0100)]
Fixed bug #68504 --with-libmbfl configure option not present on Windows

10 years agoChanged "finally" handling. Removed EX(fast_ret) and EX(delayed_exception). Allocate...
Dmitry Stogov [Thu, 27 Nov 2014 06:56:43 +0000 (09:56 +0300)]
Changed "finally" handling. Removed EX(fast_ret) and EX(delayed_exception). Allocate and use additional IS_TMP_VAR slot on VM stack instead.

10 years agoMerge branch 'PHP-5.6'
Ferenc Kovacs [Wed, 26 Nov 2014 23:13:33 +0000 (00:13 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  the darwin specific test fails for me with the same output which is the expected for the original test I couldn't find anybody who managed to see this test passing, but I found a bunch of other reports on qa.php.net/reports and on google which do see this test failing on mac. if this change causes you to have this test failing on Mac, please drop me a mail so we can improve the current test so it passes for everybody.
  5.5.21 now

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Ferenc Kovacs [Wed, 26 Nov 2014 23:13:11 +0000 (00:13 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  the darwin specific test fails for me with the same output which is the expected for the original test I couldn't find anybody who managed to see this test passing, but I found a bunch of other reports on qa.php.net/reports and on google which do see this test failing on mac. if this change causes you to have this test failing on Mac, please drop me a mail so we can improve the current test so it passes for everybody.
  5.5.21 now

Conflicts:
configure.in
main/php_version.h

10 years agothe darwin specific test fails for me with the same output which is the expected...
Ferenc Kovacs [Wed, 26 Nov 2014 23:08:40 +0000 (00:08 +0100)]
the darwin specific test fails for me with the same output which is the expected for the original test
I couldn't find anybody who managed to see this test passing, but I found a bunch of other reports on
qa.php.net/reports and on google which do see this test failing on mac.
if this change causes you to have this test failing on Mac, please drop me a mail so we can improve
the current test so it passes for everybody.

10 years agoMerge branch 'PHP-5.6'
Ferenc Kovacs [Wed, 26 Nov 2014 22:15:51 +0000 (23:15 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  #68446 is fixed

10 years ago#68446 is fixed
Ferenc Kovacs [Wed, 26 Nov 2014 22:12:49 +0000 (23:12 +0100)]
#68446 is fixed

10 years agoReimplemented silence operator (@) handling on exceptions. Now each silence region...
Dmitry Stogov [Wed, 26 Nov 2014 19:44:58 +0000 (22:44 +0300)]
Reimplemented silence operator (@) handling on exceptions. Now each silence region is stored in op_array->brk_cont_array. On exception ZEND_HANDLE_EXCEPTION handler traverse this array and restore original EG(error_reporting) if exception occured inside a "silence" region.

10 years agoMerge branch 'PHP-5.6'
Ferenc Kovacs [Wed, 26 Nov 2014 18:14:10 +0000 (19:14 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  remove the NEWS entries for the reverted stuff

10 years agoremove the NEWS entries for the reverted stuff
Ferenc Kovacs [Wed, 26 Nov 2014 18:13:46 +0000 (19:13 +0100)]
remove the NEWS entries for the reverted stuff

10 years agoMerge branch 'PHP-5.6'
Ferenc Kovacs [Wed, 26 Nov 2014 17:42:53 +0000 (18:42 +0100)]
Merge branch 'PHP-5.6'

  merge phpdbg commits from PHP-5.6 but keep the phpdbg unchanged in master

10 years agotypo fix
Ferenc Kovacs [Wed, 26 Nov 2014 17:41:50 +0000 (18:41 +0100)]
typo fix

10 years agogo back with phpdbg to the state of 5.6.3, reverting the controversial commits(remote...
Ferenc Kovacs [Wed, 26 Nov 2014 17:38:36 +0000 (18:38 +0100)]
go back with phpdbg to the state of 5.6.3, reverting the controversial commits(remote debugging/xml protocol)

10 years ago5.5.21 now
Julien Pauli [Wed, 26 Nov 2014 10:31:58 +0000 (11:31 +0100)]
5.5.21 now

10 years agoMerge branch 'PHP-5.6'
Ferenc Kovacs [Wed, 26 Nov 2014 09:24:18 +0000 (10:24 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  PHP-5.6.5 is next

Conflicts:
configure.in
main/php_version.h

10 years agoPHP-5.6.5 is next
Ferenc Kovacs [Wed, 26 Nov 2014 09:21:37 +0000 (10:21 +0100)]
PHP-5.6.5 is next

10 years agoMerge branch 'PHP-5.6'
Anatol Belski [Wed, 26 Nov 2014 07:35:29 +0000 (08:35 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  updated lib versions
  updated lib versions

10 years agoupdated lib versions
Anatol Belski [Wed, 26 Nov 2014 07:35:00 +0000 (08:35 +0100)]
updated lib versions

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Wed, 26 Nov 2014 07:33:32 +0000 (08:33 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  updated lib versions

10 years agoupdated lib versions
Anatol Belski [Wed, 26 Nov 2014 07:33:06 +0000 (08:33 +0100)]
updated lib versions

10 years agoMerge branch 'PHP-5.6'
Anatol Belski [Tue, 25 Nov 2014 17:16:55 +0000 (18:16 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  fix dir separator in test

10 years agofix dir separator in test
Anatol Belski [Tue, 25 Nov 2014 17:16:26 +0000 (18:16 +0100)]
fix dir separator in test

10 years agofix TS build
Anatol Belski [Tue, 25 Nov 2014 16:58:20 +0000 (17:58 +0100)]
fix TS build

10 years agoMerge branch 'PHP-5.6'
Anatol Belski [Tue, 25 Nov 2014 16:57:51 +0000 (17:57 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  fix TS build

10 years agofix TS build
Anatol Belski [Tue, 25 Nov 2014 16:56:28 +0000 (17:56 +0100)]
fix TS build

10 years agoMerge branch 'PHP-5.6'
Dmitry Stogov [Tue, 25 Nov 2014 15:12:30 +0000 (18:12 +0300)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Better fix for bug #68446

10 years agoBetter fix for bug #68446
Dmitry Stogov [Tue, 25 Nov 2014 15:09:08 +0000 (18:09 +0300)]
Better fix for bug #68446

10 years agoRevert "Merge remote-tracking branch 'origin/PHP-5.6'"
Dmitry Stogov [Tue, 25 Nov 2014 12:40:08 +0000 (15:40 +0300)]
Revert "Merge remote-tracking branch 'origin/PHP-5.6'"

This reverts commit 38229d13d14bb0bda736d52a9a4f25c121445692, reversing
changes made to 77f172725a37c8ddee750bf6970529a1570fbc86.

10 years agoMerge remote-tracking branch 'origin/PHP-5.6'
Bob Weinand [Tue, 25 Nov 2014 12:05:36 +0000 (13:05 +0100)]
Merge remote-tracking branch 'origin/PHP-5.6'

Conflicts:
Zend/zend_compile.c
Zend/zend_execute.c
Zend/zend_vm_def.h
Zend/zend_vm_execute.h

10 years agoRevert NEWS and set test to XFAIL
Bob Weinand [Tue, 25 Nov 2014 11:27:17 +0000 (12:27 +0100)]
Revert NEWS and set test to XFAIL

10 years agoRevert "Fix bug #68446 (bug with constant defaults and type hints)"
Bob Weinand [Tue, 25 Nov 2014 11:24:29 +0000 (12:24 +0100)]
Revert "Fix bug #68446 (bug with constant defaults and type hints)"

This reverts commit 5ef138b0c7c4e9532e205f45c18a72aa1d279c24.

10 years agoImproved zend_hash_clean() and added new optimized zend_symtable_clean()
Dmitry Stogov [Tue, 25 Nov 2014 11:17:21 +0000 (14:17 +0300)]
Improved zend_hash_clean() and added new optimized zend_symtable_clean()

10 years agoUse inline version of zval_ptr_dtor()
Dmitry Stogov [Tue, 25 Nov 2014 10:05:35 +0000 (13:05 +0300)]
Use inline version of zval_ptr_dtor()

10 years agoAdded new optimized zend_array_destroy() function
Dmitry Stogov [Tue, 25 Nov 2014 09:58:29 +0000 (12:58 +0300)]
Added new optimized zend_array_destroy() function

10 years agoMoved i_zval_ptr_dtor() from zend_execute.h to zend_variables.h
Dmitry Stogov [Tue, 25 Nov 2014 09:37:46 +0000 (12:37 +0300)]
Moved i_zval_ptr_dtor() from zend_execute.h to zend_variables.h

10 years agoMerge branch 'master' of https://github.com/php/php-src
krakjoe [Tue, 25 Nov 2014 08:37:02 +0000 (08:37 +0000)]
Merge branch 'master' of https://github.com/php/php-src

10 years agofix REGISTER_NS_*_CONSTANT macros
krakjoe [Tue, 25 Nov 2014 08:36:30 +0000 (08:36 +0000)]
fix REGISTER_NS_*_CONSTANT macros

10 years agoRemoved useless assert. EG(uninitialized_zval) can't be refcounted.
Dmitry Stogov [Tue, 25 Nov 2014 08:33:57 +0000 (11:33 +0300)]
Removed useless assert. EG(uninitialized_zval) can't be refcounted.

10 years agoUse specialized destructors when types of zvals are known.
Dmitry Stogov [Mon, 24 Nov 2014 22:22:59 +0000 (01:22 +0300)]
Use specialized destructors when types of zvals are known.

10 years agoMerge branch 'PHP-5.6'
Stanislav Malyshev [Mon, 24 Nov 2014 20:27:04 +0000 (12:27 -0800)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  move tests into proper place

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Mon, 24 Nov 2014 20:26:50 +0000 (12:26 -0800)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  move tests into proper place

10 years agomove tests into proper place
Stanislav Malyshev [Mon, 24 Nov 2014 20:26:20 +0000 (12:26 -0800)]
move tests into proper place

10 years agoImproved assignment to object property
Dmitry Stogov [Mon, 24 Nov 2014 20:19:24 +0000 (23:19 +0300)]
Improved assignment to object property

10 years agoReuse zend_assign_to_variable() in zend_std_write_property()
Dmitry Stogov [Mon, 24 Nov 2014 17:33:27 +0000 (20:33 +0300)]
Reuse zend_assign_to_variable() in zend_std_write_property()

10 years agocleanup comments from svn/cvs era
Popa Adrian Marius [Mon, 24 Nov 2014 16:40:20 +0000 (18:40 +0200)]
cleanup comments from svn/cvs era

10 years agoMerge branch 'PHP-5.6'
Anatol Belski [Mon, 24 Nov 2014 15:27:43 +0000 (16:27 +0100)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  fix dir separator in test
  fork test for windows
  update for LiteSpeed
  update for LiteSpeed

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Mon, 24 Nov 2014 15:25:38 +0000 (16:25 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fix dir separator in test
  fork test for windows
  update for LiteSpeed

10 years agofix dir separator in test
Anatol Belski [Mon, 24 Nov 2014 15:14:17 +0000 (16:14 +0100)]
fix dir separator in test

10 years agofork test for windows
Anatol Belski [Mon, 24 Nov 2014 15:09:26 +0000 (16:09 +0100)]
fork test for windows

10 years agoUse inline version of the function in the loop
Dmitry Stogov [Mon, 24 Nov 2014 14:20:49 +0000 (17:20 +0300)]
Use inline version of the function in the loop

10 years agoMicro optimization
Dmitry Stogov [Mon, 24 Nov 2014 12:46:34 +0000 (15:46 +0300)]
Micro optimization

10 years agoFPM: change "listen = port" behavior from IPv4 catch-all to IPv6 catch-all (+ IPv4...
Remi Collet [Mon, 24 Nov 2014 08:38:36 +0000 (09:38 +0100)]
FPM: change "listen = port" behavior from IPv4 catch-all to IPv6 catch-all (+ IPv4-mapped)

10 years agoRemove no longer used scripts
Sobak [Mon, 28 Jul 2014 13:18:48 +0000 (15:18 +0200)]
Remove no longer used scripts

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Mon, 24 Nov 2014 02:03:24 +0000 (18:03 -0800)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  update for LiteSpeed

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Mon, 24 Nov 2014 02:05:49 +0000 (18:05 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  update for LiteSpeed

10 years agoupdate for LiteSpeed
Stanislav Malyshev [Mon, 24 Nov 2014 02:05:26 +0000 (18:05 -0800)]
update for LiteSpeed

10 years agoupdate for LiteSpeed
Stanislav Malyshev [Mon, 24 Nov 2014 02:03:07 +0000 (18:03 -0800)]
update for LiteSpeed

10 years agoMerge branch 'PHP-5.6'
Stanislav Malyshev [Mon, 24 Nov 2014 01:53:00 +0000 (17:53 -0800)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  tests image gd
  xmlwriter_full_end_element tests
  Tests for writeAttributeNS and xmlwriter_write_attribute_ns

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Mon, 24 Nov 2014 01:52:50 +0000 (17:52 -0800)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  tests image gd
  xmlwriter_full_end_element tests
  Tests for writeAttributeNS and xmlwriter_write_attribute_ns

10 years agoMerge branch 'pull-request/757' into PHP-5.5
Stanislav Malyshev [Mon, 24 Nov 2014 01:52:43 +0000 (17:52 -0800)]
Merge branch 'pull-request/757' into PHP-5.5

* pull-request/757:
  xmlwriter_full_end_element tests
  Tests for writeAttributeNS and xmlwriter_write_attribute_ns

10 years agoMerge branch 'pull-request/782' into PHP-5.5
Stanislav Malyshev [Mon, 24 Nov 2014 01:52:08 +0000 (17:52 -0800)]
Merge branch 'pull-request/782' into PHP-5.5

* pull-request/782:
  tests image gd

10 years agoMerge branch 'pull-request/752'
Stanislav Malyshev [Mon, 24 Nov 2014 01:48:49 +0000 (17:48 -0800)]
Merge branch 'pull-request/752'

* pull-request/752:
  Updated NEWS regarding LiteSpeed SAPI

10 years agoMerge branch 'PHP-5.6'
Stanislav Malyshev [Mon, 24 Nov 2014 01:26:35 +0000 (17:26 -0800)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  test to function addcslashes
  test
  Test PHP Init Fail Without Params
  Add my information to this test
  Add a test for the exception cases of readline_read_history
  added some tests to datetime and dateinterval functions
  added various tests for XSLTProcessor and one test for iconv extension
  teste basico da funcao timezone_version_get

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Mon, 24 Nov 2014 01:26:28 +0000 (17:26 -0800)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Add my information to this test
  Add a test for the exception cases of readline_read_history
  added some tests to datetime and dateinterval functions
  added various tests for XSLTProcessor and one test for iconv extension
  teste basico da funcao timezone_version_get

10 years agoMerge branch 'pull-request/854' into PHP-5.5
Stanislav Malyshev [Mon, 24 Nov 2014 01:23:34 +0000 (17:23 -0800)]
Merge branch 'pull-request/854' into PHP-5.5

* pull-request/854:
  teste basico da funcao timezone_version_get

10 years agoMerge branch 'pull-request/855' into PHP-5.5
Stanislav Malyshev [Mon, 24 Nov 2014 01:22:54 +0000 (17:22 -0800)]
Merge branch 'pull-request/855' into PHP-5.5

* pull-request/855:
  added some tests to datetime and dateinterval functions
  added various tests for XSLTProcessor and one test for iconv extension

10 years agoMerge branch 'pull-request/856' into PHP-5.5
Stanislav Malyshev [Mon, 24 Nov 2014 01:22:02 +0000 (17:22 -0800)]
Merge branch 'pull-request/856' into PHP-5.5

* pull-request/856:
  Add my information to this test
  Add a test for the exception cases of readline_read_history

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Mon, 24 Nov 2014 01:21:29 +0000 (17:21 -0800)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Test PHP Init Fail Without Params

10 years agoMerge branch 'pull-request/863' into PHP-5.5
Stanislav Malyshev [Mon, 24 Nov 2014 01:21:20 +0000 (17:21 -0800)]
Merge branch 'pull-request/863' into PHP-5.5

* pull-request/863:
  Test PHP Init Fail Without Params

10 years agotest to function addcslashes
marcosptf [Fri, 24 Oct 2014 17:11:17 +0000 (15:11 -0200)]
test to function addcslashes

test to function bin2hex

10 years agotest
marcosptf [Fri, 24 Oct 2014 17:08:27 +0000 (15:08 -0200)]
test

10 years agoMerge branch 'PHP-5.6'
Stanislav Malyshev [Mon, 24 Nov 2014 01:14:46 +0000 (17:14 -0800)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Update CODING_STANDARDS

10 years agoMerge branch 'pull-request/811'
Stanislav Malyshev [Mon, 24 Nov 2014 01:14:39 +0000 (17:14 -0800)]
Merge branch 'pull-request/811'

* pull-request/811:
  Update CODING_STANDARDS

10 years agoUpdate CODING_STANDARDS
Archil Imnadze [Mon, 8 Sep 2014 09:13:34 +0000 (13:13 +0400)]
Update CODING_STANDARDS

10 years agoMerge branch 'PHP-5.6'
Stanislav Malyshev [Mon, 24 Nov 2014 01:13:12 +0000 (17:13 -0800)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Correct two zlib tests to use a string, not a const

10 years agoMerge branch 'pull-request/817'
Stanislav Malyshev [Mon, 24 Nov 2014 01:13:03 +0000 (17:13 -0800)]
Merge branch 'pull-request/817'

* pull-request/817:
  Correct two zlib tests to use a string, not a const

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Mon, 24 Nov 2014 01:12:52 +0000 (17:12 -0800)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Correct two zlib tests to use a string, not a const

10 years agoCorrect two zlib tests to use a string, not a const
Tim Siebels [Fri, 12 Sep 2014 13:04:32 +0000 (15:04 +0200)]
Correct two zlib tests to use a string, not a const

10 years agoMerge branch 'pull-request/819'
Stanislav Malyshev [Mon, 24 Nov 2014 01:11:54 +0000 (17:11 -0800)]
Merge branch 'pull-request/819'

* pull-request/819:
  Indention fix

10 years agoMerge branch 'pull-request/900'
Stanislav Malyshev [Mon, 24 Nov 2014 00:40:49 +0000 (16:40 -0800)]
Merge branch 'pull-request/900'

* pull-request/900:
  Fix incorrect argument reflection info for array_multisort()

10 years agoMerge branch 'PHP-5.6'
Stanislav Malyshev [Mon, 24 Nov 2014 00:40:16 +0000 (16:40 -0800)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  update NEWS
  Fix incorrect argument reflection info for array_multisort()

10 years agoupdate NEWS
Stanislav Malyshev [Mon, 24 Nov 2014 00:39:52 +0000 (16:39 -0800)]
update NEWS

10 years agoFix incorrect argument reflection info for array_multisort()
Alexander Lisachenko [Fri, 14 Nov 2014 12:36:56 +0000 (15:36 +0300)]
Fix incorrect argument reflection info for array_multisort()

10 years agoMerge branch 'PHP-5.6'
Stanislav Malyshev [Mon, 24 Nov 2014 00:32:57 +0000 (16:32 -0800)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Fix incorrect argument reflection info for array_multisort()

10 years agoFix incorrect argument reflection info for array_multisort()
Alexander Lisachenko [Fri, 14 Nov 2014 12:36:56 +0000 (15:36 +0300)]
Fix incorrect argument reflection info for array_multisort()

10 years agoMerge branch 'PHP-5.6'
Stanislav Malyshev [Mon, 24 Nov 2014 00:25:10 +0000 (16:25 -0800)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  fix NEWS order
  update NEWS
  Update the VM generation script, per Bob.
  Update NEWS after rebase.
  Add BEGIN_EXTERN_C() and END_EXTERN_C() to .h files missing them.

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Mon, 24 Nov 2014 00:22:52 +0000 (16:22 -0800)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fix NEWS order

10 years agofix NEWS order
Stanislav Malyshev [Mon, 24 Nov 2014 00:21:53 +0000 (16:21 -0800)]
fix NEWS order

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Mon, 24 Nov 2014 00:18:52 +0000 (16:18 -0800)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  update NEWS
  Update the VM generation script, per Bob.
  Update NEWS after rebase.
  Add BEGIN_EXTERN_C() and END_EXTERN_C() to .h files missing them.

10 years agoupdate NEWS
Stanislav Malyshev [Mon, 24 Nov 2014 00:18:04 +0000 (16:18 -0800)]
update NEWS

10 years agoMerge branch 'pull-request/840' into PHP-5.5
Stanislav Malyshev [Mon, 24 Nov 2014 00:17:17 +0000 (16:17 -0800)]
Merge branch 'pull-request/840' into PHP-5.5

* pull-request/840:
  Update the VM generation script, per Bob.
  Update NEWS after rebase.
  Add BEGIN_EXTERN_C() and END_EXTERN_C() to .h files missing them.

10 years agoMerge branch 'pull-request/850'
Stanislav Malyshev [Mon, 24 Nov 2014 00:14:21 +0000 (16:14 -0800)]
Merge branch 'pull-request/850'

* pull-request/850:
  Update comments in php.ini