]> granicus.if.org Git - php/log
php
10 years agoadapt test for error message introduce in fix for #68463
Remi Collet [Thu, 20 Nov 2014 14:15:54 +0000 (15:15 +0100)]
adapt test for error message introduce in fix for #68463

10 years agoFix bug #68463 listen.allowed_clients can silently result in no allowed access
Remi Collet [Thu, 20 Nov 2014 14:14:34 +0000 (15:14 +0100)]
Fix bug #68463 listen.allowed_clients can silently result in no allowed access

Add a "There are no allowed addresses for this pool"

10 years agorun a few request in this test
Remi Collet [Thu, 20 Nov 2014 13:45:17 +0000 (14:45 +0100)]
run a few request in this test

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

* PHP-5.5:
  split msgfmt_format_intlcalendar_variant*.phpt for ICU 54.1
  split formatter_format*.phpt for ICP 54.1
  split dateformat_timezone_arg_variations*.phpt for ICU 54.1
  split dateformat_get_set_timezone_variant*.phpt for ICU 54.1
  fix icu version to test
  split ext/intl/tests/dateformat_get_set_calendar_variant*.phpt for 54.1
  split dateformat_formatObject_datetime_variant*.phpt for ICU 54.1
  split dateformat_formatObject_calendar_variant*.phpt for ICU 54.1
  split dateformat_create_cal_arg_variant2.phpt for ICU 53.1 and 54.1
  clone dateformat_calendars_variant3.phpt for ICU 54.1
  split collator_get_sort_key_variant3.phpt for icu 54.1
  split ext/intl/tests/collator_create3.phpt for icu >= 54.1

Conflicts:
ext/intl/tests/dateformat_create_cal_arg_variant3.phpt
ext/intl/tests/dateformat_formatObject_calendar_variant3.phpt
ext/intl/tests/dateformat_formatObject_datetime_variant3.phpt
ext/intl/tests/dateformat_get_set_calendar_variant3.phpt
ext/intl/tests/dateformat_get_set_timezone_variant3.phpt
ext/intl/tests/dateformat_timezone_arg_variations3.phpt
ext/intl/tests/msgfmt_format_intlcalendar_variant3.phpt

10 years agosplit msgfmt_format_intlcalendar_variant*.phpt for ICU 54.1
Anatol Belski [Thu, 20 Nov 2014 12:26:23 +0000 (13:26 +0100)]
split msgfmt_format_intlcalendar_variant*.phpt for ICU 54.1

10 years agosplit formatter_format*.phpt for ICP 54.1
Anatol Belski [Thu, 20 Nov 2014 12:17:41 +0000 (13:17 +0100)]
split formatter_format*.phpt for ICP 54.1

10 years agosplit dateformat_timezone_arg_variations*.phpt for ICU 54.1
Anatol Belski [Thu, 20 Nov 2014 12:12:02 +0000 (13:12 +0100)]
split dateformat_timezone_arg_variations*.phpt for ICU 54.1

10 years agosplit dateformat_get_set_timezone_variant*.phpt for ICU 54.1
Anatol Belski [Thu, 20 Nov 2014 12:06:22 +0000 (13:06 +0100)]
split dateformat_get_set_timezone_variant*.phpt for ICU 54.1

10 years agofix icu version to test
Anatol Belski [Thu, 20 Nov 2014 12:01:04 +0000 (13:01 +0100)]
fix icu version to test

10 years agosplit ext/intl/tests/dateformat_get_set_calendar_variant*.phpt for 54.1
Anatol Belski [Thu, 20 Nov 2014 11:58:41 +0000 (12:58 +0100)]
split ext/intl/tests/dateformat_get_set_calendar_variant*.phpt for 54.1

10 years agosplit dateformat_formatObject_datetime_variant*.phpt for ICU 54.1
Anatol Belski [Thu, 20 Nov 2014 11:53:11 +0000 (12:53 +0100)]
split dateformat_formatObject_datetime_variant*.phpt for ICU 54.1

10 years agosplit dateformat_formatObject_calendar_variant*.phpt for ICU 54.1
Anatol Belski [Thu, 20 Nov 2014 11:46:48 +0000 (12:46 +0100)]
split dateformat_formatObject_calendar_variant*.phpt for ICU 54.1

10 years agosplit dateformat_create_cal_arg_variant2.phpt for ICU 53.1 and 54.1
Anatol Belski [Thu, 20 Nov 2014 11:39:52 +0000 (12:39 +0100)]
split dateformat_create_cal_arg_variant2.phpt for ICU 53.1 and 54.1

10 years agoclone dateformat_calendars_variant3.phpt for ICU 54.1
Anatol Belski [Thu, 20 Nov 2014 10:49:39 +0000 (11:49 +0100)]
clone dateformat_calendars_variant3.phpt for ICU 54.1

10 years agosplit collator_get_sort_key_variant3.phpt for icu 54.1
Anatol Belski [Thu, 20 Nov 2014 10:37:06 +0000 (11:37 +0100)]
split collator_get_sort_key_variant3.phpt for icu 54.1

10 years agosplit ext/intl/tests/collator_create3.phpt for icu >= 54.1
Anatol Belski [Thu, 20 Nov 2014 10:17:42 +0000 (11:17 +0100)]
split ext/intl/tests/collator_create3.phpt for icu >= 54.1

10 years agoRaise a warning when listen = hostname used and is resolved as multiple addresses
Remi Collet [Thu, 20 Nov 2014 09:15:15 +0000 (10:15 +0100)]
Raise a warning when listen = hostname used and is resolved as multiple addresses

Using getaddrinfo is perhaps not a good idea... if we are not able
to listen on multiple addresses...

At least this message should help to diagnose problem, ex
... Found address for localhost, socket opened on ::1
... Found multiple addresses for localhost, 127.0.0.1 ignored

10 years agoNEWS
Remi Collet [Thu, 20 Nov 2014 07:15:13 +0000 (08:15 +0100)]
NEWS

10 years agoFixed #68458 Change pm.start_servers default warning to notice
Remi Collet [Thu, 20 Nov 2014 07:12:27 +0000 (08:12 +0100)]
Fixed #68458 Change pm.start_servers default warning to notice

Add another test
014 checks that no "notice" are traced when log_level=warning
015 checks that "notice" are traced when log_level=notice

10 years agofix test description
David Zuelke [Wed, 19 Nov 2014 22:46:22 +0000 (23:46 +0100)]
fix test description

10 years agotests for #895
David Zuelke [Wed, 19 Nov 2014 22:40:03 +0000 (23:40 +0100)]
tests for #895

10 years agomove zlog_set_level() again
David Zuelke [Wed, 19 Nov 2014 22:39:00 +0000 (23:39 +0100)]
move zlog_set_level() again

from fpm_unix_init_main() to fpm_conf_post_process() this time (see #894),
because otherwise nothing in fpm_conf_init_main() obeys log levels

10 years agoChange pm.start_servers default warning to notice
David Zuelke [Sun, 9 Nov 2014 01:18:58 +0000 (20:18 -0500)]
Change pm.start_servers default warning to notice

Unlike other settings, this has a perfectly reasonable default, calculated using
a dynamic formula. If the default was hardcoded to "2" or something, then it
would make sense to have a warning, since that could potentially be bad, but for
a dynamically calculated value based on other mandatory settings, a notice ought
to be enough.

10 years agoFactorization and consistency
Remi Collet [Thu, 20 Nov 2014 06:49:54 +0000 (07:49 +0100)]
Factorization and consistency
- create a fpm_use_error_log() to check when file or stderr should be used
- use it everywhere for consistency
- add some comments

10 years agoNEWS
Peter Cowburn [Wed, 19 Nov 2014 17:03:15 +0000 (17:03 +0000)]
NEWS

10 years agoFix #68355: Inconsistency in example php.ini comments
Chris McCafferty [Mon, 10 Nov 2014 03:30:51 +0000 (22:30 -0500)]
Fix #68355: Inconsistency in example php.ini comments

There are some arbitrary differences between php.ini-production and
php.ini-development. This patch corrects the differences.

10 years agoNEWS
Remi Collet [Wed, 19 Nov 2014 15:49:23 +0000 (16:49 +0100)]
NEWS

10 years agoFixed bug #68452 php-fpm man page is oudated (-O)
Remi Collet [Wed, 19 Nov 2014 15:49:05 +0000 (16:49 +0100)]
Fixed bug #68452 php-fpm man page is oudated (-O)

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Remi Collet [Wed, 19 Nov 2014 15:48:21 +0000 (16:48 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  NEWS
  Fixed bug #68452 php-fpm man page is oudated (-g, -R, -z)
  NEWS
  Fixed bug #68381 Set FPM log level earlier during init

10 years agoNEWS
Remi Collet [Wed, 19 Nov 2014 15:47:52 +0000 (16:47 +0100)]
NEWS

10 years agoFixed bug #68452 php-fpm man page is oudated (-g, -R, -z)
Remi Collet [Wed, 19 Nov 2014 15:46:51 +0000 (16:46 +0100)]
Fixed bug #68452 php-fpm man page is oudated (-g, -R, -z)

10 years agoNEWS
Remi Collet [Tue, 18 Nov 2014 16:45:12 +0000 (17:45 +0100)]
NEWS

10 years agoadd test for bug #68381
Remi Collet [Tue, 18 Nov 2014 16:44:53 +0000 (17:44 +0100)]
add test for bug #68381

10 years agoFixed bug #68381 Set FPM log level earlier during init
David Zuelke [Sat, 8 Nov 2014 22:22:54 +0000 (17:22 -0500)]
Fixed bug #68381 Set FPM log level earlier during init

The log level will be ignored throughout log events in fpm_unix_init_main, until
the very end when zlog_set_level is finally called.

In particular, fpm_unix_conf_wp may throw notices like this:

> [08-Nov-2014 17:13:36] NOTICE: [pool www] 'user' directive is ignored when…

Which will still appear even if log_level in php-fpm.conf is set to warning+

10 years agoNEWS
Remi Collet [Tue, 18 Nov 2014 16:43:28 +0000 (17:43 +0100)]
NEWS

10 years agoFixed bug #68381 Set FPM log level earlier during init
David Zuelke [Sat, 8 Nov 2014 22:22:54 +0000 (17:22 -0500)]
Fixed bug #68381 Set FPM log level earlier during init

The log level will be ignored throughout log events in fpm_unix_init_main, until
the very end when zlog_set_level is finally called.

In particular, fpm_unix_conf_wp may throw notices like this:

> [08-Nov-2014 17:13:36] NOTICE: [pool www] 'user' directive is ignored when…

Which will still appear even if log_level in php-fpm.conf is set to warning+

10 years agosimplify fpm tests
Remi Collet [Tue, 18 Nov 2014 12:11:53 +0000 (13:11 +0100)]
simplify fpm tests

10 years agoAdd test for bug #68442
Remi Collet [Tue, 18 Nov 2014 10:08:49 +0000 (11:08 +0100)]
Add test for bug #68442

Add another helper function fpm_display_log

Restore change from c996a989 badly reverted in 8c0cc49

10 years agoAdd various tests for FPM
Remi Collet [Tue, 18 Nov 2014 07:07:45 +0000 (08:07 +0100)]
Add various tests for FPM
- covering recent bugs (68420, 68421, 68423, 68428)
- for UDS
- for ping and status URI
- for multi pool and multi mode

10 years agoInclude small MIT FastCGI client library from
Remi Collet [Tue, 18 Nov 2014 07:01:18 +0000 (08:01 +0100)]
Include small MIT FastCGI client library from
https://github.com/adoy/PHP-FastCGI-Client

Add run_request function to easily run a FastCGI call,
which is needed for new tests.

10 years agoAdd new FPM test for IPv4/IPv6
Remi Collet [Mon, 17 Nov 2014 14:22:04 +0000 (15:22 +0100)]
Add new FPM test for IPv4/IPv6

Use 9000+PHP_INT_SIZE as poprt
- to avoid using default 9000
- to allow multipole 32/64 bits simultaneous run

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Remi Collet [Mon, 17 Nov 2014 08:43:26 +0000 (09:43 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  update fpm configuration for #68428
  fix incompatible pointer types

10 years agoupdate fpm configuration for #68428
Remi Collet [Mon, 17 Nov 2014 08:35:20 +0000 (09:35 +0100)]
update fpm configuration for #68428

10 years agoupdate fpm configuration for #68428
Remi Collet [Mon, 17 Nov 2014 08:35:20 +0000 (09:35 +0100)]
update fpm configuration for #68428

10 years agofix incompatible pointer types
Anatol Belski [Mon, 17 Nov 2014 07:48:32 +0000 (08:48 +0100)]
fix incompatible pointer types

10 years agofix incompatible pointer types
Anatol Belski [Mon, 17 Nov 2014 07:48:32 +0000 (08:48 +0100)]
fix incompatible pointer types

10 years agoNEWS
Remi Collet [Mon, 17 Nov 2014 08:23:47 +0000 (09:23 +0100)]
NEWS

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Remi Collet [Mon, 17 Nov 2014 08:23:26 +0000 (09:23 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  NEWS
  Fixed bug #68428 allowed_client is IPv4 only

10 years agoNEWS
Remi Collet [Mon, 17 Nov 2014 08:23:16 +0000 (09:23 +0100)]
NEWS

10 years agoFixed bug #68428 allowed_client is IPv4 only
Remi Collet [Mon, 17 Nov 2014 08:22:13 +0000 (09:22 +0100)]
Fixed bug #68428 allowed_client is IPv4 only

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Remi Collet [Mon, 17 Nov 2014 05:58:28 +0000 (06:58 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  comment about ipv4-mapped in fpm conf
  Improve fix bug #68421 access.format='%R' doesn't log ipv6 address

10 years agocomment about ipv4-mapped in fpm conf
Remi Collet [Mon, 17 Nov 2014 05:57:59 +0000 (06:57 +0100)]
comment about ipv4-mapped in fpm conf

10 years agoImprove fix bug #68421 access.format='%R' doesn't log ipv6 address
Remi Collet [Mon, 17 Nov 2014 05:53:38 +0000 (06:53 +0100)]
Improve fix bug #68421 access.format='%R' doesn't log ipv6 address

Log IPv4-Mapped-Ipv6 address as IPv4 (not as IPv6)

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Remi Collet [Sun, 16 Nov 2014 17:00:24 +0000 (18:00 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  improve comments about FPM listen option

10 years agoimprove comments about FPM listen option
Remi Collet [Sun, 16 Nov 2014 16:59:36 +0000 (17:59 +0100)]
improve comments about FPM listen option

10 years agoNEWS
Remi Collet [Sat, 15 Nov 2014 07:14:43 +0000 (08:14 +0100)]
NEWS

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Remi Collet [Sat, 15 Nov 2014 07:14:09 +0000 (08:14 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  NEWS

10 years agoNEWS
Remi Collet [Sat, 15 Nov 2014 07:13:56 +0000 (08:13 +0100)]
NEWS

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Remi Collet [Sat, 15 Nov 2014 07:11:32 +0000 (08:11 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed Bug #68420 listen=9000 listens to ipv6 localhost instead of all addresses

10 years agoFixed Bug #68420 listen=9000 listens to ipv6 localhost instead of all addresses
Remi Collet [Sat, 15 Nov 2014 07:08:23 +0000 (08:08 +0100)]
Fixed Bug #68420 listen=9000 listens to ipv6 localhost instead of all addresses

Restore default behavior when no address configured:
Listen on all IPv4 addresses.

At some time we could consider to switch to all IPv6
but this will be a BC break.

10 years agoNEWS
Remi Collet [Fri, 14 Nov 2014 18:14:42 +0000 (19:14 +0100)]
NEWS

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Remi Collet [Fri, 14 Nov 2014 18:14:02 +0000 (19:14 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  NEWS

10 years agoNEWS
Remi Collet [Fri, 14 Nov 2014 18:13:53 +0000 (19:13 +0100)]
NEWS

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Remi Collet [Fri, 14 Nov 2014 18:10:19 +0000 (19:10 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fix bug #68421 access.format='%R' doesn't log ipv6 address

10 years agoFix bug #68421 access.format='%R' doesn't log ipv6 address
Remi Collet [Fri, 14 Nov 2014 18:09:50 +0000 (19:09 +0100)]
Fix bug #68421 access.format='%R' doesn't log ipv6 address

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Remi Collet [Fri, 14 Nov 2014 16:32:46 +0000 (17:32 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fix bug #68423i PHP-FPM will no longer load all pools

10 years agoFix bug #68423i PHP-FPM will no longer load all pools
Remi Collet [Fri, 14 Nov 2014 16:29:31 +0000 (17:29 +0100)]
Fix bug #68423i PHP-FPM will no longer load all pools

The hash need to be unique per IP + Port
Previous version have (IPv4 only)
   sprintf(key, "%u.%u.%u.%u:%u", IPQUAD(&sa_in->sin_addr), (unsigned int) ntohs(sa_in->sin_port));

10 years agoNEWS for 1b156207446e0c5ec8a9476ad0966b5daa82f516
Remi Collet [Fri, 14 Nov 2014 09:58:27 +0000 (10:58 +0100)]
NEWS for 1b156207446e0c5ec8a9476ad0966b5daa82f516

10 years agoFix build with gmp < 4.2
Remi Collet [Thu, 13 Nov 2014 12:08:00 +0000 (13:08 +0100)]
Fix build with gmp < 4.2

See 3d6d863ccbd10d212352462b587ae1573af4f1d1
and acd7fcf55f81955e4837c750a5e45f83d3c55ba2

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Matteo Beccati [Wed, 12 Nov 2014 15:54:03 +0000 (16:54 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed NEWS

10 years agoFixed NEWS
Matteo Beccati [Wed, 12 Nov 2014 15:45:36 +0000 (16:45 +0100)]
Fixed NEWS

Some entries had been mistakenly removed in ad468d20b130c720020139b8d5f6601f6f3033ab

10 years agoupdate NEWS
Ferenc Kovacs [Wed, 12 Nov 2014 13:51:18 +0000 (14:51 +0100)]
update NEWS

10 years agoupdate NEWS
Ferenc Kovacs [Wed, 12 Nov 2014 13:45:39 +0000 (14:45 +0100)]
update NEWS

10 years agoupdate NEWS
Ferenc Kovacs [Wed, 12 Nov 2014 13:28:45 +0000 (14:28 +0100)]
update NEWS

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Matteo Beccati [Wed, 12 Nov 2014 10:21:40 +0000 (11:21 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed bug #53829 Compiling PHP with large file support will replace function gzopen by gzopen64

10 years agoFixed bug #53829 Compiling PHP with large file support will replace function gzopen...
Matteo Beccati [Wed, 12 Nov 2014 10:21:11 +0000 (11:21 +0100)]
Fixed bug #53829 Compiling PHP with large file support will replace function gzopen by gzopen64

10 years agoFixed wrong NEWS
Julien Pauli [Wed, 12 Nov 2014 09:59:54 +0000 (10:59 +0100)]
Fixed wrong NEWS

10 years agoRemove unneeded md5 hashing from PHP-5.6 branch.
Yasuo Ohgaki [Wed, 12 Nov 2014 04:40:27 +0000 (13:40 +0900)]
Remove unneeded md5 hashing from PHP-5.6 branch.
It's removed from master already by my previous commit.

10 years agofix loop - size_t is unsigned so can not be negative
Stanislav Malyshev [Wed, 5 Nov 2014 05:58:44 +0000 (21:58 -0800)]
fix loop - size_t is unsigned so can not be negative

10 years agofix copypaste error
Stanislav Malyshev [Wed, 5 Nov 2014 05:48:44 +0000 (21:48 -0800)]
fix copypaste error

10 years agoMerge branch 'PHp-5.4' into PHP-5.5
Stanislav Malyshev [Wed, 12 Nov 2014 00:32:38 +0000 (16:32 -0800)]
Merge branch 'PHp-5.4' into PHP-5.5

* PHp-5.4:
  5.4.36-dev
  Fixed bug #66584 Segmentation fault on statement deallocation

Conflicts:
configure.in
main/php_version.h

10 years ago5.4.36-dev
Stanislav Malyshev [Wed, 12 Nov 2014 00:31:38 +0000 (16:31 -0800)]
5.4.36-dev

10 years agoFixed bug #66584 Segmentation fault on statement deallocation
Matteo Beccati [Sat, 1 Nov 2014 18:11:43 +0000 (19:11 +0100)]
Fixed bug #66584 Segmentation fault on statement deallocation

10 years agoupdate NEWS
Ferenc Kovacs [Tue, 11 Nov 2014 23:25:16 +0000 (00:25 +0100)]
update NEWS

10 years agoupdate NEWS
Ferenc Kovacs [Tue, 11 Nov 2014 23:21:04 +0000 (00:21 +0100)]
update NEWS

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

* PHP-5.5:
  update NEWS
  update NEWS

10 years agoupdate NEWS
Ferenc Kovacs [Tue, 11 Nov 2014 23:19:51 +0000 (00:19 +0100)]
update NEWS

10 years agoMerge branch 'PHP-5.4' into PHP-5.5
Ferenc Kovacs [Tue, 11 Nov 2014 23:18:55 +0000 (00:18 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  update NEWS

10 years agoupdate NEWS
Ferenc Kovacs [Tue, 11 Nov 2014 23:18:13 +0000 (00:18 +0100)]
update NEWS

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Derick Rethans [Tue, 11 Nov 2014 17:01:26 +0000 (14:01 -0300)]
Merge branch 'PHP-5.5' into PHP-5.6

10 years ago- Updated to version 2014.10 (2014j)
Derick Rethans [Tue, 11 Nov 2014 17:01:24 +0000 (14:01 -0300)]
- Updated to version 2014.10 (2014j)

10 years agoUpdate NEWS
Xinchen Hui [Tue, 11 Nov 2014 08:24:59 +0000 (16:24 +0800)]
Update NEWS

10 years agoMerge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Tue, 11 Nov 2014 08:23:18 +0000 (16:23 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

10 years agoFixed bug #68361 (Segmentation fault on SoapClient::__getTypes)
Xinchen Hui [Tue, 11 Nov 2014 08:22:49 +0000 (16:22 +0800)]
Fixed bug #68361 (Segmentation fault on SoapClient::__getTypes)

10 years agoFix skipif test here
Rasmus Lerdorf [Mon, 10 Nov 2014 18:41:18 +0000 (10:41 -0800)]
Fix skipif test here

10 years agoMerge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
Rasmus Lerdorf [Mon, 10 Nov 2014 18:42:30 +0000 (10:42 -0800)]
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5

* 'PHP-5.5' of git.php.net:php-src:
  Fixed bug #68370 ("unset($this)" can make the program crash)
  Fixed NEWS for 5.5
  Fix opcache.revalidate_freq per-request behavior
  Partial fix for bug #68365 (zend_mm_heap corrupted after memory overflow in zend_hash_copy)

10 years agoFix skipif test here
Rasmus Lerdorf [Mon, 10 Nov 2014 18:41:18 +0000 (10:41 -0800)]
Fix skipif test here

10 years agoMerge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6
Rasmus Lerdorf [Mon, 10 Nov 2014 18:36:46 +0000 (10:36 -0800)]
Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6

* 'PHP-5.6' of git.php.net:php-src:
  Update NEWS
  Fixed bug #68370 ("unset($this)" can make the program crash)
  Fix opcache.revalidate_freq per-request behavior
  Partial fix for bug #68365 (zend_mm_heap corrupted after memory overflow in zend_hash_copy)
  Fixed bug #68351 (PDO::PARAM_BOOL and ATTR_EMULATE_PREPARES misbehaving)

10 years agoMerge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5
Xinchen Hui [Mon, 10 Nov 2014 05:52:07 +0000 (13:52 +0800)]
Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5

10 years agoUpdate NEWS
Xinchen Hui [Mon, 10 Nov 2014 05:47:50 +0000 (13:47 +0800)]
Update NEWS