Hi Scott,

> scottmac              Thu May  7 16:49:27 2009 UTC
> 
>   Modified files:              (Branch: PHP_5_3)
>     /php-src/ext/sqlite3      sqlite3.c 
>   Log:
>   Print warning when using loadExtension on non cli, cgi and embeded

Just did a cvs up of my local PHP_5_3 copy and got a compile failure:

/root/compile/php-5.3/ext/sqlite3/sqlite3.c:312: error: `sapi_module'
undeclared

Adding an #include "SAPI.h" as suggested by Philip on IRC fixed the issue.


Cheers
--
M.

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to