| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - Fixed bug #32109 ($_POST is not populated in multithreaded environment). | Moriyoshi Koizumi | 2005-03-05 | 3 | -1/+12 |
| | | |||||
| * | New egg | Zeev Suraski | 2005-03-03 | 1 | -605/+643 |
| | | |||||
| * | cs fix (really annoying :) | foobar | 2005-02-27 | 1 | -1/+2 |
| | | |||||
| * | - Fix comment | Andi Gutmans | 2005-02-24 | 1 | -1/+1 |
| | | |||||
| * | Increase maximum mmapable file size to 2mb from 1mb. | Ilia Alshanetsky | 2005-02-23 | 1 | -1/+1 |
| | | |||||
| * | NetWare can make use of Autoconf generated header file | Anantha Kesari H Y | 2005-02-23 | 1 | -5/+0 |
| | | |||||
| * | NetWare LibC has mkstemp implementation | Anantha Kesari H Y | 2005-02-23 | 1 | -9/+0 |
| | | |||||
| * | NetWare can make use autoconf generated header file | Anantha Kesari H Y | 2005-02-23 | 1 | -2/+0 |
| | | |||||
| * | NetWare LibC has pwd.h | Anantha Kesari H Y | 2005-02-23 | 1 | -2/+0 |
| | | |||||
| * | - Silly typo. | Moriyoshi Koizumi | 2005-02-22 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #31515 (Improve performance of scandir() by factor of 10 or so). | Ilia Alshanetsky | 2005-02-22 | 2 | -15/+14 |
| | | |||||
| * | Nuke unused variables when PCRE is not compiled in | foobar | 2005-02-21 | 1 | -4/+2 |
| | | |||||
| * | Remove the useless TSRM_FETCH calls | foobar | 2005-02-21 | 1 | -6/+3 |
| | | |||||
| * | - Fix bug #28568 (known_post_content_types is not thread safe). | Moriyoshi Koizumi | 2005-02-21 | 5 | -20/+35 |
| | | | | | | # What is eventually necessiated is entire SAPI redesign, I think. | ||||
| * | Fixed bug #31440 ($GLOBALS can be overwritten via GPC when register_globals | Ilia Alshanetsky | 2005-02-17 | 1 | -1/+7 |
| | | | | | | is enabled). | ||||
| * | Prune uploaded file names to \ on all OSes, read comments for explanation. | Ilia Alshanetsky | 2005-02-15 | 1 | -9/+6 |
| | | |||||
| * | NetWare Libc has php.h so no need of having netware specific block here | Anantha Kesari H Y | 2005-02-14 | 1 | -3/+0 |
| | | |||||
| * | Avoid bug where stream_copy_to_stream() call for precisely 2000000 bytes would | Wez Furlong | 2005-02-06 | 1 | -4/+2 |
| | | | | | | | result in entire resource being copied. The mmap brake is already present inside mmap_range() and is set to 1MB. | ||||
| * | add an open mode for the memory streams that allows the stream to take | Wez Furlong | 2005-02-06 | 2 | -1/+2 |
| | | | | | | ownership of the passed-in buffer | ||||
| * | Fixed bug #31514 (open_basedir uses path_translated rather then cwd for . | Ilia Alshanetsky | 2005-02-02 | 1 | -14/+1 |
| | | | | | | translation). | ||||
| * | Final version of filename upload handling. | Ilia Alshanetsky | 2005-02-01 | 1 | -4/+23 |
| | | |||||
| * | Use multibyte specific code for handling files and generic basename based | Ilia Alshanetsky | 2005-01-24 | 1 | -10/+8 |
| | | | | | | code in all other instances. | ||||
| * | - Revert irrelevant part. | Moriyoshi Koizumi | 2005-01-24 | 1 | -10/+26 |
| | | |||||
| * | Fixed bug #31398 (When magic_guotes_gpc are enabled filenames with ' | Ilia Alshanetsky | 2005-01-20 | 1 | -33/+10 |
| | | | | | | get cutoff). | ||||
| * | - Fix another generated header include | foobar | 2005-01-14 | 1 | -1/+1 |
| | | |||||
| * | - Fix outside-source-tree builds. Always include generated header files | foobar | 2005-01-09 | 5 | -5/+5 |
| | | | | | | with #include <some_header.h> to make sure the correct file is used. | ||||
| * | - Fix leaks with registered shutdown functions. | foobar | 2005-01-09 | 2 | -3/+6 |
| | | |||||
| * | bump PHP API number. | Wez Furlong | 2004-12-26 | 1 | -1/+1 |
| | | | | | | | | | | | | This is so that we can work around the signature change in the get_method overloaded object handler in our portable extensions. Yes, you could argue that the zend api number needs bumping, but then you could argue which one to bump, as neither of them is specific or generic enough. Besides all that, the PHP API number really needs a good old bump anyway. | ||||
| * | - MF43: Fixed weird types, this also makes it compile on IRIX again. | Derick Rethans | 2004-12-17 | 1 | -1/+1 |
| | | |||||
| * | - Fix bug #27728 (Can't return within a zend_try{} or the previous | Andi Gutmans | 2004-12-10 | 1 | -4/+3 |
| | | | | | | state isn't restored. | ||||
| * | Do not silently truncate | Stefan Esser | 2004-12-01 | 1 | -3/+5 |
| | | |||||
| * | Fixed: Correctly Initialize fields | Stefan Esser | 2004-11-28 | 1 | -0/+5 |
| | | |||||
| * | Fixed: removed possible integer over-/underflows | Stefan Esser | 2004-11-28 | 1 | -0/+8 |
| | | |||||
| * | Fixed: strip quotes from filename | Stefan Esser | 2004-11-20 | 1 | -0/+8 |
| | | |||||
| * | Fixed bug #29801 (Set limit on the size of mmapable data). | Ilia Alshanetsky | 2004-11-15 | 2 | -3/+6 |
| | | |||||
| * | Fix win32 build. | Frank M. Kromann | 2004-11-15 | 4 | -7/+21 |
| | | |||||
| * | - MFH4.3: Cleaned up some of the locale mess: | Derick Rethans | 2004-11-15 | 4 | -18/+0 |
| | | | | | | | | | * all internal use of sprintf, snprintf and the like will always use the . as thousands seperator (if php.h is included only!). * echo, printf() and sprintf() always render locale-aware * added the %F modifier for non-locale aware rendering for floats | ||||
| * | add support for file://localhost/ | Rob Richards | 2004-11-11 | 1 | -13/+25 |
| | | | | | | support file:/// under windows again | ||||
| * | Fixed bug #30750 (Meaningful error message when upload directory is not | Ilia Alshanetsky | 2004-11-11 | 1 | -8/+13 |
| | | | | | | accessible). | ||||
| * | make sleep() return it's return value when possible | Andrey Hristov | 2004-11-02 | 1 | -0/+1 |
| | | | | | | | | | #on some *nix systems sleep() is implemented with SIGALRM. When SIGALRM #interrupts sleep() it returns the number of seconds that has to be slept #till the number of seconds wanted by the script. Sleep() on Windows is # void. | ||||
| * | fix Win32 & Netware build | Antony Dovgal | 2004-10-28 | 1 | -0/+2 |
| | | |||||
| * | fix bug #30388 (rename across filesystems loses ownership and permission info) | Antony Dovgal | 2004-10-27 | 1 | -2/+25 |
| | | |||||
| * | Make request start time be available via $_SERVER['REQUEST_TIME']. | Ilia Alshanetsky | 2004-10-24 | 1 | -0/+8 |
| | | | | | | # As discussed on internals. | ||||
| * | MF4: fix double bailout in HEAD when output is attempted from shutdown | Stanislav Malyshev | 2004-10-20 | 1 | -0/+3 |
| | | |||||
| * | fix bug #30442 ( segmentation fault when parsing ?getvariable[][ ) | Antony Dovgal | 2004-10-18 | 1 | -1/+5 |
| | | |||||
| * | removing inclusion of platform specific config files as they are already ↵ | Anantha Kesari H Y | 2004-10-18 | 1 | -6/+0 |
| | | | | | included from php_scandir.h | ||||
| * | removing php_output_activate Fix for bug#30397 | Anantha Kesari H Y | 2004-10-18 | 1 | -1/+0 |
| | | |||||
| * | - Revert patch until it is discussed | Derick Rethans | 2004-10-18 | 1 | -0/+1 |
| | | |||||
| * | Fix for Bug #30397 | Anantha Kesari H Y | 2004-10-16 | 1 | -1/+0 |
| | | |||||
| * | Fixed bug #30362 (stream_get_line() not handling end string correctly). | Ilia Alshanetsky | 2004-10-11 | 1 | -1/+2 |
| | | |||||
