| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
|
| |
so here it finaly is, the more general approach to fopen wrappers
# see what i'll break this time
|
| |
|
|
|
|
|
| |
- Use virtual_file_ex() in expand_filepath()
|
| |
|
| |
|
| |
|
|
|
|
|
| |
you start counting at 0 or 1).
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
happened yet - just renaming things around.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* hand-patched in php3 changes from 3.0.6 to HEAD in these files:
fopen-wrappers.[ch] ext/standard/file.[ch] ext/standard/fsock.[ch]
ext/standard/php3_string.h ext/standard/string.c
* added some new file/socket macros for more readable code:
FP_FGETS(buf,len,sock,fp,issock)
FP_FREAD(buf,len,sock,fp,issock)
FP_FEOF(sock,fp,issock)
FP_FGETC(sock,fp,issock)
|
| |
|
|
|
|
|
|
| |
* re-imported fopen-wrappers, fsock and string code from php3
NB! I have not tested all of the imported functions yet.
|
|
|
|
|
|
|
|
|
|
|
| |
* Changed PHP4 to compile as a DLL, both ISAPI and the the CGI run with the same DLL.
* Switched to using the DLL runtime library under Win32. PHP will NOT work if
compiled against the static library!
* Removed yesterday's php4libts project (with php4dllts, it's obsolete).
This *does* affect thread-unsafe Windows as well - the thread unsafe CGI is also
dependant on the thread-unsafe DLL.
|
|
|