|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1999-11-14 04:16 UTC] joey at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 08:00:01 2025 UTC |
If I compile PHP with IMAP and Sybase than this script does not work. ./configure --with-apache=/usr/src/apache_1.3.3rusPL27.3 --with-mod_charset=yes --with-gd=/usr/src/gd1.3 --with-imap=/usr/src/imap-4.5.BETA IMAP-4.2 -- IMAP-4.5.BETA If i compile without IMAP than all work :))) $i=0; while(!sybase_connect(":)",":)",":)") && $i<3) { usleep(1000); $i++; } if($i==3) {echo("connect error"); exit;} A.t. i can't connect to database. :(((