> Exactly. Case and point: loading of php extensions from 
> php.ini or via dl() 
> being broken at the moment due to one of those "small changes".

It works fine under windows, so I'm assuming the problem is in non-zts builds
only.

If you load an extension from php.ini or manually using dl(), MINIT for that
extension appears to be called twice.

If I comment out the code in ext/standard/dl.c, the if statement starting on
line 250 that manually inits the extension, then the MINI function is called
only once.

--Wez.

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to