|
From: Andreas L. diginights.c. <an...@di...> - 2006-08-21 15:52:33
|
Hi there,
We now have used PHP 5.0.x and eAccelerator 0.94.x for about 1 year,
running different Versions of PHP, apache and eA.
Now we tried using the latest Version 0.95-rc1 with PHP 5.1.5. But we=B4r=
e
not able to get it running :(
But its running with php-cli:
php -v
PHP 5.1.5 (cli) (built: Aug 21 2006 15:49:49)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
with eAccelerator v0.9.5-rc1, Copyright (c) 2004-2006 eAccelerator,
by eAccelerator
"php -m" anf "php -e" are showing the parameters of eA.
[Zend Modules]
eAccelerator
But together with mod_php the extension seems not to be loaded.
phpinfo() doesn=B4t show any eA parameters, and the "control.php" says
that eA is not loaded :(
Although phpinfo shows the same php build date as "php -e" does, that
means that the correct and fresh build module is used.
Used Versions:
Debian, Kernel 2.6.14.2
PHP 5.1.5
Apache 2.0.59
eA 0.95-rc1
There are no errors in the apache error log.
Tried to load eA as Zend Extension and as normal php extension. Nothing
worked.
I attached php.ini and php Configure Options. With these Options older
Versions run fine.
If you need more Information please let me know.
Thank you very much.
andy
####
php.ini
####
zend_extension=3D"/usr/share/extensions/no-debug-non-zts-20050922/eaccele=
rator.so"
eaccelerator.shm_size=3D"30"
eaccelerator.cache_dir=3D"/tmp/eaccelerator"
eaccelerator.enable=3D"1"
eaccelerator.optimizer=3D"1"
eaccelerator.check_mtime=3D"1"
eaccelerator.debug=3D"0"
eaccelerator.filter=3D""
eaccelerator.shm_max=3D"0"
eaccelerator.shm_ttl=3D"0"
eaccelerator.shm_prune_period=3D"0"
eaccelerator.shm_only=3D"0"
eaccelerator.compress=3D"1"
eaccelerator.compress_level=3D"9"
;eaccelerator.allowed_admin_path=3D""
#####
php configure options
#####
'./configure' '--prefix=3D/usr/share' '--datadir=3D/usr/share/php'
'--bindir=3D/usr/bin' '--libdir=3D/usr/share' '--with-config-file-path=3D=
/etc'
'--with-exec-dir=3D/usr/lib/php/bin' '--with-gd=3Dyes'
'--enable-gd-native-ttf' '--enable-gd-imgstrttf' '--enable-gd-freetype'
'--with-tiff-dir=3D/usr' '--with-jpeg-dir=3D/usr' '--with-png-dir=3D/usr'
'--with-xpm-dir=3D/usr/X11R6' '--with-zlib=3Dyes' '--with-xml' '--with-tt=
f'
'--with-t1lib' '--with-mcal=3D/usr' '--with-imap-ssl=3Dyes' '--with-sablo=
t'
'--with-ftp' '--with-mcrypt' '--with-gettext' '--with-gd=3Dyes'
'--enable-versioning' '--enable-yp' '--enable-bcmath'
'--enable-trans-sid' '--enable-soap' '--enable-inline-optimization'
'--enable-track-vars' '--enable-magic-quotes' '--enable-safe-mode'
'--with-freetype-dir' '--enable-sockets' '--enable-sysvsem'
'--enable-sysvshm' '--enable-shmop' '--enable-calendar'
'--enable-mbstring' '--enable-mbstr-enc-trans' '--enable-exif'
'--enable-ftp' '--enable-memory-limit' '--enable-wddx'
'--enable-filepro' '--enable-ctype' '--disable-debug'
'--enable-force-cgi-redirect' '--enable-discard-path'
'--enable-sigchild' '--with-apxs2=3D/usr/local/apache2/bin/apxs'
'--disable-cgi' '--enable-track-vars' '--enable-versioning'
'--enable-sysvshm' '--enable-sysvsem' '--enable-sysvmsg' '--with-mysqli'
'--with-mysql=3D/usr/include/mysql'
|
|
From: Mauro C. <inc...@ya...> - 2006-08-21 17:19:42
|
Hi, Disable optimizer. Mauro Casciari "Andreas Lehr; diginights.com" <an...@di...> ha scritto: Hi there, We now have used PHP 5.0.x and eAccelerator 0.94.x for about 1 year, running different Versions of PHP, apache and eA. Now we tried using the latest Version 0.95-rc1 with PHP 5.1.5. But we´re not able to get it running :( But its running with php-cli: php -v PHP 5.1.5 (cli) (built: Aug 21 2006 15:49:49) Copyright (c) 1997-2006 The PHP Group Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies with eAccelerator v0.9.5-rc1, Copyright (c) 2004-2006 eAccelerator, by eAccelerator "php -m" anf "php -e" are showing the parameters of eA. [Zend Modules] eAccelerator But together with mod_php the extension seems not to be loaded. phpinfo() doesn´t show any eA parameters, and the "control.php" says that eA is not loaded :( Although phpinfo shows the same php build date as "php -e" does, that means that the correct and fresh build module is used. Used Versions: Debian, Kernel 2.6.14.2 PHP 5.1.5 Apache 2.0.59 eA 0.95-rc1 There are no errors in the apache error log. Tried to load eA as Zend Extension and as normal php extension. Nothing worked. I attached php.ini and php Configure Options. With these Options older Versions run fine. If you need more Information please let me know. Thank you very much. andy #### php.ini #### zend_extension="/usr/share/extensions/no-debug-non-zts-20050922/eaccelerator.so" eaccelerator.shm_size="30" eaccelerator.cache_dir="/tmp/eaccelerator" eaccelerator.enable="1" eaccelerator.optimizer="1" eaccelerator.check_mtime="1" eaccelerator.debug="0" eaccelerator.filter="" eaccelerator.shm_max="0" eaccelerator.shm_ttl="0" eaccelerator.shm_prune_period="0" eaccelerator.shm_only="0" eaccelerator.compress="1" eaccelerator.compress_level="9" ;eaccelerator.allowed_admin_path="" ##### php configure options ##### './configure' '--prefix=/usr/share' '--datadir=/usr/share/php' '--bindir=/usr/bin' '--libdir=/usr/share' '--with-config-file-path=/etc' '--with-exec-dir=/usr/lib/php/bin' '--with-gd=yes' '--enable-gd-native-ttf' '--enable-gd-imgstrttf' '--enable-gd-freetype' '--with-tiff-dir=/usr' '--with-jpeg-dir=/usr' '--with-png-dir=/usr' '--with-xpm-dir=/usr/X11R6' '--with-zlib=yes' '--with-xml' '--with-ttf' '--with-t1lib' '--with-mcal=/usr' '--with-imap-ssl=yes' '--with-sablot' '--with-ftp' '--with-mcrypt' '--with-gettext' '--with-gd=yes' '--enable-versioning' '--enable-yp' '--enable-bcmath' '--enable-trans-sid' '--enable-soap' '--enable-inline-optimization' '--enable-track-vars' '--enable-magic-quotes' '--enable-safe-mode' '--with-freetype-dir' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-shmop' '--enable-calendar' '--enable-mbstring' '--enable-mbstr-enc-trans' '--enable-exif' '--enable-ftp' '--enable-memory-limit' '--enable-wddx' '--enable-filepro' '--enable-ctype' '--disable-debug' '--enable-force-cgi-redirect' '--enable-discard-path' '--enable-sigchild' '--with-apxs2=/usr/local/apache2/bin/apxs' '--disable-cgi' '--enable-track-vars' '--enable-versioning' '--enable-sysvshm' '--enable-sysvsem' '--enable-sysvmsg' '--with-mysqli' '--with-mysql=/usr/include/mysql' ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ eAccelerator-developers mailing list eAc...@li... https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers Chiacchiera con i tuoi amici in tempo reale! http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com |
|
From: Andreas L. diginights.c. <an...@di...> - 2006-08-21 17:39:07
|
Hi Mauro, > > Disable optimizer. > Still doesn=B4t work :( Andy > Mauro Casciari > > */"Andreas Lehr; diginights.com" <an...@di...>/* ha scritto: > > Hi there, > > We now have used PHP 5.0.x and eAccelerator 0.94.x for about 1 year= , > running different Versions of PHP, apache and eA. > Now we tried using the latest Version 0.95-rc1 with PHP 5.1.5. But > we=B4re > not able to get it running :( > > But its running with php-cli: > php -v > PHP 5.1.5 (cli) (built: Aug 21 2006 15:49:49) > Copyright (c) 1997-2006 The PHP Group > Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies > with eAccelerator v0.9.5-rc1, Copyright (c) 2004-2006 eAccelerator, > by eAccelerator > > "php -m" anf "php -e" are showing the parameters of eA. > [Zend Modules] > eAccelerator > > But together with mod_php the extension seems not to be loaded. > phpinfo() doesn=B4t show any eA parameters, and the "control.php" s= ays > that eA is not loaded :( > Although phpinfo shows the same php build date as "php -e" does, th= at > means that the correct and fresh build module is used. > > Used Versions: > Debian, Kernel 2.6.14.2 > PHP 5.1.5 > Apache 2.0.59 > eA 0.95-rc1 > > There are no errors in the apache error log. > Tried to load eA as Zend Extension and as normal php extension. > Nothing > worked. > I attached php.ini and php Configure Options. With these Options ol= der > Versions run fine. > If you need more Information please let me know. > > Thank you very much. > > andy > > #### > php.ini > #### > > zend_extension=3D"/usr/share/extensions/no-debug-non-zts-20050922/e= accelerator.so" > eaccelerator.shm_size=3D"30" > eaccelerator.cache_dir=3D"/tmp/eaccelerator" > eaccelerator.enable=3D"1" > eaccelerator.optimizer=3D"1" > eaccelerator.check_mtime=3D"1" > eaccelerator.debug=3D"0" > eaccelerator.filter=3D"" > eaccelerator.shm_max=3D"0" > eaccelerator.shm_ttl=3D"0" > eaccelerator.shm_prune_period=3D"0" > eaccelerator.shm_only=3D"0" > eaccelerator.compress=3D"1" > eaccelerator.compress_level=3D"9" > ;eaccelerator.allowed_admin_path=3D"" > > ##### > php configure options > ##### > './configure' '--prefix=3D/usr/share' '--datadir=3D/usr/share/php' > '--bindir=3D/usr/bin' '--libdir=3D/usr/share' > '--with-config-file-path=3D/etc' > '--with-exec-dir=3D/usr/lib/php/bin' '--with-gd=3Dyes' > '--enable-gd-native-ttf' '--enable-gd-imgstrttf' > '--enable-gd-freetype' > '--with-tiff-dir=3D/usr' '--with-jpeg-dir=3D/usr' '--with-png-dir=3D= /usr' > '--with-xpm-dir=3D/usr/X11R6' '--with-zlib=3Dyes' '--with-xml' > '--with-ttf' > '--with-t1lib' '--with-mcal=3D/usr' '--with-imap-ssl=3Dyes' > '--with-sablot' > '--with-ftp' '--with-mcrypt' '--with-gettext' '--with-gd=3Dyes' > '--enable-versioning' '--enable-yp' '--enable-bcmath' > '--enable-trans-sid' '--enable-soap' '--enable-inline-optimization' > '--enable-track-vars' '--enable-magic-quotes' '--enable-safe-mode' > '--with-freetype-dir' '--enable-sockets' '--enable-sysvsem' > '--enable-sysvshm' '--enable-shmop' '--enable-calendar' > '--enable-mbstring' '--enable-mbstr-enc-trans' '--enable-exif' > '--enable-ftp' '--enable-memory-limit' '--enable-wddx' > '--enable-filepro' '--enable-ctype' '--disable-debug' > '--enable-force-cgi-redirect' '--enable-discard-path' > '--enable-sigchild' '--with-apxs2=3D/usr/local/apache2/bin/apxs' > '--disable-cgi' '--enable-track-vars' '--enable-versioning' > '--enable-sysvshm' '--enable-sysvsem' '--enable-sysvmsg' > '--with-mysqli' > '--with-mysql=3D/usr/include/mysql' > > > > > -------------------------------------------------------------------= ------ > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > _______________________________________________ > eAccelerator-developers mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developer= s > > > Chiacchiera con i tuoi amici in tempo reale! > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com > > -----------------------------------------------------------------------= - > > -----------------------------------------------------------------------= -- > Using Tomcat but need to do more? Need to support web services, securit= y? > Get stuff done quickly with pre-integrated technology to make your job = easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > -----------------------------------------------------------------------= - > > _______________________________________________ > eAccelerator-developers mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > =20 --=20 diginights.com Wir bringen die Nacht ins Netz! mail: an...@di... fon: 0174/1715753 |
|
From: Mauro C. <inc...@ya...> - 2006-08-21 18:11:11
|
Hi Andreas, Could you post eA configure option. Mauro Casciari "Andreas Lehr; diginights.com" <an...@di...> ha scritto: Hi Mauro, > > Disable optimizer. > Still doesn´t work :( Andy > Mauro Casciari > > */"Andreas Lehr; diginights.com" /* ha scritto: > > Hi there, > > We now have used PHP 5.0.x and eAccelerator 0.94.x for about 1 year, > running different Versions of PHP, apache and eA. > Now we tried using the latest Version 0.95-rc1 with PHP 5.1.5. But > we´re > not able to get it running :( > > But its running with php-cli: > php -v > PHP 5.1.5 (cli) (built: Aug 21 2006 15:49:49) > Copyright (c) 1997-2006 The PHP Group > Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies > with eAccelerator v0.9.5-rc1, Copyright (c) 2004-2006 eAccelerator, > by eAccelerator > > "php -m" anf "php -e" are showing the parameters of eA. > [Zend Modules] > eAccelerator > > But together with mod_php the extension seems not to be loaded. > phpinfo() doesn´t show any eA parameters, and the "control.php" says > that eA is not loaded :( > Although phpinfo shows the same php build date as "php -e" does, that > means that the correct and fresh build module is used. > > Used Versions: > Debian, Kernel 2.6.14.2 > PHP 5.1.5 > Apache 2.0.59 > eA 0.95-rc1 > > There are no errors in the apache error log. > Tried to load eA as Zend Extension and as normal php extension. > Nothing > worked. > I attached php.ini and php Configure Options. With these Options older > Versions run fine. > If you need more Information please let me know. > > Thank you very much. > > andy > > #### > php.ini > #### > > zend_extension="/usr/share/extensions/no-debug-non-zts-20050922/eaccelerator.so" > eaccelerator.shm_size="30" > eaccelerator.cache_dir="/tmp/eaccelerator" > eaccelerator.enable="1" > eaccelerator.optimizer="1" > eaccelerator.check_mtime="1" > eaccelerator.debug="0" > eaccelerator.filter="" > eaccelerator.shm_max="0" > eaccelerator.shm_ttl="0" > eaccelerator.shm_prune_period="0" > eaccelerator.shm_only="0" > eaccelerator.compress="1" > eaccelerator.compress_level="9" > ;eaccelerator.allowed_admin_path="" > > ##### > php configure options > ##### > './configure' '--prefix=/usr/share' '--datadir=/usr/share/php' > '--bindir=/usr/bin' '--libdir=/usr/share' > '--with-config-file-path=/etc' > '--with-exec-dir=/usr/lib/php/bin' '--with-gd=yes' > '--enable-gd-native-ttf' '--enable-gd-imgstrttf' > '--enable-gd-freetype' > '--with-tiff-dir=/usr' '--with-jpeg-dir=/usr' '--with-png-dir=/usr' > '--with-xpm-dir=/usr/X11R6' '--with-zlib=yes' '--with-xml' > '--with-ttf' > '--with-t1lib' '--with-mcal=/usr' '--with-imap-ssl=yes' > '--with-sablot' > '--with-ftp' '--with-mcrypt' '--with-gettext' '--with-gd=yes' > '--enable-versioning' '--enable-yp' '--enable-bcmath' > '--enable-trans-sid' '--enable-soap' '--enable-inline-optimization' > '--enable-track-vars' '--enable-magic-quotes' '--enable-safe-mode' > '--with-freetype-dir' '--enable-sockets' '--enable-sysvsem' > '--enable-sysvshm' '--enable-shmop' '--enable-calendar' > '--enable-mbstring' '--enable-mbstr-enc-trans' '--enable-exif' > '--enable-ftp' '--enable-memory-limit' '--enable-wddx' > '--enable-filepro' '--enable-ctype' '--disable-debug' > '--enable-force-cgi-redirect' '--enable-discard-path' > '--enable-sigchild' '--with-apxs2=/usr/local/apache2/bin/apxs' > '--disable-cgi' '--enable-track-vars' '--enable-versioning' > '--enable-sysvshm' '--enable-sysvsem' '--enable-sysvmsg' > '--with-mysqli' > '--with-mysql=/usr/include/mysql' > > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > eAccelerator-developers mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > > > Chiacchiera con i tuoi amici in tempo reale! > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ------------------------------------------------------------------------ > > _______________________________________________ > eAccelerator-developers mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > -- diginights.com Wir bringen die Nacht ins Netz! mail: an...@di... fon: 0174/1715753 ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ eAccelerator-developers mailing list eAc...@li... https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers Chiacchiera con i tuoi amici in tempo reale! http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com |
|
From: Andreas L. diginights.c. <an...@di...> - 2006-08-21 18:22:22
|
Hi Mauro, 1) /usr/src/eaccelerator-0.9.5-rc1# phpize Configuring for: PHP Api Version: 20041225 Zend Module Api No: 20050922 Zend Extension Api No: 220051025 2) ./configure --enable-eaccelerator=3Dshared=20 --with-php-config=3D/usr/bin/php-config thx. andy Mauro C. schrieb: > Hi Andreas, > > Could you post eA configure option. > > > Mauro Casciari > > */"Andreas Lehr; diginights.com" <an...@di...>/* ha scritto: > > Hi Mauro, > > > > > Disable optimizer. > > > Still doesn=B4t work :( > > > Andy > > > > Mauro Casciari > > > > */"Andreas Lehr; diginights.com" /* ha scritto: > > > > Hi there, > > > > We now have used PHP 5.0.x and eAccelerator 0.94.x for about 1 ye= ar, > > running different Versions of PHP, apache and eA. > > Now we tried using the latest Version 0.95-rc1 with PHP 5.1.5. Bu= t > > we=B4re > > not able to get it running :( > > > > But its running with php-cli: > > php -v > > PHP 5.1.5 (cli) (built: Aug 21 2006 15:49:49) > > Copyright (c) 1997-2006 The PHP Group > > Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies > > with eAccelerator v0.9.5-rc1, Copyright (c) 2004-2006 eAccelerato= r, > > by eAccelerator > > > > "php -m" anf "php -e" are showing the parameters of eA. > > [Zend Modules] > > eAccelerator > > > > But together with mod_php the extension seems not to be loaded. > > phpinfo() doesn=B4t show any eA parameters, and the "control.php"= says > > that eA is not loaded :( > > Although phpinfo shows the same php build date as "php -e" does, > that > > means that the correct and fresh build module is used. > > > > Used Versions: > > Debian, Kernel 2.6.14.2 > > PHP 5.1.5 > > Apache 2.0.59 > > eA 0.95-rc1 > > > > There are no errors in the apache error log. > > Tried to load eA as Zend Extension and as normal php extension. > > Nothing > > worked. > > I attached php.ini and php Configure Options. With these Options > older > > Versions run fine. > > If you need more Information please let me know. > > > > Thank you very much. > > > > andy > > > > #### > > php.ini > > #### > > > > > zend_extension=3D"/usr/share/extensions/no-debug-non-zts-20050922/e= accelerator.so" > > eaccelerator.shm_size=3D"30" > > eaccelerator.cache_dir=3D"/tmp/eaccelerator" > > eaccelerator.enable=3D"1" > > eaccelerator.optimizer=3D"1" > > eaccelerator.check_mtime=3D"1" > > eaccelerator.debug=3D"0" > > eaccelerator.filter=3D"" > > eaccelerator.shm_max=3D"0" > > eaccelerator.shm_ttl=3D"0" > > eaccelerator.shm_prune_period=3D"0" > > eaccelerator.shm_only=3D"0" > > eaccelerator.compress=3D"1" > > eaccelerator.compress_level=3D"9" > > ;eaccelerator.allowed_admin_path=3D"" > > > > ##### > > php configure options > > ##### > > './configure' '--prefix=3D/usr/share' '--datadir=3D/usr/share/php= ' > > '--bindir=3D/usr/bin' '--libdir=3D/usr/share' > > '--with-config-file-path=3D/etc' > > '--with-exec-dir=3D/usr/lib/php/bin' '--with-gd=3Dyes' > > '--enable-gd-native-ttf' '--enable-gd-imgstrttf' > > '--enable-gd-freetype' > > '--with-tiff-dir=3D/usr' '--with-jpeg-dir=3D/usr' '--with-png-dir= =3D/usr' > > '--with-xpm-dir=3D/usr/X11R6' '--with-zlib=3Dyes' '--with-xml' > > '--with-ttf' > > '--with-t1lib' '--with-mcal=3D/usr' '--with-imap-ssl=3Dyes' > > '--with-sablot' > > '--with-ftp' '--with-mcrypt' '--with-gettext' '--with-gd=3Dyes' > > '--enable-versioning' '--enable-yp' '--enable-bcmath' > > '--enable-trans-sid' '--enable-soap' '--enable-inline-optimizatio= n' > > '--enable-track-vars' '--enable-magic-quotes' '--enable-safe-mode= ' > > '--with-freetype-dir' '--enable-sockets' '--enable-sysvsem' > > '--enable-sysvshm' '--enable-shmop' '--enable-calendar' > > '--enable-mbstring' '--enable-mbstr-enc-trans' '--enable-exif' > > '--enable-ftp' '--enable-memory-limit' '--enable-wddx' > > '--enable-filepro' '--enable-ctype' '--disable-debug' > > '--enable-force-cgi-redirect' '--enable-discard-path' > > '--enable-sigchild' '--with-apxs2=3D/usr/local/apache2/bin/apxs' > > '--disable-cgi' '--enable-track-vars' '--enable-versioning' > > '--enable-sysvshm' '--enable-sysvsem' '--enable-sysvmsg' > > '--with-mysqli' > > '--with-mysql=3D/usr/include/mysql' > > > > > > > > > > > -------------------------------------------------------------------= ------ > > Using Tomcat but need to do more? Need to support web services, > > security? > > Get stuff done quickly with pre-integrated technology to make you= r > > job easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > > Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > > _______________________________________________ > > eAccelerator-developers mailing list > > eAc...@li... > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-develop= ers > > > > > > Chiacchiera con i tuoi amici in tempo reale! > > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com > > > > > -------------------------------------------------------------------= ----- > > > > > -------------------------------------------------------------------= ------ > > Using Tomcat but need to do more? Need to support web services, > security? > > Get stuff done quickly with pre-integrated technology to make > your job easier > > Download IBM WebSphere Application Server v.1.0.1 based on > Apache Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > > > -------------------------------------------------------------------= ----- > > > > _______________________________________________ > > eAccelerator-developers mailing list > > eAc...@li... > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-develop= ers > > > > > --=20 > diginights.com > Wir bringen die Nacht ins Netz! > > mail: an...@di... > fon: 0174/1715753 > > > -------------------------------------------------------------------= ------ > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > _______________________________________________ > eAccelerator-developers mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developer= s > > > Chiacchiera con i tuoi amici in tempo reale! > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com > > -----------------------------------------------------------------------= - > > -----------------------------------------------------------------------= -- > Using Tomcat but need to do more? Need to support web services, securit= y? > Get stuff done quickly with pre-integrated technology to make your job = easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > -----------------------------------------------------------------------= - > > _______________________________________________ > eAccelerator-developers mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > =20 --=20 diginights.com Wir bringen die Nacht ins Netz! mail: an...@di... fon: 0174/1715753 |
|
From: Mauro C. <inc...@ya...> - 2006-08-21 19:30:03
|
HI Andreas, try "./configure --help | less" and disable all features. Mauro Casciari "Andreas Lehr; diginights.com" <an...@di...> ha scritto: Hi Mauro, 1) /usr/src/eaccelerator-0.9.5-rc1# phpize Configuring for: PHP Api Version: 20041225 Zend Module Api No: 20050922 Zend Extension Api No: 220051025 2) ./configure --enable-eaccelerator=shared --with-php-config=/usr/bin/php-config thx. andy Mauro C. schrieb: > Hi Andreas, > > Could you post eA configure option. > > > Mauro Casciari > > */"Andreas Lehr; diginights.com" /* ha scritto: > > Hi Mauro, > > > > > Disable optimizer. > > > Still doesn´t work :( > > > Andy > > > > Mauro Casciari > > > > */"Andreas Lehr; diginights.com" /* ha scritto: > > > > Hi there, > > > > We now have used PHP 5.0.x and eAccelerator 0.94.x for about 1 year, > > running different Versions of PHP, apache and eA. > > Now we tried using the latest Version 0.95-rc1 with PHP 5.1.5. But > > we´re > > not able to get it running :( > > > > But its running with php-cli: > > php -v > > PHP 5.1.5 (cli) (built: Aug 21 2006 15:49:49) > > Copyright (c) 1997-2006 The PHP Group > > Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies > > with eAccelerator v0.9.5-rc1, Copyright (c) 2004-2006 eAccelerator, > > by eAccelerator > > > > "php -m" anf "php -e" are showing the parameters of eA. > > [Zend Modules] > > eAccelerator > > > > But together with mod_php the extension seems not to be loaded. > > phpinfo() doesn´t show any eA parameters, and the "control.php" says > > that eA is not loaded :( > > Although phpinfo shows the same php build date as "php -e" does, > that > > means that the correct and fresh build module is used. > > > > Used Versions: > > Debian, Kernel 2.6.14.2 > > PHP 5.1.5 > > Apache 2.0.59 > > eA 0.95-rc1 > > > > There are no errors in the apache error log. > > Tried to load eA as Zend Extension and as normal php extension. > > Nothing > > worked. > > I attached php.ini and php Configure Options. With these Options > older > > Versions run fine. > > If you need more Information please let me know. > > > > Thank you very much. > > > > andy > > > > #### > > php.ini > > #### > > > > > zend_extension="/usr/share/extensions/no-debug-non-zts-20050922/eaccelerator.so" > > eaccelerator.shm_size="30" > > eaccelerator.cache_dir="/tmp/eaccelerator" > > eaccelerator.enable="1" > > eaccelerator.optimizer="1" > > eaccelerator.check_mtime="1" > > eaccelerator.debug="0" > > eaccelerator.filter="" > > eaccelerator.shm_max="0" > > eaccelerator.shm_ttl="0" > > eaccelerator.shm_prune_period="0" > > eaccelerator.shm_only="0" > > eaccelerator.compress="1" > > eaccelerator.compress_level="9" > > ;eaccelerator.allowed_admin_path="" > > > > ##### > > php configure options > > ##### > > './configure' '--prefix=/usr/share' '--datadir=/usr/share/php' > > '--bindir=/usr/bin' '--libdir=/usr/share' > > '--with-config-file-path=/etc' > > '--with-exec-dir=/usr/lib/php/bin' '--with-gd=yes' > > '--enable-gd-native-ttf' '--enable-gd-imgstrttf' > > '--enable-gd-freetype' > > '--with-tiff-dir=/usr' '--with-jpeg-dir=/usr' '--with-png-dir=/usr' > > '--with-xpm-dir=/usr/X11R6' '--with-zlib=yes' '--with-xml' > > '--with-ttf' > > '--with-t1lib' '--with-mcal=/usr' '--with-imap-ssl=yes' > > '--with-sablot' > > '--with-ftp' '--with-mcrypt' '--with-gettext' '--with-gd=yes' > > '--enable-versioning' '--enable-yp' '--enable-bcmath' > > '--enable-trans-sid' '--enable-soap' '--enable-inline-optimization' > > '--enable-track-vars' '--enable-magic-quotes' '--enable-safe-mode' > > '--with-freetype-dir' '--enable-sockets' '--enable-sysvsem' > > '--enable-sysvshm' '--enable-shmop' '--enable-calendar' > > '--enable-mbstring' '--enable-mbstr-enc-trans' '--enable-exif' > > '--enable-ftp' '--enable-memory-limit' '--enable-wddx' > > '--enable-filepro' '--enable-ctype' '--disable-debug' > > '--enable-force-cgi-redirect' '--enable-discard-path' > > '--enable-sigchild' '--with-apxs2=/usr/local/apache2/bin/apxs' > > '--disable-cgi' '--enable-track-vars' '--enable-versioning' > > '--enable-sysvshm' '--enable-sysvsem' '--enable-sysvmsg' > > '--with-mysqli' > > '--with-mysql=/usr/include/mysql' > > > > > > > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, > > security? > > Get stuff done quickly with pre-integrated technology to make your > > job easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > > Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > > eAccelerator-developers mailing list > > eAc...@li... > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > > > > > > Chiacchiera con i tuoi amici in tempo reale! > > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com > > > > > ------------------------------------------------------------------------ > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, > security? > > Get stuff done quickly with pre-integrated technology to make > your job easier > > Download IBM WebSphere Application Server v.1.0.1 based on > Apache Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > eAccelerator-developers mailing list > > eAc...@li... > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > > > > > -- > diginights.com > Wir bringen die Nacht ins Netz! > > mail: an...@di... > fon: 0174/1715753 > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > eAccelerator-developers mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > > > Chiacchiera con i tuoi amici in tempo reale! > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ------------------------------------------------------------------------ > > _______________________________________________ > eAccelerator-developers mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > -- diginights.com Wir bringen die Nacht ins Netz! mail: an...@di... fon: 0174/1715753 ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ eAccelerator-developers mailing list eAc...@li... https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers Chiacchiera con i tuoi amici in tempo reale! http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com |
|
From: Andreas L. diginights.c. <an...@di...> - 2006-08-22 08:17:10
|
H Mauro, Still no effect. I tried: ./configure --enable-eaccelerator=3Dshared --with-php-config=3D/usr/bin/php-config --without-eaccelerator-crash-detection --without-eaccelerator-optimizer --without-eaccelerator-encoder --without-eaccelerator-lo ader --without-eaccelerator-use-inode PHP-CLI is working and shows all eA Options with "php -i", but mod_php not :( Thanks a lot. andy Mauro C. wrote: > HI Andreas, > > try "./configure --help | less" and disable all features. > > Mauro Casciari > > */"Andreas Lehr; diginights.com" <an...@di...>/* ha scritto: > > Hi Mauro, > > 1) /usr/src/eaccelerator-0.9.5-rc1# phpize > Configuring for: > PHP Api Version: 20041225 > Zend Module Api No: 20050922 > Zend Extension Api No: 220051025 > > 2) ./configure --enable-eaccelerator=3Dshared > --with-php-config=3D/usr/bin/php-config > > > thx. > > andy > > Mauro C. schrieb: > > Hi Andreas, > > > > Could you post eA configure option. > > > > > > Mauro Casciari > > > > */"Andreas Lehr; diginights.com" /* ha scritto: > > > > Hi Mauro, > > > > > > > > Disable optimizer. > > > > > Still doesn=B4t work :( > > > > > > Andy > > > > > > > Mauro Casciari > > > > > > */"Andreas Lehr; diginights.com" /* ha scritto: > > > > > > Hi there, > > > > > > We now have used PHP 5.0.x and eAccelerator 0.94.x for about 1 > year, > > > running different Versions of PHP, apache and eA. > > > Now we tried using the latest Version 0.95-rc1 with PHP 5.1.5. = But > > > we=B4re > > > not able to get it running :( > > > > > > But its running with php-cli: > > > php -v > > > PHP 5.1.5 (cli) (built: Aug 21 2006 15:49:49) > > > Copyright (c) 1997-2006 The PHP Group > > > Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies > > > with eAccelerator v0.9.5-rc1, Copyright (c) 2004-2006 > eAccelerator, > > > by eAccelerator > > > > > > "php -m" anf "php -e" are showing the parameters of eA. > > > [Zend Modules] > > > eAccelerator > > > > > > But together with mod_php the extension seems not to be loaded. > > > phpinfo() doesn=B4t show any eA parameters, and the > "control.php" says > > > that eA is not loaded :( > > > Although phpinfo shows the same php build date as "php -e" does= , > > that > > > means that the correct and fresh build module is used. > > > > > > Used Versions: > > > Debian, Kernel 2.6.14.2 > > > PHP 5.1.5 > > > Apache 2.0.59 > > > eA 0.95-rc1 > > > > > > There are no errors in the apache error log. > > > Tried to load eA as Zend Extension and as normal php extension. > > > Nothing > > > worked. > > > I attached php.ini and php Configure Options. With these Option= s > > older > > > Versions run fine. > > > If you need more Information please let me know. > > > > > > Thank you very much. > > > > > > andy > > > > > > #### > > > php.ini > > > #### > > > > > > > > > zend_extension=3D"/usr/share/extensions/no-debug-non-zts-20050922/e= accelerator.so" > > > eaccelerator.shm_size=3D"30" > > > eaccelerator.cache_dir=3D"/tmp/eaccelerator" > > > eaccelerator.enable=3D"1" > > > eaccelerator.optimizer=3D"1" > > > eaccelerator.check_mtime=3D"1" > > > eaccelerator.debug=3D"0" > > > eaccelerator.filter=3D"" > > > eaccelerator.shm_max=3D"0" > > > eaccelerator.shm_ttl=3D"0" > > > eaccelerator.shm_prune_period=3D"0" > > > eaccelerator.shm_only=3D"0" > > > eaccelerator.compress=3D"1" > > > eaccelerator.compress_level=3D"9" > > > ;eaccelerator.allowed_admin_path=3D"" > > > > > > ##### > > > php configure options > > > ##### > > > './configure' '--prefix=3D/usr/share' '--datadir=3D/usr/share/p= hp' > > > '--bindir=3D/usr/bin' '--libdir=3D/usr/share' > > > '--with-config-file-path=3D/etc' > > > '--with-exec-dir=3D/usr/lib/php/bin' '--with-gd=3Dyes' > > > '--enable-gd-native-ttf' '--enable-gd-imgstrttf' > > > '--enable-gd-freetype' > > > '--with-tiff-dir=3D/usr' '--with-jpeg-dir=3D/usr' > '--with-png-dir=3D/usr' > > > '--with-xpm-dir=3D/usr/X11R6' '--with-zlib=3Dyes' '--with-xml' > > > '--with-ttf' > > > '--with-t1lib' '--with-mcal=3D/usr' '--with-imap-ssl=3Dyes' > > > '--with-sablot' > > > '--with-ftp' '--with-mcrypt' '--with-gettext' '--with-gd=3Dyes' > > > '--enable-versioning' '--enable-yp' '--enable-bcmath' > > > '--enable-trans-sid' '--enable-soap' > '--enable-inline-optimization' > > > '--enable-track-vars' '--enable-magic-quotes' '--enable-safe-mo= de' > > > '--with-freetype-dir' '--enable-sockets' '--enable-sysvsem' > > > '--enable-sysvshm' '--enable-shmop' '--enable-calendar' > > > '--enable-mbstring' '--enable-mbstr-enc-trans' '--enable-exif' > > > '--enable-ftp' '--enable-memory-limit' '--enable-wddx' > > > '--enable-filepro' '--enable-ctype' '--disable-debug' > > > '--enable-force-cgi-redirect' '--enable-discard-path' > > > '--enable-sigchild' '--with-apxs2=3D/usr/local/apache2/bin/apxs= ' > > > '--disable-cgi' '--enable-track-vars' '--enable-versioning' > > > '--enable-sysvshm' '--enable-sysvsem' '--enable-sysvmsg' > > > '--with-mysqli' > > > '--with-mysql=3D/usr/include/mysql' > > > > > > > > > > > > > > > > > > -------------------------------------------------------------------= ------ > > > Using Tomcat but need to do more? Need to support web services, > > > security? > > > Get stuff done quickly with pre-integrated technology to make y= our > > > job easier > > > Download IBM WebSphere Application Server v.1.0.1 based on Apac= he > > > Geronimo > > > > > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > > > _______________________________________________ > > > eAccelerator-developers mailing list > > > eAc...@li... > > > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developer= s > > > > > > > > > Chiacchiera con i tuoi amici in tempo reale! > > > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com > > > > > > > > > -------------------------------------------------------------------= ----- > > > > > > > > > -------------------------------------------------------------------= ------ > > > Using Tomcat but need to do more? Need to support web services, > > security? > > > Get stuff done quickly with pre-integrated technology to make > > your job easier > > > Download IBM WebSphere Application Server v.1.0.1 based on > > Apache Geronimo > > > > > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > > > > > > -------------------------------------------------------------------= ----- > > > > > > _______________________________________________ > > > eAccelerator-developers mailing list > > > eAc...@li... > > > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developer= s > > > > > > > > > -- > > diginights.com > > Wir bringen die Nacht ins Netz! > > > > mail: an...@di... > > fon: 0174/1715753 > > > > > > > -------------------------------------------------------------------= ------ > > Using Tomcat but need to do more? Need to support web services, > > security? > > Get stuff done quickly with pre-integrated technology to make you= r > > job easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > > Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > > _______________________________________________ > > eAccelerator-developers mailing list > > eAc...@li... > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-develop= ers > > > > > > Chiacchiera con i tuoi amici in tempo reale! > > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com > > > > > -------------------------------------------------------------------= ----- > > > > > -------------------------------------------------------------------= ------ > > Using Tomcat but need to do more? Need to support web services, > security? > > Get stuff done quickly with pre-integrated technology to make > your job easier > > Download IBM WebSphere Application Server v.1.0.1 based on > Apache Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > > > -------------------------------------------------------------------= ----- > > > > _______________________________________________ > > eAccelerator-developers mailing list > > eAc...@li... > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-develop= ers > > > > > --=20 > diginights.com > Wir bringen die Nacht ins Netz! > > mail: an...@di... > fon: 0174/1715753 > > > -------------------------------------------------------------------= ------ > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > _______________________________________________ > eAccelerator-developers mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developer= s > > > Chiacchiera con i tuoi amici in tempo reale! > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com > > -----------------------------------------------------------------------= - > > -----------------------------------------------------------------------= -- > Using Tomcat but need to do more? Need to support web services, securit= y? > Get stuff done quickly with pre-integrated technology to make your job = easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > -----------------------------------------------------------------------= - > > _______________________________________________ > eAccelerator-developers mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > =20 --=20 Technik/Systemadministration http://diginights.com mail: an...@di... fon: 0174/1715753 Wir bringen die Nacht ins Netz! |
|
From: Mauro C. <inc...@ya...> - 2006-08-22 16:06:52
|
Hi Andreas, a stupid question: have you cleaned old compilation's files? try to disable all in php compliation. Mauro Casciari "Andreas Lehr; diginights.com" <an...@di...> ha scritto: H Mauro, Still no effect. I tried: ./configure --enable-eaccelerator=shared --with-php-config=/usr/bin/php-config --without-eaccelerator-crash-detection --without-eaccelerator-optimizer --without-eaccelerator-encoder --without-eaccelerator-lo ader --without-eaccelerator-use-inode PHP-CLI is working and shows all eA Options with "php -i", but mod_php not :( Thanks a lot. andy Mauro C. wrote: > HI Andreas, > > try "./configure --help | less" and disable all features. > > Mauro Casciari > > */"Andreas Lehr; diginights.com" /* ha scritto: > > Hi Mauro, > > 1) /usr/src/eaccelerator-0.9.5-rc1# phpize > Configuring for: > PHP Api Version: 20041225 > Zend Module Api No: 20050922 > Zend Extension Api No: 220051025 > > 2) ./configure --enable-eaccelerator=shared > --with-php-config=/usr/bin/php-config > > > thx. > > andy > > Mauro C. schrieb: > > Hi Andreas, > > > > Could you post eA configure option. > > > > > > Mauro Casciari > > > > */"Andreas Lehr; diginights.com" /* ha scritto: > > > > Hi Mauro, > > > > > > > > Disable optimizer. > > > > > Still doesn´t work :( > > > > > > Andy > > > > > > > Mauro Casciari > > > > > > */"Andreas Lehr; diginights.com" /* ha scritto: > > > > > > Hi there, > > > > > > We now have used PHP 5.0.x and eAccelerator 0.94.x for about 1 > year, > > > running different Versions of PHP, apache and eA. > > > Now we tried using the latest Version 0.95-rc1 with PHP 5.1.5. But > > > we´re > > > not able to get it running :( > > > > > > But its running with php-cli: > > > php -v > > > PHP 5.1.5 (cli) (built: Aug 21 2006 15:49:49) > > > Copyright (c) 1997-2006 The PHP Group > > > Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies > > > with eAccelerator v0.9.5-rc1, Copyright (c) 2004-2006 > eAccelerator, > > > by eAccelerator > > > > > > "php -m" anf "php -e" are showing the parameters of eA. > > > [Zend Modules] > > > eAccelerator > > > > > > But together with mod_php the extension seems not to be loaded. > > > phpinfo() doesn´t show any eA parameters, and the > "control.php" says > > > that eA is not loaded :( > > > Although phpinfo shows the same php build date as "php -e" does, > > that > > > means that the correct and fresh build module is used. > > > > > > Used Versions: > > > Debian, Kernel 2.6.14.2 > > > PHP 5.1.5 > > > Apache 2.0.59 > > > eA 0.95-rc1 > > > > > > There are no errors in the apache error log. > > > Tried to load eA as Zend Extension and as normal php extension. > > > Nothing > > > worked. > > > I attached php.ini and php Configure Options. With these Options > > older > > > Versions run fine. > > > If you need more Information please let me know. > > > > > > Thank you very much. > > > > > > andy > > > > > > #### > > > php.ini > > > #### > > > > > > > > > zend_extension="/usr/share/extensions/no-debug-non-zts-20050922/eaccelerator.so" > > > eaccelerator.shm_size="30" > > > eaccelerator.cache_dir="/tmp/eaccelerator" > > > eaccelerator.enable="1" > > > eaccelerator.optimizer="1" > > > eaccelerator.check_mtime="1" > > > eaccelerator.debug="0" > > > eaccelerator.filter="" > > > eaccelerator.shm_max="0" > > > eaccelerator.shm_ttl="0" > > > eaccelerator.shm_prune_period="0" > > > eaccelerator.shm_only="0" > > > eaccelerator.compress="1" > > > eaccelerator.compress_level="9" > > > ;eaccelerator.allowed_admin_path="" > > > > > > ##### > > > php configure options > > > ##### > > > './configure' '--prefix=/usr/share' '--datadir=/usr/share/php' > > > '--bindir=/usr/bin' '--libdir=/usr/share' > > > '--with-config-file-path=/etc' > > > '--with-exec-dir=/usr/lib/php/bin' '--with-gd=yes' > > > '--enable-gd-native-ttf' '--enable-gd-imgstrttf' > > > '--enable-gd-freetype' > > > '--with-tiff-dir=/usr' '--with-jpeg-dir=/usr' > '--with-png-dir=/usr' > > > '--with-xpm-dir=/usr/X11R6' '--with-zlib=yes' '--with-xml' > > > '--with-ttf' > > > '--with-t1lib' '--with-mcal=/usr' '--with-imap-ssl=yes' > > > '--with-sablot' > > > '--with-ftp' '--with-mcrypt' '--with-gettext' '--with-gd=yes' > > > '--enable-versioning' '--enable-yp' '--enable-bcmath' > > > '--enable-trans-sid' '--enable-soap' > '--enable-inline-optimization' > > > '--enable-track-vars' '--enable-magic-quotes' '--enable-safe-mode' > > > '--with-freetype-dir' '--enable-sockets' '--enable-sysvsem' > > > '--enable-sysvshm' '--enable-shmop' '--enable-calendar' > > > '--enable-mbstring' '--enable-mbstr-enc-trans' '--enable-exif' > > > '--enable-ftp' '--enable-memory-limit' '--enable-wddx' > > > '--enable-filepro' '--enable-ctype' '--disable-debug' > > > '--enable-force-cgi-redirect' '--enable-discard-path' > > > '--enable-sigchild' '--with-apxs2=/usr/local/apache2/bin/apxs' > > > '--disable-cgi' '--enable-track-vars' '--enable-versioning' > > > '--enable-sysvshm' '--enable-sysvsem' '--enable-sysvmsg' > > > '--with-mysqli' > > > '--with-mysql=/usr/include/mysql' > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > Using Tomcat but need to do more? Need to support web services, > > > security? > > > Get stuff done quickly with pre-integrated technology to make your > > > job easier > > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > > > Geronimo > > > > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > _______________________________________________ > > > eAccelerator-developers mailing list > > > eAc...@li... > > > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > > > > > > > > > Chiacchiera con i tuoi amici in tempo reale! > > > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com > > > > > > > > > ------------------------------------------------------------------------ > > > > > > > > > ------------------------------------------------------------------------- > > > Using Tomcat but need to do more? Need to support web services, > > security? > > > Get stuff done quickly with pre-integrated technology to make > > your job easier > > > Download IBM WebSphere Application Server v.1.0.1 based on > > Apache Geronimo > > > > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > > > > ------------------------------------------------------------------------ > > > > > > _______________________________________________ > > > eAccelerator-developers mailing list > > > eAc...@li... > > > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > > > > > > > > > -- > > diginights.com > > Wir bringen die Nacht ins Netz! > > > > mail: an...@di... > > fon: 0174/1715753 > > > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, > > security? > > Get stuff done quickly with pre-integrated technology to make your > > job easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > > Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > > eAccelerator-developers mailing list > > eAc...@li... > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > > > > > > Chiacchiera con i tuoi amici in tempo reale! > > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com > > > > > ------------------------------------------------------------------------ > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, > security? > > Get stuff done quickly with pre-integrated technology to make > your job easier > > Download IBM WebSphere Application Server v.1.0.1 based on > Apache Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > eAccelerator-developers mailing list > > eAc...@li... > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > > > > > -- > diginights.com > Wir bringen die Nacht ins Netz! > > mail: an...@di... > fon: 0174/1715753 > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > eAccelerator-developers mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > > > Chiacchiera con i tuoi amici in tempo reale! > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ------------------------------------------------------------------------ > > _______________________________________________ > eAccelerator-developers mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > -- Technik/Systemadministration http://diginights.com mail: an...@di... fon: 0174/1715753 Wir bringen die Nacht ins Netz! ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ eAccelerator-developers mailing list eAc...@li... https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers Chiacchiera con i tuoi amici in tempo reale! http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com |
|
From: Andreas L. diginights.c. <an...@di...> - 2006-08-22 19:02:41
|
Hi Mauro, > a stupid question: have you cleaned old compilation's files? sure, few minutes ago i tried with the lates cvs snapshot=20 (eaccelerator-svn260), still the same Problem. PHP-Cli detects eA, mod_php not. > try to disable all in php compliation. eA 0.9.4 and php 5.0.5 work fine with the configure options i used. If i disable all funtions in php 5.1.5, other Scrips wont work any more := ( Thanks a lot. andy > > > Mauro Casciari > > > > */"Andreas Lehr; diginights.com" <an...@di...>/* ha scritto: > > H Mauro, > > Still no effect. > I tried: > > ./configure --enable-eaccelerator=3Dshared > --with-php-config=3D/usr/bin/php-config > --without-eaccelerator-crash-detection > --without-eaccelerator-optimizer > --without-eaccelerator-encoder --without-eaccelerator-lo > ader --without-eaccelerator-use-inode > > PHP-CLI is working and shows all eA Options with "php -i", but mod_= php > not :( > > > Thanks a lot. > > andy > > > > Mauro C. wrote: > > HI Andreas, > > > > try "./configure --help | less" and disable all features. > > > > Mauro Casciari > > > > */"Andreas Lehr; diginights.com" /* ha scritto: > > > > Hi Mauro, > > > > 1) /usr/src/eaccelerator-0.9.5-rc1# phpize > > Configuring for: > > PHP Api Version: 20041225 > > Zend Module Api No: 20050922 > > Zend Extension Api No: 220051025 > > > > 2) ./configure --enable-eaccelerator=3Dshared > > --with-php-config=3D/usr/bin/php-config > > > > > > thx. > > > > andy > > > > Mauro C. schrieb: > > > Hi Andreas, > > > > > > Could you post eA configure option. > > > > > > > > > Mauro Casciari > > > > > > */"Andreas Lehr; diginights.com" /* ha scritto: > > > > > > Hi Mauro, > > > > > > > > > > > Disable optimizer. > > > > > > > Still doesn=B4t work :( > > > > > > > > > Andy > > > > > > > > > > Mauro Casciari > > > > > > > > */"Andreas Lehr; diginights.com" /* ha scritto: > > > > > > > > Hi there, > > > > > > > > We now have used PHP 5.0.x and eAccelerator 0.94.x for about = 1 > > year, > > > > running different Versions of PHP, apache and eA. > > > > Now we tried using the latest Version 0.95-rc1 with PHP > 5.1.5. But > > > > we=B4re > > > > not able to get it running :( > > > > > > > > But its running with php-cli: > > > > php -v > > > > PHP 5.1.5 (cli) (built: Aug 21 2006 15:49:49) > > > > Copyright (c) 1997-2006 The PHP Group > > > > Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies > > > > with eAccelerator v0.9.5-rc1, Copyright (c) 2004-2006 > > eAccelerator, > > > > by eAccelerator > > > > > > > > "php -m" anf "php -e" are showing the parameters of eA. > > > > [Zend Modules] > > > > eAccelerator > > > > > > > > But together with mod_php the extension seems not to be loade= d. > > > > phpinfo() doesn=B4t show any eA parameters, and the > > "control.php" says > > > > that eA is not loaded :( > > > > Although phpinfo shows the same php build date as "php -e" do= es, > > > that > > > > means that the correct and fresh build module is used. > > > > > > > > Used Versions: > > > > Debian, Kernel 2.6.14.2 > > > > PHP 5.1.5 > > > > Apache 2.0.59 > > > > eA 0.95-rc1 > > > > > > > > There are no errors in the apache error log. > > > > Tried to load eA as Zend Extension and as normal php extensio= n. > > > > Nothing > > > > worked. > > > > I attached php.ini and php Configure Options. With these Opti= ons > > > older > > > > Versions run fine. > > > > If you need more Information please let me know. > > > > > > > > Thank you very much. > > > > > > > > andy > > > > > > > > #### > > > > php.ini > > > > #### > > > > > > > > > > > > > > zend_extension=3D"/usr/share/extensions/no-debug-non-zts-20050922/e= accelerator.so" > > > > eaccelerator.shm_size=3D"30" > > > > eaccelerator.cache_dir=3D"/tmp/eaccelerator" > > > > eaccelerator.enable=3D"1" > > > > eaccelerator.optimizer=3D"1" > > > > eaccelerator.check_mtime=3D"1" > > > > eaccelerator.debug=3D"0" > > > > eaccelerator.filter=3D"" > > > > eaccelerator.shm_max=3D"0" > > > > eaccelerator.shm_ttl=3D"0" > > > > eaccelerator.shm_prune_period=3D"0" > > > > eaccelerator.shm_only=3D"0" > > > > eaccelerator.compress=3D"1" > > > > eaccelerator.compress_level=3D"9" > > > > ;eaccelerator.allowed_admin_path=3D"" > > > > > > > > ##### > > > > php configure options > > > > ##### > > > > './configure' '--prefix=3D/usr/share' '--datadir=3D/usr/share= /php' > > > > '--bindir=3D/usr/bin' '--libdir=3D/usr/share' > > > > '--with-config-file-path=3D/etc' > > > > '--with-exec-dir=3D/usr/lib/php/bin' '--with-gd=3Dyes' > > > > '--enable-gd-native-ttf' '--enable-gd-imgstrttf' > > > > '--enable-gd-freetype' > > > > '--with-tiff-dir=3D/usr' '--with-jpeg-dir=3D/usr' > > '--with-png-dir=3D/usr' > > > > '--with-xpm-dir=3D/usr/X11R6' '--with-zlib=3Dyes' '--with-xml= ' > > > > '--with-ttf' > > > > '--with-t1lib' '--with-mcal=3D/usr' '--with-imap-ssl=3Dyes' > > > > '--with-sablot' > > > > '--with-ftp' '--with-mcrypt' '--with-gettext' '--with-gd=3Dye= s' > > > > '--enable-versioning' '--enable-yp' '--enable-bcmath' > > > > '--enable-trans-sid' '--enable-soap' > > '--enable-inline-optimization' > > > > '--enable-track-vars' '--enable-magic-quotes' > '--enable-safe-mode' > > > > '--with-freetype-dir' '--enable-sockets' '--enable-sysvsem' > > > > '--enable-sysvshm' '--enable-shmop' '--enable-calendar' > > > > '--enable-mbstring' '--enable-mbstr-enc-trans' '--enable-exif= ' > > > > '--enable-ftp' '--enable-memory-limit' '--enable-wddx' > > > > '--enable-filepro' '--enable-ctype' '--disable-debug' > > > > '--enable-force-cgi-redirect' '--enable-discard-path' > > > > '--enable-sigchild' '--with-apxs2=3D/usr/local/apache2/bin/ap= xs' > > > > '--disable-cgi' '--enable-track-vars' '--enable-versioning' > > > > '--enable-sysvshm' '--enable-sysvsem' '--enable-sysvmsg' > > > > '--with-mysqli' > > > > '--with-mysql=3D/usr/include/mysql' > > > > > > > > > > > > > > > > > > > > > > > > > > -------------------------------------------------------------------= ------ > > > > Using Tomcat but need to do more? Need to support web service= s, > > > > security? > > > > Get stuff done quickly with pre-integrated technology to > make your > > > > job easier > > > > Download IBM WebSphere Application Server v.1.0.1 based on > Apache > > > > Geronimo > > > > > > > > > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > > > > _______________________________________________ > > > > eAccelerator-developers mailing list > > > > eAc...@li... > > > > > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-develop= ers > > > > > > > > > > > > Chiacchiera con i tuoi amici in tempo reale! > > > > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.c= om > > > > > > > > > > > > > > -------------------------------------------------------------------= ----- > > > > > > > > > > > > > > -------------------------------------------------------------------= ------ > > > > Using Tomcat but need to do more? Need to support web service= s, > > > security? > > > > Get stuff done quickly with pre-integrated technology to make > > > your job easier > > > > Download IBM WebSphere Application Server v.1.0.1 based on > > > Apache Geronimo > > > > > > > > > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > > > > > > > > > > -------------------------------------------------------------------= ----- > > > > > > > > _______________________________________________ > > > > eAccelerator-developers mailing list > > > > eAc...@li... > > > > > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-develop= ers > > > > > > > > > > > > > -- > > > diginights.com > > > Wir bringen die Nacht ins Netz! > > > > > > mail: an...@di... > > > fon: 0174/1715753 > > > > > > > > > > > > -------------------------------------------------------------------= ------ > > > Using Tomcat but need to do more? Need to support web services, > > > security? > > > Get stuff done quickly with pre-integrated technology to make y= our > > > job easier > > > Download IBM WebSphere Application Server v.1.0.1 based on Apac= he > > > Geronimo > > > > > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > > > _______________________________________________ > > > eAccelerator-developers mailing list > > > eAc...@li... > > > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developer= s > > > > > > > > > Chiacchiera con i tuoi amici in tempo reale! > > > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com > > > > > > > > > -------------------------------------------------------------------= ----- > > > > > > > > > -------------------------------------------------------------------= ------ > > > Using Tomcat but need to do more? Need to support web services, > > security? > > > Get stuff done quickly with pre-integrated technology to make > > your job easier > > > Download IBM WebSphere Application Server v.1.0.1 based on > > Apache Geronimo > > > > > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > > > > > > -------------------------------------------------------------------= ----- > > > > > > _______________________________________________ > > > eAccelerator-developers mailing list > > > eAc...@li... > > > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developer= s > > > > > > > > > -- > > diginights.com > > Wir bringen die Nacht ins Netz! > > > > mail: an...@di... > > fon: 0174/1715753 > > > > > > > -------------------------------------------------------------------= ------ > > Using Tomcat but need to do more? Need to support web services, > > security? > > Get stuff done quickly with pre-integrated technology to make you= r > > job easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > > Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > > _______________________________________________ > > eAccelerator-developers mailing list > > eAc...@li... > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-develop= ers > > > > > > Chiacchiera con i tuoi amici in tempo reale! > > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com > > > > > -------------------------------------------------------------------= ----- > > > > > -------------------------------------------------------------------= ------ > > Using Tomcat but need to do more? Need to support web services, > security? > > Get stuff done quickly with pre-integrated technology to make > your job easier > > Download IBM WebSphere Application Server v.1.0.1 based on > Apache Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > > > -------------------------------------------------------------------= ----- > > > > _______________________________________________ > > eAccelerator-developers mailing list > > eAc...@li... > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-develop= ers > > > > > --=20 > Technik/Systemadministration > > http://diginights.com > mail: an...@di... > fon: 0174/1715753 > > Wir bringen die Nacht ins Netz! > > > -------------------------------------------------------------------= ------ > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > _______________________________________________ > eAccelerator-developers mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developer= s > > > Chiacchiera con i tuoi amici in tempo reale! > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com > > -----------------------------------------------------------------------= - > > -----------------------------------------------------------------------= -- > Using Tomcat but need to do more? Need to support web services, securit= y? > Get stuff done quickly with pre-integrated technology to make your job = easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > -----------------------------------------------------------------------= - > > _______________________________________________ > eAccelerator-developers mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > =20 --=20 diginights.com Wir bringen die Nacht ins Netz! mail: an...@di... fon: 0174/1715753 |
|
From: Mauro C. <inc...@ya...> - 2006-08-22 16:09:07
|
Hi Andreas, have you look apache error_log, maybe you can find the reason why... Mauro Casciari "Andreas Lehr; diginights.com" <an...@di...> ha scritto: H Mauro, Still no effect. I tried: ./configure --enable-eaccelerator=shared --with-php-config=/usr/bin/php-config --without-eaccelerator-crash-detection --without-eaccelerator-optimizer --without-eaccelerator-encoder --without-eaccelerator-lo ader --without-eaccelerator-use-inode PHP-CLI is working and shows all eA Options with "php -i", but mod_php not :( Thanks a lot. andy Mauro C. wrote: > HI Andreas, > > try "./configure --help | less" and disable all features. > > Mauro Casciari > > */"Andreas Lehr; diginights.com" /* ha scritto: > > Hi Mauro, > > 1) /usr/src/eaccelerator-0.9.5-rc1# phpize > Configuring for: > PHP Api Version: 20041225 > Zend Module Api No: 20050922 > Zend Extension Api No: 220051025 > > 2) ./configure --enable-eaccelerator=shared > --with-php-config=/usr/bin/php-config > > > thx. > > andy > > Mauro C. schrieb: > > Hi Andreas, > > > > Could you post eA configure option. > > > > > > Mauro Casciari > > > > */"Andreas Lehr; diginights.com" /* ha scritto: > > > > Hi Mauro, > > > > > > > > Disable optimizer. > > > > > Still doesn´t work :( > > > > > > Andy > > > > > > > Mauro Casciari > > > > > > */"Andreas Lehr; diginights.com" /* ha scritto: > > > > > > Hi there, > > > > > > We now have used PHP 5.0.x and eAccelerator 0.94.x for about 1 > year, > > > running different Versions of PHP, apache and eA. > > > Now we tried using the latest Version 0.95-rc1 with PHP 5.1.5. But > > > we´re > > > not able to get it running :( > > > > > > But its running with php-cli: > > > php -v > > > PHP 5.1.5 (cli) (built: Aug 21 2006 15:49:49) > > > Copyright (c) 1997-2006 The PHP Group > > > Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies > > > with eAccelerator v0.9.5-rc1, Copyright (c) 2004-2006 > eAccelerator, > > > by eAccelerator > > > > > > "php -m" anf "php -e" are showing the parameters of eA. > > > [Zend Modules] > > > eAccelerator > > > > > > But together with mod_php the extension seems not to be loaded. > > > phpinfo() doesn´t show any eA parameters, and the > "control.php" says > > > that eA is not loaded :( > > > Although phpinfo shows the same php build date as "php -e" does, > > that > > > means that the correct and fresh build module is used. > > > > > > Used Versions: > > > Debian, Kernel 2.6.14.2 > > > PHP 5.1.5 > > > Apache 2.0.59 > > > eA 0.95-rc1 > > > > > > There are no errors in the apache error log. > > > Tried to load eA as Zend Extension and as normal php extension. > > > Nothing > > > worked. > > > I attached php.ini and php Configure Options. With these Options > > older > > > Versions run fine. > > > If you need more Information please let me know. > > > > > > Thank you very much. > > > > > > andy > > > > > > #### > > > php.ini > > > #### > > > > > > > > > zend_extension="/usr/share/extensions/no-debug-non-zts-20050922/eaccelerator.so" > > > eaccelerator.shm_size="30" > > > eaccelerator.cache_dir="/tmp/eaccelerator" > > > eaccelerator.enable="1" > > > eaccelerator.optimizer="1" > > > eaccelerator.check_mtime="1" > > > eaccelerator.debug="0" > > > eaccelerator.filter="" > > > eaccelerator.shm_max="0" > > > eaccelerator.shm_ttl="0" > > > eaccelerator.shm_prune_period="0" > > > eaccelerator.shm_only="0" > > > eaccelerator.compress="1" > > > eaccelerator.compress_level="9" > > > ;eaccelerator.allowed_admin_path="" > > > > > > ##### > > > php configure options > > > ##### > > > './configure' '--prefix=/usr/share' '--datadir=/usr/share/php' > > > '--bindir=/usr/bin' '--libdir=/usr/share' > > > '--with-config-file-path=/etc' > > > '--with-exec-dir=/usr/lib/php/bin' '--with-gd=yes' > > > '--enable-gd-native-ttf' '--enable-gd-imgstrttf' > > > '--enable-gd-freetype' > > > '--with-tiff-dir=/usr' '--with-jpeg-dir=/usr' > '--with-png-dir=/usr' > > > '--with-xpm-dir=/usr/X11R6' '--with-zlib=yes' '--with-xml' > > > '--with-ttf' > > > '--with-t1lib' '--with-mcal=/usr' '--with-imap-ssl=yes' > > > '--with-sablot' > > > '--with-ftp' '--with-mcrypt' '--with-gettext' '--with-gd=yes' > > > '--enable-versioning' '--enable-yp' '--enable-bcmath' > > > '--enable-trans-sid' '--enable-soap' > '--enable-inline-optimization' > > > '--enable-track-vars' '--enable-magic-quotes' '--enable-safe-mode' > > > '--with-freetype-dir' '--enable-sockets' '--enable-sysvsem' > > > '--enable-sysvshm' '--enable-shmop' '--enable-calendar' > > > '--enable-mbstring' '--enable-mbstr-enc-trans' '--enable-exif' > > > '--enable-ftp' '--enable-memory-limit' '--enable-wddx' > > > '--enable-filepro' '--enable-ctype' '--disable-debug' > > > '--enable-force-cgi-redirect' '--enable-discard-path' > > > '--enable-sigchild' '--with-apxs2=/usr/local/apache2/bin/apxs' > > > '--disable-cgi' '--enable-track-vars' '--enable-versioning' > > > '--enable-sysvshm' '--enable-sysvsem' '--enable-sysvmsg' > > > '--with-mysqli' > > > '--with-mysql=/usr/include/mysql' > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > Using Tomcat but need to do more? Need to support web services, > > > security? > > > Get stuff done quickly with pre-integrated technology to make your > > > job easier > > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > > > Geronimo > > > > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > _______________________________________________ > > > eAccelerator-developers mailing list > > > eAc...@li... > > > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > > > > > > > > > Chiacchiera con i tuoi amici in tempo reale! > > > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com > > > > > > > > > ------------------------------------------------------------------------ > > > > > > > > > ------------------------------------------------------------------------- > > > Using Tomcat but need to do more? Need to support web services, > > security? > > > Get stuff done quickly with pre-integrated technology to make > > your job easier > > > Download IBM WebSphere Application Server v.1.0.1 based on > > Apache Geronimo > > > > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > > > > ------------------------------------------------------------------------ > > > > > > _______________________________________________ > > > eAccelerator-developers mailing list > > > eAc...@li... > > > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > > > > > > > > > -- > > diginights.com > > Wir bringen die Nacht ins Netz! > > > > mail: an...@di... > > fon: 0174/1715753 > > > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, > > security? > > Get stuff done quickly with pre-integrated technology to make your > > job easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > > Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > > eAccelerator-developers mailing list > > eAc...@li... > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > > > > > > Chiacchiera con i tuoi amici in tempo reale! > > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com > > > > > ------------------------------------------------------------------------ > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, > security? > > Get stuff done quickly with pre-integrated technology to make > your job easier > > Download IBM WebSphere Application Server v.1.0.1 based on > Apache Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > eAccelerator-developers mailing list > > eAc...@li... > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > > > > > -- > diginights.com > Wir bringen die Nacht ins Netz! > > mail: an...@di... > fon: 0174/1715753 > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > eAccelerator-developers mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > > > Chiacchiera con i tuoi amici in tempo reale! > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ------------------------------------------------------------------------ > > _______________________________________________ > eAccelerator-developers mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > -- Technik/Systemadministration http://diginights.com mail: an...@di... fon: 0174/1715753 Wir bringen die Nacht ins Netz! ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ eAccelerator-developers mailing list eAc...@li... https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers Chiacchiera con i tuoi amici in tempo reale! http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com |
|
From: Andreas L. diginights.c. <an...@di...> - 2006-08-22 19:03:30
|
Hi, > have you look apache error_log, maybe you can find the reason why... Nothing there,even on DEBUG Level :( greets andy > > Mauro Casciari > > */"Andreas Lehr; diginights.com" <an...@di...>/* ha scritto: > > H Mauro, > > Still no effect. > I tried: > > ./configure --enable-eaccelerator=3Dshared > --with-php-config=3D/usr/bin/php-config > --without-eaccelerator-crash-detection > --without-eaccelerator-optimizer > --without-eaccelerator-encoder --without-eaccelerator-lo > ader --without-eaccelerator-use-inode > > PHP-CLI is working and shows all eA Options with "php -i", but mod_= php > not :( > > > Thanks a lot. > > andy > > > > Mauro C. wrote: > > HI Andreas, > > > > try "./configure --help | less" and disable all features. > > > > Mauro Casciari > > > > */"Andreas Lehr; diginights.com" /* ha scritto: > > > > Hi Mauro, > > > > 1) /usr/src/eaccelerator-0.9.5-rc1# phpize > > Configuring for: > > PHP Api Version: 20041225 > > Zend Module Api No: 20050922 > > Zend Extension Api No: 220051025 > > > > 2) ./configure --enable-eaccelerator=3Dshared > > --with-php-config=3D/usr/bin/php-config > > > > > > thx. > > > > andy > > > > Mauro C. schrieb: > > > Hi Andreas, > > > > > > Could you post eA configure option. > > > > > > > > > Mauro Casciari > > > > > > */"Andreas Lehr; diginights.com" /* ha scritto: > > > > > > Hi Mauro, > > > > > > > > > > > Disable optimizer. > > > > > > > Still doesn=B4t work :( > > > > > > > > > Andy > > > > > > > > > > Mauro Casciari > > > > > > > > */"Andreas Lehr; diginights.com" /* ha scritto: > > > > > > > > Hi there, > > > > > > > > We now have used PHP 5.0.x and eAccelerator 0.94.x for about = 1 > > year, > > > > running different Versions of PHP, apache and eA. > > > > Now we tried using the latest Version 0.95-rc1 with PHP > 5.1.5. But > > > > we=B4re > > > > not able to get it running :( > > > > > > > > But its running with php-cli: > > > > php -v > > > > PHP 5.1.5 (cli) (built: Aug 21 2006 15:49:49) > > > > Copyright (c) 1997-2006 The PHP Group > > > > Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies > > > > with eAccelerator v0.9.5-rc1, Copyright (c) 2004-2006 > > eAccelerator, > > > > by eAccelerator > > > > > > > > "php -m" anf "php -e" are showing the parameters of eA. > > > > [Zend Modules] > > > > eAccelerator > > > > > > > > But together with mod_php the extension seems not to be loade= d. > > > > phpinfo() doesn=B4t show any eA parameters, and the > > "control.php" says > > > > that eA is not loaded :( > > > > Although phpinfo shows the same php build date as "php -e" do= es, > > > that > > > > means that the correct and fresh build module is used. > > > > > > > > Used Versions: > > > > Debian, Kernel 2.6.14.2 > > > > PHP 5.1.5 > > > > Apache 2.0.59 > > > > eA 0.95-rc1 > > > > > > > > There are no errors in the apache error log. > > > > Tried to load eA as Zend Extension and as normal php extensio= n. > > > > Nothing > > > > worked. > > > > I attached php.ini and php Configure Options. With these Opti= ons > > > older > > > > Versions run fine. > > > > If you need more Information please let me know. > > > > > > > > Thank you very much. > > > > > > > > andy > > > > > > > > #### > > > > php.ini > > > > #### > > > > > > > > > > > > > > zend_extension=3D"/usr/share/extensions/no-debug-non-zts-20050922/e= accelerator.so" > > > > eaccelerator.shm_size=3D"30" > > > > eaccelerator.cache_dir=3D"/tmp/eaccelerator" > > > > eaccelerator.enable=3D"1" > > > > eaccelerator.optimizer=3D"1" > > > > eaccelerator.check_mtime=3D"1" > > > > eaccelerator.debug=3D"0" > > > > eaccelerator.filter=3D"" > > > > eaccelerator.shm_max=3D"0" > > > > eaccelerator.shm_ttl=3D"0" > > > > eaccelerator.shm_prune_period=3D"0" > > > > eaccelerator.shm_only=3D"0" > > > > eaccelerator.compress=3D"1" > > > > eaccelerator.compress_level=3D"9" > > > > ;eaccelerator.allowed_admin_path=3D"" > > > > > > > > ##### > > > > php configure options > > > > ##### > > > > './configure' '--prefix=3D/usr/share' '--datadir=3D/usr/share= /php' > > > > '--bindir=3D/usr/bin' '--libdir=3D/usr/share' > > > > '--with-config-file-path=3D/etc' > > > > '--with-exec-dir=3D/usr/lib/php/bin' '--with-gd=3Dyes' > > > > '--enable-gd-native-ttf' '--enable-gd-imgstrttf' > > > > '--enable-gd-freetype' > > > > '--with-tiff-dir=3D/usr' '--with-jpeg-dir=3D/usr' > > '--with-png-dir=3D/usr' > > > > '--with-xpm-dir=3D/usr/X11R6' '--with-zlib=3Dyes' '--with-xml= ' > > > > '--with-ttf' > > > > '--with-t1lib' '--with-mcal=3D/usr' '--with-imap-ssl=3Dyes' > > > > '--with-sablot' > > > > '--with-ftp' '--with-mcrypt' '--with-gettext' '--with-gd=3Dye= s' > > > > '--enable-versioning' '--enable-yp' '--enable-bcmath' > > > > '--enable-trans-sid' '--enable-soap' > > '--enable-inline-optimization' > > > > '--enable-track-vars' '--enable-magic-quotes' > '--enable-safe-mode' > > > > '--with-freetype-dir' '--enable-sockets' '--enable-sysvsem' > > > > '--enable-sysvshm' '--enable-shmop' '--enable-calendar' > > > > '--enable-mbstring' '--enable-mbstr-enc-trans' '--enable-exif= ' > > > > '--enable-ftp' '--enable-memory-limit' '--enable-wddx' > > > > '--enable-filepro' '--enable-ctype' '--disable-debug' > > > > '--enable-force-cgi-redirect' '--enable-discard-path' > > > > '--enable-sigchild' '--with-apxs2=3D/usr/local/apache2/bin/ap= xs' > > > > '--disable-cgi' '--enable-track-vars' '--enable-versioning' > > > > '--enable-sysvshm' '--enable-sysvsem' '--enable-sysvmsg' > > > > '--with-mysqli' > > > > '--with-mysql=3D/usr/include/mysql' > > > > > > > > > > > > > > > > > > > > > > > > > > -------------------------------------------------------------------= ------ > > > > Using Tomcat but need to do more? Need to support web service= s, > > > > security? > > > > Get stuff done quickly with pre-integrated technology to > make your > > > > job easier > > > > Download IBM WebSphere Application Server v.1.0.1 based on > Apache > > > > Geronimo > > > > > > > > > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > > > > _______________________________________________ > > > > eAccelerator-developers mailing list > > > > eAc...@li... > > > > > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-develop= ers > > > > > > > > > > > > Chiacchiera con i tuoi amici in tempo reale! > > > > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.c= om > > > > > > > > > > > > > > -------------------------------------------------------------------= ----- > > > > > > > > > > > > > > -------------------------------------------------------------------= ------ > > > > Using Tomcat but need to do more? Need to support web service= s, > > > security? > > > > Get stuff done quickly with pre-integrated technology to make > > > your job easier > > > > Download IBM WebSphere Application Server v.1.0.1 based on > > > Apache Geronimo > > > > > > > > > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > > > > > > > > > > -------------------------------------------------------------------= ----- > > > > > > > > _______________________________________________ > > > > eAccelerator-developers mailing list > > > > eAc...@li... > > > > > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-develop= ers > > > > > > > > > > > > > -- > > > diginights.com > > > Wir bringen die Nacht ins Netz! > > > > > > mail: an...@di... > > > fon: 0174/1715753 > > > > > > > > > > > > -------------------------------------------------------------------= ------ > > > Using Tomcat but need to do more? Need to support web services, > > > security? > > > Get stuff done quickly with pre-integrated technology to make y= our > > > job easier > > > Download IBM WebSphere Application Server v.1.0.1 based on Apac= he > > > Geronimo > > > > > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > > > _______________________________________________ > > > eAccelerator-developers mailing list > > > eAc...@li... > > > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developer= s > > > > > > > > > Chiacchiera con i tuoi amici in tempo reale! > > > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com > > > > > > > > > -------------------------------------------------------------------= ----- > > > > > > > > > -------------------------------------------------------------------= ------ > > > Using Tomcat but need to do more? Need to support web services, > > security? > > > Get stuff done quickly with pre-integrated technology to make > > your job easier > > > Download IBM WebSphere Application Server v.1.0.1 based on > > Apache Geronimo > > > > > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > > > > > > -------------------------------------------------------------------= ----- > > > > > > _______________________________________________ > > > eAccelerator-developers mailing list > > > eAc...@li... > > > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developer= s > > > > > > > > > -- > > diginights.com > > Wir bringen die Nacht ins Netz! > > > > mail: an...@di... > > fon: 0174/1715753 > > > > > > > -------------------------------------------------------------------= ------ > > Using Tomcat but need to do more? Need to support web services, > > security? > > Get stuff done quickly with pre-integrated technology to make you= r > > job easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > > Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > > _______________________________________________ > > eAccelerator-developers mailing list > > eAc...@li... > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-develop= ers > > > > > > Chiacchiera con i tuoi amici in tempo reale! > > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com > > > > > -------------------------------------------------------------------= ----- > > > > > -------------------------------------------------------------------= ------ > > Using Tomcat but need to do more? Need to support web services, > security? > > Get stuff done quickly with pre-integrated technology to make > your job easier > > Download IBM WebSphere Application Server v.1.0.1 based on > Apache Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > > > -------------------------------------------------------------------= ----- > > > > _______________________________________________ > > eAccelerator-developers mailing list > > eAc...@li... > > https://lists.sourceforge.net/lists/listinfo/eaccelerator-develop= ers > > > > > --=20 > Technik/Systemadministration > > http://diginights.com > mail: an...@di... > fon: 0174/1715753 > > Wir bringen die Nacht ins Netz! > > > -------------------------------------------------------------------= ------ > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057= &dat=3D121642 > _______________________________________________ > eAccelerator-developers mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developer= s > > > Chiacchiera con i tuoi amici in tempo reale! > http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com > > -----------------------------------------------------------------------= - > > -----------------------------------------------------------------------= -- > Using Tomcat but need to do more? Need to support web services, securit= y? > Get stuff done quickly with pre-integrated technology to make your job = easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > -----------------------------------------------------------------------= - > > _______________________________________________ > eAccelerator-developers mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > =20 --=20 diginights.com Wir bringen die Nacht ins Netz! mail: an...@di... fon: 0174/1715753 |
|
From: Hans R. <ha...@pa...> - 2006-08-22 20:33:19
|
Hi, Just a few pointers: -are you sure your php apache module uses the same php.ini file? -are you sure your php versions match across the various packages (php, php-dev, libapache2-mod-php5)? -did you totally empty your cachedir? -try compiling eaccelerator with --with-eaccelerator-debug, configure a eaccelerator.log_file and set eaccelerator.debug to something like 15, and see if that gives you any pointers -try configuring php to log all php errors (startup errors, script errors etc) to a file, by setting log_errors to on, and setting error_log to your log location e.g. /var/log/php/error.log and see if that gives you any pointers Please try/verify these steps and report back. Regards, Hans Rakers Andreas Lehr; diginights.com wrote: > Hi there, > > We now have used PHP 5.0.x and eAccelerator 0.94.x for about 1 year, > running different Versions of PHP, apache and eA. > Now we tried using the latest Version 0.95-rc1 with PHP 5.1.5. But we´re > not able to get it running :( > > But its running with php-cli: > php -v > PHP 5.1.5 (cli) (built: Aug 21 2006 15:49:49) > Copyright (c) 1997-2006 The PHP Group > Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies > with eAccelerator v0.9.5-rc1, Copyright (c) 2004-2006 eAccelerator, > by eAccelerator > > "php -m" anf "php -e" are showing the parameters of eA. > [Zend Modules] > eAccelerator > > But together with mod_php the extension seems not to be loaded. > phpinfo() doesn´t show any eA parameters, and the "control.php" says > that eA is not loaded :( > Although phpinfo shows the same php build date as "php -e" does, that > means that the correct and fresh build module is used. > > Used Versions: > Debian, Kernel 2.6.14.2 > PHP 5.1.5 > Apache 2.0.59 > eA 0.95-rc1 > > There are no errors in the apache error log. > Tried to load eA as Zend Extension and as normal php extension. Nothing > worked. > I attached php.ini and php Configure Options. With these Options older > Versions run fine. > If you need more Information please let me know. > > Thank you very much. > > andy > > #### > php.ini > #### > > zend_extension="/usr/share/extensions/no-debug-non-zts-20050922/eaccelerator.so" > eaccelerator.shm_size="30" > eaccelerator.cache_dir="/tmp/eaccelerator" > eaccelerator.enable="1" > eaccelerator.optimizer="1" > eaccelerator.check_mtime="1" > eaccelerator.debug="0" > eaccelerator.filter="" > eaccelerator.shm_max="0" > eaccelerator.shm_ttl="0" > eaccelerator.shm_prune_period="0" > eaccelerator.shm_only="0" > eaccelerator.compress="1" > eaccelerator.compress_level="9" > ;eaccelerator.allowed_admin_path="" > > ##### > php configure options > ##### > './configure' '--prefix=/usr/share' '--datadir=/usr/share/php' > '--bindir=/usr/bin' '--libdir=/usr/share' '--with-config-file-path=/etc' > '--with-exec-dir=/usr/lib/php/bin' '--with-gd=yes' > '--enable-gd-native-ttf' '--enable-gd-imgstrttf' '--enable-gd-freetype' > '--with-tiff-dir=/usr' '--with-jpeg-dir=/usr' '--with-png-dir=/usr' > '--with-xpm-dir=/usr/X11R6' '--with-zlib=yes' '--with-xml' '--with-ttf' > '--with-t1lib' '--with-mcal=/usr' '--with-imap-ssl=yes' '--with-sablot' > '--with-ftp' '--with-mcrypt' '--with-gettext' '--with-gd=yes' > '--enable-versioning' '--enable-yp' '--enable-bcmath' > '--enable-trans-sid' '--enable-soap' '--enable-inline-optimization' > '--enable-track-vars' '--enable-magic-quotes' '--enable-safe-mode' > '--with-freetype-dir' '--enable-sockets' '--enable-sysvsem' > '--enable-sysvshm' '--enable-shmop' '--enable-calendar' > '--enable-mbstring' '--enable-mbstr-enc-trans' '--enable-exif' > '--enable-ftp' '--enable-memory-limit' '--enable-wddx' > '--enable-filepro' '--enable-ctype' '--disable-debug' > '--enable-force-cgi-redirect' '--enable-discard-path' > '--enable-sigchild' '--with-apxs2=/usr/local/apache2/bin/apxs' > '--disable-cgi' '--enable-track-vars' '--enable-versioning' > '--enable-sysvshm' '--enable-sysvsem' '--enable-sysvmsg' '--with-mysqli' > '--with-mysql=/usr/include/mysql' > > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > eAccelerator-developers mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > |
|
From: Andreas L. diginights.c. <an...@di...> - 2006-08-23 09:57:57
|
Hi Hans, Maybe this helps: I switched PHP Debug and eA Debug on. If i try to load php as zend_extension the effect keeps the same. php-cli detets eA, mod_php not. After that i tried to load as php_extension and the following line appears in PHP error.log: [23-Aug-2006 11:55:04] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/share/extensions/no-debug-non-zts-20050922/eaccelerator.so' - /usr/share/extensions/no-debug-non-zts-20050922/eaccelerator.so: undefined symbol: _zval_ptr_dtor in Unknown on line 0 eA Version used: eaccelerator-svn260 Thanks. andy Hans Rakers wrote: > Hi, > > Just a few pointers: > > -are you sure your php apache module uses the same php.ini file? > -are you sure your php versions match across the various packages (php,= =20 > php-dev, libapache2-mod-php5)? > -did you totally empty your cachedir? > -try compiling eaccelerator with --with-eaccelerator-debug, configure a= =20 > eaccelerator.log_file and set eaccelerator.debug to something like 15,=20 > and see if that gives you any pointers > -try configuring php to log all php errors (startup errors, script=20 > errors etc) to a file, by setting log_errors to on, and setting=20 > error_log to your log location e.g. /var/log/php/error.log and see if=20 > that gives you any pointers > > Please try/verify these steps and report back. > > Regards, > > > Hans Rakers > > > Andreas Lehr; diginights.com wrote: > =20 >> Hi there, >> >> We now have used PHP 5.0.x and eAccelerator 0.94.x for about 1 year, >> running different Versions of PHP, apache and eA. >> Now we tried using the latest Version 0.95-rc1 with PHP 5.1.5. But we=B4= re >> not able to get it running :( >> >> But its running with php-cli: >> php -v >> PHP 5.1.5 (cli) (built: Aug 21 2006 15:49:49) >> Copyright (c) 1997-2006 The PHP Group >> Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies >> with eAccelerator v0.9.5-rc1, Copyright (c) 2004-2006 eAccelerator= , >> by eAccelerator >> >> "php -m" anf "php -e" are showing the parameters of eA. >> [Zend Modules] >> eAccelerator >> >> But together with mod_php the extension seems not to be loaded. >> phpinfo() doesn=B4t show any eA parameters, and the "control.php" says >> that eA is not loaded :( >> Although phpinfo shows the same php build date as "php -e" does, that >> means that the correct and fresh build module is used. >> >> Used Versions: >> Debian, Kernel 2.6.14.2 >> PHP 5.1.5 >> Apache 2.0.59 >> eA 0.95-rc1 >> >> There are no errors in the apache error log. >> Tried to load eA as Zend Extension and as normal php extension. Nothin= g >> worked. >> I attached php.ini and php Configure Options. With these Options older >> Versions run fine. >> If you need more Information please let me know. >> >> Thank you very much. >> >> andy >> >> #### >> php.ini >> #### >> >> zend_extension=3D"/usr/share/extensions/no-debug-non-zts-20050922/eacc= elerator.so" >> eaccelerator.shm_size=3D"30" >> eaccelerator.cache_dir=3D"/tmp/eaccelerator" >> eaccelerator.enable=3D"1" >> eaccelerator.optimizer=3D"1" >> eaccelerator.check_mtime=3D"1" >> eaccelerator.debug=3D"0" >> eaccelerator.filter=3D"" >> eaccelerator.shm_max=3D"0" >> eaccelerator.shm_ttl=3D"0" >> eaccelerator.shm_prune_period=3D"0" >> eaccelerator.shm_only=3D"0" >> eaccelerator.compress=3D"1" >> eaccelerator.compress_level=3D"9" >> ;eaccelerator.allowed_admin_path=3D"" >> >> ##### >> php configure options >> ##### >> './configure' '--prefix=3D/usr/share' '--datadir=3D/usr/share/php' >> '--bindir=3D/usr/bin' '--libdir=3D/usr/share' '--with-config-file-path= =3D/etc' >> '--with-exec-dir=3D/usr/lib/php/bin' '--with-gd=3Dyes' >> '--enable-gd-native-ttf' '--enable-gd-imgstrttf' '--enable-gd-freetype= ' >> '--with-tiff-dir=3D/usr' '--with-jpeg-dir=3D/usr' '--with-png-dir=3D/u= sr' >> '--with-xpm-dir=3D/usr/X11R6' '--with-zlib=3Dyes' '--with-xml' '--with= -ttf' >> '--with-t1lib' '--with-mcal=3D/usr' '--with-imap-ssl=3Dyes' '--with-sa= blot' >> '--with-ftp' '--with-mcrypt' '--with-gettext' '--with-gd=3Dyes' >> '--enable-versioning' '--enable-yp' '--enable-bcmath' >> '--enable-trans-sid' '--enable-soap' '--enable-inline-optimization' >> '--enable-track-vars' '--enable-magic-quotes' '--enable-safe-mode' >> '--with-freetype-dir' '--enable-sockets' '--enable-sysvsem' >> '--enable-sysvshm' '--enable-shmop' '--enable-calendar' >> '--enable-mbstring' '--enable-mbstr-enc-trans' '--enable-exif' >> '--enable-ftp' '--enable-memory-limit' '--enable-wddx' >> '--enable-filepro' '--enable-ctype' '--disable-debug' >> '--enable-force-cgi-redirect' '--enable-discard-path' >> '--enable-sigchild' '--with-apxs2=3D/usr/local/apache2/bin/apxs' >> '--disable-cgi' '--enable-track-vars' '--enable-versioning' >> '--enable-sysvshm' '--enable-sysvsem' '--enable-sysvmsg' '--with-mysql= i' >> '--with-mysql=3D/usr/include/mysql' >> >> >> >> >> ----------------------------------------------------------------------= --- >> Using Tomcat but need to do more? Need to support web services, securi= ty? >> Get stuff done quickly with pre-integrated technology to make your job= easier >> Download IBM WebSphere Application Server v.1.0.1 based on Apache Gero= nimo >> http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&da= t=3D121642 >> _______________________________________________ >> eAccelerator-developers mailing list >> eAc...@li... >> https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers >> =20 >> =20 > > > -----------------------------------------------------------------------= -- > Using Tomcat but need to do more? Need to support web services, securit= y? > Get stuff done quickly with pre-integrated technology to make your job = easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > _______________________________________________ > eAccelerator-developers mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > =20 --=20 Technik/Systemadministration http://diginights.com mail: an...@di... fon: 0174/1715753 Wir bringen die Nacht ins Netz! |
|
From: Hans R. <ha...@pa...> - 2006-08-23 11:42:36
|
Ah, this clears up the problem. You have php compiled with --enable-versioning. Recompile php without versioning, rebuild php, and that should cure your problem :) Regards, Hans Rakers Andreas Lehr; diginights.com wrote: > Hi Hans, > > Maybe this helps: > I switched PHP Debug and eA Debug on. > If i try to load php as zend_extension the effect keeps the same. > php-cli detets eA, mod_php not. > After that i tried to load as php_extension and the following line > appears in PHP error.log: > > [23-Aug-2006 11:55:04] PHP Warning: PHP Startup: Unable to load dynamic > library > '/usr/share/extensions/no-debug-non-zts-20050922/eaccelerator.so' - > /usr/share/extensions/no-debug-non-zts-20050922/eaccelerator.so: > undefined symbol: _zval_ptr_dtor in Unknown on line 0 > > eA Version used: eaccelerator-svn260 > > > Thanks. > > andy > > Hans Rakers wrote: >> Hi, >> >> Just a few pointers: >> >> -are you sure your php apache module uses the same php.ini file? >> -are you sure your php versions match across the various packages (php, >> php-dev, libapache2-mod-php5)? >> -did you totally empty your cachedir? >> -try compiling eaccelerator with --with-eaccelerator-debug, configure a >> eaccelerator.log_file and set eaccelerator.debug to something like 15, >> and see if that gives you any pointers >> -try configuring php to log all php errors (startup errors, script >> errors etc) to a file, by setting log_errors to on, and setting >> error_log to your log location e.g. /var/log/php/error.log and see if >> that gives you any pointers >> >> Please try/verify these steps and report back. >> >> Regards, >> >> >> Hans Rakers >> >> |
|
From: Andreas L. diginights.c. <an...@di...> - 2006-08-23 13:44:46
|
ahit works now ;) Thank you very much!! andy Hans Rakers wrote: > Ah, this clears up the problem. You have php compiled with > --enable-versioning. Recompile php without versioning, rebuild php, and > that should cure your problem :) > > Regards, > > Hans Rakers > > Andreas Lehr; diginights.com wrote: > >> Hi Hans, >> >> Maybe this helps: >> I switched PHP Debug and eA Debug on. >> If i try to load php as zend_extension the effect keeps the same. >> php-cli detets eA, mod_php not. >> After that i tried to load as php_extension and the following line >> appears in PHP error.log: >> >> [23-Aug-2006 11:55:04] PHP Warning: PHP Startup: Unable to load dynamic >> library >> '/usr/share/extensions/no-debug-non-zts-20050922/eaccelerator.so' - >> /usr/share/extensions/no-debug-non-zts-20050922/eaccelerator.so: >> undefined symbol: _zval_ptr_dtor in Unknown on line 0 >> >> eA Version used: eaccelerator-svn260 >> >> >> Thanks. >> >> andy >> >> Hans Rakers wrote: >> >>> Hi, >>> >>> Just a few pointers: >>> >>> -are you sure your php apache module uses the same php.ini file? >>> -are you sure your php versions match across the various packages (php, >>> php-dev, libapache2-mod-php5)? >>> -did you totally empty your cachedir? >>> -try compiling eaccelerator with --with-eaccelerator-debug, configure a >>> eaccelerator.log_file and set eaccelerator.debug to something like 15, >>> and see if that gives you any pointers >>> -try configuring php to log all php errors (startup errors, script >>> errors etc) to a file, by setting log_errors to on, and setting >>> error_log to your log location e.g. /var/log/php/error.log and see if >>> that gives you any pointers >>> >>> Please try/verify these steps and report back. >>> >>> Regards, >>> >>> >>> Hans Rakers >>> >>> >>> > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > eAccelerator-developers mailing list > eAc...@li... > https://lists.sourceforge.net/lists/listinfo/eaccelerator-developers > -- Technik/Systemadministration http://diginights.com mail: an...@di... fon: 0174/1715753 Wir bringen die Nacht ins Netz! |
|
From: Geoff S. <ge...@ho...> - 2006-08-23 17:11:18
|
I setup 0.9.5rc1 on a Centos 3.xx, Apache 1.3 system with php 5.1.4. I used the defaults. Now, I am monitoring it with the eaccelerator control panel. It says memory is full, it lists the scripts that are cached, and never lists any scripts as removed. What I don't understand is why scripts that are not listed in the cached scripts list are getting a performance boost. Are they actually being compiled and managed by eaccelerator even though they are not on the list in the control panel? Apparently, I do not understanding how eaccelerator works or can be tuned. My experience of this kind of software is that you would allocate it Main Memory (RAM) and it would then move stuff in and out of main memory to disk as needed in the same way that file swapping is controlled by Linux - using a least recently used algoritm or something similar. According to eaccelerator's control panel, the cache fills up with scripts and then that's it. No scripts get added or deleted. So, the one's that didn't get into the cache before it filled up would never get handled by eaccelerator. BUT, I seem to get a performance improvement on scripts that don't appear on the cached scripts list. Either, I don't understand what the control panel is telling me or I am not really seeing a performance improvement on scripts that are not listed in the cached scripts list. Any information about this would be greatly appreciated. Geoff |