From:             mtjo62 at gmail dot com
Operating system: Win2K Server
PHP version:      5.1.2
PHP Bug Type:     Sybase-ct (ctlib) related
Bug description:  Unable to connect to ASE 15 server

Description:
------------
Unable to connect to Sybase ASE 15 server. I am able to start the
server/services and run queries from the Sybase Central admin. phpinfo()
shows that the extension is loaded, but I am not sure if I need
php_sybase.dll instead. I also have SQL Server 2000 installed, but it
isn't running and all related services are set to manual.

Reproduce code:
---------------
$conn = sybase_connect( 'db','user','pass' ) or die(
sybase_get_last_message() );

if ( $conn ) echo 'Connected';

Expected result:
----------------
Connected

Actual result:
--------------
Warning: sybase_connect() [function.sybase-connect.html]: Sybase: Unable
to allocate connection record in g:\www\test\test_sybase.php on line 5

-- 
Edit bug report at http://bugs.php.net/?id=36992&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=36992&r=trysnapshot44
Try a CVS snapshot (PHP 5.1): 
http://bugs.php.net/fix.php?id=36992&r=trysnapshot51
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=36992&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=36992&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=36992&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=36992&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=36992&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=36992&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=36992&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=36992&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=36992&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=36992&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=36992&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=36992&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=36992&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=36992&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=36992&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=36992&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=36992&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=36992&r=mysqlcfg

Reply via email to