|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-06-20 05:02 UTC] mad at dactar dot ch
[2001-06-20 11:36 UTC] mad at dactar dot ch
[2001-12-13 14:55 UTC] mad at dactar dot ch
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 06:00:02 2025 UTC |
Hellow, here's a new bug for you :P Short Script : <TITLE>Charset Sybase Bug</TITLE> <? $CHARSET="iso_1"; $DSQUERY="XYZ"; $USER="xxxxx"; $PASS="yyyyy"; $dbh=sybase_connect($DSQUERY,$USER,$PASS,$CHARSET); sybase_close($dbh); ?> Result of the script : Warning: Wrong parameter count for sybase_connect() in /PKl01h01/soft/web/site/html/charset.php on line 7 Warning: Supplied argument is not a valid Sybase-Link resource in /PKl01h01/soft/web/site/html/charset.php on line 8 PHP configured with : --with-config-file-path=/PKl01h01/soft/web/cfg --without-mysql --with-sybase-ct=/PKl01hp4/soft/ase11.5.1 --with-pdflib=/PKl01h01/soft/web --with-png-dir=/PKl01h01/soft/web --with-ttf=/PKl01h01/soft/web --with-jpeg-dir=/PKl01h01/soft/web --with-xpm-dir=/PKl01h01/soft/web --with-gd --prefix=/PKl01h01/soft/web --with-apxs=/PKl01h01/soft/web/apache/bin/apxs Heeeeellllppppp please :) Thanks for your answer @++ JC