Revision tags: php-4.0.6RC3 |
|
#
81e2cf03 |
| 06-Jun-2001 |
Rasmus Lerdorf |
Fix folding and clean up some extensions
|
#
25c3a3a3 |
| 05-Jun-2001 |
Rasmus Lerdorf |
vim-6 does folding - clean up a bunch of missing folding tags plus some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
|
Revision tags: php-4.0.6RC2 |
|
#
311278f2 |
| 22-May-2001 |
Jon Parise |
@ - Fix disk_free_space() and disk_total_space() under FreeBSD. (jon) FreeBSD defines statfs(2) in <sys/mount.h>. Teach PHP to look for it there.
|
#
82b31fb7 |
| 15-May-2001 |
Jon Parise |
@ - Added disk_total_space() to return the total size of a filesystem. @ (Patch from Steven Bower)
|
#
6c5db8d2 |
| 15-May-2001 |
Jon Parise |
@ - Renamed diskfreespace() to disk_free_space() to conform to established @ naming conventions. (jon)
|
Revision tags: php-4.0.6RC1 |
|
#
6123e2ab |
| 14-May-2001 |
Derick Rethans |
- Bumbed up the warning level to be in sync with fopen (which is E_WARNING too) (See bug #10856)
|
#
c115a755 |
| 11-May-2001 |
Jason Greene |
Rewrote stat() and fstat() to be memory efficient, due to a recent thread on php-dev. Note: I added a macro that might have use in other instances, but for now is included in php_fil
Rewrote stat() and fstat() to be memory efficient, due to a recent thread on php-dev. Note: I added a macro that might have use in other instances, but for now is included in php_filestat.h
show more ...
|
#
0ed93d71 |
| 11-May-2001 |
Jason Greene |
@fstat() and stat() now return identical output by returning a numerical and @string indexed array (Jason) (Andrei's suggestion to still allow backwords compatibility.)
|
Revision tags: php-4.0.5 |
|
#
4c823e8a |
| 30-Apr-2001 |
Andi Gutmans |
- Change macros from V_ to VCWD_ because of AIX name clash
|
Revision tags: php-4.0.5RC8 |
|
#
ef1835f5 |
| 25-Apr-2001 |
Andi Gutmans |
- Fix filetype() and lstat() too.
|
#
ef71855b |
| 25-Apr-2001 |
Andi Gutmans |
- Another fix
|
#
502b4efb |
| 25-Apr-2001 |
Andi Gutmans |
- Nuke warning. This signed/unsigned stuff gets really annoying sometimes.
|
#
76860d4f |
| 25-Apr-2001 |
Andi Gutmans |
- Fix problem with is_link(), there seem to be at least another couple of - bugs lurking around though. - Cleaned up code a bit and optimized it a bit too.
|
Revision tags: php-4.0.5RC7 |
|
#
83b5a2fb |
| 03-Apr-2001 |
foobar |
SCO (and maybe others) do not have this defined.
|
Revision tags: php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1 |
|
#
eb6ba01d |
| 26-Feb-2001 |
Andi Gutmans |
- Fix copyright notices with 2001
|
#
c2fb53be |
| 23-Feb-2001 |
Sascha Schumann |
Finish fopen-wrappers rename.
|
#
47f77955 |
| 21-Feb-2001 |
Sascha Schumann |
Correctly check for the existence of the st_rdev field. Note that this field is required to exist for SUSv3 conformance. Submitted by: amra@us.ibm.com PR: #9358
|
#
bbe53ded |
| 15-Feb-2001 |
Egon Schmid |
Small typo.
|
#
83cf6629 |
| 21-Jan-2001 |
Rasmus Lerdorf |
@BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus
|
Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4 |
|
#
4ada3dd3 |
| 07-Dec-2000 |
Sascha Schumann |
Hardcode all functions which are mentioned in the Large File Support Spec http://ewe3.sas.com/standards/large.file/specs/api+.007.html
|
#
5b47d1ef |
| 03-Dec-2000 |
Stanislav Malyshev |
Fix #8079 - filetype now knows about sockets
|
Revision tags: php-4.0.4RC3 |
|
#
d0ec3df2 |
| 02-Nov-2000 |
Andi Gutmans |
- Use CHECKUID_* #define's instead of cryptic numbers in php_checkuid() - I did not test for validity of the actual php_checkuid() calls and there - might be mistakes in the previous code.
|
#
7ab46420 |
| 31-Oct-2000 |
Zeev Suraski |
mode_t fixes
|
#
825457ae |
| 29-Oct-2000 |
Thies C. Arntzen |
update my email.
|
Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1 |
|
#
e9d946d3 |
| 16-Sep-2000 |
Zak Greant |
Thought that I had just committed something really stupid. On closer inspection, realized that the proto comments for chown and chgrp were reversed. :) I did not realize this and had only
Thought that I had just committed something really stupid. On closer inspection, realized that the proto comments for chown and chgrp were reversed. :) I did not realize this and had only fixed chown previously
show more ...
|