ramsey · GitHub

added 5 commits

April 13, 2012 23:17
array_column() returns the values of the specified column from a
multi-dimensional array.
* PHP-5.3:
  Fix bug 61746 Failing tests in ext/standard/tests/file/windows_links/*
  Fix bug 61720 ext\libxml\tests\bug61367-read.phpt fails
  Fix bug 61719 ext\soap\tests\bugs\bug31422.phpt fails
  Fix bug 61718 ext\ldap\tests\ldap_set_rebind_proc_error.phpt fails
  Fix bug 61717 ext\ldap\tests\ldap_sasl_bind_basic.phpt fails
  Fix bug 61716 tests\basic\021.phpt fails
  Fix bug 61683 tests\basic\bug20539.phpt fails
  Fix bug 61680 ext\zlib\tests\gzencode_variation1-win32.phpt fails
  Fix bug 61676 ext\tidy\tests\bug54682.phpt fails
  Fix bug 61743 tests in ext\standard\tests\file\windows_acls\* fail
* PHP-5.3: (160 commits)
  Remove outdated and user-specific files
  Add NEWS for bug #62262
  Fixed bug RecursiveArrayIterator does not implement Countable
  sync zip ext version with pecl
  one more correction for COM upgrading notes
  split gzgetc_basic.phpt for zlib 1.2.7
  com ext upgrading correction
  com ext upgrading info
  Reverted the BC fix regarding to #57905, test adopted
  Merge PHP 5.3.14 NEWS
  re-add 61755 to NEWS
  Make travis silent
  Adding a test for ext/posix/tests/posix_getegid_basic.phpt
  typo
  improve overflow checks
  fix potential overflow in _php_stream_scandir
  set current versions for libzip and zip ext
  updated NEWS
  zip windows fixes
  fixed bc break related to #57905
  ...

Closed

salathe pushed a commit to salathe/php-src that referenced this pull request

Mar 11, 2013
…ents

dsp added a commit that referenced this pull request

Mar 20, 2013
* pull-request/257:
  array_column: Fix compile-time warnings
  array_column: Removed array_pluck() alias
  array_column: Set array_pluck as an alias for array_column
  array_column: Implement ability to specify an index column
  Cleaning up a memory leak.
  array_column: Adding test for IS_OBJECT and converting object to string
  array_column: Using add_next_index_zval() at nikic's recommendation.
  array_column: Improved tests
  array_column: Cleaning up, as recommended in pull request #56 comments
  Fixing typo in test for array_column()
  Simplify the code and use zend_hash_next_index_insert()
  Adding test for columns not present in all rows for array_column().
  Adding tests for the negative results of array_column()
  Implement new array function array_column()

dsp added a commit that referenced this pull request

Mar 20, 2013
* PHP-5.5:
  NEWS for array_column
  array_column: Fix compile-time warnings
  array_column: Removed array_pluck() alias
  array_column: Set array_pluck as an alias for array_column
  array_column: Implement ability to specify an index column
  Cleaning up a memory leak.
  array_column: Adding test for IS_OBJECT and converting object to string
  array_column: Using add_next_index_zval() at nikic's recommendation.
  array_column: Improved tests
  array_column: Cleaning up, as recommended in pull request #56 comments
  Fixing typo in test for array_column()
  Simplify the code and use zend_hash_next_index_insert()
  Adding test for columns not present in all rows for array_column().
  Adding tests for the negative results of array_column()
  Implement new array function array_column()

Closed

EdmondDantes added a commit to true-async/php-src that referenced this pull request

Sep 30, 2025
…xt in garbage collection

EdmondDantes added a commit to true-async/php-src that referenced this pull request

Oct 1, 2025

Read the original on github.com ↗