SOURCES: php-gtk2-memlimit.patch - real problem found, there was h...

glen glen at pld-linux.org
Sun Nov 26 22:28:20 CET 2006


Author: glen                         Date: Sun Nov 26 21:28:20 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- real problem found, there was hardcoded 64mb set

---- Files affected:
SOURCES:
   php-gtk2-memlimit.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/php-gtk2-memlimit.patch
diff -u SOURCES/php-gtk2-memlimit.patch:1.1 SOURCES/php-gtk2-memlimit.patch:1.2
--- SOURCES/php-gtk2-memlimit.patch:1.1	Sun Nov 26 22:24:54 2006
+++ SOURCES/php-gtk2-memlimit.patch	Sun Nov 26 22:28:14 2006
@@ -8,3 +8,16 @@
    PHP_SUBST(PHP)
  
    BSD_MAKEFILE=no
+--- php-gtk/generator/generator.php~	2006-06-29 12:44:32.000000000 +0300
++++ php-gtk/generator/generator.php	2006-11-26 23:27:14.465784012 +0200
+@@ -29,10 +29,6 @@
+ 
+ set_time_limit(300);
+ 
+-// override the default PHP 8Mb as this script tends to use a lot more
+-// and hopefully reduce the support questions a bit..
+-ini_set('memory_limit','64M');
+-
+ if (strstr(PHP_OS, 'WIN')) {
+ 	define('WIN_OS', true);
+ } else {
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/php-gtk2-memlimit.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list