|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-11-01 00:49 UTC] joey@php.net
[2000-12-07 11:49 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 10:00:02 2025 UTC |
I compiled PHP for standalone use in 2 ways: ./configure --with-mysql=/usr/local/ --enable-discard-path --enable-versioning I created this script and put it in cgi-bin of Apache 1.3.12 #!/usr/local/bin/php <?php echo ("Test"); ?> Everything worked as it should Although if I compile with sybase modules in: ./configure --with-mysql=/usr/local/ --enable-discard-path --enable-versioning --with-sybase-ct=/opt/sybase-11.9.2/ It doesn?t work anymore - internal error in Apache. The interesting is that if you execute the script in a command line, it works, but it doesn?t in Apache. More information you reach me at reweiner@yahoo.com Thanks Renato - Brazil.