[PHP-WIN] FATAL: emalloc(): Unable to allocate 90816 bytes

2006-06-14 Thread Harpreet
I have a report in my web app which returns close to 6000 rows. It fails at around 4000 rows giving error message FATAL: emalloc(): Unable to allocate 90816 bytes Earlier it was timing out and I changed the php.ini files execution time to 600 from 180. max_execution_time = 600 ; Maximum execu

Re: [PHP-WIN] Re: Executing External Application

2006-06-14 Thread Chuck Anderson
Stut wrote: Please include the list when replying. [EMAIL PROTECTED] wrote: Stut wrote: Eww!! Eww!! and thrice EWW!! There is *never*, and I mean *never* an acceptable reason to run a GUI app in response to a web request - even on an Intranet. *NEVER* IMMHO Bah. Pure ig

Re: [PHP-WIN] oci8 not showing underphpinfo

2006-06-14 Thread Steven Stuart
Hi Matt, I have found out that the client is installed.Our main DBA had me run some tools that showed that it was installed, and working. So it appears to be a php configuration issue. Thanks, Steven Stuart ""Matt Murphy"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTE

Re: [PHP-WIN] Re: Executing External Application

2006-06-14 Thread Stut
Please include the list when replying. [EMAIL PROTECTED] wrote: Stut wrote: Eww!! Eww!! and thrice EWW!! There is *never*, and I mean *never* an acceptable reason to run a GUI app in response to a web request - even on an Intranet. *NEVER* IMMHO Bah. Pure ignorance. Here's one reason.

Re: [PHP-WIN] Re: Executing External Application

2006-06-14 Thread Stut
Chuck Anderson wrote: Brian Stakes wrote: I am trying use PHP to run an application on Windows XP Pro machine. The application runs from the command line however, when I try to run it through Apache (I've tried called the script through a browser and a SOAP service) the application will not run.

[PHP-WIN] Re: Executing External Application

2006-06-14 Thread Chuck Anderson
Brian Stakes wrote: I am trying use PHP to run an application on Windows XP Pro machine. The application runs from the command line however, when I try to run it through Apache (I've tried called the script through a browser and a SOAP service) the application will not run. I have tried the exec,

[PHP-WIN] Re: Executing External Application

2006-06-14 Thread DvDmanDT
You should only run console applications, not gui apps.. Also, by default Apache is installed as a system service, and in that case it doesn't make sense to run graphical apps.. -- // DvDmanDT mail: dvdmandt¤telia.com msn: dvdmandt¤hotmail.com "Brian Stakes" <[EMAIL PROTECTED]> skrev i meddela

[PHP-WIN] Executing External Application

2006-06-14 Thread Brian Stakes
I am trying use PHP to run an application on Windows XP Pro machine. The application runs from the command line however, when I try to run it through Apache (I've tried called the script through a browser and a SOAP service) the application will not run. I have tried the exec, shell_exec and syste

RE: [PHP-WIN] oci8 not showing underphpinfo

2006-06-14 Thread Matt Murphy
I'm not sure how to tell it's installed, I'd recommend just installing it anyway, I doubt it can hurt your oracle install. I am *not* an oracle expert however, I just got a connection to it running on my w2k3 server. Matt > -Original Message- > From: Steven Stuart [mailto:[EMAIL PROT

Re: [PHP-WIN] oci8 not showing underphpinfo

2006-06-14 Thread Steven Stuart
Hi Matt, That is hard for me to say. On our Windows 2000 servers it works fine, but not our Windows 2003 servers. The packages that are on the SMS servers, are different though. Here is what I am installing. Oracle Base Network Configuration - 1.01 - W2K3 Server Oracle Net - 9.2.0.4.0 - W2K3 S

RE: [PHP-WIN] oci8 not showing underphpinfo

2006-06-14 Thread Matt Murphy
I know this seems silly since you have oracle installed, but do you have the oracle instant client installed? Installing Oracle may not necessarily mean it installed a client on there! Matt > -Original Message- > From: Steven Stuart [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 13,

[PHP-WIN] oci8 not showing underphpinfo

2006-06-14 Thread Steven Stuart
HI all, I am not able to see the oci8 section under phpinfo. The mssql and the odbc sections are both there. I am running this on Windows 2003, IIS6 combination.I have the php.ini file under c:\WINDOWS.I have input the extension_dir directory in, and it appears to work since