Revision tags: PRE_LIBZEND_TO_ZEND |
|
#
a1ad2872 |
| 18-Dec-1999 |
Zeev Suraski |
- The tree compiles again |
#
3ee4e65c |
| 18-Dec-1999 |
Zeev Suraski |
More php3_ annihilation |
#
fb1c77bd |
| 17-Dec-1999 |
Zeev Suraski |
- Made PHP_VERSION and PHP_OS work again - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev) |
#
a3c65143 |
| 17-Dec-1999 |
Zeev Suraski |
More php3_ annihilation |
#
02d3b394 |
| 17-Dec-1999 |
Zeev Suraski |
More php3_ annihilation |
Revision tags: PRE_RETURN_REF_MERGE, RETURN_REF_BP |
|
#
33d82cb6 |
| 11-Dec-1999 |
Andrei Zmievski |
get_meta_tags() was using php_stristr() so it needed to be changed. Optimized it to use php_memnstr() directly. |
Revision tags: PRE_RETURN_REF_PATCH |
|
#
4a60eed4 |
| 05-Dec-1999 |
Sascha Schumann |
Fix some warnings |
#
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 ...
|
#
2337d110 |
| 30-Nov-1999 |
Andi Gutmans |
- Added opened_path to php_fopen_wrapper() and the URL fopen wrapper (it's not always properly set, it's a TODO for all of us). This enables us to implement true 'use' support. @- Ad
- Added opened_path to php_fopen_wrapper() and the URL fopen wrapper (it's not always properly set, it's a TODO for all of us). This enables us to implement true 'use' support. @- Added support for the 'use' keyword - behaves like 'require', but will not @ use the same file more than once (Andi & Zeev, Zend library)
show more ...
|
#
d4621153 |
| 24-Nov-1999 |
Sascha Schumann |
Killing some unused variable warnings |
#
18fb96ef |
| 24-Nov-1999 |
Evan Klinger |
Freeing the memory would be a good idea... |
#
633d18de |
| 24-Nov-1999 |
Evan Klinger |
Can't forget fd_isset() |
#
769e25e1 |
| 24-Nov-1999 |
Evan Klinger |
First attempt at fd_set() and select() # Please test thoroughly |
Revision tags: ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5 |
|
#
5f8f410e |
| 14-Nov-1999 |
Stig Bakken |
@Added tmpfile() function (Stig) Removed the mkstemp stuff and added tmpfile() function instead. |
Revision tags: php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2 |
|
#
6b69ebf2 |
| 26-Oct-1999 |
Thies C. Arntzen |
eliminated warinigs |
#
9e001753 |
| 16-Oct-1999 |
Andrei Zmievski |
_php3/_php3i -> php rename |
#
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 ...
|
#
e2d66a6d |
| 13-Oct-1999 |
Thies C. Arntzen |
new api fo dl() - renamed php3_dl to php_dl (added compat header) |
#
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 |
|
#
cd095711 |
| 21-Sep-1999 |
Rasmus Lerdorf |
fgetss/gzgetss fixes |
#
565c3227 |
| 20-Sep-1999 |
Egon Schmid |
Here was also something missing. |
#
c0dcedca |
| 20-Sep-1999 |
Rasmus Lerdorf |
Added optional allowable_tags arguments to strip_tags() and fgetss() to allow you to specify a string of tags that are not to be stripped Could have used flex for this, and Andrew sent m
Added optional allowable_tags arguments to strip_tags() and fgetss() to allow you to specify a string of tags that are not to be stripped Could have used flex for this, and Andrew sent me a flex file to do this, but I could do the same thing with only minor additions to the existing state machine and the resulting code is much smaller and tighter.
show more ...
|
Revision tags: PRE_DELAYED_ARRAY_FETCH_PATCH |
|
#
10014816 |
| 15-Sep-1999 |
Andi Gutmans |
- Thread-unsafe win32 compiles again - Some strlcpy changes including one bug fix. |
#
9e331579 |
| 12-Sep-1999 |
Zeev Suraski |
That's important enough to be cached |
#
2f39b484 |
| 11-Sep-1999 |
Sascha Schumann |
avoid mmap overhead for small files |