ID: 14801 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: MySQL related Operating System: Solaris 8 Intel PHP Version: 4.1.1 New Comment:
Thank you for taking the time to report a problem with PHP. Unfortunately your version of PHP is too old -- the problem might already be fixed. Please download a new PHP version from http://www.php.net/downloads.php If you are able to reproduce the bug with one of the latest versions of PHP, please change the PHP version on this bug report to the version you tested and change the status back to "Open". Again, thank you for your continued support of PHP. Previous Comments: ------------------------------------------------------------------------ [2002-01-02 10:08:21] [EMAIL PROTECTED] ./configure --with-mysql --with-apxs --with-db3=/usr/local/BerkeleyDB.3.3 --with-imap=../imap-2001a --with-mm --with-ldap --with-zlib --with-openssl --with-imap-ssl getwd() and getcwd() are both available in Solaris, but it looks like configure is not correctly defining HAVE_GETWD and HAVE_GETCWD, so my_getwd.c fails to compile. I manually added the following line to ext/mysql/libmysql/mysys_priv.h to get it to compile and work: #define HAVE_GETWD ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=14801&edit=1
