[PHP-DOC] cvs: phpdoc /en/reference/mysql configure.xml

2006-03-11 Thread Gavin Foster
gavinfo Sat Mar 11 15:46:12 2006 UTC

  Modified files:  
/phpdoc/en/reference/mysql  configure.xml 
  Log:
  Improved description of MySQL extension's compatibility with MySQL version 
4.1.0 and later.
  
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/mysql/configure.xml?r1=1.14&r2=1.15&diff_format=u
Index: phpdoc/en/reference/mysql/configure.xml
diff -u phpdoc/en/reference/mysql/configure.xml:1.14 
phpdoc/en/reference/mysql/configure.xml:1.15
--- phpdoc/en/reference/mysql/configure.xml:1.14Sat Aug 13 09:55:00 2005
+++ phpdoc/en/reference/mysql/configure.xml Sat Mar 11 15:46:12 2006
@@ -1,5 +1,5 @@
 
-
+
 
  &reftitle.install;
 
@@ -9,9 +9,10 @@
   configuration option where the optional [DIR] points to 
   the MySQL installation directory.
  
- 
-  This MySQL extension doesn't support full functionality of MySQL versions 
greater than
-  4.1.0. For that, use MySQLi.
+  
+  Although this MySQL extension is compatible with MySQL 4.1.0 and greater, 
+  it doesn't support the extra functionality that these versions provide. 
+  For that, use the MySQLi extension.
  
  
   If you would like to install the mysql extension along with the mysqli 
extension


[PHP-DOC] cvs: phpdoc /en/reference/mysql configure.xml

2005-08-13 Thread Matthew Li
mazzanetSat Aug 13 05:55:03 2005 EDT

  Modified files:  
/phpdoc/en/reference/mysql  configure.xml 
  Log:
  Fix #34117
  
http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/configure.xml?r1=1.13&r2=1.14&ty=u
Index: phpdoc/en/reference/mysql/configure.xml
diff -u phpdoc/en/reference/mysql/configure.xml:1.13 
phpdoc/en/reference/mysql/configure.xml:1.14
--- phpdoc/en/reference/mysql/configure.xml:1.13Tue May 31 05:15:00 2005
+++ phpdoc/en/reference/mysql/configure.xml Sat Aug 13 05:55:00 2005
@@ -1,5 +1,5 @@
 
-
+
 
  &reftitle.install;
 
@@ -73,7 +73,7 @@
 directory to the PATH on Windows" for information on how to do
 this. Although copying libmysql.dll to the Windows
 system directory also works (because the system directory is by default in 
-the systems PATH), it's not recommended.
+the system's PATH), it's not recommended.


 As with enabling any PHP extension (such as 


[PHP-DOC] cvs: phpdoc /en/reference/mysql configure.xml

2005-05-31 Thread Jakub Vrana
vrana   Tue May 31 05:15:02 2005 EDT

  Modified files:  
/phpdoc/en/reference/mysql  configure.xml 
  Log:
  Headers and libraries from MySQL (bug #33187)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/configure.xml?r1=1.12&r2=1.13&ty=u
Index: phpdoc/en/reference/mysql/configure.xml
diff -u phpdoc/en/reference/mysql/configure.xml:1.12 
phpdoc/en/reference/mysql/configure.xml:1.13
--- phpdoc/en/reference/mysql/configure.xml:1.12Mon Apr 11 16:20:45 2005
+++ phpdoc/en/reference/mysql/configure.xml Tue May 31 05:15:00 2005
@@ -1,5 +1,5 @@
 
-
+
 
  &reftitle.install;
 
@@ -46,6 +46,8 @@
 FAQ for details on why. Use the 
 --with-mysql[=DIR] configure option
 to include MySQL support.
+You can download headers and libraries from
+MySQL.

   
  


[PHP-DOC] cvs: phpdoc /en/reference/mysql configure.xml

2005-04-11 Thread Philip Olson
philip  Mon Apr 11 16:20:46 2005 EDT

  Modified files:  
/phpdoc/en/reference/mysql  configure.xml 
  Log:
  Rewrote and restructered these docs so hopefully Windows users will be able
  to install MySQL with PHP 5. All of them. No more questions. 
  Used titled sections which seemed like the best way to seperate the content. 
  TODO: Document issues with the bundled libmysql.dll vs. the one that comes 
with MySQL itself. 
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/configure.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/mysql/configure.xml
diff -u phpdoc/en/reference/mysql/configure.xml:1.11 
phpdoc/en/reference/mysql/configure.xml:1.12
--- phpdoc/en/reference/mysql/configure.xml:1.11Sat Sep 11 05:40:06 2004
+++ phpdoc/en/reference/mysql/configure.xml Mon Apr 11 16:20:45 2005
@@ -1,47 +1,13 @@
 
-
+
 
  &reftitle.install;
- 
-  By using the --with-mysql[=DIR]
-  configuration option you enable PHP to access MySQL
-  databases.
- 
- 
-  In PHP 4, the option --with-mysql is
-  enabled by default.  To disable this default behavior, you may use the
-  --without-mysql configure option.  
-  Also in PHP 4, if you enable MySQL without specifying the path to the
-  MySQL install DIR, PHP will use the bundled MySQL client
-  libraries.  In Windows, there is no DLL, it's simply built into PHP 4.
-  Users who run other applications that use MySQL (for example,
-  auth-mysql) should not use the bundled library, but rather specify the
-  path to MySQL's install directory, like so:
-  --with-mysql=/path/to/mysql.
-  This will force PHP to use the client libraries
-  installed by MySQL, thus avoiding any conflicts.
- 
- 
-  In PHP 5, MySQL is no longer enabled by default, nor is the MySQL library
-  bundled with PHP.  Read this 
-  FAQ for details on why.
- 
 
- 
-  
-   Windows users will need to enable php_mysql.dll
-   inside of &php.ini; and either copy libmysql.dll
-   into the Windows system directory, or make it available to the 
PATH.
-  
-  
-   This will fix "Unable to load dynamic library './php_mysql.dll'" errors.
-  
- 
- 
- 
-   For compiling, simply use
-   --with-mysql=[DIR] where
-  [DIR] points to your MySQL installation directory.
+ 
+  For compiling, simply use the 
+  --with-mysql[=DIR]
+  configuration option where the optional [DIR] points to 
+  the MySQL installation directory.
  
  
   This MySQL extension doesn't support full functionality of MySQL versions 
greater than
@@ -51,21 +17,100 @@
   If you would like to install the mysql extension along with the mysqli 
extension
   you have to use the same client library to avoid any conflicts.
  
- 
-  
-   Crashes and startup problems of PHP may be encountered
-   when loading this extension in conjunction with the recode extension.
-   See the recode extension for more
-   information.
-  
- 
- 
-  
-   If you need charsets other than latin (default), you
-   have to install external (not bundled) libmysql with compiled charset
-   support. 
-  
- 
+
+ 
+  Installation on Linux Systems
+  
+   PHP 4
+   
+The option --with-mysql is
+enabled by default. This default behavior may be disabled with the 
+--without-mysql configure option.  
+If MySQL is enabled without specifying the path to the
+MySQL install DIR, PHP will use the bundled MySQL client libraries.
+   
+   
+Users who run other applications that use MySQL (for example,
+auth-mysql) should not use the bundled library, but rather specify the
+path to MySQL's install directory, like so:
+--with-mysql=/path/to/mysql.
+This will force PHP to use the client libraries installed by MySQL, thus 
+avoiding any conflicts.
+   
+  
+  
+   PHP 5+
+   
+MySQL is not enabled by default, nor is the MySQL library
+bundled with PHP. Read this 
+FAQ for details on why. Use the 
+--with-mysql[=DIR] configure option
+to include MySQL support.
+   
+  
+ 
+
+ 
+  Installation on Windows Systems
+  
+   PHP 4
+   
+The PHP MySQL extension is compiled into PHP.
+   
+  
+  
+   PHP 5+
+   
+MySQL is no longer enabled by default, so the 
+php_mysql.dll DLL must be enabled inside of 
+&php.ini;. Also, PHP needs access to the MySQL client library. A file
+named libmysql.dll is included in the Windows PHP 
+distribution and in order for PHP to talk to MySQL this file needs to be 
+available to the Windows systems PATH. See the FAQ
+titled "How do I add my PHP 
+directory to the PATH on Windows" for information on how to do
+this. Although copying libmysql.dll to the Windows
+system directory also works (because the system directory is by default in 
+the systems PATH), it's not recommended.
+   
+   
+As with enabling any PHP extension (such as 
+php_mysql.dll), the PHP directive 
+extension_dir should be set to 
+the directory where the PHP extensions are located. See also the 
+Manual Windows Installation
+Instructio

[PHP-DOC] cvs: phpdoc /en/reference/mysql configure.xml

2004-09-11 Thread Aidan Lister
aidan   Sat Sep 11 05:40:11 2004 EDT

  Modified files:  
/phpdoc/en/reference/mysql  configure.xml 
  Log:
  Made the information about the new changes more visible, as this seems to be a 
constant problem with users.
  
http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/configure.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/mysql/configure.xml
diff -u phpdoc/en/reference/mysql/configure.xml:1.10 
phpdoc/en/reference/mysql/configure.xml:1.11
--- phpdoc/en/reference/mysql/configure.xml:1.10Sun Aug  1 19:00:38 2004
+++ phpdoc/en/reference/mysql/configure.xml Sat Sep 11 05:40:06 2004
@@ -1,5 +1,5 @@
 
-
+
 
  &reftitle.install;
  
@@ -24,16 +24,28 @@
  
   In PHP 5, MySQL is no longer enabled by default, nor is the MySQL library
   bundled with PHP.  Read this 
-  FAQ for details on why.  Because of this, Windows users will need
-  to enable php_mysql.dll inside of &php.ini; and either
-  copy libmysql.dll into the Windows system directory or
-  make it available to the PATH. For compiling, simply use
+  FAQ for details on why.
+ 
+
+ 
+  
+   Windows users will need to enable php_mysql.dll
+   inside of &php.ini; and either copy libmysql.dll
+   into the Windows system directory, or make it available to the PATH.
+  
+  
+   This will fix "Unable to load dynamic library './php_mysql.dll'" errors.
+  
+ 
+ 
+ 
+   For compiling, simply use
--with-mysql=[DIR] where
   [DIR] points to your MySQL installation directory.
  
  
   This MySQL extension doesn't support full functionality of MySQL versions greater 
than
-  4.1.0.  For that, use MySQLi.
+  4.1.0. For that, use MySQLi.
  
  
   If you would like to install the mysql extension along with the mysqli extension


[PHP-DOC] cvs: phpdoc /en/reference/mysql configure.xml ini.xml

2004-08-01 Thread Friedhelm Betz
betzSun Aug  1 19:00:39 2004 EDT

  Modified files:  
/phpdoc/en/reference/mysql  configure.xml ini.xml 
  Log:
  markup: no literal with PHP, some proper tagging
  clarify compiling for PHP 5
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/configure.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/mysql/configure.xml
diff -u phpdoc/en/reference/mysql/configure.xml:1.9 
phpdoc/en/reference/mysql/configure.xml:1.10
--- phpdoc/en/reference/mysql/configure.xml:1.9 Thu Jul 22 18:02:11 2004
+++ phpdoc/en/reference/mysql/configure.xml Sun Aug  1 19:00:38 2004
@@ -1,10 +1,10 @@
 
-
+
 
  &reftitle.install;
  
   By using the --with-mysql[=DIR]
-  configuration option you enable PHP to access MySQL
+  configuration option you enable PHP to access MySQL
   databases.
  
  
@@ -12,13 +12,13 @@
   enabled by default.  To disable this default behavior, you may use the
   --without-mysql configure option.  
   Also in PHP 4, if you enable MySQL without specifying the path to the
-  MySQL install DIR, PHP will use the bundled MySQL client
+  MySQL install DIR, PHP will use the bundled MySQL client
   libraries.  In Windows, there is no DLL, it's simply built into PHP 4.
   Users who run other applications that use MySQL (for example,
   auth-mysql) should not use the bundled library, but rather specify the
   path to MySQL's install directory, like so:
   --with-mysql=/path/to/mysql.
-  This will force PHP to use the client libraries
+  This will force PHP to use the client libraries
   installed by MySQL, thus avoiding any conflicts.
  
  
@@ -26,10 +26,10 @@
   bundled with PHP.  Read this 
   FAQ for details on why.  Because of this, Windows users will need
   to enable php_mysql.dll inside of &php.ini; and either
-  copy libmysql.dll into the Windows system directory or make it available to 
-  the PATH.  For compiling, simply use  
-  --with-mysql=[DIR] where 
-  [DIR] is defined.
+  copy libmysql.dll into the Windows system directory or
+  make it available to the PATH. For compiling, simply use
+   --with-mysql=[DIR] where
+  [DIR] points to your MySQL installation directory.
  
  
   This MySQL extension doesn't support full functionality of MySQL versions greater 
than
@@ -41,7 +41,7 @@
  
  
   
-   Crashes and startup problems of PHP may be encountered
+   Crashes and startup problems of PHP may be encountered
when loading this extension in conjunction with the recode extension.
See the recode extension for more
information.
http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/ini.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/mysql/ini.xml
diff -u phpdoc/en/reference/mysql/ini.xml:1.6 phpdoc/en/reference/mysql/ini.xml:1.7
--- phpdoc/en/reference/mysql/ini.xml:1.6   Tue Jul 27 18:19:15 2004
+++ phpdoc/en/reference/mysql/ini.xml   Sun Aug  1 19:00:38 2004
@@ -1,5 +1,5 @@
 
-
+
 
  &reftitle.runtime;
  &extension.runtime;
@@ -140,11 +140,11 @@
  The default TCP port number to use when connecting to
  the database server if no other port is specified. If
  no default is specified, the port will be obtained
- from the MYSQL_TCP_PORT environment
+ from the MYSQL_TCP_PORT environment
  variable, the mysql-tcp entry in
  /etc/services or the compile-time
- MYSQL_PORT constant, in that order. Win32
- will only use the MYSQL_PORT constant.
+ MYSQL_PORT constant, in that order. Win32
+ will only use the MYSQL_PORT constant.
 

   
@@ -239,4 +239,3 @@
 vim: et tw=78 syn=sgml
 vi: ts=1 sw=1
 -->
-


Re: [PHP-DOC] cvs: phpdoc /en/reference/mysql configure.xml

2004-07-23 Thread Philip Olson
> >In PHP 5, MySQL is no longer enabled by default, nor is the MySQL
> > library bundled with PHP.  Read this  > linkend="faq.databases.mysql.php5"> -  FAQ for details on why.
> > +  FAQ for details on why.  Because of this, Windows users will need
> > +  to enable php_mysql.dll inside of &php.ini; and
> > either +  copy libmysql.dll into the Windows system directory or make it
> > available to +  the PATH.  
> 
> libmysql.dll and any other extra *.dll could als be copied to the same folder 
> apache.exe lives in (for apache 1/2,). Because apache searches on startup 
> first its own folder. Bit ugly but works and avoid copying dlls to 
> %SYSTEMROOT% or add the dlls folder to the PATH or modify PATH.
> 
> I am also on +1 to mention somewhere,  copying dlls to systemroot is only 
> recommended, because systemroot is surely in PATH.

This question came up a lot yet it was not mentioned in the docs.  IIRC
some(one|people) are working on new Windows installation docs but until
then I figured this would help.  At that time people will mention which
directories stuff can go in, PATH, SYSTEMROOT, etc.  Please feel free to
modify.

> > For compiling, simply use  > role="configure">
> > +  --with-mysql=[DIR] where
> > +  [DIR] is defined.
> 
> ??

Because PHP no longer bundles the client libraries people must define
[DIR], I didn't go into detail because some details on this already exist
in the paragraph above.  This information is PHP 5 specific, not Windows,
but I didn't say *nix here because I figure maybe people compile for
Windows too :)

Regards,
Philip


Re: [PHP-DOC] cvs: phpdoc /en/reference/mysql configure.xml

2004-07-23 Thread Friedhelm Betz
Hi,

> philipThu Jul 22 18:02:12 2004 EDT
>
>   Modified files:
> /phpdoc/en/reference/mysqlconfigure.xml
>   Log:
>   Add information for Windows users and PHP 5 in regards to libmysql.dll
>   #this question comes up a lot and hopefully this will help.
>
>
> http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/configure.xml?r1=1.8&;
>r2=1.9&ty=u Index: phpdoc/en/reference/mysql/configure.xml
> diff -u phpdoc/en/reference/mysql/configure.xml:1.8
> phpdoc/en/reference/mysql/configure.xml:1.9 ---
> phpdoc/en/reference/mysql/configure.xml:1.8   Sat Mar 13 10:54:04 2004 +++
> phpdoc/en/reference/mysql/configure.xml   Thu Jul 22 18:02:11 2004 @@ -1,5
> +1,5 @@
>  
> -
> +
>  
>   &reftitle.install;
>   
> @@ -24,7 +24,12 @@
>   
>In PHP 5, MySQL is no longer enabled by default, nor is the MySQL
> library bundled with PHP.  Read this  linkend="faq.databases.mysql.php5"> -  FAQ for details on why.
> +  FAQ for details on why.  Because of this, Windows users will need
> +  to enable php_mysql.dll inside of &php.ini; and
> either +  copy libmysql.dll into the Windows system directory or make it
> available to +  the PATH.  

libmysql.dll and any other extra *.dll could als be copied to the same folder 
apache.exe lives in (for apache 1/2,). Because apache searches on startup 
first its own folder. Bit ugly but works and avoid copying dlls to 
%SYSTEMROOT% or add the dlls folder to the PATH or modify PATH.

I am also on +1 to mention somewhere,  copying dlls to systemroot is only 
recommended, because systemroot is surely in PATH.

> For compiling, simply use  role="configure">
> +  --with-mysql=[DIR] where
> +  [DIR] is defined.

??

>   
>   

Friedhelm

-- 
http://www.jungle-world.com/


[PHP-DOC] cvs: phpdoc /en/reference/mysql configure.xml

2004-07-22 Thread Philip Olson
philip  Thu Jul 22 18:02:12 2004 EDT

  Modified files:  
/phpdoc/en/reference/mysql  configure.xml 
  Log:
  Add information for Windows users and PHP 5 in regards to libmysql.dll
  #this question comes up a lot and hopefully this will help.
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/configure.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/mysql/configure.xml
diff -u phpdoc/en/reference/mysql/configure.xml:1.8 
phpdoc/en/reference/mysql/configure.xml:1.9
--- phpdoc/en/reference/mysql/configure.xml:1.8 Sat Mar 13 10:54:04 2004
+++ phpdoc/en/reference/mysql/configure.xml Thu Jul 22 18:02:11 2004
@@ -1,5 +1,5 @@
 
-
+
 
  &reftitle.install;
  
@@ -24,7 +24,12 @@
  
   In PHP 5, MySQL is no longer enabled by default, nor is the MySQL library
   bundled with PHP.  Read this 
-  FAQ for details on why.
+  FAQ for details on why.  Because of this, Windows users will need
+  to enable php_mysql.dll inside of &php.ini; and either
+  copy libmysql.dll into the Windows system directory or make it available to 
+  the PATH.  For compiling, simply use  
+  --with-mysql=[DIR] where 
+  [DIR] is defined.
  
  
   This MySQL extension doesn't support full functionality of MySQL versions greater 
than


[PHP-DOC] cvs: phpdoc /en/reference/mysql configure.xml

2004-03-13 Thread Georg Richter
georg   Sat Mar 13 10:54:04 2004 EDT

  Modified files:  
/phpdoc/en/reference/mysql  configure.xml 
  Log:
  changed configure documentation
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/configure.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/mysql/configure.xml
diff -u phpdoc/en/reference/mysql/configure.xml:1.7 
phpdoc/en/reference/mysql/configure.xml:1.8
--- phpdoc/en/reference/mysql/configure.xml:1.7 Mon Jul 14 05:07:23 2003
+++ phpdoc/en/reference/mysql/configure.xml Sat Mar 13 10:54:04 2004
@@ -1,5 +1,5 @@
 
-
+
 
  &reftitle.install;
  
@@ -27,9 +27,13 @@
   FAQ for details on why.
  
  
-  This MySQL extension will not work with MySQL versions greater than
+  This MySQL extension doesn't support full functionality of MySQL versions greater 
than
   4.1.0.  For that, use MySQLi.
  
+ 
+  If you would like to install the mysql extension along with the mysqli extension
+  you have to use the same client library to avoid any conflicts.
+ 
  
   
Crashes and startup problems of PHP may be encountered


[PHP-DOC] cvs: phpdoc /en/reference/mysql configure.xml

2003-07-14 Thread Friedhelm Betz
betzMon Jul 14 05:07:23 2003 EDT

  Modified files:  
/phpdoc/en/reference/mysql  configure.xml 
  Log:
  logical error
  
  
Index: phpdoc/en/reference/mysql/configure.xml
diff -u phpdoc/en/reference/mysql/configure.xml:1.6 
phpdoc/en/reference/mysql/configure.xml:1.7
--- phpdoc/en/reference/mysql/configure.xml:1.6 Wed Jul  2 02:55:59 2003
+++ phpdoc/en/reference/mysql/configure.xml Mon Jul 14 05:07:23 2003
@@ -1,5 +1,5 @@
 
-
+
 
  &reftitle.install;
  
@@ -12,11 +12,11 @@
   enabled by default.  To disable this default behavior, you may use the
   --without-mysql configure option.  
   Also in PHP 4, if you enable MySQL without specifying the path to the
-  MySQL source DIR, PHP will use the bundled MySQL client
+  MySQL install DIR, PHP will use the bundled MySQL client
   libraries.  In Windows, there is no DLL, it's simply built into PHP 4.
   Users who run other applications that use MySQL (for example,
   auth-mysql) should not use the bundled library, but rather specify the
-  path to MySQL's source directory, like so:
+  path to MySQL's install directory, like so:
   --with-mysql=/path/to/mysql.
   This will force PHP to use the client libraries
   installed by MySQL, thus avoiding any conflicts.
@@ -67,4 +67,3 @@
 vim: et tw=78 syn=sgml
 vi: ts=1 sw=1
 -->
-



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



[PHP-DOC] cvs: phpdoc /en/reference/mysql configure.xml

2003-07-01 Thread Philip Olson
philip  Wed Jul  2 02:55:59 2003 EDT

  Modified files:  
/phpdoc/en/reference/mysql  configure.xml 
  Log:
  Link to the faq on Mysql+PHP 5
  
  
Index: phpdoc/en/reference/mysql/configure.xml
diff -u phpdoc/en/reference/mysql/configure.xml:1.5 
phpdoc/en/reference/mysql/configure.xml:1.6
--- phpdoc/en/reference/mysql/configure.xml:1.5 Sun Jun 29 13:40:29 2003
+++ phpdoc/en/reference/mysql/configure.xml Wed Jul  2 02:55:59 2003
@@ -1,5 +1,5 @@
 
-
+
 
  &reftitle.install;
  
@@ -23,7 +23,8 @@
  
  
   In PHP 5, MySQL is no longer enabled by default, nor is the MySQL library
-  bundled with PHP. 
+  bundled with PHP.  Read this 
+  FAQ for details on why.
  
  
   This MySQL extension will not work with MySQL versions greater than



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



[PHP-DOC] cvs: phpdoc /en/reference/mysql configure.xml

2003-06-29 Thread Philip Olson
philip  Sun Jun 29 13:40:29 2003 EDT

  Modified files:  
/phpdoc/en/reference/mysql  configure.xml 
  Log:
  Be consistent, use PHP 5 instead of 5.0.0
  
  
Index: phpdoc/en/reference/mysql/configure.xml
diff -u phpdoc/en/reference/mysql/configure.xml:1.4 
phpdoc/en/reference/mysql/configure.xml:1.5
--- phpdoc/en/reference/mysql/configure.xml:1.4 Sun Jun 29 13:35:49 2003
+++ phpdoc/en/reference/mysql/configure.xml Sun Jun 29 13:40:29 2003
@@ -1,5 +1,5 @@
 
-
+
 
  &reftitle.install;
  
@@ -22,8 +22,8 @@
   installed by MySQL, thus avoiding any conflicts.
  
  
-  As of PHP 5.0.0, MySQL is no longer enabled by default, nor is the MySQL
-  library bundled with PHP.
+  In PHP 5, MySQL is no longer enabled by default, nor is the MySQL library
+  bundled with PHP. 
  
  
   This MySQL extension will not work with MySQL versions greater than



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



[PHP-DOC] cvs: phpdoc /en/reference/mysql configure.xml

2003-06-29 Thread Philip Olson
philip  Sun Jun 29 13:35:49 2003 EDT

  Modified files:  
/phpdoc/en/reference/mysql  configure.xml 
  Log:
  Mention that MySQL is not bundled or enabled by default with PHP 5, and a little 
rewording.
  
  
Index: phpdoc/en/reference/mysql/configure.xml
diff -u phpdoc/en/reference/mysql/configure.xml:1.3 
phpdoc/en/reference/mysql/configure.xml:1.4
--- phpdoc/en/reference/mysql/configure.xml:1.3 Sun Jun  8 11:07:08 2003
+++ phpdoc/en/reference/mysql/configure.xml Sun Jun 29 13:35:49 2003
@@ -1,27 +1,34 @@
 
-
+
 
  &reftitle.install;
  
   By using the --with-mysql[=DIR]
   configuration option you enable PHP to access MySQL
-  databases. If you use this option without specifying the path to MySQL,
-  PHP will use the bundled MySQL client libraries.
-  As of PHP 4, --with-mysql is enabled 
-  by default so to disable MySQL support you must use 
-  --without-mysql.  Users who run other
-  applications that use MySQL (for example, running PHP 3 and PHP 4 as
-  concurrent apache modules, or auth-mysql) should always specify the path
-  to the MySQL DIR: 
-  --with-mysql=/path/to/mysql.  
-  This will force PHP to use the client libraries installed
-  by MySQL, avoiding any conflicts.
+  databases.
+ 
+ 
+  In PHP 4, the option --with-mysql is
+  enabled by default.  To disable this default behavior, you may use the
+  --without-mysql configure option.  
+  Also in PHP 4, if you enable MySQL without specifying the path to the
+  MySQL source DIR, PHP will use the bundled MySQL client
+  libraries.  In Windows, there is no DLL, it's simply built into PHP 4.
+  Users who run other applications that use MySQL (for example,
+  auth-mysql) should not use the bundled library, but rather specify the
+  path to MySQL's source directory, like so:
+  --with-mysql=/path/to/mysql.
+  This will force PHP to use the client libraries
+  installed by MySQL, thus avoiding any conflicts.
+ 
+ 
+  As of PHP 5.0.0, MySQL is no longer enabled by default, nor is the MySQL
+  library bundled with PHP.
  
  
   This MySQL extension will not work with MySQL versions greater than
   4.1.0.  For that, use MySQLi.
  
- &windows.builtin;
  
   
Crashes and startup problems of PHP may be encountered



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



[PHP-DOC] cvs: phpdoc /en/reference/mysql configure.xml

2003-06-08 Thread Philip Olson
philip  Sun Jun  8 11:07:09 2003 EDT

  Modified files:  
/phpdoc/en/reference/mysql  configure.xml 
  Log:
  Mention that MySQL 4.1.0+ only works with ext/mysqli.  And, only external 
  libmysql supports charsets other than latin.  This also documents bug #23885
  
  
Index: phpdoc/en/reference/mysql/configure.xml
diff -u phpdoc/en/reference/mysql/configure.xml:1.2 
phpdoc/en/reference/mysql/configure.xml:1.3
--- phpdoc/en/reference/mysql/configure.xml:1.2 Wed Apr 30 22:58:00 2003
+++ phpdoc/en/reference/mysql/configure.xml Sun Jun  8 11:07:08 2003
@@ -1,5 +1,5 @@
 
-
+
 
  &reftitle.install;
  
@@ -17,6 +17,10 @@
   This will force PHP to use the client libraries installed
   by MySQL, avoiding any conflicts.
  
+ 
+  This MySQL extension will not work with MySQL versions greater than
+  4.1.0.  For that, use MySQLi.
+ 
  &windows.builtin;
  
   
@@ -26,6 +30,13 @@
information.
   
  
+ 
+  
+   If you need charsets other than latin (default), you
+   have to install external (not bundled) libmysql with compiled charset
+   support. 
+  
+