Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement user-space funtions to operate on stream contexts. | Wez Furlong | 2002-04-30 | 1 | -2/+4 |
| | |||||
* | Implement stream context and status notification system. | Wez Furlong | 2002-04-10 | 1 | -0/+2 |
| | | | | | | Bump the BC for zlib notice to a warning # See my RFC to php-dev a few days ago | ||||
* | Fix gzip/bz2 builds for Windows | Zeev Suraski | 2002-04-05 | 1 | -12/+12 |
| | |||||
* | added fnmatch() and glob() functions | Hartmut Holzgraefe | 2002-03-21 | 1 | -0/+1 |
| | | | | | could someone please check if i got the virtual dir stuff right? | ||||
* | Make state parameter of php_strip_tags passed by reference. | Wez Furlong | 2002-03-20 | 1 | -1/+0 |
| | | | | | Move state tracking to stream structure. | ||||
* | fix for bug #16168 | Wez Furlong | 2002-03-19 | 1 | -0/+1 |
| | |||||
* | register some constants for user streams | Wez Furlong | 2002-03-19 | 1 | -0/+1 |
| | |||||
* | s/fgetwrapperdata/file_get_wrapper_data/ | Wez Furlong | 2002-03-19 | 1 | -1/+1 |
| | |||||
* | Implement user-space streams. | Wez Furlong | 2002-03-19 | 1 | -0/+1 |
| | | | | | | There's probably room for improvement, docs will following some time this week. | ||||
* | TSRMLS related work on streams, as discussed with Zeev. | Wez Furlong | 2002-03-18 | 1 | -1/+1 |
| | | | | | | # Should be the last "broad" commit for a while # Don't forget to make clean ; make | ||||
* | s/get_file_contents/file_get_contents/ | Wez Furlong | 2002-03-16 | 1 | -1/+1 |
| | |||||
* | Ooops. | Wez Furlong | 2002-03-16 | 1 | -0/+1 |
| | |||||
* | * formatting, plus remove some old fopen wrappers | Wez Furlong | 2002-03-16 | 1 | -1/+1 |
| | |||||
* | New PHP streams... | Wez Furlong | 2002-03-15 | 1 | -12/+3 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | - Fixing this bad idea | Derick Rethans | 2001-11-10 | 1 | -3/+0 |
| | |||||
* | Fix apache win32 dso build. | James Moore | 2001-11-10 | 1 | -1/+1 |
| | | | | | (This is untested on linux but shouldnt break anything) | ||||
* | Check that realpath is available. Bug: #9469 | foobar | 2001-10-23 | 1 | -0/+2 |
| | | | | | # TSRM still uses it without checking. I can't fix that. | ||||
* | @- Added mmapfile(), read a file into a variabele with mmap (Ilia A, Derick) | Derick Rethans | 2001-10-07 | 1 | -0/+3 |
| | | | | | | - Added mmapfile(), read a file into a variabele with mmap (Patch by: Ilia A. <ilia@prohost.org>) | ||||
* | - TSRMLS_FETCH work | Zeev Suraski | 2001-08-05 | 1 | -1/+1 |
| | | | | | - whitespace fixes | ||||
* | Don't allocated quoted strings unless we are in a META tag. | Sean Bright | 2001-08-04 | 1 | -0/+1 |
| | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -11/+1 |
| | |||||
* | Fix for bug #11796. Also, fixed a problem in get_meta_tags that required | Sean Bright | 2001-06-30 | 1 | -8/+19 |
| | | | | | | | NAME and CONTENT to be in that order. Meta tags with no CONTENT attribute are now added to the array as empty strings. Meta tags with no NAME attribute are ignored. | ||||
* | prototype for php_file_le_stream() | Wez Furlong | 2001-05-12 | 1 | -0/+1 |
| | |||||
* | Changes for streams. Added temporary fopenstream function to PHP so that | Wez Furlong | 2001-04-17 | 1 | -0/+4 |
| | | | | | the streams can be tested. | ||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | Fix for bug #4556 | Sean Bright | 2001-02-11 | 1 | -0/+16 |
| | | | | | | # This is pretty much a total rewrite of get_meta_tags using a simple # handwritten tokenizer. It might be overkill, but it works. | ||||
* | Both thread-safe and thread-unsafe builds should be ok now | Zeev Suraski | 2001-01-13 | 1 | -1/+2 |
| | |||||
* | - Fix exec() bug | Zeev Suraski | 2001-01-13 | 1 | -0/+28 |
| | | | | | - Merge fsock and file globals | ||||
* | Hardcode all functions which are mentioned in the Large File Support Spec | Sascha Schumann | 2000-12-07 | 1 | -4/+4 |
| | | | | | http://ewe3.sas.com/standards/large.file/specs/api+.007.html | ||||
* | - Remove #if 0 code | Andi Gutmans | 2000-09-11 | 1 | -3/+0 |
| | |||||
* | - Move php_open_temporary_file() out of file.c | Andi Gutmans | 2000-09-11 | 1 | -0/+2 |
| | |||||
* | Security related updates: | Zeev Suraski | 2000-09-09 | 1 | -1/+1 |
| | | | | | | | | | - 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. | ||||
* | Implement move_uploaded_file() (untested) | Zeev Suraski | 2000-09-08 | 1 | -0/+1 |
| | |||||
* | Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. | David Croft | 2000-07-24 | 1 | -21/+10 |
| | | | | | | | | | Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers. | ||||
* | Change header protection macros to conform to standard. | Sascha Schumann | 2000-07-02 | 1 | -3/+3 |
| | | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation. | ||||
* | - Make PHP compile again under Windows. | Andi Gutmans | 2000-07-02 | 1 | -0/+1 |
| | | | | | - Please be careful when you make such changes. | ||||
* | Added sscanf() function. | Clayton Collie | 2000-06-06 | 1 | -0/+1 |
| | |||||
* | @- added fflush() function. (Eric Huss) | Thies C. Arntzen | 2000-06-06 | 1 | -0/+1 |
| | | | | | | | | # the socket fsync() might not work on Win32. # # i'm not sure if we need any code for flushing sockets as they are # currently alway written via write(). | ||||
* | Finished porting recode module. | Kristian Köhntopp | 2000-03-12 | 1 | -0/+1 |
| | |||||
* | @Cleaned up extension namespace (Stig) | Stig Bakken | 2000-03-06 | 1 | -4/+0 |
| | | | | | | Cleaned up extension namespace, and changed ext/standard into one single extension. | ||||
* | @Added ftruncate() and fstat(), courtesy of Faisal Nasim <faisal@nasim.org> | Andrei Zmievski | 2000-03-04 | 1 | -0/+2 |
| | |||||
* | - Implemented socket_get_status() function. Some more stuff can be added | Andrei Zmievski | 2000-02-01 | 1 | -2/+4 |
| | | | | | | | | | | | | to it in the future. - Renamed set_socket_timeout() to socket_set_timeout() - Renamed set_socket_blocking() to socket_set_blocking() but kept the old name for compatibility. It now outputs a warning that set_socket_timeout() is deprecated but still goes through. @ Added socket_get_status() function. Renamed: @ set_socket_timeout() -> socket_set_timeout() @ set_socket_blocking() -> socket_set_blocking(). (Andrei) | ||||
* | Implemented realpath(). | Andrei Zmievski | 2000-02-01 | 1 | -0/+1 |
| | | | | | @ Added realpath() function. (Andrei) | ||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-18 | 1 | -2/+2 |
| | |||||
* | Can't forget fd_isset() | Evan Klinger | 1999-11-24 | 1 | -0/+1 |
| | |||||
* | First attempt at fd_set() and select() | Evan Klinger | 1999-11-24 | 1 | -0/+2 |
| | | | | | # Please test thoroughly | ||||
* | @Added tmpfile() function (Stig) | Stig Bakken | 1999-11-14 | 1 | -0/+1 |
| | | | | | Removed the mkstemp stuff and added tmpfile() function instead. | ||||
* | files are now resources, file.c is thread-safe, the le_ vars are no longer ↵ | Thies C. Arntzen | 1999-10-15 | 1 | -0/+3 |
| | | | | | | | | | 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) |