php-install Digest 25 Feb 2003 20:32:15 -0000 Issue 1264
Topics (messages 10188 through 10192):
ZendOptimizer and suexec-patched PHP?
10188 by: michel
10189 by: Rasmus Lerdorf
mod_php STILL breaks CGI POST
10190 by: Jason Carreira
Problem Installing 4.3.1
10191 by: Jörn Volckmann
Re: problems with imagettftext()
10192 by: Frank Schlicht
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Hello,
I'm using PHP 4.3.0 CGI with suexec-patch (www.localhost.nl) und Apache
1.3.27 + Suexec
Now I want to use Zenoptimizer 2.1.0.
original php.ini is linked to Zend-php.ini and in the Zend-php.ini
File (it's also named php.ini :) ) there is the section [Zend] ......
But when i call phpinfo(); there is no ZendOptimizer.
Is there any known problem with this constellation?
Greetings
Christian Michel
--- End Message ---
--- Begin Message ---
The overhead of the fork+exec CGI by far outweighs any benefit you might
possibly get from an optimizer. And an optimizer without a cache is only
going to slow you down anyway.
-Rasmus
On Tue, 25 Feb 2003, michel wrote:
> Hello,
>
> I'm using PHP 4.3.0 CGI with suexec-patch (www.localhost.nl) und Apache
> 1.3.27 + Suexec
>
> Now I want to use Zenoptimizer 2.1.0.
>
> original php.ini is linked to Zend-php.ini and in the Zend-php.ini
> File (it's also named php.ini :) ) there is the section [Zend] ......
>
> But when i call phpinfo(); there is no ZendOptimizer.
>
> Is there any known problem with this constellation?
>
>
> Greetings
>
> Christian Michel
>
>
>
--- End Message ---
--- Begin Message ---
I didn't get any replies the first time, so I thought I'd post this
again in the hope that someone can point me in the right direction:
I've got php-4.0.6-15 installed as an RPM on a Redhat 7.1 system with
Apache as an RPM (apache-1.3.27-2 - I originally had Apache 1.3.22, but
upgraded to see if it would fix this) and I'm having the weirdest
problem. For some reason, when mod_php is set to load in the httpd.conf
file, it breaks POSTing to CGIs. GET requests to CGIs (and this is both
Perl CGIs and compiled C CGIs like qmailadmin) work fine, but when POSTs
are sent, no parameters get through to the CGI.
Has anyone seen this before? I've been banging my head against this one
for quite some time now, and really have NO idea (although I'm not
really an experienced sys admin).
Any help would be VERY much appreciated,
Jason Carreira
--- End Message ---
--- Begin Message ---
Hi
I have a problem with compiling PHP 4.3.1.
I run
# ./configure --prefix=/usr/share --datadir=/usr/share/php --
bindir=/usr/bin --libdir=/usr/share --includedir=/usr/include --with-
config-file-path=/etc --with-exec-dir=/usr/lib/php/bin --disable-debug --
enable-bcmath --enable-calendar --enable-ctype --enable-dbase --enable-
discard-path --enable-exif --enable-filepro --enable-force-cgi-redirect --
enable-ftp --enable-gd-imgstrttf --enable-gd-native-ttf --enable-inline-
optimization --enable-magic-quotes --enable-mbstr-enc-trans --enable-
mbstring --enable-memory-limit --enable-safe-mode --enable-shmop --enable-
sigchild --enable-sysvsem --enable-sysvshm --enable-track-vars --enable-
trans-sid --enable-versioning --enable-wddx --enable-yp --with-bz2 --with-
dom=/usr/include/libxml2 --with-ftp --with-gdbm --with-gettext --with-gmp --
with-imap=yes --with-iodbc --with-jpeg-dir=/usr --with-ldap=yes --with-
mcal=/usr --with-mcrypt --with-mysql=/usr --with-ndbm --with-pgsql=/usr --
with-png-dir=/usr --with-qtdom=/usr/lib/qt2 --with-snmp --with-t1lib --
with-tiff-dir=/usr --with-ttf --with-freetype-dir=yes --with-xml --with-
xpm-dir=/usr/X11R6 --with-zlib=yes --with-openssl --with-curl --with-
swf=./dist/ --with-imap-ssl --with-gd=yes --enable-xslt --with-xslt-sablot -
-with-mm --with-apxs=/usr/sbin/apxs --with-pdflib=/usr/local/
#.
#.
#Generating files
#checking for working mkdir -p... yes
#configure: creating ./config.status
#creating main/internal_functions.c
it just stops with doing nothing anymore? no error Message.
I am using Suse Linux 8.1
Anyone have any suggestions on how to resolve this?
Thanks.
--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
--- End Message ---
--- Begin Message ---
Hi Jonas,
>>> You need to compile php with gd and freetype support
>>>I also compiled gd with freetype support but not sure if that was needed
>>>check out http://kemu.ath.cx/info.php to see how I compiled php with gd
>>>and freetype support
I hope you can help me again. During a make I get the error:
ext/gd/gd.o: In function `php_imagettftext_common':
/usr/local/src/php/ext/gd/gd.c:2940: undefined reference to `gdImageStringFTEx'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1
I think, the option "--with-freetype-dir=..." raises the error,
because without this option the compilation works fine.
Thanks
Frank
--- End Message ---