Tjerk Meesters
|
da3add26cf
|
Fixed bug #67693 - incorrect push to the empty array
|
2014-07-30 18:15:14 +08:00 |
|
Bob Weinand
|
beda5093b4
|
Reverted to 5a0da281e5
Discussion: http://news.php.net/php.cvs/76836
|
2014-04-13 23:01:31 +02:00 |
|
Bob Weinand
|
1a4a9eede5
|
Fix bug #67064 in a BC safe way
You can use an optional parameter now when implementing the Countable interface
to get the $mode passed to count().
|
2014-04-13 19:24:12 +02:00 |
|
Xinchen Hui
|
c0d060f5c0
|
Bump year
|
2014-01-03 11:04:26 +08:00 |
|
Christopher Jones
|
9ad97cd489
|
Reduce (some) compile noise of 'unused variable' and 'may be used uninitialized' warnings.
|
2013-08-14 20:36:50 -07:00 |
|
Xinchen Hui
|
3380de9774
|
Fixed bug #65304 (Use of max int in array_sum)
|
2013-07-21 21:07:19 +08:00 |
|
Veres Lajos
|
e9a95d78ef
|
typo fixes
|
2013-07-15 00:23:03 -07:00 |
|
Anatol Belski
|
add0833681
|
fix uninitialized memory usage
|
2013-07-14 20:44:29 +02:00 |
|
Xinchen Hui
|
0a7395e009
|
Happy New Year
|
2013-01-01 16:28:54 +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 |
|