#
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
|
#
836df2f7 |
| 20-Oct-2000 |
Sascha Schumann |
Parse quoted boundary correctly
|
#
9e5ef06c |
| 17-Oct-2000 |
Zeev Suraski |
Fix warning
|
Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1 |
|
#
824fc6a0 |
| 11-Sep-2000 |
Andi Gutmans |
- Move php_open_temporary_file() out of file.c
|
#
b7ecaacd |
| 09-Sep-2000 |
Zeev Suraski |
More security-related (control) patches: - Avoid displaying errors during startup, unless display_startup_errors is enabled. - Implemented post_size_max limit. Defaults to 8MB. - Impleme
More security-related (control) patches: - Avoid displaying errors during startup, unless display_startup_errors is enabled. - Implemented post_size_max limit. Defaults to 8MB. - Implemented file_uploads on/off directive (defaults to on).
show more ...
|
#
6c4cb4c0 |
| 09-Sep-2000 |
Zeev Suraski |
Security related updates: - Introduce php_open_temporary_file(), in place of tempnam(). Still needs testing under UNIX (mkstemp()), works reliably under Windows now. - Reimplement the
Security related updates: - Introduce php_open_temporary_file(), in place of tempnam(). Still needs testing under UNIX (mkstemp()), works reliably under Windows now. - Reimplement the mechanism for unlinking uploaded files at the end of the request (was it ever tested?). Files moved with move_uploaded_file() will not be unlink()'d again, to avoid (albeit very unlikely) race conditions.
show more ...
|
#
75086e30 |
| 08-Sep-2000 |
Zeev Suraski |
- Implemented is_upload_file()
|
#
677d4b99 |
| 07-Sep-2000 |
Zeev Suraski |
Send $HTTP_POST_FILES to the right place
|
#
eb321449 |
| 05-Sep-2000 |
Zeev Suraski |
- Remove track_vars - it is now always on - Make the various $HTTP_*_VARS[] arrays be defined always, even if they're empty - Fix Win32 build and warnings
|
#
efdd3920 |
| 04-Sep-2000 |
Zeev Suraski |
Protect arrays as well.
|