php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18837 MYSQL_OPT_LOCAL_INFILE undeclared
Submitted: 2002-08-09 14:02 UTC Modified: 2002-08-09 17:14 UTC
From: mmcbride at ohsers dot org Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.2.2 OS: AIX 4.3.3
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: mmcbride at ohsers dot org
New email:
PHP Version: OS:

 

 [2002-08-09 14:02 UTC] mmcbride at ohsers dot org
On AIX 4.3.3 using xlc 3.6.6.6 with libxml2-2.4.23.

./configure --with-mysql=/usr/local/mysql \
                 --with-apache=$apache_install \
                 --enable-debug=no             \
                 --enable-ftp                  \
                 --enable-bcmath               \
                 --enable-track-vars=no        \
                 --with-gd=$gd_src             \
                 --with-imap=$imap_src         \
                 --with-snmp                    \
                 --with-dom                     \
                 --with-zlib                    \
                 --with-getext

I get these compilation errors:

"/usr/local/php4-200208090600/ext/mysql/php_mysql.c", line 735.45: 1506-045 (S) Undeclared identifier MYSQL_OPT_LOCAL_INFILE.



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-08-09 17:14 UTC] georg@php.net
mysql_options(.... , MYSQL_OPT_LOCAL_INFILE) doesn't exist in 4.2.2. 

If you mean the current cvs-tree, please checkout and try again (I forgot to remove a test case yesterday).
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 07:01:31 2024 UTC