#
ccb63114 |
| 07-Nov-2003 |
Marcus Boerger |
Make php_stat() available for extensions.
|
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 |
|
#
62d2810c |
| 02-Sep-2003 |
foobar |
- Fixed bug #25343 (is_dir() gives warning on FreeBSD).
|
Revision tags: php-4.3.3 |
|
#
34821ed4 |
| 21-Aug-2003 |
Jon Parise |
Under FreeBSD, statfs(2) requires both <sys/mount.h> _and_ <sys/param.h>. The autoconf check for <sys/mount.h> was failing because <sys/param.h> wasn't being universally included. Th
Under FreeBSD, statfs(2) requires both <sys/mount.h> _and_ <sys/param.h>. The autoconf check for <sys/mount.h> was failing because <sys/param.h> wasn't being universally included. This gets disk_total_space() and disk_free_space() working again under FreeBSD.
show more ...
|
Revision tags: php-4.3.3RC4 |
|
#
ed40ae26 |
| 11-Aug-2003 |
Ilia Alshanetsky |
emalloc -> safe_emalloc
|
Revision tags: 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 |
|
#
6b5b6079 |
| 24-Jun-2003 |
Ilia Alshanetsky |
Fix for bug #24313 (port from dead PHP_5 branch)
|
Revision tags: php-4.3.3RC1 |
|
#
f68c7ff2 |
| 10-Jun-2003 |
James Cox |
updating license information in the headers.
|
Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init, php-4.3.2RC1 |
|
#
ea1f34e8 |
| 27-Feb-2003 |
Ilia Alshanetsky |
Fixed a bug that would cause filetype() to return "unknown" for non-existent files on Win32.
|
#
560e3396 |
| 27-Feb-2003 |
Ilia Alshanetsky |
Fixed bug #21410 (fixed handling of NULL or "" files on Win32)
|
Revision tags: php-4.3.1 |
|
#
5048f8c6 |
| 09-Feb-2003 |
Shane Caraveo |
is_executable() now available on win32 stats can now get information provided by access()
|
Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix |
|
#
4d789b59 |
| 09-Jan-2003 |
Sara Golemon |
Bug #21531 file_exists() and other filestat functions throw errors when in safe mode and file/directory does not exist. Extended php_checkuid function to add "flags" field via rename to php_che
Bug #21531 file_exists() and other filestat functions throw errors when in safe mode and file/directory does not exist. Extended php_checkuid function to add "flags" field via rename to php_checkuid_ex with alias for BC in functions that do want safe mode errors thrown.
show more ...
|
#
b816089f |
| 05-Jan-2003 |
Derick Rethans |
- Fix some of the netware crap
|
#
e58c2212 |
| 04-Jan-2003 |
Derick Rethans |
- Change Warnings to Notices
|
#
830298be |
| 03-Jan-2003 |
Anantha Kesari H Y |
Modified for NetWare.
|
#
b506f5c8 |
| 31-Dec-2002 |
Sebastian Bergmann |
Bump year.
|
Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3 |
|
#
c6680551 |
| 05-Dec-2002 |
Ilia Alshanetsky |
Remove pointless checks for array_init() return values.
|
Revision tags: php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1, php-4.3.0pre2, RELEASE_1_0b1, php-4.3.0pre1 |
|
#
397277b8 |
| 04-Oct-2002 |
Sascha Schumann |
Fix php_stat brokenness.
|
Revision tags: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003 |
|
#
a87f4afc |
| 01-Oct-2002 |
Stefan Esser |
repairing the chaos utime("filename", NULL) is not only valid but a MUST on linux if you are not the owner...
|
#
7915f833 |
| 23-Sep-2002 |
Sascha Schumann |
(PHP touch) Remove an extraneous time() call. Yasuo added this line in rev 1.90 for no apparent reason.
|
#
288e9b17 |
| 14-Sep-2002 |
Andi Gutmans |
- Don't think we need the do { } while (0) here
|
#
ad34142e |
| 11-Sep-2002 |
Edin Kadribasic |
My compiler likes it like this.
|
#
b34bec20 |
| 11-Sep-2002 |
Sterling Hughes |
max this use the virtual_filepath() function and feel all threadsafe and wholesome inside
|
Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3 |
|
#
71ecad8f |
| 05-Sep-2002 |
foobar |
Remove unnecessarily commented code.
|
#
2b6ba506 |
| 05-Sep-2002 |
Derick Rethans |
- Unbreak build
|
#
99850fcc |
| 05-Sep-2002 |
Derick Rethans |
- Tabs for indentation
|
#
8b8f1e05 |
| 05-Sep-2002 |
Anantha Kesari H Y |
NetWare related additions/modifications
|