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 |
|
Moriyoshi Koizumi
|
018ba64ada
|
* MFH: Fix bug #47370 (BC breakage of array_unique())
|
2009-02-12 18:57:55 +00:00 |
|
Dmitry Stogov
|
4d8f18ce97
|
Fixed bug #47329 (Crash in garbage collector)
|
2009-02-09 10:47:09 +00:00 |
|
Sebastian Bergmann
|
08659c2dcd
|
MFH: Bump copyright year, 3 of 3.
|
2008-12-31 11:15:49 +00:00 |
|
Arnaud Le Blanc
|
2dd8d6ff94
|
MFH: Fixed bug #46873 (extract($foo) crashes if $foo['foo'] exists)
|
2008-12-27 03:06:57 +00:00 |
|
Andrei Zmievski
|
dddbfccb9f
|
MFH
|
2008-12-12 19:20:49 +00:00 |
|
Arnaud Le Blanc
|
6a6289a90d
|
MFH: Fixed bugs #44181 & #44182 (extract() and references)
(robin_fernandes at uk dot ibm dot com)
|
2008-11-26 00:59:41 +00:00 |
|