You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
820 B
34 lines
820 B
--- pgfouine.php.orig Sat Oct 28 12:37:57 2006 |
|
+++ pgfouine.php Mon Oct 30 10:08:48 2006 |
|
@@ -22,6 +22,7 @@ |
|
* Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. |
|
*/ |
|
|
|
+ini_set('include_path', '@include_path@'); |
|
ini_set('max_execution_time', 18000); |
|
|
|
if(strpos(phpversion(), '4.4') === 0) { |
|
@@ -368,4 +369,4 @@ |
|
|
|
fclose($stderr); |
|
|
|
-?> |
|
\ No newline at end of file |
|
+?> |
|
--- pgfouine_vacuum.php.orig Fri Aug 11 00:35:50 2006 |
|
+++ pgfouine_vacuum.php Mon Oct 30 10:09:08 2006 |
|
@@ -22,6 +22,7 @@ |
|
* Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. |
|
*/ |
|
|
|
+ini_set('include_path', '@include_path@'); |
|
ini_set('max_execution_time', 18000); |
|
|
|
if(strpos(phpversion(), '4.4') === 0) { |
|
@@ -256,4 +257,4 @@ |
|
|
|
fclose($stderr); |
|
|
|
-?> |
|
\ No newline at end of file |
|
+?>
|
|
|