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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Apr 18 13:01:27 2024 UTC