diff options
author | Zeev Suraski <zeev@php.net> | 1999-12-24 20:47:35 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-12-24 20:47:35 +0000 |
commit | 735efc17f308f2f80129581e2a8d320df3e1aed7 (patch) | |
tree | 009b424dc337afc01bd4e670e857fa0007c1804b | |
parent | 21b403d4d9f6fc7da0cb859624c373ee542de1eb (diff) | |
download | php-git-735efc17f308f2f80129581e2a8d320df3e1aed7.tar.gz |
php3_realpath.c -> php_realpath.c
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | main/php_realpath.c (renamed from php3_realpath.c) | 0 | ||||
-rw-r--r-- | php4dll.dsp | 2 | ||||
-rw-r--r-- | php4dllts.dsp | 2 |
5 files changed, 8 insertions, 8 deletions
@@ -585,7 +585,7 @@ ext/filepro/filepro.c main.h php.h - php3_realpath.c + php_realpath.c php_realpath.h safe_mode.h config.guess @@ -7871,7 +7871,7 @@ output.c output.h php.h - php3_realpath.c + php_realpath.c php3_realpath.h php_sprintf.c php_globals.h @@ -10394,7 +10394,7 @@ fopen-wrappers.c main.c mod_php3.c - php3_realpath.c + php_realpath.c request_info.c safe_mode.c tls.c: Remove tls.[ch] @@ -11603,7 +11603,7 @@ php_ini.h php_version.h: PHP 4.0 - * php3_realpath.c + * php_realpath.c php3_realpath.h php_sprintf.c php3_threads.c @@ -11611,7 +11611,7 @@ php3extra.dsw php3sapi.dsw: New file. - * php3_realpath.c + * php_realpath.c php3_realpath.h php_sprintf.c php3_threads.c diff --git a/Makefile.am b/Makefile.am index a5fedaf149..134a8b6cb2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,7 @@ phptemp_LTLIBRARIES = libphp4.la libphp4_la_SOURCES = \ main.c internal_functions.c snprintf.c php_sprintf.c \ configuration-parser.y configuration-scanner.l request_info.c \ - safe_mode.c fopen-wrappers.c php3_realpath.c alloca.c \ + safe_mode.c fopen-wrappers.c php_realpath.c alloca.c \ php_ini.c SAPI.c rfc1867.c dlist.c php_content_types.c strlcpy.c \ strlcat.c mergesort.c reentrancy.c diff --git a/php3_realpath.c b/main/php_realpath.c index 034c6bd837..034c6bd837 100644 --- a/php3_realpath.c +++ b/main/php_realpath.c diff --git a/php4dll.dsp b/php4dll.dsp index 0fefd329f7..d5ca6d636e 100644 --- a/php4dll.dsp +++ b/php4dll.dsp @@ -131,7 +131,7 @@ SOURCE=.\ext\standard\output.c # End Source File
# Begin Source File
-SOURCE=.\php3_realpath.c
+SOURCE=.\php_realpath.c
# End Source File
# Begin Source File
diff --git a/php4dllts.dsp b/php4dllts.dsp index 2c50090e6c..ae48fe404d 100644 --- a/php4dllts.dsp +++ b/php4dllts.dsp @@ -127,7 +127,7 @@ SOURCE=.\mergesort.c # End Source File
# Begin Source File
-SOURCE=.\php3_realpath.c
+SOURCE=.\php_realpath.c
# End Source File
# Begin Source File
|