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
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
2 matches
Mail list logo