Fwd: Fwd: [PHP-DEV] Bug 42773 - WSDL error causes HTTP 500 Response

2007-11-27 Thread nick loeve
-- Forwarded message -- From: nick loeve <[EMAIL PROTECTED]> Date: Nov 27, 2007 11:39 AM Subject: Re: Fwd: [PHP-DEV] Bug 42773 - WSDL error causes HTTP 500 Response To: Rob Richards <[EMAIL PROTECTED]> On Nov 27, 2007 11:33 AM, Rob Richards <[EMAIL PROTECTED]&g

Fwd: [PHP-DEV] Bug 42773 - WSDL error causes HTTP 500 Response

2007-11-24 Thread nick loeve
Woops didn't CC the list -- Forwarded message -- From: nick loeve <[EMAIL PROTECTED]> Date: Nov 23, 2007 4:21 PM Subject: Re: [PHP-DEV] Bug 42773 - WSDL error causes HTTP 500 Response To: Lukas Kahwe Smith <[EMAIL PROTECTED]> On Nov 19, 2007 4:45 PM, Lukas Ka

Re: [PHP-DEV] Bug 42773 - WSDL error causes HTTP 500 Response

2007-11-19 Thread nick loeve
to the SoapClient class specifically allows you to say you would like to use exceptions for SoapFaults. Is this not a SoapFault... ? > > On 11/19/07, nick loeve <[EMAIL PROTECTED]> wrote: > > Hello, > > > > I see that the bug was marked fixed in 5.2.5, and that a HTTP

[PHP-DEV] Bug 42773 - WSDL error causes HTTP 500 Response

2007-11-19 Thread nick loeve
hould I open another? Cheers -- Nick Loeve -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP 5.2.0: "Hooks for tracking file upload progress were introduced."

2006-11-27 Thread nick loeve
Hello, As another example an extension i maintain will scan a file on upload using clamav: http://trickie.org/code/phplibclamav.php -- Nick Loeve -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] segfault on apache startup with --enable-debug

2005-09-04 Thread Nick Loeve
Hello internals, I get a segfault when starting apache with debug enabled in the php build. I am using the latest 5_1 cvs, and apache 1.3 The backtrace i get in gdb is attached. Is that likely to be caused with memory handling in an extension module? It works fine in non-debug, but i am just try

Re: [PHP-DEV] PHP 5.1

2005-06-06 Thread Nick Loeve
Xuefer wrote: > > +1 for "ifsetor" > but btw, "ifsetor" might be complex for non-englishs. "default" might be > better. 'default' is a reserved word. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] seg fault in zend_hash (with bt)

2005-03-29 Thread Nick Loeve
Looks like the one. Thanks Alan Knowles wrote: Is this the sqlite "build it with gawk" bug? Regards Alan On Wed, 2005-03-30 at 11:09 +1000, Nick Loeve wrote: Sorry here is the BT from GDB (gdb) run Starting program: /home/nick/Desktop/build-src/php-src/sapi/cli/php [Thread debug

[PHP-DEV] seg fault in zend_hash (with bt)

2005-03-29 Thread Nick Loeve
in php_module_startup (sf=0x0, additional_modules=0x0, num_additional_modules=152) at /home/nick/Desktop/build-src/php-src/main/main.c:1452 #8 0x0824458e in main (argc=1, argv=0xbac4) at /home/nick/Desktop/build-src/php-src/sapi/cli/php_cli.c:632 -- Nick Loeve Sputnik Agency t: +613 953 44 333 f: +

[PHP-DEV] seg fault in zend_hash

2005-03-29 Thread Nick Loeve
ache2 crashes if i build the apache2handler SAPI. Cheers -- Nick Loeve Sputnik Agency t: +613 953 44 333 f: +613 953 44 833 m: 0422 790 661 w: www.sputnikagency.com Level One 31 Greeves Street St. Kilda 3182 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP 5.1

2005-02-02 Thread Nick Loeve
Gareth Ardron wrote: Rasmus Lerdorf wrote: TCP/IP Firewalls break all sorts of applications as well until either the application is modified to poke a hole in the firewall itself via upnp, or you reconfigure the firewall. This makes firewalls annoying, but they are necessary. This is exactly t

Re: [PHP-DEV] naming of new filter function

2005-02-01 Thread Nick Loeve
ut_filter hook, but i never fixed it up. I like the name clean_input()! Cheers Nick Loeve -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP 5.1

2005-02-01 Thread Nick Loeve
Rasmus Lerdorf wrote: Nick Loeve wrote: Rasmus Lerdorf wrote: I don't actually see it as a per-script thing. Obviously the ini would be per-dir Apache configurable, but I see this as being something set across the board on a dedicated server that defines the security policy of that s

Re: [PHP-DEV] PHP 5.1

2005-02-01 Thread Nick Loeve
ou can use mod_security for? I don't know of the availability of that module on a standard host, but on a dedicated server you could install it. Shared servers are most likely not going to be able to Cheers Nick Loeve -- PHP Internals - PHP Runtime Development Mailing List To unsubscri

[PHP-DEV] Re: congrats and thanks

2004-07-15 Thread Nick Loeve
Same well done people. Mike Robinson wrote: To all, Congratulations are in order. PHP5 is a monumental testament to open source. More importantly, it's also a glowing example of what software _can_ be when you have a dedicated group of committed individuals who take pride in their work, even wh

Re: [PHP-DEV] 'false' - boolean interpratation

2004-06-08 Thread Nick Loeve
Derrell Lipman wrote: "Robert Janeczek" <[EMAIL PROTECTED]> writes: is there any way that string 'false' (and its variations with capital letters) could be interpeted as boolean of value false? i have xml configuration file that has some switches (true/false) in it. when i use this values in funct