diff options
author | Sascha Schumann <sas@php.net> | 1999-12-04 19:19:57 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-12-04 19:19:57 +0000 |
commit | 5b983c944f66b55192c901ce3fa38fcce6ca21e3 (patch) | |
tree | 89c7d57484170f274eba416495d88e02be541e6f /main/internal_functions_win32.c | |
parent | 83ce7c13d1a7f21b4bd7dd0b5ce4f4d6764d7e52 (diff) | |
download | php-git-5b983c944f66b55192c901ce3fa38fcce6ca21e3.tar.gz |
Clean up php3.*\.h files. The files itself are renamed, and references in all
.*\.[ch] files were changed. There is a slight chance that my script missed
a few changes, please correct them manually.
Diffstat (limited to 'main/internal_functions_win32.c')
-rw-r--r-- | main/internal_functions_win32.c | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c index ba08ce6e39..244303d9d3 100644 --- a/main/internal_functions_win32.c +++ b/main/internal_functions_win32.c @@ -29,21 +29,21 @@ #include <stdlib.h> #include <stdio.h> -#include "ext/bcmath/php3_bcmath.h" -#include "ext/db/php3_db.h" -#include "ext/gd/php3_gd.h" +#include "ext/bcmath/php_bcmath.h" +#include "ext/db/php_db.h" +#include "ext/gd/php_gd.h" #include "ext/standard/dl.h" #include "ext/standard/file.h" #include "ext/standard/fsock.h" #include "ext/standard/head.h" #include "ext/standard/pack.h" -#include "ext/standard/php3_browscap.h" -#include "ext/standard/php3_crypt.h" -#include "ext/standard/php3_dir.h" -#include "ext/standard/php3_filestat.h" -#include "ext/standard/php3_mail.h" -#include "ext/standard/php3_syslog.h" -#include "ext/standard/php3_standard.h" +#include "ext/standard/php_browscap.h" +#include "ext/standard/php_crypt.h" +#include "ext/standard/php_dir.h" +#include "ext/standard/php_filestat.h" +#include "ext/standard/php_mail.h" +#include "ext/standard/php_syslog.h" +#include "ext/standard/php_standard.h" #include "ext/standard/php_lcg.h" #include "ext/standard/php_output.h" #include "ext/standard/php_array.h" @@ -54,7 +54,7 @@ #include "ext/session/php_session.h" /* SNMP has to be moved to ext */ -/* #include "dl/snmp/php3_snmp.h" */ +/* #include "dl/snmp/php_snmp.h" */ unsigned char first_arg_force_ref[] = { 1, BYREF_FORCE }; unsigned char first_arg_allow_ref[] = { 1, BYREF_ALLOW }; |