I've a code written and it was working fine until yesterday. All of the sudden it stopped working and gives me the following warning:
"Warning: Unable to load dynamic library './sybase_ct.so' - ./sybase_ct.so: undefined symbol: php_ini_boolean_displayer_cb in /home/tuto/ldtelecom-www/page_open.php on line 2"
The script does not run at all and the path for the sysbase library is ok.
In the script we are using the dl() command to load the the library.
Can anybody help to solve this problem?