Additions:
====___Installing PHPshield Loaders - (PHP.5.2.+ Servers only)___====
Please note this instruction if for servers running PHP5.2.+. If you PHP version is lower than this, then you do not need to do this.
Deletions:
====___Installing PHPshield Loaders - (PHP.5.2.+ Servers)___====
No differences.
Additions:
If your server is PHP5.2.+ you will need to install the PHPshield loaders directly on the server. You will need to do this because PHP.5.2+ will not load them dynamically from your virtual hosting folder.
You will only be able to follow these instruction if you have a **dedicated server/vps** or if your web host is willing to install
You will get output similar to what is shown below
You will get output similar to what is shown below
Deletions:
If your server is PHP5.2.+ you will need to install the PHPshield loaders directly on the server, as PHP will not load them dynamically from your virtual hosting folder.
You will only be able to follow these instruction if you have a decicated server/vps or if your webhost is willing to install
You will get output similar to whats shown below
You will get output similar to whats shown below
Additions:
====Step 4) Restart Apache====
Depending on how your server is setup, this can be done as easily as
service httpd restart
Additions:
====___Installing PHPshield Loaders - (PHP.5.2.+ Servers)___====
Deletions:
====Installing PHPshield Loaders - (PHP.5.2.+ Servers)====
Additions:
====Installing PHPshield Loaders - (PHP.5.2.+ Servers)====
For more information on PHPshield, visit http://www.phpshield.com/
If your server is PHP5.2.+ you will need to install the PHPshield loaders directly on the server, as PHP will not load them dynamically from your virtual hosting folder.
====Step 1) - Determine your PHP extensions dir.====
====Step 2) - Determine your server architecture (i.e. 32bit or 64bit)====
====Step 3) Download the appropriate loader (32bit or 64bit) into your extensions directory====
Deletions:
====Installing PHPshield Loader - PHP.5.2.+====
For more information on PHpshield, visit http://www.phpshield.com/
If your server is PHP5.2.+ you will need to install the PHpshield loaders directly on the server, as PHP will not load them dynamically from your virtual hosting folder.
===Step 1) - Determine your PHP extensions dir.===
===Step 2) - Determine your server architecture (i.e. 32bit or 64bit)===
Step 3) Download the appropriate loader (32bit or 64bit) into your extensions directory
Additions:
Step 3) Download the appropriate loader (32bit or 64bit) into your extensions directory
The following example is using **our own** extension_dir path. You will need to use the one you got in **step 1**
__32bit Servers__
cd /usr/local/lib/php/extensions/no-debug-non-zts-20060613
wget http://downloads.phpmotion.com/phpshield-loaders/32bit/phpshield.5.2.lin
chmod 755 phpshield.5.2.lin
__64bit Servers__
cd /usr/local/lib/php/extensions/no-debug-non-zts-20060613
wget http://downloads.phpmotion.com/phpshield-loaders/64bit/phpshield.5.2.lin
chmod 755 phpshield.5.2.lin
Additions:
===Step 1) - Determine your PHP extensions dir.===
===Step 2) - Determine your server architecture (i.e. 32bit or 64bit)===
From your SSH command prompt, type this command: **uname -i**
32 bit
-----------
i386 / 1686
64 bit
-----------
x86_64
Deletions:
Step 1) - Determine your PHp extensions dir.
Additions:
Step 1) - Determine your PHp extensions dir.
From your SSH command prompt, type this command: **php -i | grep extension_dir**
You will get output similar to whats shown below
/usr/local/lib/php/extensions/no-debug-non-zts-20060613
Additions:
You will only be able to follow these instruction if you have a decicated server/vps or if your webhost is willing to install
these loaders for you.
Deletions:
You will only be able to follow these instruction if you have a decicated server/vps or if your webhost is willing to install these loaders for you.
Additions:
%%
%%