summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Collapse)AuthorAgeFilesLines
* MFH: fix for bug #52317 (Segmentation fault when using mail() on a rhel 4.xAdam Harvey2010-07-191-0/+1
| | | | | (only 64 bit)).
* - MFH: Fix a bug when var_export() causes a fatal error that could ↵Pierre Joye2010-07-134-56/+96
| | | | inadvertently display data due to flushing of the output buffer.
* - Fixed a possible interruption array leak in trim()Felipe Pena2010-07-021-0/+3
|
* - Fixed a possible memory corruption in substr(), chunk_split(), strtok(), ↵Felipe Pena2010-07-011-0/+15
| | | | addcslashes(), str_repeat()
* - Fixed a possible memory corruption in strchr(), strstr().Felipe Pena2010-07-011-0/+12
| | | | | - MFH: Fixed a possible memory corruption in substr_replace() (Dmitry)
* - Fixed a possible memory corruption in strrchr(). (Reported by Péter Veres)Felipe Pena2010-07-011-0/+3
|
* Fixed bug #33210 (getimagesize() fails to detect width/height on certain JPEGs).Ilia Alshanetsky2010-06-301-6/+1
|
* - Lets use zend_atol() here too (sync with 5_3)Felipe Pena2010-06-191-1/+1
|
* Fixed bug #51552 (debug_backtrace() causes segmentation fault and/or memory ↵Dmitry Stogov2010-06-112-0/+32
| | | | issues)
* New test for file_exists (bug #39863). It currently xfail'sChristopher Jones2010-06-051-0/+24
|
* vim failRasmus Lerdorf2010-06-021-3/+3
|
* Tweak the fix for bug #51847 to still call libintl_setlocaleRasmus Lerdorf2010-06-021-2/+10
| | | | | when libintl has done that redefine.
* Fix for bug #51847Rasmus Lerdorf2010-06-021-0/+3
| | | | | | | | | | | | | | | | | | Someone in libintl world decided it was a good idea to do: #undef setlocale #define setlocale libintl_setlocale That means, of course, that any use of "setlocale" by the preprocessor now becomes libintl_setlocale which means we no longer have a _zif_setlocale symbol in string.o, but we magically have a _zif_libintl_setlocale symbol. The linker is obviously not very happy about this when basic_functions.o tries to find _zif_setlocale. So, let's not do that again.
* - Fixed a possible stack exaustion inside fnmatch(). Reporeted by Stefan EsserIlia Alshanetsky2010-05-021-0/+4
|
* Fix for bug #51604 (newline in end of header is shown in start of message).Adam Harvey2010-04-222-2/+42
| | | | | Patch by Daniel Egeberg.
* - Fixed testFelipe Pena2010-04-041-387/+50
|
* - Fix testsFelipe Pena2010-04-041-343/+6
|
* - Fixed testsFelipe Pena2010-04-035-537/+67
|
* - Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection)Felipe Pena2010-04-025-135/+16
|
* I am sorry I tried fixing PHP without extensive discussion on the mailing list.Andrei Zmievski2010-03-181-8/+7
| | | | | | | | | I am sorry I tried fixing PHP without extensive discussion on the mailing list. I am sorry I tried fixing PHP without extensive discussion on the mailing list. Hope all the relevant parties are satisfied.
* Fix a few problems with large (2G-4G) file uploads. AddedAndrei Zmievski2010-03-181-7/+8
| | | | | --enable-large-uploads-fix switch because one change was in SAPI.h structure.
* - Revert accidental commit.Moriyoshi Koizumi2010-03-121-2/+2
|
* - Forgot to commit this patch. Sorry.Moriyoshi Koizumi2010-03-121-2/+2
|
* Fix the name of the locale in some testsRaphael Geissert2010-02-211-0/+0
|
* Correct description of getservbyname_basic.phpt (bug #51022)Raphael Geissert2010-02-161-1/+1
|
* Fix strtolower.phpt (bug #51031)Raphael Geissert2010-02-131-0/+0
|
* - Fix testJani Taskinen2010-02-131-4/+2
|
* Fixed safe_mode validation inside tempnam() when the directory path does not ↵Ilia Alshanetsky2010-02-111-1/+1
| | | | end with a /).
* Fixed bug #50847 (strip_tags() removes all tags greater then 1023 bytes long)Ilia Alshanetsky2010-02-012-9/+47
|
* - Fixed bug #50832 (HTTP fopen wrapper does not support passwordless HTTP ↵Jani Taskinen2010-01-251-4/+8
| | | | authentication)
* - make it work on win, simplify expect using expectfPierre Joye2010-01-251-3/+16
|
* - \n or \r\n as phpt are txt file in svnPierre Joye2010-01-241-2/+2
|
* - skip if proc_nice is not availablePierre Joye2010-01-248-1/+30
|
* - Add missing skipifJani Taskinen2010-01-191-0/+4
|
* Fixed bug #50732 (exec() adds single byte twice to $output array).Ilia Alshanetsky2010-01-133-2/+26
|
* Worked with Samy Kamkar to improve LCG entropy. Rasmus Lerdorf2010-01-081-1/+6
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-03116-116/+116
|
* sed -i "s#1997-2009#1997-2010#g" **/*.re **/*.y **/*.lSebastian Bergmann2010-01-031-1/+1
|
* fix the fix for #47409Antony Dovgal2009-12-241-1/+1
| | | | | use correct comparison and add missing scope checks to trunk
* - Update test from 5.3 branchSriram Natarajan2009-12-241-21/+57
|
* fix interruption problem with array_padStanislav Malyshev2009-12-241-1/+1
|
* Fixed bug #47409 (extract() problem with array containing word "this").Ilia Alshanetsky2009-12-231-1/+4
|
* Fixed bug #45599 (strip_tags() truncates rest of string with invalid attribute).Ilia Alshanetsky2009-12-221-1/+1
|
* - Tune the fix for bug #50508 and make it work with MacOSX, bug #50541.Jani Taskinen2009-12-211-0/+3
|
* MFH: Fixed bug #49851 (http wrapper breaks on 1024 char long headers).Ilia Alshanetsky2009-12-201-0/+7
|
* - Fixed bug #50508 (compile fails: Conflicting HEADER type declarations)Jani Taskinen2009-12-181-7/+4
| | | | | # NEVER ever include nameser_compat.h, it's included in various ways in different OSes by nameser.h if needed
* - Take account of surrogate pairs.Moriyoshi Koizumi2009-12-072-1/+11
|
* proper fix for bug #50006Stanislav Malyshev2009-11-293-22/+110
| | | | | add modify protection to all user array sorts
* fix interrupt problem in serialize()Stanislav Malyshev2009-11-291-1/+1
|
* Fix bug #50315Rasmus Lerdorf2009-11-271-5/+5
|