You have to specify --with-jpeg-dir=/path/where/libjpeg/is. I couldn't
get that to work, so I installed a fresh copy of Libjpeg to
/usr/local/libjpeg and used --with-jpegdir=/usr/local/libjpeg. I had to
do the same thing with libpng.
Bannister wrote:
Hi there all,
I have the following syntax, i
No, you have to rebuild PHP.
Steven M. Payeur wrote:
Our hosting company is running PHP 4.3.10, but I get "Call to undefined
function" errors when calling mb_convert_variables() and domxml_new_doc().
I can live without the domxml object, but definitely need to be able to
handle multibyte characters
1st things 1st ...
Gentoo Linux, kernel-2.6.10-gentoo-r6, apache-2.0.52-r1, php-4.3.10,
ssmtp-2.61 and phpwebsite-0.10.0-r2
2nd - I am NOT a programmer - the only programming I can do is a little
VB and that don't help on a Linux system. The below was done with the
help of a member of the CTLUG. :-
Our hosting company is running PHP 4.3.10, but I get "Call to undefined
function" errors when calling mb_convert_variables() and domxml_new_doc().
I can live without the domxml object, but definitely need to be able to
handle multibyte characters (en-us language). Looking at phpinfo(),
this is wh
Bannister wrote:
Hi there all,
I have the following syntax, i am using it to configure PHP5. Unfortunatly
during the configure test it stops after a while at:
./configure --prefix=/usr/local/php5 --with-apxs2=/usr/local/apache2/bin/apxs
--with-libxml-dir=/usr/local/lib --with-zlib --with-zlib-di
Hi there all,
I have the following syntax, i am using it to configure PHP5. Unfortunatly
during the configure test it stops after a while at:
./configure --prefix=/usr/local/php5 --with-apxs2=/usr/local/apache2/bin/apxs
--with-libxml-dir=/usr/local/lib --with-zlib --with-zlib-dir=/usr/local/li
I am using hosting
from a company that doesn't have DOMXML support loaded. The say it
causes the servers to slow down too much.
Is there a way to load DOMXML automatically?
I tried
if(!extension_loaded("doxml")) { dl("php_domxml.c"); }
but said "Unable to load dynamic library './php_domxml
http://www.php.net/manual/en/ref.pdf.php
The online man page for pdf functions indicates that pdflib is not free
(requires license) for commercial use and a user comment on above page
indicates the functions are no longer available in php5?
On OpenBSD, there are no pdf functions included
Pat Moore wrote:
Hello,
I can't get PHP5.0 to work with apache 1.3.29 on my
windows xp sp2 IBM thinkpad. I get a blank screen
when I point my browser to a file containing the
following code:
but I get the code printed (not the information) when
I just have:
I followed the install instructions