]> granicus.if.org Git - php/log
php
8 years agoMerge branch 'PHP-7.1'
Anatol Belski [Tue, 4 Apr 2017 14:25:10 +0000 (16:25 +0200)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  Revert "extend skip section"

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Tue, 4 Apr 2017 14:23:49 +0000 (16:23 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Revert "extend skip section"

8 years agoRevert "extend skip section"
Anatol Belski [Tue, 4 Apr 2017 14:21:23 +0000 (16:21 +0200)]
Revert "extend skip section"

This reverts commit 51360480649628a58b4c06940b6c4ad49ff31186.

This is not needed anymore wrt dst handling fix

8 years agomissing bits for php_sys_stat_ex so everything is handled with wide chars
Anatol Belski [Mon, 3 Apr 2017 14:30:40 +0000 (16:30 +0200)]
missing bits for php_sys_stat_ex so everything is handled with wide chars

rename to pathw_len

8 years agoExpose zend_ssa_is_no_val_use()
Dmitry Stogov [Mon, 3 Apr 2017 13:57:29 +0000 (16:57 +0300)]
Expose zend_ssa_is_no_val_use()

8 years agoadd existence check for clang lib dir and improve on x86
Anatol Belski [Mon, 3 Apr 2017 13:29:56 +0000 (15:29 +0200)]
add existence check for clang lib dir and improve on x86

8 years agoMerge branch 'PHP-7.1'
Anatol Belski [Mon, 3 Apr 2017 13:22:59 +0000 (15:22 +0200)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  fix possible out of bounds buffer access

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Mon, 3 Apr 2017 13:22:04 +0000 (15:22 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  fix possible out of bounds buffer access

8 years agofix possible out of bounds buffer access
Anatol Belski [Mon, 3 Apr 2017 13:20:32 +0000 (15:20 +0200)]
fix possible out of bounds buffer access

8 years agoMerge branch 'PHP-7.1'
Anatol Belski [Mon, 3 Apr 2017 12:25:37 +0000 (14:25 +0200)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  fix buffer overflow

8 years agofix buffer overflow
Anatol Belski [Mon, 3 Apr 2017 12:22:23 +0000 (14:22 +0200)]
fix buffer overflow

8 years agobasic ASAN suport for clang on Windows
Anatol Belski [Mon, 3 Apr 2017 09:46:51 +0000 (11:46 +0200)]
basic ASAN suport for clang on Windows

fix makefile generation for non clang

rename option

8 years agohide clang warnings about unimplemented cli options
Anatol Belski [Sun, 2 Apr 2017 15:55:23 +0000 (17:55 +0200)]
hide clang warnings about unimplemented cli options

8 years agoextend manifest with long path compat info
Anatol Belski [Sun, 2 Apr 2017 14:39:46 +0000 (16:39 +0200)]
extend manifest with long path compat info

8 years agodo compare on wchar's
Anatol Belski [Fri, 31 Mar 2017 18:18:58 +0000 (20:18 +0200)]
do compare on wchar's

8 years agoUpdate CONTRIBUTING
Nikita Popov [Sun, 2 Apr 2017 11:45:08 +0000 (13:45 +0200)]
Update CONTRIBUTING

Update version numbers, point out not to PR against release branches,
point out rebase over merge.

[ci skip]

8 years agoMerge branch 'PHP-7.1'
Nikita Popov [Sun, 2 Apr 2017 11:31:07 +0000 (13:31 +0200)]
Merge branch 'PHP-7.1'

8 years agoFixed bug #74340
Nikita Popov [Sun, 2 Apr 2017 11:30:35 +0000 (13:30 +0200)]
Fixed bug #74340

8 years agoMerge branch 'PHP-7.1'
Nikita Popov [Sun, 2 Apr 2017 11:20:14 +0000 (13:20 +0200)]
Merge branch 'PHP-7.1'

8 years agoFixed bug #74361
Nikita Popov [Sun, 2 Apr 2017 11:19:32 +0000 (13:19 +0200)]
Fixed bug #74361

8 years agoMerge branch 'PHP-7.1'
Nikita Popov [Sat, 1 Apr 2017 23:08:42 +0000 (01:08 +0200)]
Merge branch 'PHP-7.1'

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Sat, 1 Apr 2017 23:08:24 +0000 (01:08 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoFix opcache.max_accelerated_files doc in php.ini
Martin Hujer [Sat, 1 Apr 2017 14:33:44 +0000 (16:33 +0200)]
Fix opcache.max_accelerated_files doc in php.ini

As stated in docs: https://secure.php.net/manual/en/opcache.configuration.php#ini.opcache.max-accelerated-files, the maximum is now 1000000
> The maximum value is 100000 in PHP < 5.5.6, and 1000000 in later versions.

8 years agoFixed bug #74341
Moritz Fain [Thu, 30 Mar 2017 14:20:52 +0000 (16:20 +0200)]
Fixed bug #74341

Added support for ASN.1 UTCTime without seconds part (being 11 characters
long instead of 13).

Additionally, fixed incorrect handling of DST on systems without gmtoff.

8 years agoDon't suppress warnings in tests
Craig Duncan [Sun, 20 Nov 2016 16:38:52 +0000 (16:38 +0000)]
Don't suppress warnings in tests

8 years agoRemove superfluous allocation checks around ZMM-based functions
Thomas Punt [Sat, 1 Apr 2017 18:38:37 +0000 (19:38 +0100)]
Remove superfluous allocation checks around ZMM-based functions

8 years agoimplement basic binary tools sdk version check
Anatol Belski [Thu, 30 Mar 2017 23:36:19 +0000 (01:36 +0200)]
implement basic binary tools sdk version check

8 years agoMerge branch 'PHP-7.1'
Anatol Belski [Thu, 30 Mar 2017 23:45:41 +0000 (01:45 +0200)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  update sdk version for appveyor

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Thu, 30 Mar 2017 23:43:46 +0000 (01:43 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  update sdk version for appveyor

8 years agoupdate sdk version for appveyor
Anatol Belski [Thu, 30 Mar 2017 23:42:46 +0000 (01:42 +0200)]
update sdk version for appveyor

8 years agoAllow SSA construction with source information about CV used as result (DFG fix)
Dmitry Stogov [Thu, 30 Mar 2017 18:24:29 +0000 (21:24 +0300)]
Allow SSA construction with source information about CV used as result (DFG fix)

8 years agoAllow SSA construction with source information about CV used as result
Dmitry Stogov [Thu, 30 Mar 2017 17:14:01 +0000 (20:14 +0300)]
Allow SSA construction with source information about CV used as result

8 years agocorrections to release process documentation
Joe Watkins [Thu, 30 Mar 2017 16:52:22 +0000 (17:52 +0100)]
corrections to release process documentation

8 years agoMerge branch 'PHP-7.1'
Joe Watkins [Thu, 30 Mar 2017 15:28:50 +0000 (16:28 +0100)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  fix bug #74343 compile fails on solaris 11 with system libgd

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Joe Watkins [Thu, 30 Mar 2017 15:28:14 +0000 (16:28 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  fix bug #74343 compile fails on solaris 11 with system libgd

8 years agofix bug #74343 compile fails on solaris 11 with system libgd
Joe Watkins [Thu, 30 Mar 2017 15:27:40 +0000 (16:27 +0100)]
fix bug #74343 compile fails on solaris 11 with system libgd

8 years agoUpdate tests and add NEWS entry for phpdbg opcode dump change
Sara Golemon [Wed, 29 Mar 2017 19:54:38 +0000 (12:54 -0700)]
Update tests and add NEWS entry for phpdbg opcode dump change

8 years ago[ci skip] update NEWS
Anatol Belski [Wed, 29 Mar 2017 12:30:32 +0000 (14:30 +0200)]
[ci skip] update NEWS

8 years agoAdd extended_value to phpdbg opcode dump
Sara Golemon [Tue, 28 Mar 2017 15:54:45 +0000 (08:54 -0700)]
Add extended_value to phpdbg opcode dump

8 years agoMerge branch 'PHP-7.1'
Remi Collet [Wed, 29 Mar 2017 07:10:49 +0000 (09:10 +0200)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  fixed typo
  fixed typo

8 years agofixed typo
Markus Staab [Wed, 29 Mar 2017 07:05:34 +0000 (09:05 +0200)]
fixed typo

8 years agofixed typo
Markus Staab [Wed, 29 Mar 2017 07:04:35 +0000 (09:04 +0200)]
fixed typo

8 years agofixed typo
Markus Staab [Wed, 29 Mar 2017 07:05:34 +0000 (09:05 +0200)]
fixed typo

8 years agofixed typo
Markus Staab [Wed, 29 Mar 2017 07:04:35 +0000 (09:04 +0200)]
fixed typo

8 years agoMerge branch 'PHP-7.1'
Remi Collet [Wed, 29 Mar 2017 05:38:53 +0000 (07:38 +0200)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  relax more this test

8 years agorelax more this test
Remi Collet [Wed, 29 Mar 2017 05:38:40 +0000 (07:38 +0200)]
relax more this test

8 years agoMerge branch 'PHP-7.1'
Remi Collet [Wed, 29 Mar 2017 05:28:26 +0000 (07:28 +0200)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  Fix buid with system libsqlite, see bug #74217

8 years agoFix buid with system libsqlite, see bug #74217
Remi Collet [Wed, 29 Mar 2017 05:25:01 +0000 (07:25 +0200)]
Fix buid with system libsqlite, see bug #74217

SQLITE_DETERMINISTIC only exists in recent version
e.g. missing on 3.7 which is the default on RHEL/CentOS-7
and probably others (wheezy have 3.7, jessie 3.8...)

8 years agoMerge branch 'PHP-7.1'
Remi Collet [Wed, 29 Mar 2017 05:01:27 +0000 (07:01 +0200)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  relax test failing in fast computer

8 years agorelax test failing in fast computer
Remi Collet [Wed, 29 Mar 2017 05:01:14 +0000 (07:01 +0200)]
relax test failing in fast computer

8 years agoMerge branch 'PHP-7.1'
Nikita Popov [Tue, 28 Mar 2017 22:20:52 +0000 (00:20 +0200)]
Merge branch 'PHP-7.1'

8 years agoLet MessageFormatter and IntlDateFormatter accept DateTimeImmutable as well
Ben Scholzen [Mon, 27 Mar 2017 17:47:14 +0000 (19:47 +0200)]
Let MessageFormatter and IntlDateFormatter accept DateTimeImmutable as well

8 years agoMerge branch 'PHP-7.1'
Nikita Popov [Tue, 28 Mar 2017 20:09:11 +0000 (22:09 +0200)]
Merge branch 'PHP-7.1'

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Tue, 28 Mar 2017 20:08:58 +0000 (22:08 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoDisable block pass for large functions
Nikita Popov [Fri, 17 Mar 2017 11:48:03 +0000 (12:48 +0100)]
Disable block pass for large functions

(Backport of 7ea261685f179a7cddcc4196fc7f3f12572c3d49 to 7.0.)

8 years agoMerge branch 'PHP-7.1'
Anatol Belski [Tue, 28 Mar 2017 19:07:17 +0000 (21:07 +0200)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  prepare next

8 years agoprepare next
Joe Watkins [Tue, 28 Mar 2017 14:22:10 +0000 (15:22 +0100)]
prepare next

8 years agoMerge branch 'PHP-7.1'
Anatol Belski [Tue, 28 Mar 2017 11:17:05 +0000 (13:17 +0200)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  update NEWS
  update NEWS
  Revert "Fixed bug #61471"

8 years agoupdate NEWS
Anatol Belski [Tue, 28 Mar 2017 11:14:51 +0000 (13:14 +0200)]
update NEWS

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Tue, 28 Mar 2017 11:13:24 +0000 (13:13 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  update NEWS
  Revert "Fixed bug #61471"

8 years agoupdate NEWS
Anatol Belski [Tue, 28 Mar 2017 11:12:27 +0000 (13:12 +0200)]
update NEWS

8 years agoRevert "Fixed bug #61471"
Anatol Belski [Tue, 28 Mar 2017 11:06:38 +0000 (13:06 +0200)]
Revert "Fixed bug #61471"

This reverts commit 80c8d84af303d2fddc9ba9f181c7117b9040811d.

8 years agoMerge branch 'PHP-7.1'
Anatol Belski [Tue, 28 Mar 2017 09:50:20 +0000 (11:50 +0200)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  prepare next

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Tue, 28 Mar 2017 09:49:46 +0000 (11:49 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  prepare next

8 years agoprepare next
Anatol Belski [Tue, 28 Mar 2017 09:49:04 +0000 (11:49 +0200)]
prepare next

8 years agoMerge branch 'PHP-7.1'
Anatol Belski [Tue, 28 Mar 2017 09:44:51 +0000 (11:44 +0200)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  update NEWS
  update NEWS

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Tue, 28 Mar 2017 09:44:13 +0000 (11:44 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  update NEWS

8 years agoupdate NEWS
Anatol Belski [Tue, 28 Mar 2017 09:43:54 +0000 (11:43 +0200)]
update NEWS

8 years agoupdate NEWS
Anatol Belski [Tue, 28 Mar 2017 09:43:02 +0000 (11:43 +0200)]
update NEWS

8 years agoMerge branch 'PHP-7.1'
Anatol Belski [Mon, 27 Mar 2017 17:45:03 +0000 (19:45 +0200)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  deps updated, cherry-pick 88642decf9ab59d206db515990886b0761bfa835
  add test for bug #74230

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Mon, 27 Mar 2017 17:42:24 +0000 (19:42 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  deps updated, cherry-pick 88642decf9ab59d206db515990886b0761bfa835
  add test for bug #74230

8 years agodeps updated, cherry-pick 88642decf9ab59d206db515990886b0761bfa835
Anatol Belski [Mon, 27 Mar 2017 17:38:20 +0000 (19:38 +0200)]
deps updated, cherry-pick 88642decf9ab59d206db515990886b0761bfa835

8 years agoadd test for bug #74230
Anatol Belski [Mon, 27 Mar 2017 17:33:51 +0000 (19:33 +0200)]
add test for bug #74230

8 years agoMerge branch 'PHP-7.1'
Nikita Popov [Mon, 27 Mar 2017 17:02:50 +0000 (19:02 +0200)]
Merge branch 'PHP-7.1'

8 years agoDon't retain mt_rand() seeds across requests
x-xiang [Wed, 8 Mar 2017 03:43:14 +0000 (11:43 +0800)]
Don't retain mt_rand() seeds across requests

In particular, this prevents manual seeding of mt_rand() to leak
across requests.

8 years agoMerge branch 'PHP-7.1'
Derick Rethans [Mon, 27 Mar 2017 17:01:38 +0000 (18:01 +0100)]
Merge branch 'PHP-7.1'

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Derick Rethans [Mon, 27 Mar 2017 17:01:30 +0000 (18:01 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoForgot to update the output in the test too
Derick Rethans [Mon, 27 Mar 2017 17:01:22 +0000 (18:01 +0100)]
Forgot to update the output in the test too

8 years agoFix openbsd build: AI_V4MAPPED, AI_ALL not defined
David Carlier [Sat, 25 Mar 2017 15:09:35 +0000 (15:09 +0000)]
Fix openbsd build: AI_V4MAPPED, AI_ALL not defined

8 years agoMerge branch 'PHP-7.1'
Anatol Belski [Mon, 27 Mar 2017 16:51:00 +0000 (18:51 +0200)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  always use staging deps for CI, that's what we have a CI for as well

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Mon, 27 Mar 2017 16:49:59 +0000 (18:49 +0200)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  always use staging deps for CI, that's what we have a CI for as well

8 years agoIncreased bcmath functions coverage tests using scale option parameter
Edgar R. Sandi [Sun, 26 Mar 2017 17:16:29 +0000 (14:16 -0300)]
Increased bcmath functions coverage tests using scale option parameter

8 years agoFix typos
Vivek Dinesh [Sun, 26 Mar 2017 07:54:57 +0000 (13:24 +0530)]
Fix typos

[skip ci]

8 years agoalways use staging deps for CI, that's what we have a CI for as well
Anatol Belski [Mon, 27 Mar 2017 16:07:16 +0000 (18:07 +0200)]
always use staging deps for CI, that's what we have a CI for as well

8 years agoMerge branch 'PHP-7.1'
Derick Rethans [Mon, 27 Mar 2017 10:28:41 +0000 (11:28 +0100)]
Merge branch 'PHP-7.1'

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Derick Rethans [Mon, 27 Mar 2017 10:28:35 +0000 (11:28 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoFixed test for #33415 due to data fixes.
Derick Rethans [Mon, 27 Mar 2017 10:28:16 +0000 (11:28 +0100)]
Fixed test for #33415 due to data fixes.

8 years agoUpdated to version 2017.2 (2017b)
Derick Rethans [Fri, 24 Mar 2017 12:25:27 +0000 (12:25 +0000)]
Updated to version 2017.2 (2017b)

8 years agoUpdated to version 2017.2 (2017b)
Derick Rethans [Fri, 24 Mar 2017 12:25:26 +0000 (12:25 +0000)]
Updated to version 2017.2 (2017b)

8 years agoEmpty merge
Derick Rethans [Fri, 24 Mar 2017 12:25:26 +0000 (12:25 +0000)]
Empty merge

8 years agoUpdated to version 2017.2 (2017b)
Derick Rethans [Fri, 24 Mar 2017 12:25:25 +0000 (12:25 +0000)]
Updated to version 2017.2 (2017b)

8 years agoEmpty merge
Derick Rethans [Fri, 24 Mar 2017 12:25:25 +0000 (12:25 +0000)]
Empty merge

8 years agoMerge branch 'PHP-7.1'
Derick Rethans [Fri, 24 Mar 2017 11:39:38 +0000 (11:39 +0000)]
Merge branch 'PHP-7.1'

8 years agoAdded a test case to make sure microseconds work.
Derick Rethans [Fri, 24 Mar 2017 11:39:32 +0000 (11:39 +0000)]
Added a test case to make sure microseconds work.

8 years agoMerge branch 'PHP-7.1'
Nikita Popov [Thu, 23 Mar 2017 21:50:21 +0000 (22:50 +0100)]
Merge branch 'PHP-7.1'

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Thu, 23 Mar 2017 21:49:51 +0000 (22:49 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoFix sequencing UB
Nikita Popov [Thu, 23 Mar 2017 21:48:45 +0000 (22:48 +0100)]
Fix sequencing UB

8 years agoFix lineno for AST_ZVAL nodes
Nikita Popov [Thu, 23 Mar 2017 21:42:57 +0000 (22:42 +0100)]
Fix lineno for AST_ZVAL nodes

8 years agoAdd test for previous commit
Nikita Popov [Thu, 23 Mar 2017 21:36:55 +0000 (22:36 +0100)]
Add test for previous commit

8 years agoMake sure lengths and refs are unsigned in unserialize()
Nikita Popov [Thu, 23 Mar 2017 21:30:59 +0000 (22:30 +0100)]
Make sure lengths and refs are unsigned in unserialize()