php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #42742 Compile error when including mysqli
Submitted: 2007-09-23 17:18 UTC Modified: 2007-10-01 01:00 UTC
From: dagee at lrn dot com Assigned:
Status: No Feedback Package: Compile Failure
PHP Version: 5.2.4 OS: Ubuntu 7.04
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: dagee at lrn dot com
New email:
PHP Version: OS:

 

 [2007-09-23 17:18 UTC] dagee at lrn dot com
Description:
------------
Received compile error when including mysqli option.

Used configuration command:
   ./configure --prefix /usr/local/mysql --with-mysqli=<path>/mysql_config.sh

Last few lines from compile output with error were:

mysqli.c:1171 warning: passing argument 2 of 'php_strlcpy' makes pointer from integer without a cast
mysqli.c: In function 'php_local_infile_end':
mysqli.c:1194: error: 'MY_SQL' has no member named 'li_stream'
make: *** [ext/mysqli/mysqli.lo] Error 1

Note:  Old bug reports indicated PHP5 was not year compatible with MYSQL5 -- but this was three years ago.  Surely it's fixed by now??

Reproduce code:
---------------
Standard code (no changes)

Expected result:
----------------
Expected clean compile

Actual result:
--------------
See above

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-09-23 23:08 UTC] jani@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.



 [2007-10-01 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 18:01:29 2024 UTC