Since my client's dedicated server is slow to access, I've decided to work on the project on my local WAMP server.
I'm using the same PHP version as he has on his server, but even when enable_dl
is on it still gives me this error:
Fatal error: Call to undefined function dl() in C:\wamp\www\dane\login.php on line 2
After searching, I realized that dl()
has been disabled since PHP 5.3.0.
But I somehow need to make it work so I can keep going. Any help appreciated.
BTW, this script is using sourceguardian