eaccelerator Release 0.9.5-rc1

x eaccelerator-0.9.5-rc1/eaccelerator.c
x eaccelerator-0.9.5-rc1/AUTHORS
x eaccelerator-0.9.5-rc1/README.eLoader
x eaccelerator-0.9.5-rc1/ea_store.c
x eaccelerator-0.9.5-rc1/encoder.c
x eaccelerator-0.9.5-rc1/ea_dasm.c
x eaccelerator-0.9.5-rc1/ChangeLog
x eaccelerator-0.9.5-rc1/eaccelerator.ini
./eaccelerator.sh: /usr/local/bin/phpize: not found
./eaccelerator.sh: ./configure: not found
make: no target to make.
make: don't know how to make install. Stop


???

freebsd 6.1
 
try

#cd eaccelerator

#/usr/local/bin/phpize

#./configure --enable-eaccelerator=shared --with-php-config=/usr/local/bin/php-config

# make
# make install




done
 
@how@ said:
eaccelerator did not support php 5.1.x


Wael


This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
with eAccelerator v0.9.5-rc1, Copyright (c) 2004-2006 eAccelerator, by eAccelerator
with Zend Extension Manager v1.0.10, Copyright (c) 2003-2006, by Zend Technologies
with Zend Optimizer v3.0.0, Copyright (c) 1998-2006, by Zend Technologies

PHP Version 5.1.4

'./configure' '--with-apxs2' '--with-curl' '--with-curl-dir=/usr/local/lib' '--with-gd' '--with-gd-dir=/usr/local/lib' '--with-freetype-dir=/usr/lib' '--with-gettext' '--with-jpeg-dir=/usr/local/lib' '--with-kerberos' '--with-mcrypt' '--with-mhash' '--with-mysql=/usr' '--with-pear' '--with-png-dir=/usr/local/lib' '--with-xml' '--with-zlib' '--with-zlib-dir=/usr/local/lib' '--with-zip' '--enable-bcmath' '--enable-calendar' '--enable-ftp' '--enable-magic-quotes' '--enable-sockets' '--enable-track-vars' '--enable-mbstring' '--enable-memory-limit'
 
@how@ said:
eaccelerator did not support php 5.1.x


Wael

Release 0.9.5-rc1

Changes in this version (from 0.9.4):

* This version brings full php 5.1 support, which has as side-effect that eAccelerator won't work anymore with php 4 on windows, but on other platforms this isn't a problem.
* The shared memory functions, session handler and content cache are disabled by default now. They are only used by a small amount of users and they could allow local users to fill up the memory, if they aren't secured properly.
* The old web control panel and the disassembler have been removed from the code. They have been replaced with a set of php functions that allow the same functionality to be implemented in a PHP script. The control.php and the dasm.php files are such scripts. More information about this can be found in the README.
* Memory footprint should be reduced because redundant information in the cached scripts is no longer stored.
* File hashing in the cache directory has been added to improve performance with a large amount of cache files.

I've tested this myself and it works. :)
 
this error after compile Release 0.9.5-rc1
i need fix error

httpd_error.log

[Sat Aug 26 20:02:08 2006] [warn] child process 69561 did not exit, sending another SIGHUP
[Sat Aug 26 20:02:08 2006] [warn] child process 69389 did not exit, sending another SIGHUP
[Sat Aug 26 20:02:08 2006] [warn] child process 69264 did not exit, sending another SIGHUP
[Sat Aug 26 20:02:08 2006] [warn] child process 69235 did not exit, sending another SIGHUP
[Sat Aug 26 20:02:08 2006] [warn] child process 69397 did not exit, sending another SIGHUP
[Sat Aug 26 20:02:08 2006] [warn] child process 69243 did not exit, sending another SIGHUP
[Sat Aug 26 20:02:08 2006] [warn] child process 69434 did not exit, sending another SIGHUP
[Sat Aug 26 20:02:08 2006] [warn] child process 69459 did not exit, sending another SIGHUP
[Sat Aug 26 20:02:09 2006] [warn] child process 69561 still did not exit, sending a SIGTERM
[Sat Aug 26 20:02:09 2006] [warn] child process 69389 still did not exit, sending a SIGTERM
[Sat Aug 26 20:02:09 2006] [warn] child process 69264 still did not exit, sending a SIGTERM
[Sat Aug 26 20:02:09 2006] [warn] child process 69235 still did not exit, sending a SIGTERM
[Sat Aug 26 20:02:09 2006] [warn] child process 69397 still did not exit, sending a SIGTERM
[Sat Aug 26 20:02:09 2006] [warn] child process 69243 still did not exit, sending a SIGTERM
[Sat Aug 26 20:02:09 2006] [warn] child process 69434 still did not exit, sending a SIGTERM
[Sat Aug 26 20:02:09 2006] [warn] child process 69459 still did not exit, sending a SIGTERM
httpd in free(): error: httpdpage is already free
in free(): error: page is already free
httpd in free(): error: page is already free
httpd in free(): error: page is already free
httpd in free(): error: page is already free
httpd in free(): error: page is already free
httpd in free(): error: page is already free
httpd in free(): error: page is already free
 
try

#cd eaccelerator

#/usr/local/bin/phpize

#./configure --enable-eaccelerator=shared --with-php-config=/usr/local/bin/php-config

# make
# make install


done
Heve problem

Configuring for:
PHP Api Version: 20020918
Zend Module Api No: 20020429
Zend Extension Api No: 20050606
Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF
environment variable is set correctly and then rerun this script.

Please help me.
Thank you.
 
can someone please tell me how do i check what version i got and how can i update my version ?
 
Back
Top