From c569c3ae0be27876de7ef684ede65b008e69b890 Mon Sep 17 00:00:00 2001 From: Shein Alexey Date: Fri, 23 Dec 2011 09:35:11 +0000 Subject: [PATCH] Removed obsolete docs about old activescript sapi. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321346 c90b9560-bf6c-de11-be94-00142212c4b1 --- install/windows/activescript.xml | 88 -------------------------------- 1 file changed, 88 deletions(-) delete mode 100644 install/windows/activescript.xml diff --git a/install/windows/activescript.xml b/install/windows/activescript.xml deleted file mode 100644 index b28954d80f..0000000000 --- a/install/windows/activescript.xml +++ /dev/null @@ -1,88 +0,0 @@ - - - - ActiveScript - - This section contains notes specific to the ActiveScript installation. - - - ActiveScript is a Windows only SAPI that enables you to use PHP script in - any ActiveScript compliant host, like Windows Script Host, ASP/ASP.NET, - Windows Script Components or Microsoft Scriptlet control. - - - As of PHP 5.0.1, ActiveScript has been moved to the PECL repository. - &pecl.windows.download; - - - - You should read the manual - installation steps first! - - - - After installing PHP, you should download the ActiveScript DLL - (php5activescript.dll) and place it in the main PHP - folder (e.g. C:\php). - - - After having all the files needed, you must register the DLL on your - system. To achieve this, open a Command Prompt window (located in the - Start Menu). Then go to your PHP directory by typing something like - cd C:\php. To register the DLL just type - regsvr32 php5activescript.dll. - - - To test if ActiveScript is working, create a new file, named - test.wsf (the extension is very important) and type: - - - - - - -]]> - - Save and double-click on the file. If you receive a little window saying - "Hello World!" you're done. - - - - In PHP 4, the engine was named 'ActivePHP', so if you are using PHP 4, - you should replace 'PHPScript' with 'ActivePHP' in the above example. - - - - - ActiveScript doesn't use the default &php.ini; file. Instead, it will - look only in the same directory as the .exe that caused it to load. You - should create php-activescript.ini and place it in - that folder, if you wish to load extensions, etc. - - - - -