Re: [PHP-WIN] Modules not loading

2001-02-08 Thread Piotr Fetras
yeah, i have similiar problems, really annoying and time consuming gd works with php3 (dynamically loaded by ld function) but ldap fails also odbc behave odd: it must be comment in php.ini dll's section to work ! - older I am less I undestand ... piotr >>> Erik Ableson <[EMAIL PROTECTED]> 02/

[PHP-WIN] COUNT(*) fails in PHP3

2001-02-07 Thread Piotr Fetras
hi all ! I have problems while executing SQL with aggregation functions, even simple SELECT COUNT(*) FROM aTable stalls. It seems to be a problem in PHP3 itself since other odbc-based applications run well. There is simple but stupid solution for this problem: add "group by" phrase: SELECT