pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/php-apc



Module Name:    pkgsrc
Committed By:   jklos
Date:           Fri Mar 21 00:09:12 UTC 2008

Modified Files:
        pkgsrc/www/php-apc: Makefile distinfo

Log Message:
Bring APC to 3.0.16. This fixes a number of issues:

3.0.16
* Fix for longstanding cache-full crash (Christian Seiler)
        http://news.php.net/php.pecl.dev/4951 for the details
* Added optional shm unmap on a fatal signal feature (Lucas Nealan)
* Added PTHREAD_MUTEX_ADAPTIVE_NP option pthread locks (Paul Saab)
* Minor cleanups (Lucas Nealan)
* Added configure option to enable apc_cache_info('filehits') (Shire)

3.0.15
* Eliminate a per-request time() syscall (Rasmus)
* Added rfc1867 prefix, name, and freq ini options (Shire)
* Allow deletion of individual user cache entries via apc.php (Sara)
* Fix overzealous cleanup during RSHUTDOWN (Gopal)
* Fix memory alignment and locking issues (Gopal)
* Make apc_compile insert/replace entries (Shire)
* Make mixed inheritance recompile & cache afresh (Gopal)
* Make nostat mode search include_path for canonicalization (Gopal)
* ZTS & other compile fixes (Gopal, Edin, Shire)


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/www/php-apc/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/www/php-apc/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index