#
5b983c94 |
| 04-Dec-1999 |
Sascha Schumann |
Clean up php3.*\.h files. The files itself are renamed, and references in all .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them ma
Clean up php3.*\.h files. The files itself are renamed, and references in all .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.
show more ...
|
Revision tags: ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2 |
|
#
b5c3c7bf |
| 15-Oct-1999 |
Thies C. Arntzen |
files are now resources, file.c is thread-safe, the le_ vars are no longer shared, but they are accessible thru "php_file_le_socket(), php_file_le_uploads()..." i also updated the ftp, pdf an
files are now resources, file.c is thread-safe, the le_ vars are no longer shared, but they are accessible thru "php_file_le_socket(), php_file_le_uploads()..." i also updated the ftp, pdf and file-upload stuff to match the new requirements. @- Cleaned up File-Module (Thies)
show more ...
|
#
0cc16414 |
| 12-Oct-1999 |
Thies C. Arntzen |
starting to clean-up/new API'ize and resourcify the file-stuff - nothing happened yet - just renaming things around.
|
Revision tags: PRE_FETCH_READ_PATCH, before-sapi-split, PRE_DELAYED_ARRAY_FETCH_PATCH |
|
#
98d95dd8 |
| 16-Sep-1999 |
Zeev Suraski |
- Added support for unknown POST content types (Zeev) - Introduce the convert_to_*_ex() API in strlen()
|
#
b2c0acb9 |
| 12-Sep-1999 |
Zeev Suraski |
- Rewrote the GET/POST/Cookie data reader to support multi-dimensional arrays! (Zeev) This still needs a lot of more testing, but it seems to work more or less.
|
#
1b6ccfe8 |
| 11-Sep-1999 |
Zeev Suraski |
Cleanups & optimizations
|
#
fb910c64 |
| 11-Sep-1999 |
Zeev Suraski |
Cleanups
|
Revision tags: php-4.0b2 |
|
#
3cb1eb04 |
| 02-Aug-1999 |
Zeev Suraski |
Removed '3' from key functions in PHP (maintained compatibility through php3_compat.h)
|
Revision tags: BEFORE_NEW_OPERATOR_FIX, BEFORE_BIG_SYMBOL_CHANGE, php-4.0b1 |
|
#
c5724cbd |
| 16-Jul-1999 |
Zeev Suraski |
License update
|
Revision tags: BEFORE_REMOVING_AI_COUNT_FINAL_STEP |
|
#
c43c2354 |
| 09-Jul-1999 |
Zeev Suraski |
Don't touch refcount and EA directly
|
Revision tags: BEFORE_REMOVING_GC_STEP2 |
|
#
5f62c347 |
| 09-Jul-1999 |
Zeev Suraski |
Step 2: Rename is_ref to EA
|
Revision tags: BEFORE_REMOVING_GC_STEP1 |
|
#
96bfbc79 |
| 12-Jun-1999 |
Zeev Suraski |
First attempt at moving the old RFC1867 support to the right place
|
#
0eb1498f |
| 28-May-1999 |
Zeev Suraski |
* Get Apache module to compile again with the regex stuff. * Get Apache to propertly work with POST, and some SAPI fixes
|
#
cf58b7ef |
| 25-May-1999 |
Zeev Suraski |
Add container for file-upload. It's not quite implemented yet.
|