Strange 5 second pause with PHP command line interface (related to mysql/mysqli extension)

前端 未结 4 1984
独厮守ぢ
独厮守ぢ 2021-01-05 11:50

I\'m getting a strange 5 to 7 second pause when executing PHP scripts from the command-line PHP client (PHP 5.2 on Windows).

During this pause the PHP script just ap

4条回答
  •  失恋的感觉
    2021-01-05 12:01

    For me (Zend Server CE on Mac OS X), the imap exetension was the culprit. Disabling it solved the problem.

    Anoyone wants to write a PHP extension bisecting script? :)

提交回复
热议问题