ID: 3783 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Dynamic loading PHP Version: 4.0 Assigned To: Comments: To PHP-developers: Is anybody doing anything about this? --Jani Previous Comments: --------------------------------------------------------------------------- [2001-03-16 14:23:41] [EMAIL PROTECTED] by the way: its usually sufficient to compile only php3 with versioning to get bot php3 and 4 modules loaded --------------------------------------------------------------------------- [2001-02-10 14:21:17] [EMAIL PROTECTED] works for linux but fails on solaris --------------------------------------------------------------------------- [2001-02-10 14:12:29] [EMAIL PROTECTED] refiling against 4.0. --------------------------------------------------------------------------- [2000-03-25 22:07:16] [EMAIL PROTECTED] Yes, dynamic loading does not work with versioning currently. We probably would need to export a few other symbols from the php library. --------------------------------------------------------------------------- [2000-03-09 08:45:36] [EMAIL PROTECTED] I've compiled php3.0.15 without any pb, config file : ./configure --with-apxs=/usr/local/apache/bin/apxs --with-xml --with-config-file-path=/usr/local/apache/conf --enable-versioning #versioning enabled --enable-track-vars I've also compiled the mysql part into a mysql.so module and well configured my php3.ini BUT, when I try a mysql_connect(), the following error message appear : Fatal error: Call to unsupported or undefined function mysql_connect() in /home/sdomas/public_html/testdb.php3 on line 9 The standard capabilities are working but it seems that I can't load a separate module. Let's compile it again without versioning flag and then IT WORKS ! Nothing's really wrong but I can't use PHP3 and PHP4 together ! --------------------------------------------------------------------------- The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online. ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=3783&edit=2 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]