Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-04-04 | added a server variable PHP_AUTH_DIGEST to support HTTP Digest Authentication. | Rui Hirokawa | 4 | -0/+12 | |
2005-04-04 | Bug #32491 (File upload error - unable to create a temporary file) - ↵ | Uwe Schindler | 1 | -6/+6 | |
Changing file upload from stdio to posix | |||||
2005-03-31 | C++ fix | foobar | 1 | -2/+5 | |
2005-03-29 | BugFix #31137 stream_filter_remove() segfaults when stream already closed | Sara Golemon | 2 | -0/+8 | |
2005-03-28 | Proper fix for the memory leak. | Ilia Alshanetsky | 1 | -2/+1 | |
2005-03-28 | Fixed memory leak when variables_order does not contain 'S'. | Ilia Alshanetsky | 1 | -1/+1 | |
2005-03-26 | - Made it possible to build ext/xmlrpc with libxml2 | foobar | 1 | -1/+1 | |
2005-03-26 | Fix path | foobar | 1 | -1/+1 | |
2005-03-24 | - Fix typos | Andi Gutmans | 1 | -2/+2 | |
2005-03-23 | - Notices shouldn't be treatedas errors and thus not being conidered to be | Marcus Boerger | 1 | -0/+4 | |
converted to exceptions. | |||||
2005-03-21 | Define PHP_ABSTRACT_ME | Andrei Zmievski | 1 | -0/+1 | |
2005-03-19 | - We don't need to block those here (works as it works with normal error | Marcus Boerger | 1 | -2/+0 | |
overloading) | |||||
2005-03-17 | Silence a warning here on systems where off_t is a long long. | Rasmus Lerdorf | 1 | -1/+1 | |
2005-03-16 | Fix Jani breakage | Rasmus Lerdorf | 1 | -1/+1 | |
2005-03-14 | Fix for bug #32263 | Rasmus Lerdorf | 2 | -1/+10 | |
This adds proto_num to request_info. It is defaulted to HTTP 1.0 (1000) such that it has a valid value even if the underlying sapi doesn't set it correctly. It is then used to determine if a 302 or a 303 should be sent on a Location redirect. Any non GET/HEAD HTTP 1.1 redirect will get a 303 instead of a 302 to be compatible with the HTTP spec. | |||||
2005-03-12 | FR 32275 - fifth parameter to preg_replace() to count number of replaces | Andrey Hristov | 1 | -2/+2 | |
made. #it would be nice if someone of the doc team documents it. thanks! | |||||
2005-03-08 | This makes more sense. (Someone might actually use php_error_docref0() :) | foobar | 2 | -3/+5 | |
2005-03-08 | - This was not needed (said Marcus) | foobar | 1 | -3/+1 | |
2005-03-05 | - Fixed bug #32109 ($_POST is not populated in multithreaded environment). | Moriyoshi Koizumi | 3 | -1/+12 | |
2005-03-03 | New egg | Zeev Suraski | 1 | -605/+643 | |
2005-02-27 | cs fix (really annoying :) | foobar | 1 | -1/+2 | |
2005-02-24 | - Fix comment | Andi Gutmans | 1 | -1/+1 | |
2005-02-23 | Increase maximum mmapable file size to 2mb from 1mb. | Ilia Alshanetsky | 1 | -1/+1 | |
2005-02-23 | NetWare can make use of Autoconf generated header file | Anantha Kesari H Y | 1 | -5/+0 | |
2005-02-23 | NetWare LibC has mkstemp implementation | Anantha Kesari H Y | 1 | -9/+0 | |
2005-02-23 | NetWare can make use autoconf generated header file | Anantha Kesari H Y | 1 | -2/+0 | |
2005-02-23 | NetWare LibC has pwd.h | Anantha Kesari H Y | 1 | -2/+0 | |
2005-02-22 | - Silly typo. | Moriyoshi Koizumi | 1 | -1/+1 | |
2005-02-22 | Fixed bug #31515 (Improve performance of scandir() by factor of 10 or so). | Ilia Alshanetsky | 2 | -15/+14 | |
2005-02-21 | Nuke unused variables when PCRE is not compiled in | foobar | 1 | -4/+2 | |
2005-02-21 | Remove the useless TSRM_FETCH calls | foobar | 1 | -6/+3 | |
2005-02-21 | - Fix bug #28568 (known_post_content_types is not thread safe). | Moriyoshi Koizumi | 5 | -20/+35 | |
# What is eventually necessiated is entire SAPI redesign, I think. | |||||
2005-02-17 | Fixed bug #31440 ($GLOBALS can be overwritten via GPC when register_globals | Ilia Alshanetsky | 1 | -1/+7 | |
is enabled). | |||||
2005-02-15 | Prune uploaded file names to \ on all OSes, read comments for explanation. | Ilia Alshanetsky | 1 | -9/+6 | |
2005-02-14 | NetWare Libc has php.h so no need of having netware specific block here | Anantha Kesari H Y | 1 | -3/+0 | |
2005-02-06 | Avoid bug where stream_copy_to_stream() call for precisely 2000000 bytes would | Wez Furlong | 1 | -4/+2 | |
result in entire resource being copied. The mmap brake is already present inside mmap_range() and is set to 1MB. | |||||
2005-02-06 | add an open mode for the memory streams that allows the stream to take | Wez Furlong | 2 | -1/+2 | |
ownership of the passed-in buffer | |||||
2005-02-02 | Fixed bug #31514 (open_basedir uses path_translated rather then cwd for . | Ilia Alshanetsky | 1 | -14/+1 | |
translation). | |||||
2005-02-01 | Final version of filename upload handling. | Ilia Alshanetsky | 1 | -4/+23 | |
2005-01-24 | Use multibyte specific code for handling files and generic basename based | Ilia Alshanetsky | 1 | -10/+8 | |
code in all other instances. | |||||
2005-01-24 | - Revert irrelevant part. | Moriyoshi Koizumi | 1 | -10/+26 | |
2005-01-20 | Fixed bug #31398 (When magic_guotes_gpc are enabled filenames with ' | Ilia Alshanetsky | 1 | -33/+10 | |
get cutoff). | |||||
2005-01-14 | - Fix another generated header include | foobar | 1 | -1/+1 | |
2005-01-09 | - Fix outside-source-tree builds. Always include generated header files | foobar | 5 | -5/+5 | |
with #include <some_header.h> to make sure the correct file is used. | |||||
2005-01-09 | - Fix leaks with registered shutdown functions. | foobar | 2 | -3/+6 | |
2004-12-26 | bump PHP API number. | Wez Furlong | 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. | |||||
2004-12-17 | - MF43: Fixed weird types, this also makes it compile on IRIX again. | Derick Rethans | 1 | -1/+1 | |
2004-12-10 | - Fix bug #27728 (Can't return within a zend_try{} or the previous | Andi Gutmans | 1 | -4/+3 | |
state isn't restored. | |||||
2004-12-01 | Do not silently truncate | Stefan Esser | 1 | -3/+5 | |
2004-11-28 | Fixed: Correctly Initialize fields | Stefan Esser | 1 | -0/+5 | |