]> granicus.if.org Git - php/log
php
9 years agoMerge branch 'PHP-7.0'
Nikita Popov [Thu, 1 Oct 2015 18:47:29 +0000 (20:47 +0200)]
Merge branch 'PHP-7.0'

9 years agoMore check_parameters improvements
Nikita Popov [Thu, 1 Oct 2015 18:22:55 +0000 (20:22 +0200)]
More check_parameters improvements

* Allow / on everything but lLdb (on which it will work, but makes
  no sense).
* For ! on lLdb add additional zend_bool* parameter.
* For optional s and p only require one of the variables to be
  initialized. The length is usually not initialized.

9 years agoUpdate scripts/dev/check_parameters.php for PHP 7
Sean DuBois [Tue, 15 Sep 2015 07:05:27 +0000 (02:05 -0500)]
Update scripts/dev/check_parameters.php for PHP 7

Also fix deprecation errors and move from preg_replace
-> preg_replace_callback.

9 years agoMerge branch 'PHP-7.0'
Nikita Popov [Thu, 1 Oct 2015 14:40:58 +0000 (16:40 +0200)]
Merge branch 'PHP-7.0'

9 years agoRemove checks for read_property retval being NULL
Nikita Popov [Thu, 1 Oct 2015 14:33:30 +0000 (16:33 +0200)]
Remove checks for read_property retval being NULL

read_property uses &EG(uninitialized_zval) instead.

9 years agoRemove dead assignment in get_property_guard
Nikita Popov [Thu, 1 Oct 2015 14:28:28 +0000 (16:28 +0200)]
Remove dead assignment in get_property_guard

9 years agoMerge branch 'PHP-7.0'
Matteo Beccati [Wed, 30 Sep 2015 13:55:01 +0000 (15:55 +0200)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  ReflectionGenerator and ReflectionType are new classes
  fix dl() function

9 years agoReflectionGenerator and ReflectionType are new classes
Matteo Beccati [Wed, 30 Sep 2015 13:50:01 +0000 (15:50 +0200)]
ReflectionGenerator and ReflectionType are new classes

I've added them to the new classes paragraph for the sake of completeness, even
though they are mentioned before as new features.

9 years agofix dl() function
Antony Dovgal [Wed, 30 Sep 2015 13:40:29 +0000 (14:40 +0100)]
fix dl() function

..which was using old macro

9 years agofix dl() function
Antony Dovgal [Wed, 30 Sep 2015 13:40:29 +0000 (14:40 +0100)]
fix dl() function

..which was using old macro

9 years agoMerge branch 'PHP-7.0'
Dmitry Stogov [Wed, 30 Sep 2015 13:24:14 +0000 (16:24 +0300)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Reordered field to improve data lacality and reduce L1D CPU cache misses in ZEND_INIT_FCALL opcode family

9 years agoReordered field to improve data lacality and reduce L1D CPU cache misses in ZEND_INIT...
Dmitry Stogov [Wed, 30 Sep 2015 13:22:56 +0000 (16:22 +0300)]
Reordered field to improve data lacality and reduce L1D CPU cache misses in ZEND_INIT_FCALL opcode family

9 years agoMerge branch 'PHP-7.0'
Julien Pauli [Wed, 30 Sep 2015 11:20:22 +0000 (13:20 +0200)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Fixed test
  5.5.31 now
  Add NTS/ZTS information to php -v

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Julien Pauli [Wed, 30 Sep 2015 11:19:37 +0000 (13:19 +0200)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  Fixed test
  5.5.31 now

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Julien Pauli [Wed, 30 Sep 2015 11:19:18 +0000 (13:19 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed test
  5.5.31 now

Conflicts:
configure.in
main/php_version.h

9 years agoFixed test
Julien Pauli [Wed, 30 Sep 2015 11:18:16 +0000 (13:18 +0200)]
Fixed test

9 years ago5.5.31 now
Julien Pauli [Wed, 30 Sep 2015 11:01:11 +0000 (13:01 +0200)]
5.5.31 now

9 years agoAdd NTS/ZTS information to php -v
Bob Weinand [Wed, 30 Sep 2015 10:39:09 +0000 (12:39 +0200)]
Add NTS/ZTS information to php -v

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Wed, 30 Sep 2015 10:18:48 +0000 (12:18 +0200)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  fix test

9 years agofix test
Anatol Belski [Wed, 30 Sep 2015 10:18:32 +0000 (12:18 +0200)]
fix test

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Wed, 30 Sep 2015 09:32:26 +0000 (11:32 +0200)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  fork test
  fix tests on Windows
  tweak cgi binary search

9 years agofork test
Anatol Belski [Wed, 30 Sep 2015 07:16:46 +0000 (09:16 +0200)]
fork test

9 years agofix tests on Windows
Anatol Belski [Wed, 30 Sep 2015 07:16:02 +0000 (09:16 +0200)]
fix tests on Windows

9 years agotweak cgi binary search
Anatol Belski [Tue, 29 Sep 2015 14:47:57 +0000 (16:47 +0200)]
tweak cgi binary search

9 years agoAdd JSON as exported type, if available. mysqlnd has it, libmysql doesn't export...
Andrey Hristov [Wed, 30 Sep 2015 07:02:11 +0000 (09:02 +0200)]
Add JSON as exported type, if available. mysqlnd has it, libmysql doesn't export it (for now).

9 years agoMerge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0
Xinchen Hui [Wed, 30 Sep 2015 04:59:45 +0000 (12:59 +0800)]
Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Andrey Hristov [Wed, 30 Sep 2015 07:04:00 +0000 (09:04 +0200)]
Merge branch 'PHP-5.6' into PHP-7.0

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Wed, 30 Sep 2015 04:59:21 +0000 (12:59 +0800)]
Merge branch 'PHP-7.0'

9 years agoSpelling
Richard Quadling [Fri, 25 Sep 2015 11:16:53 +0000 (12:16 +0100)]
Spelling

bugger => buffer

9 years agoMerge branch 'patch-1' of https://github.com/rquadling/php-src
Xinchen Hui [Wed, 30 Sep 2015 04:57:31 +0000 (12:57 +0800)]
Merge branch 'patch-1' of https://github.com/rquadling/php-src

9 years agoMerge branch 'PHP-7.0'
Andrey Hristov [Wed, 30 Sep 2015 07:04:25 +0000 (09:04 +0200)]
Merge branch 'PHP-7.0'

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Wed, 30 Sep 2015 02:42:23 +0000 (10:42 +0800)]
Merge branch 'PHP-7.0'

9 years agoMerge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0
Xinchen Hui [Wed, 30 Sep 2015 02:41:54 +0000 (10:41 +0800)]
Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0

9 years agoSimply use 0/1 instead as dmitry suggested
Xinchen Hui [Wed, 30 Sep 2015 02:41:27 +0000 (10:41 +0800)]
Simply use 0/1 instead as dmitry suggested

9 years agoMerge branch 'PHP-7.0'
Ferenc Kovacs [Tue, 29 Sep 2015 23:35:50 +0000 (01:35 +0200)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  update NEWS, these missed 5.6.14RC1 as I was not asked to include them so delaying for the next release

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Ferenc Kovacs [Tue, 29 Sep 2015 23:35:35 +0000 (01:35 +0200)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  update NEWS, these missed 5.6.14RC1 as I was not asked to include them so delaying for the next release

9 years agoupdate NEWS, these missed 5.6.14RC1 as I was not asked to include them so delaying...
Ferenc Kovacs [Tue, 29 Sep 2015 23:28:39 +0000 (01:28 +0200)]
update NEWS, these missed 5.6.14RC1 as I was not asked to include them so delaying for the next release

9 years agoMerge branch 'PHP-7.0'
Ferenc Kovacs [Tue, 29 Sep 2015 23:17:57 +0000 (01:17 +0200)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  add NEWS entries
  add NEWS entries
  add NEWS entries

9 years agoadd NEWS entries
Ferenc Kovacs [Tue, 29 Sep 2015 23:17:40 +0000 (01:17 +0200)]
add NEWS entries

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Ferenc Kovacs [Tue, 29 Sep 2015 23:17:10 +0000 (01:17 +0200)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  add NEWS entries
  add NEWS entries

9 years agoadd NEWS entries
Ferenc Kovacs [Tue, 29 Sep 2015 23:16:43 +0000 (01:16 +0200)]
add NEWS entries

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Ferenc Kovacs [Tue, 29 Sep 2015 23:15:54 +0000 (01:15 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  add NEWS entries

9 years agoadd NEWS entries
Ferenc Kovacs [Tue, 29 Sep 2015 23:15:24 +0000 (01:15 +0200)]
add NEWS entries

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Tue, 29 Sep 2015 13:50:21 +0000 (21:50 +0800)]
Merge branch 'PHP-7.0'

9 years agoMake ZEND_ECHO and removed ZEND_PRINT distinguishable
Xinchen Hui [Tue, 29 Sep 2015 13:49:22 +0000 (21:49 +0800)]
Make ZEND_ECHO and removed ZEND_PRINT distinguishable

9 years agoMake ZEND_ECHO and removed ZEND_PRINT distinguishable
Xinchen Hui [Tue, 29 Sep 2015 13:49:22 +0000 (21:49 +0800)]
Make ZEND_ECHO and removed ZEND_PRINT distinguishable

9 years agoMerge branch 'PHP-7.0'
Dmitry Stogov [Tue, 29 Sep 2015 11:12:58 +0000 (14:12 +0300)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Added information about Zend Extension API chabges

9 years agoMerge branch 'PHP-7.0' of git.php.net:php-src into PHP-7.0
Dmitry Stogov [Tue, 29 Sep 2015 11:11:39 +0000 (14:11 +0300)]
Merge branch 'PHP-7.0' of git.php.net:php-src into PHP-7.0

* 'PHP-7.0' of git.php.net:php-src:
  fix test
  Ensure timeout tests wait for the entire specified duration

9 years agoMerge branch 'master' of git.php.net:php-src
Anatol Belski [Tue, 29 Sep 2015 11:08:44 +0000 (13:08 +0200)]
Merge branch 'master' of git.php.net:php-src

9 years agoAdded information about Zend Extension API chabges
Dmitry Stogov [Tue, 29 Sep 2015 11:08:03 +0000 (14:08 +0300)]
Added information about Zend Extension API chabges

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Tue, 29 Sep 2015 11:04:24 +0000 (13:04 +0200)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  fix test
  Ensure timeout tests wait for the entire specified duration
  Added zend_internal_function.reserved[] fields, to allow extensions keep additional associated information. We didn't have zend_internal_function.reserved[] in PHP5, but we always allocated space for zend_function union, and extensions were able to reuse zend_function.op_array.reserved[] even for internal function. Now this is not possible. And extensions have to use zend_function.op_array.reserved[] for user functions and zend_function.internal_function.reserved[] for internal.

9 years agofix test
Anatol Belski [Tue, 29 Sep 2015 09:53:26 +0000 (11:53 +0200)]
fix test

9 years agoEnsure timeout tests wait for the entire specified duration
Steven Hilder [Sun, 13 Sep 2015 10:06:23 +0000 (10:06 +0000)]
Ensure timeout tests wait for the entire specified duration

9 years agoMerge branch 'PHP-7.0'
Dmitry Stogov [Tue, 29 Sep 2015 10:37:06 +0000 (13:37 +0300)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Added zend_internal_function.reserved[] fields, to allow extensions keep additional associated information. We didn't have zend_internal_function.reserved[] in PHP5, but we always allocated space for zend_function union, and extensions were able to reuse zend_function.op_array.reserved[] even for internal function. Now this is not possible. And extensions have to use zend_function.op_array.reserved[] for user functions and zend_function.internal_function.reserved[] for internal.

9 years agoAdded zend_internal_function.reserved[] fields, to allow extensions keep additional...
Dmitry Stogov [Tue, 29 Sep 2015 10:31:47 +0000 (13:31 +0300)]
Added zend_internal_function.reserved[] fields, to allow extensions keep additional associated information.
We didn't have zend_internal_function.reserved[] in PHP5, but we always allocated space for zend_function union, and extensions were able to reuse zend_function.op_array.reserved[] even for internal function. Now this is not possible. And extensions have to use zend_function.op_array.reserved[] for user functions and zend_function.internal_function.reserved[] for internal.

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Tue, 29 Sep 2015 08:52:09 +0000 (10:52 +0200)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  update NEWS for next

9 years agoupdate NEWS for next
Anatol Belski [Tue, 29 Sep 2015 08:51:23 +0000 (10:51 +0200)]
update NEWS for next

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Tue, 29 Sep 2015 08:42:46 +0000 (10:42 +0200)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Update openssl_x509_checkpurpose.phpt
  add test to openssl ext

9 years agoUpdate openssl_x509_checkpurpose.phpt
marcosptf [Wed, 9 Sep 2015 21:13:24 +0000 (18:13 -0300)]
Update openssl_x509_checkpurpose.phpt

9 years agoadd test to openssl ext
root [Sun, 6 Sep 2015 15:19:53 +0000 (12:19 -0300)]
add test to openssl ext

9 years agoMerge branch 'PHP-7.0'
Dmitry Stogov [Tue, 29 Sep 2015 08:18:30 +0000 (11:18 +0300)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Removed or simplified incorrect SEPARATE_*() macros usage.

9 years agoRemoved or simplified incorrect SEPARATE_*() macros usage.
Dmitry Stogov [Tue, 29 Sep 2015 08:17:43 +0000 (11:17 +0300)]
Removed or simplified incorrect SEPARATE_*() macros usage.

9 years agoMerge branch 'PHP-7.0'
Andrey Hristov [Tue, 29 Sep 2015 07:49:22 +0000 (09:49 +0200)]
Merge branch 'PHP-7.0'

9 years agoAdd upgrading info about the tick functions internal API change
Andrey Hristov [Tue, 29 Sep 2015 07:42:55 +0000 (09:42 +0200)]
Add upgrading info about the tick functions internal API change

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Tue, 29 Sep 2015 07:15:03 +0000 (09:15 +0200)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Remove makedev() check.
  Different error message if makedev check fails
  Add support for getrandom(2), add type check on file descriptor
  fix test

9 years agoRemove makedev() check.
Scott [Mon, 28 Sep 2015 20:36:11 +0000 (16:36 -0400)]
Remove makedev() check.

9 years agoDifferent error message if makedev check fails
Scott [Mon, 21 Sep 2015 15:51:16 +0000 (11:51 -0400)]
Different error message if makedev check fails

9 years agoAdd support for getrandom(2), add type check on file descriptor
Scott [Wed, 9 Sep 2015 10:50:06 +0000 (06:50 -0400)]
Add support for getrandom(2), add type check on file descriptor

Fix to_read, throw exception if syscall fails

Fixes thanks to feedback from sarnold at ##crypto on freenode

Correction on error conditions

Remove dead code (thanks @defuse)

It turns out getrandom can take >256, getentropy refuses.

Better semantics

Thanks @defuse for catching my silly mistake here

Cast to size_t to be explicit

Let's simplify the logic a bit

Let's be consistent; define everything before we do any logic

Continuously check that the file descriptor is still a valid one

Add device type check on fd initialization

9 years agofix test
Anatol Belski [Tue, 29 Sep 2015 07:11:52 +0000 (09:11 +0200)]
fix test

cutting out the '/' is not critical, but allows to avoid forking

9 years agoMerge branch 'PHP-7.0'
Stanislav Malyshev [Tue, 29 Sep 2015 04:43:28 +0000 (21:43 -0700)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Better fix for bug #70433

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Stanislav Malyshev [Tue, 29 Sep 2015 04:43:16 +0000 (21:43 -0700)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  Better fix for bug #70433

Conflicts:
ext/phar/dirstream.c
ext/phar/util.c

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Tue, 29 Sep 2015 04:42:08 +0000 (21:42 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Better fix for bug #70433

Conflicts:
ext/phar/dirstream.c

9 years agoBetter fix for bug #70433
Stanislav Malyshev [Tue, 29 Sep 2015 04:37:26 +0000 (21:37 -0700)]
Better fix for bug #70433

9 years agoMerge branch 'PHP-7.0'
Stanislav Malyshev [Tue, 29 Sep 2015 03:45:38 +0000 (20:45 -0700)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  fix memory leak
  FIx bug #70433 - Uninitialized pointer in phar_make_dirstream when zip entry filename is "/"
  Fix bug #69720: Null pointer dereference in phar_get_fp_offset()

Conflicts:
ext/phar/util.c

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Stanislav Malyshev [Tue, 29 Sep 2015 03:45:02 +0000 (20:45 -0700)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  fix memory leak
  FIx bug #70433 - Uninitialized pointer in phar_make_dirstream when zip entry filename is "/"

Conflicts:
ext/phar/dirstream.c

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Tue, 29 Sep 2015 03:44:28 +0000 (20:44 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fix memory leak
  FIx bug #70433 - Uninitialized pointer in phar_make_dirstream when zip entry filename is "/"

Conflicts:
ext/phar/dirstream.c

9 years agofix memory leak
Stanislav Malyshev [Tue, 29 Sep 2015 03:43:18 +0000 (20:43 -0700)]
fix memory leak

9 years agoFIx bug #70433 - Uninitialized pointer in phar_make_dirstream when zip entry filename...
Stanislav Malyshev [Tue, 29 Sep 2015 00:12:35 +0000 (17:12 -0700)]
FIx bug #70433 - Uninitialized pointer in phar_make_dirstream when zip entry filename is "/"

9 years agoFix bug #69720: Null pointer dereference in phar_get_fp_offset()
Stanislav Malyshev [Mon, 28 Sep 2015 22:51:59 +0000 (15:51 -0700)]
Fix bug #69720: Null pointer dereference in phar_get_fp_offset()

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Stanislav Malyshev [Tue, 29 Sep 2015 00:00:32 +0000 (17:00 -0700)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  Fix bug #69720: Null pointer dereference in phar_get_fp_offset()

Conflicts:
ext/phar/util.c

9 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Mon, 28 Sep 2015 23:59:46 +0000 (16:59 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fix bug #69720: Null pointer dereference in phar_get_fp_offset()

9 years agoFix bug #69720: Null pointer dereference in phar_get_fp_offset()
Stanislav Malyshev [Mon, 28 Sep 2015 22:51:59 +0000 (15:51 -0700)]
Fix bug #69720: Null pointer dereference in phar_get_fp_offset()

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Stanislav Malyshev [Mon, 28 Sep 2015 20:08:44 +0000 (13:08 -0700)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  Fix bug #70480 (php_url_parse_ex() buffer overflow read)

9 years agoMerge branch 'PHP-5.6'
Stanislav Malyshev [Mon, 28 Sep 2015 20:05:02 +0000 (13:05 -0700)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Fix bug #70480 (php_url_parse_ex() buffer overflow read)

9 years agoFix bug #70480 (php_url_parse_ex() buffer overflow read)
Stanislav Malyshev [Mon, 28 Sep 2015 18:31:14 +0000 (11:31 -0700)]
Fix bug #70480 (php_url_parse_ex() buffer overflow read)

9 years agoMerge branch 'PHP-7.0'
Andrey Hristov [Mon, 28 Sep 2015 10:28:20 +0000 (12:28 +0200)]
Merge branch 'PHP-7.0'

9 years agoAdd support for parameters to tick functions, on C level. This is only
Andrey Hristov [Mon, 28 Sep 2015 09:21:17 +0000 (11:21 +0200)]
Add support for parameters to tick functions, on C level. This is only
for extensions that want to use register tick functions. Userland tick
functions are unaffected.

9 years agoAdd NEWS entry for #70533 (credits to Anatol)
Bob Weinand [Sun, 27 Sep 2015 23:07:38 +0000 (01:07 +0200)]
Add NEWS entry for #70533 (credits to Anatol)

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Sun, 27 Sep 2015 13:48:42 +0000 (15:48 +0200)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  fix phpdbg's -h switch

9 years agofix phpdbg's -h switch
Anatol Belski [Sun, 27 Sep 2015 13:46:07 +0000 (15:46 +0200)]
fix phpdbg's -h switch

The help functionality needs a correct stdout fd, so pre setup it
for the only case.

9 years agoMerge branch 'PHP-7.0'
Andrey Hristov [Fri, 25 Sep 2015 12:29:56 +0000 (14:29 +0200)]
Merge branch 'PHP-7.0'

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Andrey Hristov [Fri, 25 Sep 2015 12:29:06 +0000 (14:29 +0200)]
Merge branch 'PHP-5.6' into PHP-7.0

9 years agoFixed bug #70572 segfault in mysqlnd_connect
Andrey Hristov [Fri, 25 Sep 2015 12:06:28 +0000 (14:06 +0200)]
Fixed bug #70572 segfault in mysqlnd_connect

9 years agoSpread the news about 70384
Andrey Hristov [Wed, 23 Sep 2015 16:35:45 +0000 (18:35 +0200)]
Spread the news about 70384

9 years agoSpelling
Richard Quadling [Fri, 25 Sep 2015 11:16:53 +0000 (12:16 +0100)]
Spelling

bugger => buffer

9 years agoMerge branch 'PHP-7.0'
Dmitry Stogov [Fri, 25 Sep 2015 10:02:49 +0000 (13:02 +0300)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Allow an experimental VM with tail call dispatch technique (disabled by default). This VM may work only if all tail calls are optimized, otherwaise it will crach because of stack overflow. Unfortunately, we can't guarantee tail call optimization in C.

9 years agoAllow an experimental VM with tail call dispatch technique (disabled by default).
Dmitry Stogov [Fri, 25 Sep 2015 09:54:51 +0000 (12:54 +0300)]
Allow an experimental VM with tail call dispatch technique (disabled by default).
This VM may work only if all tail calls are optimized, otherwaise it will crach because of stack overflow.
Unfortunately, we can't guarantee tail call optimization in C.

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Fri, 25 Sep 2015 09:52:27 +0000 (11:52 +0200)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  check for test requirement
  fix data type and warning

9 years agocheck for test requirement
Anatol Belski [Fri, 25 Sep 2015 09:49:45 +0000 (11:49 +0200)]
check for test requirement

9 years agofix data type and warning
Anatol Belski [Fri, 25 Sep 2015 07:35:59 +0000 (09:35 +0200)]
fix data type and warning