From f4983c0d3f56c2074458e4840db36643b2fec59b Mon Sep 17 00:00:00 2001 From: foobar Date: Sat, 17 Jan 2004 13:00:38 +0000 Subject: - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 --- sapi/activescript/scriptengine.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sapi/activescript/scriptengine.cpp') diff --git a/sapi/activescript/scriptengine.cpp b/sapi/activescript/scriptengine.cpp index bf6de9329d..7853af1637 100644 --- a/sapi/activescript/scriptengine.cpp +++ b/sapi/activescript/scriptengine.cpp @@ -42,13 +42,13 @@ extern "C" { #include "php_globals.h" #include "php_variables.h" #include "php_ini.h" -#include "php4activescript.h" +#include "php5activescript.h" #include "ext/com_dotnet/php_com_dotnet.h" #include "ext/com_dotnet/php_com_dotnet_internal.h" } #include "php_ticks.h" -#include "php4as_scriptengine.h" -#include "php4as_classfactory.h" +#include "php5as_scriptengine.h" +#include "php5as_classfactory.h" #include /* {{{ trace */ -- cgit v1.2.1