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
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
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
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