Revision tags: RELEASE_1_3b6, php_ibase_before_split |
|
#
234e8a76 |
| 21-Jan-2004 |
Hartmut Holzgraefe |
stream_lock() method added to userspace streams wrapper
|
Revision tags: php-4.3.5RC1 |
|
#
dbeb4158 |
| 08-Jan-2004 |
Andi Gutmans |
- A belated happy holidays and PHP 5
|
Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1 |
|
#
1128955a |
| 14-Dec-2003 |
Ilia Alshanetsky |
Fixed compiler warnings.
|
#
822ea957 |
| 13-Dec-2003 |
Sara Golemon |
Export STREAM_MKDIR_RECURSIVE constant
|
#
c5664783 |
| 13-Dec-2003 |
Sara Golemon |
Route mkdir()/rmdir() via wrapper ops. Move current rmdir()/rmdir() code to plain_wrappers.c Implement mkdir()/rmdir() in ftp:// wrapper
|
#
b1f8236b |
| 12-Dec-2003 |
Sara Golemon |
Route rename() via wrapper ops. Move current rename() code to main/streams/plain_wrapper.c Implement ftp/rename() Implement userstreams/rename()
|
#
dacb3a68 |
| 02-Dec-2003 |
Sara Golemon |
Register url_stat flag constants in userspace
|
#
1aaf7da2 |
| 02-Dec-2003 |
Sara Golemon |
Populate userstream objects with context property
|
#
88ccc6a6 |
| 02-Dec-2003 |
Sara Golemon |
Update userspace/url_stat proto
|
Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7 |
|
#
6f377333 |
| 13-Sep-2003 |
Ard Biesheuvel |
Fixed for 64bit archs
|
Revision tags: php-4.3.3, php-4.3.3RC4, RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2, php-5.0.0b1, php-4.3.3RC1 |
|
#
730ce7b0 |
| 16-Jun-2003 |
Sara Golemon |
Add context property to userspace streams object.
|
#
f68c7ff2 |
| 10-Jun-2003 |
James Cox |
updating license information in the headers.
|
Revision tags: BEFORE_FD_REAPPLY |
|
#
ac2606bf |
| 29-May-2003 |
Hartmut Holzgraefe |
fix for crashbug with user level wrapper implementations of stream_stat
|
Revision tags: php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT |
|
#
b5bef8f7 |
| 20-May-2003 |
Hartmut Holzgraefe |
always return timestamps as 'atime', 'mtime' and 'ctime' no matter what names the underlying platform uses for them
|
#
92f0da58 |
| 19-May-2003 |
Derick Rethans |
- Rename stream_register_filter() to stream_filter_register(), stream_register_wrapper() to stream_wrapper_register() and added an alias for the latter change.
|
Revision tags: php-4.3.2RC3 |
|
#
44743cf9 |
| 14-May-2003 |
Sara Golemon |
Implement userspace wrapper support for unlink method
|
Revision tags: RELEASE_0_9b |
|
#
5126fbe5 |
| 14-May-2003 |
Sara Golemon |
Setup unlink() method in wrapper_ops structure, implement unlink in plainfiles wrapper, explicitly set method NULL in other wrappers (for now), and rewrite unlink userland function to call into wrapp
Setup unlink() method in wrapper_ops structure, implement unlink in plainfiles wrapper, explicitly set method NULL in other wrappers (for now), and rewrite unlink userland function to call into wrapper_ops
show more ...
|
Revision tags: SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init, php-4.3.2RC1 |
|
#
8e3f23e3 |
| 19-Feb-2003 |
foobar |
ws fixes + missing $Id$ tags, headers added
|
#
2cc68ad7 |
| 16-Feb-2003 |
Wez Furlong |
Move streams files around a bit, to ease maintenance. I will update the win32 .dsp in a moment.
|