[PHP] Reflection API, ReflectionMethod::invoke(object $obj, array $args)

2004-10-31 Thread Demian Turner
ROR_DIE); } } function addDelegate($delegate) { $this->aDelegates[] = $delegate; } Am running - winXP - PHP 5.02 - apache 2.052 thanks in advance, Demian Turner [1] http://www.zend.com/zend/php5/php5-delegation.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] setting file_uploads on a per-directory basis

2003-08-14 Thread Demian Turner
In an effort to improve security on a server that has many sites, I was hoping to disable http_uploads in php.ini then enable it in one site with either an .htaccess: php_value http_uploads on or in httpd.conf with php_value http_uploads on however neither of these are successfully o