Re: [PHP-DEV] error handling

2002-11-21 Thread Nick Loman
Hello PHP-Developers I have an idea! I recently went through the pain of creating an ISAPI DLL for IIS and what I found was that IIS was *incredibly* sensitive to things going wrong in the DLL with the result that the IIS process would hang and the whole damn machine would need a reboot on a

Re: [PHP-DEV] Re: Windows Threads

2002-11-21 Thread Nick Loman
Well, that's cool then! Why not simply include all this stuff with PHP rather than supporting the flawed ISAPI that it currently is packaged with? On Thu, 21 Nov 2002, Shane Caraveo wrote: John Coggeshall wrote: Shane (and everyone else): Why don't we move PHP into a separate

[PHP-DEV] SOAP and CORBA

2002-01-01 Thread Nick Loman
Hello PHP developers, Interesting to think about what might make a nice foundation technology for all the exciting potential of PHP5. SOAP is obviously an important technology for websites in the future. But given that (I guess) most of us are not really that keen to follow in the nervous

[PHP-DEV] Equivalent to JSP scope=application in PHP

2001-08-21 Thread Nick Loman
Hey, Been using JSP recently (yeah, I know) and have found one (1) good thing about it which is that if you create a bean with scope=application you can then store data (e.g. a cached content array) within the bean which all pages can access the same instance of. I can't think of the equivalent

Re: [PHP-DEV] Zdnet Article

2001-05-17 Thread Nick Loman
get some skills please ZDNet - that has to be one of the poorest reviews of anything on any platform ever. No comments system either -- probably using BroadVision :/ Is there a php-advocacy list? I'm getting sick of having to explain exactly why PHP is better than ColdFusion et al. It would be

[PHP-DEV] How safe is PHP?

2001-05-02 Thread Nick Loman
After having these crashes which I think were due to file upload (but who knows!) recently, I've been mulling the question: how safe is PHP? Namely how effective is the memory_limit directive? Forgive me because I don't know enough about PHP's architecture but is this memory_limit directive an

Re: [PHP-DEV] Bug #10582: Error message corruption -- possibleinfinite loop

2001-05-01 Thread Nick Loman
On 1 May 2001 [EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] Operating system: RedHat Linux 6.0 PHP version: 4.0.5 PHP Bug Type: *General Issues Bug description: Error message corruption -- possible infinite loop I'm getting the following error message very

[PHP-DEV] Re: Bug #10582 Updated: Error message corruption -- possible infiniteloop

2001-05-01 Thread Nick Loman
Jani, Do you refer to: http://cvs.php.net/viewcvs.cgi/php4/main/rfc1867.c?rev=1.62content-type=text/vnd.viewcvs-markupsortby=date Or something else? If you think that one may be important I will apply and see if it changes anything. The above doesn't seem to be in PHP 4.0.5 but the other

Re: [PHP-DEV] Bug #8377 Updated: File uploads with POST methodstakes full Server processing capacity and memory

2001-05-01 Thread Nick Loman
Could this be my problem? I am seeing something very similar to this, but its taking down the entire server very quickly. What is the maximum recommended file size on a P-III 450Mhz machine with 256MB (usually 50MB free) running RH6.0 Currently I am allowing 20Mb uploads Nick. On 2 May 2001

[PHP-DEV] Using Zend Engine in Applications

2001-04-01 Thread Nick Loman
Hi all, Does there exist a guide or some instructions for beginning to use PHP code in applications outside the web-server (e.g. non-module, non-CGI)? Especially calling code and executing a function from a C program and retrieving the result, for example. Any details appreciated, Nick. --

[PHP-DEV] Quick help needed

2001-03-22 Thread Nick Loman
Hey all, Anyone give me a few tips on how to use gdb to debug Apache? Specifically the -X mode doesn't seem to do very much (I can't seem to get pages in this mode). I would really like to be able to get core files from segfaults of child processes. Is this possible? Then are there any special