I have theses errors in php v7.2.12 in Centos 7.
Before that my website are running on
OS FreeBSD 10.1, Apache 5.4.23 , PHP 5.4.23, TDS 0.64 and I try to migrate my webiste to
Centos7, Apache 5.4.16, PHP 7.2.12, TDS 0.95.81 and after I install everything needed and try to run, these error show on my screen.
How can I resolve following errors?
Warning: Use of undefined constant SYBASE - assumed 'SYBASE' (this will throw an Error in a future version of PHP) in /var/www/html/lib/dbHead.php on line 37
Fatal error: Uncaught Error: Call to undefined function sybase_connect() in /var/www/html/lib/dbHead.php:40 Stack trace: #0 /var/www/html/auth.php(38): getSybaseConnection('friana', 'fjgzvlpbgg', 'DEMO_3', '', false) #1 {main} thrown in /var/www/html/lib/dbHead.php on line 40
Please help. Thank you very much!
"; die(); } ?> And I already install this driver php72u-pdo-7.2.12 – Noyti Nov 19 '18 at 05:41