[PHP-DEV] lib64 not recognized

2006-08-22 Thread Marten Lehmann
Hello, while compiling php-4.4.4 on RHEL 4 on AMD64 I noticed, that the configure-script is not aware of any lib64 directory. But modern linux OSes are putting their x64 libraries in /usr/lib64 instead of /usr/lib. I'm now patching the parts I need, but I hope you will add the lib64 directori

[PHP-DEV] php-5.1.5 without sqlite3 support?

2006-08-23 Thread Marten Lehmann
Hello, compiling php ends with an error on my system: checking for sqlite_open in -lsqlite... no configure: error: wrong sqlite lib version or lib not found This is likely to happen, because I'm working with sqlite3 instead of sqlite 2.x: ldconfig -p | grep sqlite libsqlite3.so.0 (li

[PHP-DEV] own php function

2007-09-07 Thread Marten Lehmann
Hello, I would like to create an own php function which just prints a certain report as phpinfo() does. The function shall not be included into the general php code, I just want to patch my own installation. Where would be a good place for the function? I don't want to create an extention wh

Re: [PHP-DEV] own php function

2007-09-09 Thread Marten Lehmann
Hello, thanks for all ideas, I will have a look at it very shortly. Regards Marten -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php