#
4378214b |
| 04-May-2002 |
Sascha Schumann |
Make this code work on compilers which don't consider the address of a variable on the stack available at compile time. |
Revision tags: php-4.2.1RC1 |
|
#
eacad68c |
| 30-Apr-2002 |
Sebastian Bergmann |
Fix ZTS build. |
#
76057369 |
| 30-Apr-2002 |
Wez Furlong |
Implement user-space funtions to operate on stream contexts. |
Revision tags: php-4.2.0, php-4.2.0RC4, php-4.2.0RC3 |
|
#
e1d0a147 |
| 10-Apr-2002 |
Wez Furlong |
Implement stream context and status notification system. Bump the BC for zlib notice to a warning # See my RFC to php-dev a few days ago |
#
385b2330 |
| 05-Apr-2002 |
Zeev Suraski |
Fix gzip/bz2 builds for Windows |
Revision tags: php-4.2.0RC2 |
|
#
2539cbc7 |
| 28-Mar-2002 |
Wez Furlong |
Phase 3 of OO wrapper cleanup # What was phase 2? |
#
341af633 |
| 21-Mar-2002 |
Markus Fischer |
- Use proper macros for php_stream_cast() return values (fixes #16211). |
#
b00d9a5b |
| 21-Mar-2002 |
Hartmut Holzgraefe |
added fnmatch() and glob() functions could someone please check if i got the virtual dir stuff right? |
#
a662f012 |
| 21-Mar-2002 |
Wez Furlong |
Convert the gzfile related functions into aliases for their equivalents in ext/standard/file.c, so a gzopen()ed file pointer can be used in fread, fseek etc. Improved behaviour of zlib st
Convert the gzfile related functions into aliases for their equivalents in ext/standard/file.c, so a gzopen()ed file pointer can be used in fread, fseek etc. Improved behaviour of zlib stream. Moved passthru code into streams.c # I'm not happy about BG(mmap_file) Nuked gzgetss_state as no longer needed.
show more ...
|
Revision tags: php-4.2.0RC1 |
|
#
3dbde958 |
| 20-Mar-2002 |
Wez Furlong |
Make state parameter of php_strip_tags passed by reference. Move state tracking to stream structure. |
#
659a071e |
| 20-Mar-2002 |
Wez Furlong |
Streams are all tracked as resources now. Add some logic that will help track down leaks when debug is enabled. |
#
14a39118 |
| 19-Mar-2002 |
Wez Furlong |
fix for bug #16168 |
#
6abe71be |
| 19-Mar-2002 |
Wez Furlong |
s/fgetwrapperdata/file_get_wrapper_data/ |
#
c9d5e137 |
| 18-Mar-2002 |
Wez Furlong |
TSRMLS related work on streams, as discussed with Zeev. # Should be the last "broad" commit for a while # Don't forget to make clean ; make |
#
73e79322 |
| 18-Mar-2002 |
Zeev Suraski |
Fix the build and all of the outstanding VC++ warnings |
#
0895998b |
| 16-Mar-2002 |
Wez Furlong |
s/get_file_contents/file_get_contents/ |
#
201446c2 |
| 16-Mar-2002 |
Wez Furlong |
Ooops. |
#
04473271 |
| 16-Mar-2002 |
Wez Furlong |
Implement get_file_contents() as discussed (briefly!) by myself, Derick and Sterling on php-dev some months ago. It returns the file contents as a string, and uses mmap if possible. |
#
63682934 |
| 16-Mar-2002 |
Wez Furlong |
Allow php_stream_copy_to_stream to do nothing when used with code that calculates a max length of zero. (Thanks again Marcus). |
#
52982c42 |
| 16-Mar-2002 |
Wez Furlong |
This should help with some build problems/warnings under win32. Someone still needs to add the streams.c file to the MSVC project/workspace though (there are so many that I don't really know
This should help with some build problems/warnings under win32. Someone still needs to add the streams.c file to the MSVC project/workspace though (there are so many that I don't really know what I am doing :-).
show more ...
|
#
a184f5d1 |
| 16-Mar-2002 |
Wez Furlong |
* formatting, plus remove some old fopen wrappers |
#
0f65280c |
| 15-Mar-2002 |
Wez Furlong |
New PHP streams... |
Revision tags: help |
|
#
90613d22 |
| 28-Feb-2002 |
Sebastian Bergmann |
Maintain headers. |
Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH |
|
#
1e2b854b |
| 11-Jan-2002 |
Markus Fischer |
- mkdir(): made second (mode) parameter optional, default to 0777 switched to zend_parse_parameters(). # Added vim 'noet' setting |
Revision tags: php-4.1.1 |
|
#
e5c08b81 |
| 21-Dec-2001 |
Derick Rethans |
- Added open basedir checks to file functions. (Patch by Christoph Kassen <chkassen@chkassen.de>) |