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

Return the text value in _ array key #6279

Closed
wants to merge 26 commits into from
Closed

Return the text value in _ array key #6279

wants to merge 26 commits into from

Conversation

catalint
Copy link
Contributor

If element has attributes & string value until now the string value was ignored & lost, I added the _ index so that it also returns the string value along with the attribute names

hschletz and others added 26 commits March 24, 2014 12:52
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.
…coding-deprecated-in-php-5.6

#6218 - applying hotfix for `iconv.internal_encoding` deprecation
Fixed charset support for Pdo_Pgsql.
If element has attributes & string value until now the string value was ignored & lost, I added the _ index so that it also returns the string value along with the attribute names
@Ocramius
Copy link
Member

Needs a test case

@@ -149,7 +149,11 @@ protected function processNextElement()

if ($attributes) {
if (!is_array($child)) {
$child = array();
if(is_string($child)){
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if (is_string($child)) {

@catalint
Copy link
Contributor Author

10x @Ocramius , could you please give me some pointers where/how to start building the test-case for Travis ?

@Ocramius
Copy link
Member

@Ocramius
Copy link
Member

@catalint did you get to check the tests? You can eventually ask on IRC on channel #zftalk

@catalint
Copy link
Contributor Author

yeah, found them in the repo, didn't get the change to add some for my
changes, hope I'll get this done by august's end

On Mon, Jul 28, 2014 at 3:36 AM, Marco Pivetta [email protected]
wrote:

@catalint https://github.com/catalint did you get to check the tests?
You can eventually ask on IRC on channel #zftalk


Reply to this email directly or view it on GitHub
#6279 (comment).

@adamlundrigan
Copy link
Contributor

@catalint disregard my previous comment....I see it now

adamlundrigan added a commit to adamlundrigan/zf2 that referenced this pull request Nov 15, 2014
@adamlundrigan
Copy link
Contributor

Added test case + CS cleanup in new PR #6879

@adamlundrigan
Copy link
Contributor

@Ocramius this PR can be closed in favor of #6879

@Ocramius Ocramius self-assigned this Nov 17, 2014
@Ocramius Ocramius added this to the 2.3.4 milestone Nov 17, 2014
@Ocramius
Copy link
Member

Closing as per @adamlundrigan's work. @catalint your commits will be ported, thanks! :-)

@Ocramius Ocramius closed this Nov 17, 2014
Ocramius added a commit that referenced this pull request Nov 17, 2014
Ocramius added a commit that referenced this pull request Nov 17, 2014
…nflict' into develop

Close #6279
Close #6879
Forward port #6279
Forward port #6879
Ocramius added a commit that referenced this pull request Nov 17, 2014
@catalint
Copy link
Contributor Author

@adamlundrigan deservs a cold beer :) thanks
On Nov 17, 2014 7:58 PM, "Marco Pivetta" [email protected] wrote:

Closing as per @adamlundrigan https://github.com/adamlundrigan's work.
@catalint https://github.com/catalint your commits will be ported,
thanks! :-)


Reply to this email directly or view it on GitHub
#6279 (comment).

gianarb pushed a commit to zendframework/zend-config that referenced this pull request May 15, 2015
gianarb pushed a commit to zendframework/zend-config that referenced this pull request May 15, 2015
gianarb pushed a commit to zendframework/zend-config that referenced this pull request May 15, 2015
gianarb pushed a commit to zendframework/zend-config that referenced this pull request May 15, 2015
boesing pushed a commit to laminas/laminas-cache-storage-adapter-apc that referenced this pull request May 24, 2020
boesing pushed a commit to laminas/laminas-cache-storage-adapter-memcached that referenced this pull request Jul 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants