Witam
Mam cholerny problem z uruchomieniem obsługi LDAP
Serwer: Apache/2.2.21 (Win32) PHP/5.4.13
W php.ini odcomentowana biblioteka LDAP, pliki dll są we właściwym miejscu (inne dll'ki się ładują np. mysql).
Apache podczas uruchamiania zostawia taki errorlog:
PHP Warning: PHP Startup: in Unknown on line 0
PHP Warning: PHP Startup: in Unknown on line 0
[Wed Apr 10 10:43:54 2013] [notice] Apache/2.2.21 (Win32) PHP/5.4.13 configured -- resuming normal operations
[Wed Apr 10 10:43:54 2013] [notice] Server built: Sep 9 2011 10:26:10
[Wed Apr 10 10:43:54 2013] [notice] Parent: Created child process 6348
PHP Warning: PHP Startup: in Unknown on line 0
PHP Warning: PHP Startup: in Unknown on line 0
[Wed Apr 10 10:43:54 2013] [notice] Child 6348: Child process is running
[Wed Apr 10 10:43:54 2013] [notice] Child 6348: Acquired the start mutex.
[Wed Apr 10 10:43:54 2013] [notice] Child 6348: Starting 64 worker threads.
[Wed Apr 10 10:43:54 2013] [notice] Child 6348: Starting thread to listen on port 80.
Nie widzę w nim sygnałów, że jest problem z biblioteką ldap a mimo to phpinfo nie wykazuje załadowania tej biblioteki w związku z czym dostaję:
Call to undefined function ldap_connect()
Gdzie może leżeć problem??