]> git.pld-linux.org Git - packages/php-gtk2.git/commitdiff
- real problem found, there was hardcoded 64mb set
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 26 Nov 2006 21:28:14 +0000 (21:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-gtk2-memlimit.patch -> 1.2

php-gtk2-memlimit.patch

index 7aefa8e539ea7ef1eff909ed2e04ba03dadcb04a..dbd0815a127e5fb56e5f6451ab7c92021e6802ed 100644 (file)
@@ -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 {
This page took 0.025807 seconds and 4 git commands to generate.