How to solve “PHP Warning: include_once(NetBeansCommandsProvider.php)” after setting ZendFramework in Netbeans
The error messages warned me that “PHP Warning: include_once(NetBeansCommandsProvider.php): failed to open stream: No such file or directory in /path/to/zend/library/Zend/Loader.php on line 146″
Read morePHP 5.3.3 and 5.2.14 Officially Released
The PHP Development Team just announced today the availability of PHP 5.3.3 and PHP 5.2.14. The PHP 5.3.3 comes on improving the stability and security of the 5.3.x branch with more than 100 bug fixes, some of which are security related so all users are highly encouraged to upgrade to this release.
Read moreInstall Apache, PHP with SSL and MySQL support on PC-BSD 8.0 / FreeBSD 8.0
I want to share you on how to install Apache and PHP with SSL support on PC-BSD 8.0. I use the current stable version of Apache (version 2.2.14) and PHP (version 5.3.2) using PC-BSD 8.0 as the operating system. This article should be applicable to install them on Linux (Slackware, Centos, Ubuntu, Fedora, Redhat, etc) or other BSD varian (NetBSD, OpenBSD). The MySQL database was installed during system installation.
Read morePHP 5.3.2 Release Announced
The PHP development team is proud to announce the immediate release of PHP 5.3.2. This is a maintenance release in the 5.3 series, which includes a large number of bug fixes.
Read moreHow to make mod_rewrite module works on statically compiled Apache modules
If you statically install mod_rewrite module (on Apache 2 will install it by default) you do not need to load the module manually by using ‘LoadModule’ option in httpd.conf file. If you do this, you will get error messages telling you that the module is built-in and can not be loaded. Incoming search terms for [...]
Read more
