Owner: CodeAssembly URL:http://www.codeassembly.com Join Date: Fri, 21 Sep 2007 16:19:50 -0500 Rating:0 Site Description: Simplicity is prerequisite for reliability.
Blog about programming, mysql php and c++ Site statistics:Click here
Php mysql client library compilation problem 2007-09-21 00:00:00 Solution for "configure: error: wrong mysql library version or lib not found"
"/usr/bin/ld: cannot find -lmysqlclient_r" php compile error. Read more:compilation
Upgrade to apache 2.2.6 without downtime 2007-09-21 00:00:00 I will show you how to upgrade your apache to the latest version without downtime, also some tips to get out the best performance from your apache.
Bug fix for apache 2.2.6 compilation on 64 bit linux 2007-09-21 00:00:00 This patch will solve ./configure error "/usr/lib/libexpat.so: could not read symbols: File in wrong format" that you encounter when you want to compile apache on 64 bit linux Read more:compilation
Apache 2.2.6 is out 2007-09-19 00:00:00 A new version of apache web server is out, it took a long since the release of 2.2.4, and there was no 2.2.5 version Read more:Apache
PHP simple timer class 2007-09-17 00:00:00 This simple class
is useful to benchmark different parts of your php code.
ADODB, best php database abstraction class 2007-09-12 00:00:00 I have been using it for a while and I really like it, it has great performance and comes with a php extension that speeds up things by 100% percent. Read more:class
How to implement Mysql full text search on a big website 2007-09-09 00:00:00 How to implement Mysql FULL TEXT search on a big website
, with million of rows and multiple tables.
In case you didn't know, you can't use FULL TEXT when joining two tables, and in most of the cases you have multipe tables to search(normalization)
. Here is how you can implement your search, I will show this on a real world example.
Bug fix for apache 2.2.6 compilation on 64 bit linux 2007-09-21 00:00:00 This patch will solve ./configure error "/usr/lib/libexpat.so: could not read symbols: File in wrong format" that you encounter when you want to compile apache on 64 bit linux Read more:compilation
Upgrade to apache 2.2.6 without downtime 2007-09-21 00:00:00 I will show you how to upgrade your apache to the latest version without downtime, and also some tips to get out the best performance from your apache.
Php mysql client library compilation problem 2007-09-21 00:00:00 Solution for "configure: error: wrong mysql library version or lib not found"
"/usr/bin/ld: cannot find -lmysqlclient_r" php compile error. Read more:compilation
Apache 2.2.6 is out 2007-09-19 00:00:00 A new version of apache web server is out, it took a long since the release of 2.2.4, and there was no 2.2.5 version Read more:Apache
PHP simple timer class 2007-09-17 00:00:00 This simple class
is useful to benchmark different parts of your php code.
ADODB, best php database abstraction class 2007-09-12 00:00:00 I have been using it for a while and I really like it, it has great performance and comes with a php extension that speeds up things by 100% percent. Read more:class
How to implement Mysql full text search on a big website 2007-09-09 00:00:00 How to implement Mysql FULL TEXT search on a big website
, with million of rows and multiple tables.
In case you didn't know, you can't use FULL TEXT when joining two tables, and in most of the cases you have multipe tables to search(normalization)
. Here is how you can implement your search, I will show this on a real world example.