[PHP-DEV] PHP embed issues with libphp5 as a shared object.

2006-08-14 Thread George McLachlan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi everyone, I have run into a bit of a problem. I am trying to embed PHP into an application I am writing. So I checked out 5.2 from CVS and built it with the following flags. ./configure --enable-debug --enable-maintainer-zts

[PHP-DEV] PHP6 and php_embed.c error

2006-06-15 Thread George McLachlan
Hi everyone, I am trying to compile PHP6 with the following options. ./configure --enable-debug --enable-maintainer-zts --enable-embed --enable-cli however I am getting the following error during make. /php-src/sapi/embed/php_embed.c:135: error: 'zif_dl' undeclared here (not

[PHP-DEV] PHP Extension - newbie question

2006-03-14 Thread George McLachlan
Hi, I have been lurking on this list for a while, and this is my first post. Sorry it has to be such a daft question. I don't even know if it's the right list, so my apologies in advance. I need to add mysqli support to a web server and our sys admin refuses to do anything unless it

[PHP-DEV] Re: PHP Extension - newbie question

2006-03-14 Thread George McLachlan
Sara Golemon wrote: I ran a simple ./configure --with-apxs2=/usr/bin/apxs2 --with-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --with-zlib --with-gd This'll build 'em staticly into a new mod_php5.so, but you want just the extension so you can plug it into your