[PHP-INSTALL] Unsubscribe please...

2008-09-25 Thread Nuno Luz
Can anyone tell me how can I unsubscribe the list? I receive lots of e-mail from PHP-INSTALL that I don't want to receive... Thanks __ Information from ESET NOD32 Antivirus, version of virus signature database 3469 (20080924) __ The message was checked by ESET NOD32 Antivirus.

Re: [PHP-INSTALL] Install php5 oracle 11g x64 ora_logon() ISSUE

2008-09-25 Thread Fabricio Vargas
Christopher I have a large existing code base, i will migrate to new oci8 in a few weeks but now ,i need to solve this problem. Which version of php did you recommend me to compile with oracle 11g? Fabricio -Mensaje original- De: Christopher Jones <[EMAIL PROTECTED]> Para: [EMAIL PRO

Re: [PHP-INSTALL] Install php5 oracle 11g x64 ora_logon() ISSUE

2008-09-25 Thread Christopher Jones
PHP 5.1.6 doesn't have the old 'oracle' extension. It only has the newer 'oci8' extension. Recent versions of PHP will give a warning when an unknown 'configure' option is used, but 5.1 doesn't, IIRC. If you are writing new PHP code, use oci8 functions (and remove the --with-oracle option from

Re: [PHP-INSTALL] Questions regarding limits of processes launched by system, exec, passthru ...

2008-09-25 Thread Keith Roberts
On Thu, 25 Sep 2008, Valentin Schmid - ICSurselva AG wrote: To: php-install@lists.php.net From: Valentin Schmid - ICSurselva AG <[EMAIL PROTECTED]> Subject: Re: [PHP-INSTALL] Questions regarding limits of processes launchedby system, exec, passthru ... Hi Keith again What OS are you runni

Re: [PHP-INSTALL] Questions regarding limits of processes launchedby system, exec, passthru ...

2008-09-25 Thread Valentin Schmid - ICSurselva AG
Hi Keith again > What OS are you running? If it's Unix/Linux then you might be able to > control these settings with ulimit. > Please see the manual page for ulimit for details. I see ... Memory Limit of 8MB: ulimit -v 8192 Time Limit of 30 seconds: ulimit -t 30 But where can I execute this ulim

[PHP-INSTALL] Install php5 oracle 11g x64 ora_logon() ISSUE

2008-09-25 Thread Fabricio Vargas
Hi everyone I have a Oracle database Release 11.1.0.6.0 x64 an Red Hat 5.2 x64 running perfectly and i need to install php with oracle connectivity in the same machine. After follow diferentes guides (even mixed) always get the same error "Call to undefined function ora_logon()" In orden to get he

Re: [PHP-INSTALL] Questions regarding limits of processes launchedby system, exec, passthru ...

2008-09-25 Thread Valentin Schmid - ICSurselva AG
Hi Keith, What OS are you running? Linux (gentoo). > If it's Unix/Linux then you might be able to control these settings with ulimit. > Please see the manual page for ulimit for details. man ulimit -> set or report file size limit How would this help? info ulimit I think this two resource

Re: [PHP-INSTALL] Questions regarding limits of processes launched by system, exec, passthru ...

2008-09-25 Thread Keith Roberts
On Thu, 25 Sep 2008, Valentin Schmid - ICSurselva AG wrote: To: php-install@lists.php.net From: Valentin Schmid - ICSurselva AG <[EMAIL PROTECTED]> Subject: [PHP-INSTALL] Questions regarding limits of processes launched by system, exec, passthru ... Hello all, Is there a way to limit the m

[PHP-INSTALL] Questions regarding limits of processes launched by system, exec, passthru ...

2008-09-25 Thread Valentin Schmid - ICSurselva AG
Hello all, Is there a way to limit the memory consumption and / or the CPU consumption of processes launched by the php functions system, exec, passthru, proc_open and shell_exec? We use mod_php with an apache (mpm-prefork) on Linux. The following settings don't have any effect at all: PHP: m