- Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5

This commit is contained in:
foobar 2004-01-17 13:00:38 +00:00
parent b851f37123
commit f4983c0d3f
167 changed files with 1134 additions and 1147 deletions

View file

@ -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;