On Wed, Apr 10, 2013 at 7:14 PM, Dmitry Stogov <dmi...@zend.com> wrote:
> Hi, > > 1) I didn't get why do we need fprintf("Loaded/Unloaded extension"). It'll > break all the tests in DEBUG mode > Great catch > > 2) zend_error() may work through SAPI handler (e.g. for FastCGI sapi it > may try to send error message to WebServer while request context is not > initialized yet). I think it must work now, but should be double checked. > > Thanks. Dmitry. > Ok, Do you think as well we could build specific tests for this part ? We could pre-build some shared objects with different known behavior, and test for loading extensions and Zend extensions for example. Julien.Pauli