Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH: fix for bug #52317 (Segmentation fault when using mail() on a rhel 4.x | Adam Harvey | 2010-07-19 | 1 | -0/+1 |
| | | | | | (only 64 bit)). | ||||
* | - MFH: Fix a bug when var_export() causes a fatal error that could ↵ | Pierre Joye | 2010-07-13 | 4 | -56/+96 |
| | | | | inadvertently display data due to flushing of the output buffer. | ||||
* | - Fixed a possible interruption array leak in trim() | Felipe Pena | 2010-07-02 | 1 | -0/+3 |
| | |||||
* | - Fixed a possible memory corruption in substr(), chunk_split(), strtok(), ↵ | Felipe Pena | 2010-07-01 | 1 | -0/+15 |
| | | | | addcslashes(), str_repeat() | ||||
* | - Fixed a possible memory corruption in strchr(), strstr(). | Felipe Pena | 2010-07-01 | 1 | -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 Pena | 2010-07-01 | 1 | -0/+3 |
| | |||||
* | Fixed bug #33210 (getimagesize() fails to detect width/height on certain JPEGs). | Ilia Alshanetsky | 2010-06-30 | 1 | -6/+1 |
| | |||||
* | - Lets use zend_atol() here too (sync with 5_3) | Felipe Pena | 2010-06-19 | 1 | -1/+1 |
| | |||||
* | Fixed bug #51552 (debug_backtrace() causes segmentation fault and/or memory ↵ | Dmitry Stogov | 2010-06-11 | 2 | -0/+32 |
| | | | | issues) | ||||
* | New test for file_exists (bug #39863). It currently xfail's | Christopher Jones | 2010-06-05 | 1 | -0/+24 |
| | |||||
* | vim fail | Rasmus Lerdorf | 2010-06-02 | 1 | -3/+3 |
| | |||||
* | Tweak the fix for bug #51847 to still call libintl_setlocale | Rasmus Lerdorf | 2010-06-02 | 1 | -2/+10 |
| | | | | | when libintl has done that redefine. | ||||
* | Fix for bug #51847 | Rasmus Lerdorf | 2010-06-02 | 1 | -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 Esser | Ilia Alshanetsky | 2010-05-02 | 1 | -0/+4 |
| | |||||
* | Fix for bug #51604 (newline in end of header is shown in start of message). | Adam Harvey | 2010-04-22 | 2 | -2/+42 |
| | | | | | Patch by Daniel Egeberg. | ||||
* | - Fixed test | Felipe Pena | 2010-04-04 | 1 | -387/+50 |
| | |||||
* | - Fix tests | Felipe Pena | 2010-04-04 | 1 | -343/+6 |
| | |||||
* | - Fixed tests | Felipe Pena | 2010-04-03 | 5 | -537/+67 |
| | |||||
* | - Fixed bug #51445 (var_dump() invalid/slow *RECURSION* detection) | Felipe Pena | 2010-04-02 | 5 | -135/+16 |
| | |||||
* | I am sorry I tried fixing PHP without extensive discussion on the mailing list. | Andrei Zmievski | 2010-03-18 | 1 | -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. Added | Andrei Zmievski | 2010-03-18 | 1 | -7/+8 |
| | | | | | --enable-large-uploads-fix switch because one change was in SAPI.h structure. | ||||
* | - Revert accidental commit. | Moriyoshi Koizumi | 2010-03-12 | 1 | -2/+2 |
| | |||||
* | - Forgot to commit this patch. Sorry. | Moriyoshi Koizumi | 2010-03-12 | 1 | -2/+2 |
| | |||||
* | Fix the name of the locale in some tests | Raphael Geissert | 2010-02-21 | 1 | -0/+0 |
| | |||||
* | Correct description of getservbyname_basic.phpt (bug #51022) | Raphael Geissert | 2010-02-16 | 1 | -1/+1 |
| | |||||
* | Fix strtolower.phpt (bug #51031) | Raphael Geissert | 2010-02-13 | 1 | -0/+0 |
| | |||||
* | - Fix test | Jani Taskinen | 2010-02-13 | 1 | -4/+2 |
| | |||||
* | Fixed safe_mode validation inside tempnam() when the directory path does not ↵ | Ilia Alshanetsky | 2010-02-11 | 1 | -1/+1 |
| | | | | end with a /). | ||||
* | Fixed bug #50847 (strip_tags() removes all tags greater then 1023 bytes long) | Ilia Alshanetsky | 2010-02-01 | 2 | -9/+47 |
| | |||||
* | - Fixed bug #50832 (HTTP fopen wrapper does not support passwordless HTTP ↵ | Jani Taskinen | 2010-01-25 | 1 | -4/+8 |
| | | | | authentication) | ||||
* | - make it work on win, simplify expect using expectf | Pierre Joye | 2010-01-25 | 1 | -3/+16 |
| | |||||
* | - \n or \r\n as phpt are txt file in svn | Pierre Joye | 2010-01-24 | 1 | -2/+2 |
| | |||||
* | - skip if proc_nice is not available | Pierre Joye | 2010-01-24 | 8 | -1/+30 |
| | |||||
* | - Add missing skipif | Jani Taskinen | 2010-01-19 | 1 | -0/+4 |
| | |||||
* | Fixed bug #50732 (exec() adds single byte twice to $output array). | Ilia Alshanetsky | 2010-01-13 | 3 | -2/+26 |
| | |||||
* | Worked with Samy Kamkar to improve LCG entropy. | Rasmus Lerdorf | 2010-01-08 | 1 | -1/+6 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 116 | -116/+116 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.re **/*.y **/*.l | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | fix the fix for #47409 | Antony Dovgal | 2009-12-24 | 1 | -1/+1 |
| | | | | | use correct comparison and add missing scope checks to trunk | ||||
* | - Update test from 5.3 branch | Sriram Natarajan | 2009-12-24 | 1 | -21/+57 |
| | |||||
* | fix interruption problem with array_pad | Stanislav Malyshev | 2009-12-24 | 1 | -1/+1 |
| | |||||
* | Fixed bug #47409 (extract() problem with array containing word "this"). | Ilia Alshanetsky | 2009-12-23 | 1 | -1/+4 |
| | |||||
* | Fixed bug #45599 (strip_tags() truncates rest of string with invalid attribute). | Ilia Alshanetsky | 2009-12-22 | 1 | -1/+1 |
| | |||||
* | - Tune the fix for bug #50508 and make it work with MacOSX, bug #50541. | Jani Taskinen | 2009-12-21 | 1 | -0/+3 |
| | |||||
* | MFH: Fixed bug #49851 (http wrapper breaks on 1024 char long headers). | Ilia Alshanetsky | 2009-12-20 | 1 | -0/+7 |
| | |||||
* | - Fixed bug #50508 (compile fails: Conflicting HEADER type declarations) | Jani Taskinen | 2009-12-18 | 1 | -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 Koizumi | 2009-12-07 | 2 | -1/+11 |
| | |||||
* | proper fix for bug #50006 | Stanislav Malyshev | 2009-11-29 | 3 | -22/+110 |
| | | | | | add modify protection to all user array sorts | ||||
* | fix interrupt problem in serialize() | Stanislav Malyshev | 2009-11-29 | 1 | -1/+1 |
| | |||||
* | Fix bug #50315 | Rasmus Lerdorf | 2009-11-27 | 1 | -5/+5 |
| |