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

iconv.internal_encoding is deprecated #6218

Closed
Ocramius opened this issue May 5, 2014 · 3 comments · Fixed by #6219
Closed

iconv.internal_encoding is deprecated #6218

Ocramius opened this issue May 5, 2014 · 3 comments · Fixed by #6219
Assignees
Milestone

Comments

@Ocramius
Copy link
Member

Ocramius commented May 5, 2014

iconv.internal_encoding is deprecated in PHP 5.6, and it throws warnings that make the test suite fail.

@Ocramius Ocramius added this to the 2.3.2 milestone May 5, 2014
@Ocramius Ocramius self-assigned this May 5, 2014
Ocramius added a commit to Ocramius/zf2 that referenced this issue May 5, 2014
…precation

See https://wiki.php.net/rfc/default_encoding

 > PHP 5.6 and master, introduce new php.ini setting. Old iconv.*/mbstring.* php.ini parameters will be removed for master PHP6. Use of iconv.*/mbstring.* php.ini parameters raise E_DEPRECATED for 5.6 and up.
weierophinney added a commit that referenced this issue May 7, 2014
…coding-deprecated-in-php-5.6

#6218 - applying hotfix for `iconv.internal_encoding` deprecation
@Maks3w
Copy link
Member

Maks3w commented May 7, 2014

@Ocramius Could you add a note to the README advising to the future PHP 5.6 users of remove the legacy options?

@Ocramius
Copy link
Member Author

Ocramius commented May 8, 2014

@Maks3w can do

@Ocramius
Copy link
Member Author

Ocramius commented May 8, 2014

@Maks3w actually, just went through the README and I don't see a section where that could fit - do you have any advice where this could be put?

gianarb pushed a commit to zendframework/zend-xmlrpc that referenced this issue May 15, 2015
…l_encoding` deprecation

See https://wiki.php.net/rfc/default_encoding

 > PHP 5.6 and master, introduce new php.ini setting. Old iconv.*/mbstring.* php.ini parameters will be removed for master PHP6. Use of iconv.*/mbstring.* php.ini parameters raise E_DEPRECATED for 5.6 and up.
weierophinney added a commit to zendframework/zend-xmlrpc that referenced this issue May 15, 2015
…fix/zendframework/zendframework#6218-iconv-internal-encoding-deprecated-in-php-5.6

zendframework/zendframework#6218 - applying hotfix for `iconv.internal_encoding` deprecation
gianarb pushed a commit to zendframework/zend-validator that referenced this issue May 15, 2015
…l_encoding` deprecation

See https://wiki.php.net/rfc/default_encoding

 > PHP 5.6 and master, introduce new php.ini setting. Old iconv.*/mbstring.* php.ini parameters will be removed for master PHP6. Use of iconv.*/mbstring.* php.ini parameters raise E_DEPRECATED for 5.6 and up.
weierophinney added a commit to zendframework/zend-validator that referenced this issue May 15, 2015
…fix/zendframework/zendframework#6218-iconv-internal-encoding-deprecated-in-php-5.6

zendframework/zendframework#6218 - applying hotfix for `iconv.internal_encoding` deprecation
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants