Date: 08/12/01
- Next message: Rui Hirokawa: "[PHP-DOC] cvs: phpdoc /ja bookinfo.xml preface.xml /ja/appendices resources.xml /ja/chapters security.xml /ja/features safe-mode.xml /ja/functions apache.xml array.xml bc.xml com.xml cpdf.xml datetime.xml dbase.xml dbm.xml dbx.xml domxml.xml exec.xml fbsql.xml filepro.xml filesystem.xml ftp.xml http.xml ibase.xml iconv.xml ifx.xml imap.xml ircg.xml ldap.xml mail.xml mbstring.xml mcrypt.xml ming.xml nis.xml oci8.xml pgsql.xml posix.xml readline.xml regex.xml session.xml sockets.xml swf.xml zip.xml /ja/language control-structures.xml functions.xml oop.xml operators.xml"
- Previous message: Jeroen van Wolffelaar: "[PHP-DOC] cvs: phpdoc / global.ent /en/functions strings.xml"
- Next in thread: Jeroen van Wolffelaar: "[PHP-DOC] cvs: phpdoc /en/functions mysql.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
sniper Sun Aug 12 20:27:16 2001 EDT
Modified files:
/phpdoc/en/functions mysql.xml
Log:
added note about mysql_db_query() been deprecated.
Index: phpdoc/en/functions/mysql.xml
diff -u phpdoc/en/functions/mysql.xml:1.56 phpdoc/en/functions/mysql.xml:1.57
--- phpdoc/en/functions/mysql.xml:1.56 Sun Aug 12 18:43:08 2001
+++ phpdoc/en/functions/mysql.xml Sun Aug 12 20:27:15 2001
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.56 $ -->
+<!-- $Revision: 1.57 $ -->
<reference id="ref.mysql">
<title>MySQL functions</title>
<titleabbrev>MySQL</titleabbrev>
@@ -517,8 +517,11 @@
<function>mysql_query</function>.
</para>
<para>
- For downwards
- compatibility <function>mysql</function> can also be used.
+ <note>
+ This function has been deprecated since PHP 4.0.6.
+ Do not use this function. Use <function>mysql_select_db</function>
+ and <function>mysql_query</function> instead.
+ </note>
</para>
</refsect1>
</refentry>
- Next message: Rui Hirokawa: "[PHP-DOC] cvs: phpdoc /ja bookinfo.xml preface.xml /ja/appendices resources.xml /ja/chapters security.xml /ja/features safe-mode.xml /ja/functions apache.xml array.xml bc.xml com.xml cpdf.xml datetime.xml dbase.xml dbm.xml dbx.xml domxml.xml exec.xml fbsql.xml filepro.xml filesystem.xml ftp.xml http.xml ibase.xml iconv.xml ifx.xml imap.xml ircg.xml ldap.xml mail.xml mbstring.xml mcrypt.xml ming.xml nis.xml oci8.xml pgsql.xml posix.xml readline.xml regex.xml session.xml sockets.xml swf.xml zip.xml /ja/language control-structures.xml functions.xml oop.xml operators.xml"
- Previous message: Jeroen van Wolffelaar: "[PHP-DOC] cvs: phpdoc / global.ent /en/functions strings.xml"
- Next in thread: Jeroen van Wolffelaar: "[PHP-DOC] cvs: phpdoc /en/functions mysql.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

