[PHP-DEV] PATCH: disable_functions perdir

2003-10-01 Thread Tvrtko Ursulin
Hello again, Some time ago I posted this patch but nobody commented. Anyone? diff -Naur php-4.3.3-orig/main/main.c php-4.3.3/main/main.c --- php-4.3.3-orig/main/main.c 2003-08-22 22:02:11.0 +0200 +++ php-4.3.3/main/main.c 2003-09-10 11:25:09.0 +0200 @@ -1,4 +1,4 @@ -/* +/* +

[PHP-DEV] About Bug #14049 and more

2003-10-01 Thread Tvrtko Ursulin
Hello, I see that in 4.3.4RC1 this bug is fixed. Can someone please give me a hint where to find the patch only for that one? I investigated a little because some time ago I made a patch that solves the following problem. Explanation: When open_basedir is in effect the following operation fail

[PHP-DEV] PATCH: enable disable_functions per dir

2003-09-16 Thread Tvrtko Ursulin
Hello everyone! I made a patch for PHP 4.3.3 which enables disable_functions perdir support. It touches main/main.c and sapi/apache/mod_php4.c and it seems to work. However, I would like to hear developer comments about it. Thanks! diff -Naur php-4.3.3-orig/main/main.c php-4.3.3/main/main.c --