[PHP-DEV] PHP as ISAPI module crashes but...

2001-03-07 Thread Paco Ortiz
Hi: I've discovered something very interesting: perhaps you already know that using PHP + IIS in ISAPI mode is not recommended, because of the: "PHP has encountered an Access Violation at 73342C83" and so errors. So CGI use is recommended. But I have found that this happens whenever I

Re: [PHP-DEV] PHP as ISAPI module crashes but...

2001-03-07 Thread Paco Ortiz
Hi: 3/7/01 11:33:18 AM, "Phil Driscoll" <[EMAIL PROTECTED]> wrote: >I'm a keen as you are for the PHP ISAPI module to work reliably, but before >we start sorting out the extension modules, we need to sort out the core >itself. For me (on my NT4/IIS4/SP6 setup), php 'straight out of the box' >fa

Re: [PHP-DEV] PHP as ISAPI module crashes but...

2001-03-07 Thread Paco Ortiz
Hi: >Yes, I've been using 4.0.4pl1 since day '0', and it 'reliably' goes wrong >for me. Are you using NT4 or W2K? I'm using NT4, SP6 and IIS 4. I have the MSSQL 2000 client libraries installed (MDAC 2.6) but I can't think they have any influence (the db API used by php_mssql is backwards compa

[PHP-DEV] Re: [PHP-WIN] Does OCILogon need ISAPI to stay persistent?

2001-05-23 Thread Paco Ortiz
Hi, >Does OCILogon need ISAPI to stay persistent? unfortunately, yes. So CGI+Oracle8 is painfully slow. Unlike other cases, however ISAPI+Oracle8 works misteriously stable for us here... so it is a good deal so far (I must say the server is not under a heavy traffic yet) Greetings, Paco --

Re: [PHP-DEV] Re: [PHP-WIN] Does OCILogon need ISAPI to stay persistent?

2001-05-23 Thread Paco Ortiz
Sorry for my latest post, wrong list ! Paco 5/23/01 7:47:54 PM, Paco Ortiz <[EMAIL PROTECTED]> wrote: >Hi, > >>Does OCILogon need ISAPI to stay persistent? > >unfortunately, yes. So CGI+Oracle8 is painfully slow. >Unlike other cases, however ISAPI+Oracle8 works mist

[PHP-DEV] Tell me! about multithreaded Web servers, PHP and persistent database connections

2001-06-29 Thread Paco Ortiz
Hi all, I'd like to expose some questions I have, to get your impressions and see how advanced is PHP about this (main development team?): some posts have been submitted here about multithreaded servers and PHP. I've been working with IIS and PHP as ISAPI module and Apache 1.3.20 for Win32. Both

[PHP-DEV] Persistent connections under multithreaded environments

2001-07-05 Thread Paco Ortiz
Hi all, I was working lately with PHP under Win32. My aim is using PHP as an ISAPI filter of IIS or an Apache (multithreaded) module. I suppose it's the same problem with other multithreaded OS/Webservers. It seems much more complicated than I expected with database persistent connections: -

Re: [PHP-DEV] NGScan - no more flames guaranteed...

2001-07-10 Thread Paco Ortiz
hi: 7/9/01 9:00:21 PM, Zeev Suraski <[EMAIL PROTECTED]> wrote: >At 21:55 9/7/2001, Thies C. Arntzen wrote: >>On Mon, Jul 09, 2001 at 09:47:46PM +0300, Zeev Suraski wrote: >> > Remember that while this is an impressive improvement, it's not all that >> > useful in the vast majority of cases (it's

Re: [PHP-DEV] /ext/oci8/oci8.c win32 bugfix.

2001-04-09 Thread Paco Ortiz
Hi: as far as I know, OCI8 works fine for me under Win32 + IIS 4 + ISAPI filter. Not that I tested it heavily, but it's just my experience. Greetings, F.J.Ortiz 4/9/01 12:51:48 AM, "Joe Brown" <[EMAIL PROTECTED]> wrote: >If someone would apply this patch to ext/oci8/oci8.c I think the Oracl

Re: [PHP-DEV] Bug #10796 Updated: imap_getmailboxes doesn't work after a database connection

2001-05-10 Thread Paco Ortiz
Hi! , 5/10/01 6:15:19 PM, [EMAIL PROTECTED] wrote: >... >|| -> OR ( || die(.. -> OR die(.. ) thanks!, it works now with OR. I understand the language operators precedence, but I still have two points to comment if you don't mind: 1. The sample at http://www.php.net/manual/en/function.imap-g

Re: [PHP-DEV] Bug #13852 Updated: zlib file reading functions not working in Apache Module version

2001-10-29 Thread Paco Ortiz
Hi, in case it helps, it works fine for me using 4.0.6, perhaps you should update. (Win2000 + PHP 4.0.6 as apache module, Apache Win32 1.3.20, with Zend Optimizer) Bye, F.J. Ortiz 10/28/01 6:55:44 PM, [EMAIL PROTECTED] wrote: >ID: 13852 >User updated by: [EMAIL PROTECTED] >Reported By: [EMAI

[PHP-DEV] HELP! how to load phpapache2.dll filter under Win32

2001-11-15 Thread Paco Ortiz
Hello, I just compiled php4apache2 filter for Win32, but the README file says how to use it only under apache 2.0.x for UNIX. It's clear because PHP is compiled into Apache. But... Can somebody tell me how to load the sapi filter under Apache 2.0.x Win32, in http.conf file? I can't find any doc

RE: [PHP-DEV] compiling PHP with oracle

2001-01-11 Thread Paco Ortiz
Hi: > Did anybody have any problems with compiling PHP 4.0x with oracle? > (--with-oci8) no problem at all with this combination: - PIII 800MHz -256MB - Red Hat 6.2 - Apache 1.3.12 - PHP 4.0.3pl1 - Oracle 8.1.6 Only one tip: PHP as a loadable module of Apache DOESN'T SEEM to wo

RE: [PHP-DEV] compiling PHP with oracle

2001-01-11 Thread Paco Ortiz
Hi: > PHP as a DSO with Oracle support does work. yes, that's how I believe it has to be... >You need to make sure that > $ORACLE_HOME is in Apache's path do you mean that when I compile and configure apache, $ORACLE_HOME is properly set? >and that the libctlnsh.so.8.0 file is