Skip to content
This repository has been archived by the owner on Jan 8, 2021. It is now read-only.

Deprecated warning in PHP 5.6 Beta 1 #19

Closed
eFrane opened this issue Apr 22, 2014 · 5 comments
Closed

Deprecated warning in PHP 5.6 Beta 1 #19

eFrane opened this issue Apr 22, 2014 · 5 comments

Comments

@eFrane
Copy link

eFrane commented Apr 22, 2014

I get the following warning when loading patchwork with php 5.6 beta 1 on OS X.

Deprecated: ini_set(): Use of mbstring.http_output is deprecated in ./vendor/patchwork/utf8/class/Patchwork/Utf8/Bootup.php on line 69
$ php --version
PHP 5.6.0beta1 (cli) (built: Apr 21 2014 18:54:07)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.6.0-dev, Copyright (c) 1998-2014 Zend Technologies

My mbstring php.ini settings are as follows:

mbstring.detect_order => no value => no value
mbstring.encoding_translation => Off => Off
mbstring.func_overload => 0 => 0
mbstring.http_input => no value => no value
mbstring.http_output => no value => no value
mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml\+xml) => ^(text/|application/xhtml\+xml)
mbstring.internal_encoding => no value => no value
mbstring.language => neutral => neutral
mbstring.strict_detection => Off => Off
mbstring.substitute_character => no value => no value
@nicolas-grekas
Copy link
Contributor

This is not mentioned in http://docs.php.net/manual/en/migration56.php, you should open a bug report on PHP doc also. I'll fix that soon, thanks for reporting

@eFrane
Copy link
Author

eFrane commented Apr 22, 2014

I dug a little deeper and found that it is already listed in the upgrading notes contained with the source files here.

@giorgiosironi
Copy link

We got this on 1.0.6, used by https://github.com/icomefromthenet/ReverseRegex. The best solution is wait for 1.2 to become stable and then propose the upgrade to that library, right?

@GrahamCampbell
Copy link
Contributor

@giorgiosironi 1.1.26 isn't affected by this issue? What's so special about 1.2.0?

@giorgiosironi
Copy link

I know see 6e2091f is also included in 1.1.26, so will try that, thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants