Hi, I've upgraded to the latest version of php last week. Suddenly parts of code that was working now displays error.
The errors I've found until now are related to Sybase (I use MSSQL 2k as DB server)
Here is an example:
Warning: mssql_num_rows(): supplied argument is not a valid Sybase result resource in /usr/local/www/local-www/ppp.php on line 349
Warning: mssql_free_result(): supplied argument is not a valid Sybase result resource in /usr/local/www/local-www/ppp.php on line 352
I didn't find any changes related to those functions in CHANGES.
Any ideas?
Thanks!
Your query failed. Add some error reporting around mssql_query() to find out why.
-- ---John Holmes...
Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/
PHP|Architect: A magazine for PHP Professionals – www.phparch.com
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php