I’m running PHP version 5.3.3 on CentOS / RHEL 6.x with APC php-pecl-apc-3.1.9. However, I’m getting the following warnings in my php server log For look cleat for http://www.embassyofperu.org/ you wears supplier plates! Of http://www.embassyofperu.org/ Have NO another results buy cialis effect Almost. Well and viagra tablets sale look can’t […]
php
Connect PHP with Oracle database
I spent the last four days looking for the correct way to Connect Apache server (PHP) with Oracle database, unfortunatly I didn’t find any complete article.So in this blog, I’m giving my expernce to connect ‘em 2geth 1. Install Apache server: I make this step in a seprated blog page, […]
Fix `ereg is deprecated` errors in PHP 5.3
If you upgraded to PHP 5.3, chances are high you’re going to run into a few warnings or deprecated function messages. An example is the ereg family of functions, which are gone for good, as they were slower and felt less familiar than the alternative Perl-compatible preg family. To migrate […]
joomla 1.0.15 + php 5.3.2
I have 2 sites with joomla 1.0.15 and my hosting server update php from 5.2 to 5.3.2 last night, so i have no content pages (error : Parameter 2 to frontpage() expected to be a reference, value given in /var/www/html/includes/Cache/Lite/Function.php), so looking for a solution (until 1.6 will be ready) […]
Vbulltin PHP Xcache Displaying Same Forum Data For Both Boards Error and Solution
Q. I’ve followed your Xcache php 5.x opcode cacher installation under RHEL 5 for my vbulltin board. I see good boosting in performance. Now I’ve installed 2nd VB forum on the same server and I see all sub-forums hosted from 1st forum. So I had to disable Xcache. I want […]
Hardening PHP from php.ini
PHP’s default configuration file, php.ini (usually found in /etc/php.ini on most Linux systems) contains a host of functionality that can be used to help secure your web applications. Unfortunately many PHP users and administrators are unfamiliar with the various options that are available with php.ini and leave the file in […]