php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7126 PHP Standalone doesn?t work with Sybase compiled in
Submitted: 2000-10-10 15:27 UTC Modified: 2000-12-07 11:49 UTC
From: reweiner at yahoo dot com Assigned:
Status: Closed Package: Sybase-ct (ctlib) related
PHP Version: 4.0.2 OS: Linux 2.2.16
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: reweiner at yahoo dot com
New email:
PHP Version: OS:

 

 [2000-10-10 15:27 UTC] reweiner at yahoo dot com
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.



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-01 00:49 UTC] joey@php.net
Have you set your Sybase environment up?
 [2000-12-07 11:49 UTC] sniper@php.net
No feedback.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 00:01:30 2024 UTC