|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-03-02 12:52 UTC] joey at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 12:00:01 2025 UTC |
i configure php as following: ./configure --with-apache=/opt/apache/apache_1.3.9 --with-config-file-path=/opt/apache/etc --with-sybase=/opt/sybase --with-sybase-ct=/opt/sybase --enable-track=vars and my te.php3 is <html> <head> <title>Example</title> </head> <body> <br> <?php $openid=sybase_connect("eao1sh20068","sa",""); sybase_close($openid); ?> <br> </body> </html> the result is: Fatal error: Call to unsupported or undefined function sybase_connect() in /opt/apache/share/htdocs/php/te.php3 on line 8 my sybase is 11.5