Ben Ramsey
|
20ab30339d
|
array_column: Adding test for IS_OBJECT and converting object to string
|
2013-01-11 14:16:19 -06:00 |
|
Ben Ramsey
|
66a02eb25e
|
array_column: Using add_next_index_zval() at nikic's recommendation.
|
2013-01-11 14:16:19 -06:00 |
|
Ben Ramsey
|
e921d28ae3
|
array_column: Cleaning up, as recommended in pull request #56 comments
|
2013-01-11 14:16:19 -06:00 |
|
Ben Ramsey
|
6a27b890e6
|
Simplify the code and use zend_hash_next_index_insert()
|
2013-01-11 14:16:19 -06:00 |
|
Ben Ramsey
|
9035a1ed24
|
Implement new array function array_column()
array_column() returns the values of the specified column from a
multi-dimensional array.
|
2013-01-11 14:16:19 -06:00 |
|
Xinchen Hui
|
a666285bc2
|
Happy New Year
|
2013-01-01 16:37:09 +08:00 |
|
Xinchen Hui
|
0a7395e009
|
Happy New Year
|
2013-01-01 16:28:54 +08:00 |
|
Xinchen Hui
|
a2045ff332
|
Happy New Year~
|
2013-01-01 16:02:16 +08:00 |
|
Xinchen Hui
|
4cceeb25b7
|
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fixed bug #61730 (Segfault from array_walk modifying an array passed by reference)
|
2012-05-06 20:28:18 +08:00 |
|
Xinchen Hui
|
7ccd594392
|
Fixed bug #61730 (Segfault from array_walk modifying an array passed by reference)
|
2012-05-06 20:01:10 +08:00 |
|
Nikita Popov
|
37d7df72a6
|
Fix bug #52719: array_walk_recursive crashes if third param of the function is by reference
|
2012-03-02 18:05:38 +00:00 |
|
Nikita Popov
|
e7810c1f1e
|
Fix bug #52719: array_walk_recursive crashes if third param of the function is by reference
|
2012-03-02 18:05:38 +00:00 |
|
Xinchen Hui
|
fda8d2fe68
|
MFH: Fixed bug #61058 (array_fill leaks if start index is PHP_INT_MAX)
|
2012-03-02 03:40:40 +00:00 |
|
Xinchen Hui
|
33125e2312
|
Improved fix for #61058, and add test script
|
2012-02-12 05:32:24 +00:00 |
|
Xinchen Hui
|
c578917e30
|
Fixed bug #61058 (array_fill leaks if start index is PHP_INT_MAX)
|
2012-02-12 04:59:08 +00:00 |
|
Felipe Pena
|
e4ca0ed09f
|
- Year++
|
2012-01-01 13:15:04 +00:00 |
|
Felipe Pena
|
4e19825281
|
- Year++
|
2012-01-01 13:15:04 +00:00 |
|
Dmitry Stogov
|
4a25a7740d
|
Fixed ZE specific compile warnings (Bug #55629)
|
2011-09-13 13:29:35 +00:00 |
|
Arpad Ray
|
b52256c5be
|
add support for SORT_NATURAL and SORT_FLAG_CASE in array sort functions
|
2011-08-29 20:23:34 +00:00 |
|
Adam Harvey
|
840308cfd0
|
Implement FR #54459 (Range function accuracy) by changing the way range()
calculates values when used with floating point bounds/step.
|
2011-04-06 10:23:06 +00:00 |
|
Adam Harvey
|
187eb235fe
|
Implement FR #54459 (Range function accuracy) by changing the way range()
calculates values when used with floating point bounds/step.
|
2011-04-06 10:23:06 +00:00 |
|
Pierrick Charron
|
1368364469
|
Fix common typos in the source code (Reported in Bug #54065)
# External libraries were excluded
# Thanks eitan at eitanadler dot com for the first patch :)
|
2011-04-03 21:46:52 +00:00 |
|
Pierrick Charron
|
e8486cc374
|
Fix common typos in the source code (Reported in Bug #54065)
# External libraries were excluded
# Thanks eitan at eitanadler dot com for the first patch :)
|
2011-04-03 21:46:52 +00:00 |
|
Felipe Pena
|
927bf09c29
|
- Year++
|
2011-01-01 02:19:59 +00:00 |
|
Felipe Pena
|
0203cc3d44
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
|
Ilia Alshanetsky
|
9696faa790
|
Fixed bug 48484 (array_product() always returns 0 for an empty array).
|
2010-12-12 19:27:04 +00:00 |
|
Ilia Alshanetsky
|
82287511ad
|
Fixed bug 48484 (array_product() always returns 0 for an empty array).
|
2010-12-12 19:27:04 +00:00 |
|
Felipe Pena
|
897f0b4c27
|
- Fixed extract() to do not overwrite $GLOBALS and $this when using EXTR_OVERWRITE.
patch by: jorto at redhat dot com
|
2010-11-19 22:06:44 +00:00 |
|
Felipe Pena
|
93a4e0d1fa
|
- Fixed extract() to do not overwrite $GLOBALS and $this when using EXTR_OVERWRITE.
patch by: jorto at redhat dot com
|
2010-11-19 22:06:44 +00:00 |
|
Felipe Pena
|
f4d15d8226
|
- Fixed bug #47643 (array_diff() takes over 3000 times longer than php 5.2.4)
|
2010-11-01 17:16:47 +00:00 |
|
Felipe Pena
|
5d584d4737
|
- Fixed bug #47643 (array_diff() takes over 3000 times longer than php 5.2.4)
|
2010-11-01 17:16:47 +00:00 |
|
Kalle Sommer Nielsen
|
cb50011016
|
Fixed compiler warnings in the standard library
|
2010-09-23 03:45:36 +00:00 |
|
Adam Harvey
|
f33837ff97
|
Implemented request #34857 (Change array_combine behaviour when called with
empty arrays). Patch by Joel Perras <joel.perras@gmail.com>.
|
2010-08-27 03:54:10 +00:00 |
|
Dmitry Stogov
|
d24c14cb59
|
Fixed bug #51552 (debug_backtrace() causes segmentation fault and/or memory issues)
|
2010-06-11 08:53:31 +00:00 |
|
Dmitry Stogov
|
d42dbb3bed
|
Fixed bug #51552 (debug_backtrace() causes segmentation fault and/or memory issues)
|
2010-06-11 08:53:31 +00:00 |
|
Rasmus Lerdorf
|
2ef8ef9029
|
typo
|
2010-05-15 15:37:57 +00:00 |
|
Rasmus Lerdorf
|
9db78b574b
|
typo
|
2010-05-15 15:37:18 +00:00 |
|
Dmitry Stogov
|
dd5c478be6
|
Added concept of interned strings. All strings constants known at compile time are allocated in a single copy and never changed.
|
2010-04-20 11:05:54 +00:00 |
|
Sebastian Bergmann
|
9ba1e81665
|
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
|
2010-01-03 09:23:27 +00:00 |
|
Antony Dovgal
|
0b8839cd4a
|
fix the fix for #47409
use correct comparison and add missing scope checks to trunk
|
2009-12-24 13:07:33 +00:00 |
|
Ilia Alshanetsky
|
12f82ee144
|
Fixed bug #47409 (extract() problem with array containing word "this").
|
2009-12-23 16:33:58 +00:00 |
|
Felipe Pena
|
a94558c855
|
- Added MAKE_COPY_ZVAL(ppzv, pzv) macro
|
2009-12-08 01:57:37 +00:00 |
|
Stanislav Malyshev
|
8b64f74baa
|
proper fix for bug #50006
add modify protection to all user array sorts
|
2009-11-29 08:35:01 +00:00 |
|
Dmitry Stogov
|
85560842c2
|
Fixed crash in usort() and uasort() in case user comparison function modifyes th
e array.
|
2009-08-14 06:20:21 +00:00 |
|
Felipe Pena
|
fb235dc07f
|
- MFH: Fixed bug #48854 (array_merge_recursive modifies arrays after first one)
|
2009-07-08 18:23:08 +00:00 |
|
Moriyoshi Koizumi
|
fcede921b6
|
* MFH: Roll it back.
|
2009-05-15 17:03:03 +00:00 |
|
Christopher Jones
|
ad07803d23
|
MFH: New array_multisort() test and code comment fix (Simon Westcott)
|
2009-05-15 16:46:22 +00:00 |
|
Etienne Kneuss
|
7c41c86a02
|
MFB: Fix #48224 (Remove incorrect shuffle)
|
2009-05-10 16:45:21 +00:00 |
|
Andrei Zmievski
|
c2445f4122
|
Revert bogus fix for #47370.
|
2009-02-13 22:34:15 +00:00 |
|
Moriyoshi Koizumi
|
018ba64ada
|
* MFH: Fix bug #47370 (BC breakage of array_unique())
|
2009-02-12 18:57:55 +00:00 |
|