I've go an error saying

Warning: Sybase: Unable to allocate connection record in /var/ns-enterprise/var/doc/ms/group/it/hkeo/it/csd/test.php on line 31

This is defintely a problem with the php not being able to allocated a sybase connection to the database. I've got the $SYBASE variable set and is running under NSAPI Mode under UNIX (Solaris 2.51) and Sybase running on UNIX (Solaris 2.51). I am using the sybase-ct drivers and compiled php with sybase-ct

Any ideas?

-- PAtrick

    a year later

    I had the same problem.
    I get rid of this when I did
    httpd stop
    export SYBASE=/opt/sybase-12.5 or whatver the path to you sybase installation is
    htppd start

      Write a Reply...