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

# b6064e5d 16-Jul-2001 Zeev Suraski

Fix layout

Guys - when submitting patches - please make sure you're not breaking
the layout of the code! It's not less important than the patch
itself.

Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4
# b0ed727a 19-Jun-2001 foobar

Fix one problem with Opera browsers. Tested with IE,NS,Opera.
There can be also a \t before the 'filename=' part.

Revision tags: php-4.0.6RC3
# 81e2cf03 06-Jun-2001 Rasmus Lerdorf

Fix folding and clean up some extensions

# 25c3a3a3 05-Jun-2001 Rasmus Lerdorf

vim-6 does folding - clean up a bunch of missing folding tags plus
some misguided RINIT and RSHUTDOWN calls in a few fringe extensions

Revision tags: php-4.0.6RC2, php-4.0.6RC1
# bf417a3b 02-May-2001 foobar

Now the file uploads 'work' also on Lynx. This patch was submitted
by Andreas Pistoor <andreas@erestor.f2s.com> and I have tested it a
quite long time now and didn't notive any problems. Bug:

Now the file uploads 'work' also on Lynx. This patch was submitted
by Andreas Pistoor <andreas@erestor.f2s.com> and I have tested it a
quite long time now and didn't notive any problems. Bug: #9930

show more ...

Revision tags: php-4.0.5
# 4c823e8a 30-Apr-2001 Andi Gutmans

- Change macros from V_ to VCWD_ because of AIX name clash

12345678910>>...13