Archive for the 'PHP' Category

phpeATracker

I have coded my first Bittorrent Tracker.

The phpeATracker use PHP and the eAccelerator Shared Memory Functions.

Download: bt-technik.at

eAccelerator & PHP 5.1

On 2006/02/15 the eAccelerator Team Release the version 0.9.5-beta1.
This version is for PHP5.1

I have now tested this verison and I have no problems with this version.

Continue reading ‘eAccelerator & PHP 5.1′

PHP 5.1.2 released

On 10. December Dexter releases the php5.1.1 Debian Packets.
http://people.debian.org/~dexter/dists/php5.1/
Thx Dexter

I have installed the php5.1.1 and make tests.
I have try to install the eAccelerator Cache with php5.1.1, but it don`t worked.
Now I wait for a new Version of eAccelerator.

I have also try to install the APC (Alternative PHP Cache), but the dokuwiki site was only blank.

Performance Test

I used ApacheBench for the Test.
The Test Site was a DokuWiki (BitTorrent Technik Wiki) installation.

Benchmarks done from localhost (no network effects)

  1. ab -dS -n 400 -c 1 http://bt-technik.at/wiki/

Continue reading ‘PHP 5.1.2 released’

Server Upgrade

Zlib and php5 upgegraded.

With php5 there was small problem with ungrade.

After that upgrade eAccelerator module was no longer loaded only in the error.log I found Undefined symbol “ps_globals”.
On this Server I use PHP5 from http://people.debian.org/~dexter, the last version (PHP 5.0.4-0.9sarge1) is without session support.

After which I eAccelerator with –without-eaccelerator-sessions provided runs it again.

  1. ./configure –enable-eaccelerator=shared
  2.  –without-eaccelerator-sessions
  3.  –with-php-config=$PHP_PREFIX/bin/php-config