diff options
author | foobar <sniper@php.net> | 2004-01-17 13:00:38 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2004-01-17 13:00:38 +0000 |
commit | f4983c0d3f56c2074458e4840db36643b2fec59b (patch) | |
tree | 2dcf521f07114e3bb2952439fe28cdfa40d30677 /sapi/activescript/classfactory.cpp | |
parent | b851f3712388de9f6c4addf2063dbc3c663a0b3b (diff) | |
download | php-git-f4983c0d3f56c2074458e4840db36643b2fec59b.tar.gz |
- Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5
Diffstat (limited to 'sapi/activescript/classfactory.cpp')
-rw-r--r-- | sapi/activescript/classfactory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sapi/activescript/classfactory.cpp b/sapi/activescript/classfactory.cpp index 4bcdafefdb..ecdd6f63a3 100644 --- a/sapi/activescript/classfactory.cpp +++ b/sapi/activescript/classfactory.cpp @@ -32,8 +32,8 @@ HINSTANCE module_handle; #include <comcat.h> #include "TSRM.h" -#include "php4as_classfactory.h" -#include "php4as_scriptengine.h" +#include "php5as_classfactory.h" +#include "php5as_scriptengine.h" volatile LONG TPHPClassFactory::factory_count = 0; volatile LONG TPHPClassFactory::object_count = 0; |