On Wed, 2 Jul 2003, Philip Olson wrote:

> philip                Wed Jul  2 02:51:23 2003 EDT
> 
>   Modified files:              
>     /phpdoc/en/faq    databases.xml 
>   Log:
>   Added a "Mysql + PHP 5 = Huh?" FAQ which is basically a copy of Rasmus' post
>   here: http://marc.theaimsgroup.com/?l=php-general&m=105699415814630
>   
> +     <para>
> +      1. Most systems these days already have the client library installed.
> +     </para>
> +     <para>
> +      2. Given the above, having multiple versions of the library can get
> +      messy.  For example, if you link mod_auth_mysql against one version
> +      and PHP against another, and then enable both in Apache, you get a
> +      nice fat crash.  Also, the bundled library didn't always play well
> +      with the installed server version.  The most obvious symptom of this
> +      being disagreement over where to find the mysql.socket unix domain
> +      socket file.
> +     </para>

Why not use an ordered list here? This is the wrong way to do it :)

Derick

-- 
"Interpreting what the GPL actually means is a job best left to those
                    that read the future by examining animal entrails."
-------------------------------------------------------------------------
 Derick Rethans                                 http://derickrethans.nl/ 
 International PHP Magazine                          http://php-mag.net/
-------------------------------------------------------------------------


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to