]> granicus.if.org Git - php/log
php
8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Tue, 3 Jan 2017 01:13:04 +0000 (02:13 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoFix early free
Nikita Popov [Tue, 3 Jan 2017 01:12:28 +0000 (02:12 +0100)]
Fix early free

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Tue, 3 Jan 2017 00:11:41 +0000 (01:11 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Disable pdb generation for AppVeyor

8 years agoDisable pdb generation for AppVeyor
Anatol Belski [Tue, 3 Jan 2017 00:07:55 +0000 (01:07 +0100)]
Disable pdb generation for AppVeyor

It is not needed for the test runs and would speedup the compilation
phase.

8 years agoFix data_size decrement
Nikita Popov [Mon, 2 Jan 2017 22:47:30 +0000 (23:47 +0100)]
Fix data_size decrement

We don't want to decrement the pointer...

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Mon, 2 Jan 2017 22:39:35 +0000 (23:39 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoAdd NEWS entries
Nikita Popov [Mon, 2 Jan 2017 22:35:27 +0000 (23:35 +0100)]
Add NEWS entries

8 years agoOptimize get_browser() using prefix and contains checks
Nikita Popov [Thu, 15 Dec 2016 16:22:08 +0000 (17:22 +0100)]
Optimize get_browser() using prefix and contains checks

Avoid expensive regex compilations by checking for prefix
and contained segments beforehand.

8 years agoOptimize browscap loading and representation
Nikita Popov [Thu, 15 Dec 2016 14:12:48 +0000 (15:12 +0100)]
Optimize browscap loading and representation

Avoid many string duplications, use interning (browscap-local, of
course), reduce pattern size, use more compact key-value
representation, build result array only on demand.

8 years agoAdd get_browser() test against larger corpus
Nikita Popov [Sun, 1 Jan 2017 21:19:01 +0000 (22:19 +0100)]
Add get_browser() test against larger corpus

Testing corpus provided by Anatol against current browscap.ini lite.

About 30% of all agents are not recognized by this browscap.ini,
but this should give us decent coverage.

8 years agoFix for nowait.phpt failing intermittently
Mitch Hagstrand [Mon, 2 Jan 2017 15:49:32 +0000 (07:49 -0800)]
Fix for nowait.phpt failing intermittently

The parent process was releasing the child semaphore
after the child process continued execution. Now
the child semaphore is released before the child
process continues execution.

8 years agoFix for nowait.phpt failing intermittently
Mitch Hagstrand [Mon, 2 Jan 2017 15:49:32 +0000 (07:49 -0800)]
Fix for nowait.phpt failing intermittently

The parent process was releasing the child semaphore
after the child process continued execution. Now
the child semaphore is released before the child
process continues execution.

8 years agoFix for sporadic segfault with MYSQLI_OPT_INT_AND_FLOAT_NATIVE
vanviegen [Wed, 21 Dec 2016 15:18:14 +0000 (16:18 +0100)]
Fix for sporadic segfault with MYSQLI_OPT_INT_AND_FLOAT_NATIVE

Fixes bug #73800

news entry for PR #2249

8 years agoFix for sporadic segfault with MYSQLI_OPT_INT_AND_FLOAT_NATIVE
vanviegen [Wed, 21 Dec 2016 15:37:17 +0000 (16:37 +0100)]
Fix for sporadic segfault with MYSQLI_OPT_INT_AND_FLOAT_NATIVE

Fixes bug #73800

news entry for PR #2250

8 years agonews entry for PR #2267
Joe Watkins [Mon, 2 Jan 2017 11:58:57 +0000 (11:58 +0000)]
news entry for PR #2267

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Joe Watkins [Mon, 2 Jan 2017 11:58:14 +0000 (11:58 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  news entry for PR #2267
  Fixed #67474 (getElementsByTagNameNS and default namespace)
  Add (failing) testcase for bug #67474

8 years agonews entry for PR #2267
Joe Watkins [Mon, 2 Jan 2017 11:57:45 +0000 (11:57 +0000)]
news entry for PR #2267

8 years agoFixed #67474 (getElementsByTagNameNS and default namespace)
Arnout Boks [Mon, 2 Jan 2017 10:47:49 +0000 (11:47 +0100)]
Fixed #67474 (getElementsByTagNameNS and default namespace)

This bug was caused by the fact that dom_get_elements_by_tag_name_ns_raw
uses an empty string to filter on the default namespace (as NULL means
'no filter'), whereas in the node itself the default namespace is
signalled by nodep->ns being null.

8 years agoAdd (failing) testcase for bug #67474
Arnout Boks [Mon, 2 Jan 2017 10:46:58 +0000 (11:46 +0100)]
Add (failing) testcase for bug #67474

8 years agoMerge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0
Joe Watkins [Mon, 2 Jan 2017 09:44:02 +0000 (09:44 +0000)]
Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0

* 'PHP-7.0' of git.php.net:/php-src: (146 commits)
  Flush stderr on win32 in cli_log_message
  Fixed bug #73154
  FIx bug #70213
  Fix dom class can't be inherited by the internal class
  Another try at making concat_003 more reliable
  Fix flaky openssl_pkey_new test
  Make Opcache tests using the cli server more reliable
  Revert "Fix #73530: Unsetting result set may reset other result set"
  define php_ap_map_http_request_error function for older httpd only
  add old versions of httpd support
  Disable AppVeyor fast_finish
  Makes the sapi web server and curl tests more reliable
  Fixes the curl tests to be more reliable in Travis CI
  Interpretation of curl_setopt values for boolean parameters
  Fixes #65689. PDO_Firebrid / exec() does not free allocated statement.
  Fix alpn_ctx leaking in openssl
  Fixed bug #73373 (deflate_add does not verify that output was not truncated)
  Fix IS_UNDEF comparisons in opcache
  Fixed bug #73704 (phpdbg shows the wrong line in files with shebang)
  Increase timing quota for small string concat test
  ...

8 years agoFix nowait.phpt to no longer depend on sleeping
Mitch Hagstrand [Mon, 2 Jan 2017 05:19:14 +0000 (21:19 -0800)]
Fix nowait.phpt to no longer depend on sleeping

In Travis CI the nowait.phpt test sometimes fails because of
the usleep() not being long enough ensure proper
execution order. Instead of depending on sleeping the
test now uses two semaphores to guarantee execution order.

8 years agoMerge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1
Joe Watkins [Mon, 2 Jan 2017 09:41:44 +0000 (09:41 +0000)]
Merge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1

* 'PHP-7.1' of git.php.net:/php-src:
  Flush stderr on win32 in cli_log_message
  Fixed bug #73154

8 years agoFix nowait.phpt to no longer depend on sleeping
Mitch Hagstrand [Mon, 2 Jan 2017 05:19:14 +0000 (21:19 -0800)]
Fix nowait.phpt to no longer depend on sleeping

In Travis CI the nowait.phpt test sometimes fails because of
the usleep() not being long enough ensure proper
execution order. Instead of depending on sleeping the
test now uses two semaphores to guarantee execution order.

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Sun, 1 Jan 2017 20:09:27 +0000 (21:09 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoFlush stderr on win32 in cli_log_message
Nikita Popov [Tue, 27 Dec 2016 21:44:46 +0000 (22:44 +0100)]
Flush stderr on win32 in cli_log_message

This allows us to unfork a bunch of tests for Windows.

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Sun, 1 Jan 2017 18:25:52 +0000 (19:25 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoFixed bug #73154
Nikita Popov [Sun, 1 Jan 2017 18:24:41 +0000 (19:24 +0100)]
Fixed bug #73154

The object that is being serialized may be destroyed during the
execution of __sleep(), so operate on a copy instead.

8 years agonews entry for PR #1414
Joe Watkins [Sun, 1 Jan 2017 14:41:20 +0000 (14:41 +0000)]
news entry for PR #1414

8 years agoMerge branch 'pull-request/1414' into PHP-7.1
Joe Watkins [Sun, 1 Jan 2017 14:39:35 +0000 (14:39 +0000)]
Merge branch 'pull-request/1414' into PHP-7.1

* Add subject to mail.log

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Sun, 1 Jan 2017 13:13:29 +0000 (14:13 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Nikita Popov [Sun, 1 Jan 2017 13:12:26 +0000 (14:12 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

8 years agoFIx bug #70213
Nikita Popov [Sun, 1 Jan 2017 13:10:49 +0000 (14:10 +0100)]
FIx bug #70213

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Sun, 1 Jan 2017 11:20:46 +0000 (12:20 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoFix dom class can't be inherited by the internal class
dreamszhu [Sun, 1 Jan 2017 09:10:28 +0000 (17:10 +0800)]
Fix dom class can't be inherited by the internal class

8 years agoFix year dependent test
Nikita Popov [Sun, 1 Jan 2017 11:15:52 +0000 (12:15 +0100)]
Fix year dependent test

8 years agoRevert "news entry for PR #2263"
Joe Watkins [Sun, 1 Jan 2017 06:52:59 +0000 (06:52 +0000)]
Revert "news entry for PR #2263"

This reverts commit 299e02c82a1d4626e209f978001bba6d66885c05.

8 years agoRevert "Fix dom class can't be inherited by the internal class"
Joe Watkins [Sun, 1 Jan 2017 06:52:41 +0000 (06:52 +0000)]
Revert "Fix dom class can't be inherited by the internal class"

This reverts commit 705f60e481b891d009ec9bb4c88390545ff95880.

8 years agonews entry for PR #2263
Joe Watkins [Sun, 1 Jan 2017 06:49:42 +0000 (06:49 +0000)]
news entry for PR #2263

8 years agoFix dom class can't be inherited by the internal class
dreamszhu [Sun, 1 Jan 2017 01:45:09 +0000 (09:45 +0800)]
Fix dom class can't be inherited by the internal class

8 years agoFix bug #73847
Nikita Popov [Sat, 31 Dec 2016 12:33:21 +0000 (13:33 +0100)]
Fix bug #73847

8 years agoDocument the changes to lexical scoping in 7.1.
Adam Harvey [Fri, 30 Dec 2016 19:39:45 +0000 (11:39 -0800)]
Document the changes to lexical scoping in 7.1.

Fixes bug #73844 (Cannot use lexical variable $variable as a parameter
name inside array_walk()).

8 years agoUpdate UPGRADING wrt. bug #72785
Christoph M. Becker [Fri, 30 Dec 2016 13:17:38 +0000 (14:17 +0100)]
Update UPGRADING wrt. bug #72785

8 years agoMerge branch 'PHP-7.0' of https://git.php.net/repository/php-src into PHP-7.0
Christoph M. Becker [Fri, 30 Dec 2016 12:56:34 +0000 (13:56 +0100)]
Merge branch 'PHP-7.0' of https://git.php.net/repository/php-src into PHP-7.0

* 'PHP-7.0' of https://git.php.net/repository/php-src:
  Another try at making concat_003 more reliable
  Fix flaky openssl_pkey_new test
  Make Opcache tests using the cli server more reliable

8 years agoDon't check for precise length in ecc.phpt
Nikita Popov [Thu, 29 Dec 2016 21:05:38 +0000 (22:05 +0100)]
Don't check for precise length in ecc.phpt

Again, this can be off by one.

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Thu, 29 Dec 2016 20:41:21 +0000 (21:41 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoAnother try at making concat_003 more reliable
Nikita Popov [Thu, 29 Dec 2016 20:39:40 +0000 (21:39 +0100)]
Another try at making concat_003 more reliable

Use array_fill() for the array population loop -- this isn't the
part that is being tested and on PHP 7.0 w/o opcache this duplicates
the inner array a lot.

8 years agoFixed bug #73783
David Walker [Mon, 19 Dec 2016 21:29:18 +0000 (14:29 -0700)]
Fixed bug #73783

Bug #73783 raises an issue with signal handling when using SIG_IGN.
With PHP7.1 ZEND_SIGNALS is defaulted to on, which will for all
signals set the handler as zend_signal_handler_defer.  This is
problematic for syscalls like sleep(), which will only return when the
requisite number of seconds have elapsed, or, a non-ignored signal is
raised.  In this case we want to SIG_IGN SIGCHLD, however, SIG_IGN is
only stored in the SIGG(handlers) array, and the actual system level
handler is defined.  This prevents proper signal ignoring when requeted.

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Thu, 29 Dec 2016 20:00:14 +0000 (21:00 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoFix flaky openssl_pkey_new test
Nikita Popov [Thu, 29 Dec 2016 19:59:28 +0000 (20:59 +0100)]
Fix flaky openssl_pkey_new test

Public key size may vary by one bit... switch to using %d for
key sizes.

8 years agoMake Opcache tests using the cli server more reliable
Mitch Hagstrand [Thu, 29 Dec 2016 03:29:36 +0000 (19:29 -0800)]
Make Opcache tests using the cli server more reliable

Same fix already applied to ext/curl/tests/server.inc
and sapi/cli/tests/php_cli_server.inc

1. Increases the amount of time for the PHP built-in server to accept a connection
2. Outputs an error if the PHP built-in server fails

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Christoph M. Becker [Thu, 29 Dec 2016 12:49:29 +0000 (13:49 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Revert "Fix #73530: Unsetting result set may reset other result set"

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Christoph M. Becker [Thu, 29 Dec 2016 12:31:18 +0000 (13:31 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  Revert "Fix #73530: Unsetting result set may reset other result set"

# Conflicts:
# ext/sqlite3/sqlite3.c

8 years agoRevert "Fix #73530: Unsetting result set may reset other result set"
Christoph M. Becker [Thu, 29 Dec 2016 11:41:39 +0000 (12:41 +0100)]
Revert "Fix #73530: Unsetting result set may reset other result set"

This reverts commit eb570294a289b45d0dd38efc71065d6b0d314c4b.

That commit caused a regression, so it's probably best to revert it, and
to tackle the issue for the next minor release.

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Xinchen Hui [Thu, 29 Dec 2016 07:56:26 +0000 (15:56 +0800)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  define php_ap_map_http_request_error function for older httpd only
  add old versions of httpd support
  typo fixed
  bug fixed #61471 in apache2handler

8 years agoMerge branch 'bugfix_timeout_61471' of https://github.com/axot/php-src into PHP-7.0
Xinchen Hui [Thu, 29 Dec 2016 07:46:47 +0000 (15:46 +0800)]
Merge branch 'bugfix_timeout_61471' of https://github.com/axot/php-src into PHP-7.0

* 'bugfix_timeout_61471' of https://github.com/axot/php-src:
  define php_ap_map_http_request_error function for older httpd only
  add old versions of httpd support
  typo fixed
  bug fixed #61471 in apache2handler

8 years agodefine php_ap_map_http_request_error function for older httpd only
Zheng SHAO [Thu, 29 Dec 2016 04:00:31 +0000 (13:00 +0900)]
define php_ap_map_http_request_error function for older httpd only

8 years agoadd old versions of httpd support
Zheng SHAO [Wed, 28 Dec 2016 10:02:41 +0000 (19:02 +0900)]
add old versions of httpd support

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Tue, 27 Dec 2016 21:22:05 +0000 (22:22 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoDisable AppVeyor fast_finish
Nikita Popov [Tue, 27 Dec 2016 21:20:40 +0000 (22:20 +0100)]
Disable AppVeyor fast_finish

As NTS and TS fail in different ways, we want to see both.

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Tue, 27 Dec 2016 20:52:33 +0000 (21:52 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoMakes the sapi web server and curl tests more reliable
Mitch Hagstrand [Fri, 23 Dec 2016 20:07:47 +0000 (12:07 -0800)]
Makes the sapi web server and curl tests more reliable

1. Increased the time for the sapi/cli/tests/php_cli_server.inc to accept connections.
2. sapi/cli/tests/php_cli_server.inc has errors messages and a `stop` function.
3. bug67429.phpt uses the `stop` function to shutdown the webserver before starting a new one.
4. Removed ext/curl/tests/bug48203_multi-win32.phpt test now that ext/curl/tests/bug48203_multi.phpt
   runs on Windows also.

8 years agoFixes the curl tests to be more reliable in Travis CI
Mitch Hagstrand [Tue, 20 Dec 2016 10:37:48 +0000 (02:37 -0800)]
Fixes the curl tests to be more reliable in Travis CI

1. Increases the amount of time for the PHP built-in server to accept a connection
2. Outputs an error if the PHP built-in server fails
3. In bug48203_multi.phpt the test no longer starts and stops multiple PHP built-in servers

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Sara Golemon [Mon, 26 Dec 2016 06:33:03 +0000 (22:33 -0800)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Interpretation of curl_setopt values for boolean parameters

8 years agoInterpretation of curl_setopt values for boolean parameters
dedal.qq [Tue, 13 Dec 2016 21:52:16 +0000 (00:52 +0300)]
Interpretation of curl_setopt values for boolean parameters

8 years agoRemove extraneous parentheses in conditions
Sébastien Santoro [Thu, 22 Dec 2016 21:01:20 +0000 (21:01 +0000)]
Remove extraneous parentheses in conditions

The zend_vm_gen.php generator now checks if the condition is already
enclosed by parentheses, and them only if needed.

This fixes nine clang/llvm parentheses-equality warnings.

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Sara Golemon [Mon, 26 Dec 2016 06:07:09 +0000 (22:07 -0800)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fixes #65689. PDO_Firebrid / exec() does not free allocated statement.

8 years agoFixes #65689. PDO_Firebrid / exec() does not free allocated statement.
Dorin Marcoci [Sat, 24 Dec 2016 11:57:03 +0000 (13:57 +0200)]
Fixes #65689. PDO_Firebrid / exec() does not free allocated statement.

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Bob Weinand [Thu, 22 Dec 2016 22:34:51 +0000 (23:34 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoFix alpn_ctx leaking in openssl
Bob Weinand [Thu, 22 Dec 2016 22:34:07 +0000 (23:34 +0100)]
Fix alpn_ctx leaking in openssl

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Bob Weinand [Thu, 22 Dec 2016 14:31:39 +0000 (15:31 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoFixed bug #73373 (deflate_add does not verify that output was not truncated)
Bob Weinand [Thu, 22 Dec 2016 14:29:17 +0000 (15:29 +0100)]
Fixed bug #73373 (deflate_add does not verify that output was not truncated)

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Thu, 22 Dec 2016 11:47:29 +0000 (12:47 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoFix IS_UNDEF comparisons in opcache
Sébastien Santoro [Wed, 21 Dec 2016 21:14:04 +0000 (21:14 +0000)]
Fix IS_UNDEF comparisons in opcache

These conditions were formerly `!q->pData` and `!p->pData`, and should
now be detected as undefined variables, using the special type IS_UNDEF.

Incidentally, this syntax raised a logical-not-parentheses compiler
warning, now gone.

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Bob Weinand [Wed, 21 Dec 2016 23:40:54 +0000 (00:40 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoFixed bug #73704 (phpdbg shows the wrong line in files with shebang)
Bob Weinand [Wed, 21 Dec 2016 23:38:47 +0000 (00:38 +0100)]
Fixed bug #73704 (phpdbg shows the wrong line in files with shebang)

8 years agoFix string extension in negate_num_string
Nikita Popov [Wed, 21 Dec 2016 21:11:17 +0000 (22:11 +0100)]
Fix string extension in negate_num_string

Forgot to actually assign the reallocated string...

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Wed, 21 Dec 2016 20:28:29 +0000 (21:28 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoIncrease timing quota for small string concat test
Nikita Popov [Wed, 21 Dec 2016 20:27:47 +0000 (21:27 +0100)]
Increase timing quota for small string concat test

Test is regularly failing on Travis.

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Wed, 21 Dec 2016 20:18:55 +0000 (21:18 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoFix #73753 - Unpacked Arrays and Duplication
David Walker [Tue, 20 Dec 2016 22:48:43 +0000 (15:48 -0700)]
Fix #73753 - Unpacked Arrays and Duplication

8 years agoadd folds
Anatol Belski [Wed, 21 Dec 2016 16:59:45 +0000 (17:59 +0100)]
add folds

8 years agofix possible null dereference
Anatol Belski [Wed, 21 Dec 2016 16:58:34 +0000 (17:58 +0100)]
fix possible null dereference

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 NEWS conflicts
Zheng SHAO [Mon, 19 Dec 2016 15:57:22 +0000 (00:57 +0900)]
Fixed NEWS conflicts

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