Revision tags: php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2 |
|
#
bccfe804 |
| 01-Apr-2002 |
foobar |
Prevent crashing with some bogus POSTs.
|
#
f43ca8d2 |
| 30-Mar-2002 |
foobar |
Fixed a bug with file_uploads=off -> normal post variables not set.
|
Revision tags: php-4.2.0RC1, help |
|
#
2872bce7 |
| 10-Mar-2002 |
Stefan Esser |
Fix: Now returns correct Content-Type with Opera 6.01
|
Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH |
|
#
e6809597 |
| 09-Jan-2002 |
jim winstead |
Move type-handling functions into ext/standard/type.c (which had a few otherwise unused functions in it).
|
#
2720dc3c |
| 04-Jan-2002 |
Jon Parise |
Nuke unused variable warning (end_arr).
|
Revision tags: php-4.1.1 |
|
#
99e72c9a |
| 16-Dec-2001 |
Stefan Esser |
whitespace. - now i know how code should look like ...
|
#
dce6ba9e |
| 16-Dec-2001 |
Stefan Esser |
fixed: php_ap_getword was unaware of quotes filenames with ; in it could not get uploaded fixed: php_ap_getword_conf sometimes returned a static string that crashs ph
fixed: php_ap_getword was unaware of quotes filenames with ; in it could not get uploaded fixed: php_ap_getword_conf sometimes returned a static string that crashs php when freed (f.e. uploading the file "crash; name= ;" crashed php) fixed: magic_quotes was disabled while filling variables with user supplied input fixed: memoryleak (some strings did not get freed) fixed: assuming that adress of "" is always the same may fail on some compilers
show more ...
|
#
58a5b6bf |
| 13-Dec-2001 |
Stefan Esser |
fixed some minor bugs and reordered some code to fix array uploads.
|
Revision tags: PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog |
|
#
38933514 |
| 11-Dec-2001 |
Sebastian Bergmann |
Update headers.
|
Revision tags: php-4.1.0 |
|
#
2605bd4b |
| 05-Dec-2001 |
foobar |
Store the read bytes so that some sapi modules know how much to read.
|
Revision tags: php-4.1.0RC5, php-4.1.0RC4 |
|
#
6083eb10 |
| 24-Nov-2001 |
foobar |
- Handle more error types when uploading files.
|
#
ee111cf9 |
| 24-Nov-2001 |
Zeev Suraski |
whitespace
|
#
a25ccbec |
| 24-Nov-2001 |
Zeev Suraski |
whitespace
|
Revision tags: php-4.1.0RC3 |
|
#
1e5e73e0 |
| 16-Nov-2001 |
foobar |
- Nuked some memleaks - Changed the error to be set always. Otherwise the index for error wouldn't be correct in case of uploading multiple files within array. ( <input type="file" na
- Nuked some memleaks - Changed the error to be set always. Otherwise the index for error wouldn't be correct in case of uploading multiple files within array. ( <input type="file" name="test[]"> )
show more ...
|
#
37dec69a |
| 16-Nov-2001 |
foobar |
No use of populating the hash if there is no file saved.
|
#
ae82e1cc |
| 15-Nov-2001 |
foobar |
In case of submitting form without any files selected don't set the tmp_name.
|
Revision tags: php-4.1.0RC2 |
|
#
b893e590 |
| 11-Nov-2001 |
foobar |
Make the filesize 0 when upload fails. And changed the error messages to be different from each other.
|
#
7d479f4a |
| 11-Nov-2001 |
foobar |
Fix for bug: #14008. Still needs some minor changes but should give idea about this.
|
#
d6adcc98 |
| 29-Oct-2001 |
foobar |
After discussing with Rasmus, this line should be enough. Speak up if it is not.
|
#
3be12d1d |
| 29-Oct-2001 |
foobar |
- Added myself to authors. - Modified the clause about Apache to say what exactly was borrowed. Should there be the Apache license included in this file?
|
#
44b68122 |
| 27-Oct-2001 |
foobar |
@- Fixed HTTP file upload support to handle big files better. (Jani) # There are some minor memleaks still..I tried to eliminate them but # without luck. I'd be glad if someone could check th
@- Fixed HTTP file upload support to handle big files better. (Jani) # There are some minor memleaks still..I tried to eliminate them but # without luck. I'd be glad if someone could check this code out. # Also, this uses the Apache libapreq. So there might be need to add some # license thingie there too?
show more ...
|
Revision tags: POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1, php4, php-4.0.7RC3, POST_SUBST_Z_MACROS |
|
#
c0332885 |
| 25-Sep-2001 |
Jeroen van Wolffelaar |
Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.
|
Revision tags: PRE_SUBST_Z_MACROS |
|
#
315c894d |
| 23-Sep-2001 |
Andi Gutmans |
- Commit fix for bug #11998 by Ralf Bolte <r.bolte@gmx.net>
|
#
78747bd2 |
| 09-Sep-2001 |
Derick Rethans |
- Don't wrap lines... this is annoying while coding.
|
Revision tags: php-4.0.7RC2 |
|
#
e46decaa |
| 03-Sep-2001 |
foobar |
First step for chunkifying the HTTP uploads.
|