History log of /php-src/main/rfc1867.c (Results 226 – 250 of 316)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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.

# 0dab84d0 15-Aug-2001 Daniel Beulshausen

fix SAPI_POST_* exports

Revision tags: php-4.0.7RC1, BEFORE_EXP_MERGE, PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT
# 1159c84a 05-Aug-2001 Zeev Suraski

- TSRMLS_FETCH work
- whitespace fixes

# d76cf1da 31-Jul-2001 Zeev Suraski

More TSRMLS_FETCH work

# d87cc976 28-Jul-2001 Zeev Suraski

Redesigned thread safety mechanism - nua nua

# fe6f8712 27-Jul-2001 Zeev Suraski

- Get rid of ELS_*(), and use TSRMLS_*() instead.
- Move to the new ts_allocate_id() API
This patch is *bound* to break some files, as I must have had typos somewhere.
If you use any unco

- Get rid of ELS_*(), and use TSRMLS_*() instead.
- Move to the new ts_allocate_id() API
This patch is *bound* to break some files, as I must have had typos somewhere.
If you use any uncommon extension, please try to build it...

show more ...

Revision tags: PRE_TSRM_MERGE_PATCH
# a9915bf6 16-Jul-2001 Zeev Suraski

Another layout fix

12345678910>>...13