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/php5activescript.def | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sapi/activescript/php5activescript.def (limited to 'sapi/activescript/php5activescript.def') diff --git a/sapi/activescript/php5activescript.def b/sapi/activescript/php5activescript.def new file mode 100644 index 0000000000..f111b68db7 --- /dev/null +++ b/sapi/activescript/php5activescript.def @@ -0,0 +1,5 @@ +EXPORTS +DllCanUnloadNow PRIVATE +DllGetClassObject PRIVATE +DllRegisterServer PRIVATE +DllUnregisterServer PRIVATE -- cgit v1.2.1