[-]
[+]
|
Added |
php-eaccelerator.changes
|
|
[-]
[+]
|
Changed |
php-eaccelerator.spec
^
|
|
[-]
[+]
|
Deleted |
eaccelerator-0.9.5-rc1-config.patch
^
|
@@ -1,22 +0,0 @@
-diff -Naupr eaccelerator-0.9.5-rc1.orig/eaccelerator.ini eaccelerator-0.9.5-rc1/eaccelerator.ini
---- eaccelerator-0.9.5-rc1.orig/eaccelerator.ini 2006-07-25 15:00:00.000000000 +0200
-+++ eaccelerator-0.9.5-rc1/eaccelerator.ini 2006-08-22 14:29:08.000000000 +0200
-@@ -15,9 +15,6 @@
- ;extension="eaccelerator.so"
- zend_extension="/usr/lib/php4/eaccelerator.so"
- ;zend_extension_ts="/usr/lib/php4/eaccelerator.so"
--;extension="eaccelerator.dll"
--;zend_extension_ts="c:\php4\eaccelerator.dll"
--;zend_extension="c:\php4\eaccelerator.dll"
-
- ; The amount of shared memory (in megabytes) that eAccelerator will use.
- ; "0" means OS default. Default value is "0".
-@@ -73,7 +70,7 @@ eaccelerator.shm_max = "0"
- ; all scripts which were not accessed at last "shm_ttl" seconds from shared
- ; memory. Default value is "0" that means - don't remove any files from
- ; shared memory.
--eaccelerator.shm_ttl = "0"
-+eaccelerator.shm_ttl = "3600"
-
- ; When eAccelerator fails to get shared memory for new script it tryes to
- ; remove old script if the previous try was made more then "shm_prune_period"
|
[-]
[+]
|
Deleted |
eaccelerator-0.9.5.1-nophpversioncheck.patch
^
|
@@ -1,38 +0,0 @@
-diff -Naupr eaccelerator-0.9.5.1.orig/eaccelerator.c eaccelerator-0.9.5.1/eaccelerator.c
---- eaccelerator-0.9.5.1.orig/eaccelerator.c 2006-09-15 17:46:10.000000000 +0200
-+++ eaccelerator-0.9.5.1/eaccelerator.c 2007-07-24 13:02:51.000000000 +0200
-@@ -1937,24 +1937,6 @@ static void eaccelerator_globals_dtor(ze
-
- static void register_eaccelerator_as_zend_extension();
-
--static int eaccelerator_check_php_version(TSRMLS_D) {
-- zval v;
-- int ret = 0;
-- if (zend_get_constant("PHP_VERSION", sizeof("PHP_VERSION")-1, &v TSRMLS_CC)) {
-- if (Z_TYPE(v) == IS_STRING &&
-- Z_STRLEN(v) == sizeof(PHP_VERSION)-1 &&
-- strcmp(Z_STRVAL(v),PHP_VERSION) == 0) {
-- ret = 1;
-- } else {
-- zend_error(E_CORE_WARNING,"[%s] This build of \"%s\" was compiled for PHP version %s. Rebuild it for your PHP version (%s) or download precompiled binaries.\n", EACCELERATOR_EXTENSION_NAME,EACCELERATOR_EXTENSION_NAME,PHP_VERSION,Z_STRVAL(v));
-- }
-- zval_dtor(&v);
-- } else {
-- zend_error(E_CORE_WARNING,"[%s] This build of \"%s\" was compiled for PHP version %s. Rebuild it for your PHP version.\n", EACCELERATOR_EXTENSION_NAME,EACCELERATOR_EXTENSION_NAME,PHP_VERSION);
-- }
-- return ret;
--}
--
- static void make_hash_dirs(char *fullpath, int lvl) {
- int j;
- int n = strlen(fullpath);
-@@ -1997,9 +1979,6 @@ PHP_MINIT_FUNCTION(eaccelerator) {
- }
- #endif
- }
-- if (!eaccelerator_check_php_version(TSRMLS_C)) {
-- return FAILURE;
-- }
- ZEND_INIT_MODULE_GLOBALS(eaccelerator, eaccelerator_init_globals, NULL);
- REGISTER_INI_ENTRIES();
- REGISTER_STRING_CONSTANT("EACCELERATOR_VERSION", EACCELERATOR_VERSION, CONST_CS | CONST_PERSISTENT);
|
[-]
[+]
|
Added |
eaccelerator-0.9.6.1-config.patch
^
|
@@ -0,0 +1,12 @@
+diff -Naupr eaccelerator-0.9.5-rc1.orig/eaccelerator.ini eaccelerator-0.9.5-rc1/eaccelerator.ini
+--- eaccelerator-0.9.5-rc1.orig/eaccelerator.ini 2006-07-25 15:00:00.000000000 +0200
++++ eaccelerator-0.9.5-rc1/eaccelerator.ini 2006-08-22 14:29:08.000000000 +0200
+@@ -73,7 +70,7 @@ eaccelerator.shm_max = "0"
+ ; all scripts which were not accessed at last "shm_ttl" seconds from shared
+ ; memory. Default value is "0" that means - don't remove any files from
+ ; shared memory.
+-eaccelerator.shm_ttl = "0"
++eaccelerator.shm_ttl = "3600"
+
+ ; When eAccelerator fails to get shared memory for new script it tryes to
+ ; remove old script if the previous try was made more then "shm_prune_period"
|
|
Changed |
eaccelerator-0.9.6.1.tar.bz2
^
|