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


Revision tags: php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1
# eb6ba01d 26-Feb-2001 Andi Gutmans

- Fix copyright notices with 2001


# 96ba644e 19-Jan-2001 Sascha Schumann

Make the code match the comment.

Prior to this change, the upload code tried to add mangled names to
the global HTTP_POST_FILES array, resulting in all kind of weird behaviour.

Make the code match the comment.

Prior to this change, the upload code tried to add mangled names to
the global HTTP_POST_FILES array, resulting in all kind of weird behaviour.

After this change, multi-dimensional form elements are treated correctly
and consistently.

show more ...


# f8522c7f 15-Jan-2001 Zeev Suraski

Use free_estring()


# 5d8e3c37 13-Jan-2001 Sascha Schumann

arr_index errorneusly included the trailing ']' character, so that
variable names like Data_name[Image]] were passed to the register functions.


Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1
# ea46f79a 03-Jan-2001 Stanislav Malyshev

Fix #8486 (name= without quotes in MIME Content-Disposition header)
Ported fix by kk/sas from PHP 3


Revision tags: php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4
# c9f1fe63 08-Dec-2000 Rasmus Lerdorf

Fix off by one error in file upload code


Revision tags: php-4.0.4RC3
# 1f7a3b3b 30-Oct-2000 Stanislav Malyshev

Remove empty temp file on failed upload


12345678910>>...13