]> granicus.if.org Git - php/log
php
8 years agoFix #70417: PharData::compress() doesn't close temp file
Christoph M. Becker [Thu, 3 Sep 2015 14:37:29 +0000 (16:37 +0200)]
Fix #70417: PharData::compress() doesn't close temp file

According to the comment, it has not been deemed necessary to close compressed
files. However, we don't want to keep unclosed file handles to save ressources.
So we're also closing compressed archives, if they're not aliased.

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Nikita Popov [Thu, 5 Jan 2017 10:38:05 +0000 (11:38 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

8 years agoFix printf modifier
Nikita Popov [Thu, 5 Jan 2017 10:37:06 +0000 (11:37 +0100)]
Fix printf modifier

8 years agoMerge branch 'pull-request/1256' into PHP-7.0
Joe Watkins [Thu, 5 Jan 2017 06:54:19 +0000 (06:54 +0000)]
Merge branch 'pull-request/1256' into PHP-7.0

* pull-request/1256:
  Fix php-fpm.service.in

8 years agoquick fix for the base branch version parsing, not perfect still
Anatol Belski [Thu, 5 Jan 2017 00:49:36 +0000 (01:49 +0100)]
quick fix for the base branch version parsing, not perfect still

8 years agomove dev to next
Anatol Belski [Thu, 5 Jan 2017 00:12:18 +0000 (01:12 +0100)]
move dev to next

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Nikita Popov [Wed, 4 Jan 2017 23:22:25 +0000 (00:22 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

8 years agoAdd tests for delayed __wakeup()
Nikita Popov [Wed, 4 Jan 2017 23:20:56 +0000 (00:20 +0100)]
Add tests for delayed __wakeup()

8 years agoImplement delayed __wakeup
Nikita Popov [Wed, 4 Jan 2017 23:19:26 +0000 (00:19 +0100)]
Implement delayed __wakeup

8 years agoMerge branch 'pull-request/2273' into PHP-7.0
Joe Watkins [Wed, 4 Jan 2017 22:24:34 +0000 (22:24 +0000)]
Merge branch 'pull-request/2273' into PHP-7.0

* pull-request/2273:
  Update copyright headers to 2017

8 years agoUpdate copyright header to 2017 in calendar.c
Sammy Kaye Powers [Wed, 4 Jan 2017 17:15:47 +0000 (11:15 -0600)]
Update copyright header to 2017 in calendar.c

8 years agoUpdate copyright headers to 2017
Sammy Kaye Powers [Wed, 4 Jan 2017 17:14:55 +0000 (11:14 -0600)]
Update copyright headers to 2017

8 years agoswitch to the beta1 SDK for AppVeyor build
Anatol Belski [Wed, 4 Jan 2017 12:31:38 +0000 (13:31 +0100)]
switch to the beta1 SDK for AppVeyor build

8 years agoremove duplicate test
Joe Watkins [Wed, 4 Jan 2017 14:50:59 +0000 (14:50 +0000)]
remove duplicate test

8 years agofix test
Joe Watkins [Wed, 4 Jan 2017 14:36:18 +0000 (14:36 +0000)]
fix test

8 years agoMerge branch 'pull-request/1312' into PHP-7.0
Joe Watkins [Wed, 4 Jan 2017 13:32:37 +0000 (13:32 +0000)]
Merge branch 'pull-request/1312' into PHP-7.0

* pull-request/1312:
  get_defined_functions extra parameter to exclude disabled functions
  news entry for PR #1312

8 years agoFix PDO tests to match SQL standard syntax and pass Firebird tests.
Dorin Marcoci [Mon, 2 Jan 2017 17:02:11 +0000 (19:02 +0200)]
Fix PDO tests to match SQL standard syntax and pass Firebird tests.

8 years agobetter skip on files
Anatol Belski [Tue, 3 Jan 2017 12:25:16 +0000 (13:25 +0100)]
better skip on files

some more could be added

8 years agoFix build
Nikita Popov [Tue, 3 Jan 2017 11:16:35 +0000 (12:16 +0100)]
Fix build

8 years agoFix Bug #73462 - Persistent connections don't set $connect_errno
Vince [Tue, 8 Nov 2016 22:23:04 +0000 (14:23 -0800)]
Fix Bug #73462 - Persistent connections don't set $connect_errno

Persistent connections skipped resetting $connect_error and $connect_errno values
This adds the "clear error" line to persistent connections for consistency

8 years agoMerge branch 'pull-request/1905'
Joe Watkins [Tue, 3 Jan 2017 10:48:42 +0000 (10:48 +0000)]
Merge branch 'pull-request/1905'

* pull-request/1905:
   pack()/unpack() for Big Endian float/double and Little Endian float/double

8 years agoFix opcache test dependencies
Rasmus Lerdorf [Tue, 3 Jan 2017 06:30:28 +0000 (22:30 -0800)]
Fix opcache test dependencies

8 years agoUse correct string release function
Stanislav Malyshev [Tue, 3 Jan 2017 06:08:25 +0000 (22:08 -0800)]
Use correct string release function

8 years agoFix error reporting
Stanislav Malyshev [Tue, 3 Jan 2017 05:59:44 +0000 (21:59 -0800)]
Fix error reporting

8 years agoMerge branch 'PHP-7.0.15' into PHP-7.0
Stanislav Malyshev [Tue, 3 Jan 2017 05:35:42 +0000 (21:35 -0800)]
Merge branch 'PHP-7.0.15' into PHP-7.0

* PHP-7.0.15:
  Fix #73832 - leave the table in a safe state if the size is too big.
  Fix bug #73831 - NULL Pointer Dereference while unserialize php object

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Stanislav Malyshev [Tue, 3 Jan 2017 05:01:35 +0000 (21:01 -0800)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  Fix bug #73737 FPE when parsing a tag format
  Fix bug #73773 - Seg fault when loading hostile phar
  Fix bug #73825 - Heap out of bounds read on unserialize in finish_nested_data()
  Fix bug #73768 - Memory corruption when loading hostile phar
  Fix int overflows in phar (bug #73764)

8 years agoMerge branch 'PHP-5.6.30' into PHP-5.6
Stanislav Malyshev [Tue, 3 Jan 2017 04:56:32 +0000 (20:56 -0800)]
Merge branch 'PHP-5.6.30' into PHP-5.6

* PHP-5.6.30:
  Fix bug #73737 FPE when parsing a tag format
  Fix bug #73773 - Seg fault when loading hostile phar
  Fix bug #73825 - Heap out of bounds read on unserialize in finish_nested_data()
  Fix bug #73768 - Memory corruption when loading hostile phar
  Fix int overflows in phar (bug #73764)

8 years agoFix #73832 - leave the table in a safe state if the size is too big.
Stanislav Malyshev [Tue, 3 Jan 2017 04:14:05 +0000 (20:14 -0800)]
Fix #73832 - leave the table in a safe state if the size is too big.

8 years agoset exclude AppVeyor branches and ignore builds on NEWS updates
Anatol Belski [Tue, 3 Jan 2017 00:56:27 +0000 (01:56 +0100)]
set exclude AppVeyor branches and ignore builds on NEWS updates

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

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 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 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: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 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 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 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 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 bug #73831 - NULL Pointer Dereference while unserialize php object
Stanislav Malyshev [Sun, 1 Jan 2017 04:14:20 +0000 (20:14 -0800)]
Fix bug #73831 - NULL Pointer Dereference while unserialize php object

8 years agoFix bug #73737 FPE when parsing a tag format
Stanislav Malyshev [Sun, 1 Jan 2017 03:31:49 +0000 (19:31 -0800)]
Fix bug #73737 FPE when parsing a tag format

8 years agoFix bug #73773 - Seg fault when loading hostile phar
Stanislav Malyshev [Sun, 1 Jan 2017 02:47:50 +0000 (18:47 -0800)]
Fix bug #73773 - Seg fault when loading hostile phar

8 years agoFix bug #73825 - Heap out of bounds read on unserialize in finish_nested_data()
Stanislav Malyshev [Sat, 31 Dec 2016 00:59:46 +0000 (16:59 -0800)]
Fix bug #73825 - Heap out of bounds read on unserialize in finish_nested_data()

8 years agoFix bug #73768 - Memory corruption when loading hostile phar
Stanislav Malyshev [Fri, 30 Dec 2016 23:57:24 +0000 (15:57 -0800)]
Fix bug #73768 - Memory corruption when loading hostile phar

8 years agoFix int overflows in phar (bug #73764)
Stanislav Malyshev [Fri, 30 Dec 2016 23:34:46 +0000 (15:34 -0800)]
Fix int overflows in phar (bug #73764)

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

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 agofix proto
Anatol Belski [Sun, 18 Dec 2016 23:50:29 +0000 (00:50 +0100)]
fix proto

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 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 agoFix bug #46103
Nikita Popov [Sun, 18 Dec 2016 16:10:19 +0000 (17:10 +0100)]
Fix bug #46103

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 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 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 agotypo fixed
Zheng SHAO [Sat, 17 Dec 2016 11:26:09 +0000 (20:26 +0900)]
typo fixed

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 agobug fixed #61471 in apache2handler
Zheng SHAO [Sat, 17 Dec 2016 04:37:58 +0000 (13:37 +0900)]
bug fixed #61471 in apache2handler

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 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 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-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