[PHP] Enable "disable_functions" globally and disable for a domain

2008-11-26 Thread Santi Saez
mains, any workaround to make this? Thanks! [1] http://es.php.net/features.safe-mode -- Santi Saez http://woop.es -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Howto build statically linked PHP CGI (without shared libs)

2008-09-10 Thread santi
(0x00113000) How can I compile statically the CGI version of PHP? Thanks!! Regards, -- Santi Saez http://woop.es -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Still "zend_mm_heap corrupted" error in PHP 5.2.6

2008-07-30 Thread santi
onst char *message) { fprintf(stderr, "%s\n", message); #if ZEND_DEBUG && defined(HAVE_KILL) && defined(HAVE_GETPID) kill(getpid(), SIGSEGV); #endif exit(1); } Is there any macro o similar to get the URL, virtualhost or PHP script/path? Thanks!! Regar

[PHP] php_admin_* directives in a phpSuExec environment

2006-01-05 Thread Santi Saez
from .htacess (php_value memory_limit 40M) or in a script: ini_set("memory_limit","40M"). This doesnt work in a phpSuExec enviroment.. I can modify those limits with a php.ini file or with a script :-( Is there anyway to prevent this?? Thanks Regards, -- Santi Saez --