[PHP-DEV] PHP 4.0 Bug #9829:

2001-03-18 Thread alex
From: [EMAIL PROTECTED] Operating system: win32 PHP version: 4.0.4pl1 PHP Bug Type: Arrays related Bug description: "; } ?> There are two problems (see result): 0 - N 1 - N 2 - N 3 - 4 - 5 - 6 - There are no any warnings and errors. I'm using default configuration.

RE: [PHP-DEV] feature request

2001-03-18 Thread Chris Newbill
Oh come on Andi, are you telling me you can't do everything at once? Yes, I don't care about which one is the non-set variable. I'd be glad to help on making this function work like that, but I'm afraid my C is rusty enough to require Tetanus shots for everyone involved. :) (Okay so it isn't rea

Re: [PHP-DEV] feature request

2001-03-18 Thread Cameron
personally all i want is isset(blah,blah,blah) im dealing with 18 items from a form here and im getting sick of typing them all ;) im not too worried about which one isnt set because i just display a not all fields filled in and use a javascript back button. simple? thats all i want but if you

RE: [PHP-DEV] feature request

2001-03-18 Thread Andi Gutmans
It should be possible to do this. I'll look into it. But I also need to think about how much sense it makes :) Today you're asking for isset(...,...,...). Tomorrow you will ask to know which one was not set if it failed. So I hope what youreally want is only the first. Andi At 09:42 PM 3/18/20

Re: [PHP-DEV] Getting Started with new module

2001-03-18 Thread Andi Gutmans
I'm not too familiar with Tuxedo but the first step would be for you to actually write a PHP module which interfaces with Tuxedo. Once you're done with it/tested it and you feel it's worth putting into PHP we can open you a CVS account. I don't think there are many people who will need this kin

[PHP-DEV] PHP 4.0 Bug #9827 Updated: Floating point exception when starting apache

2001-03-18 Thread matti
ID: 9827 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Reproduceable crash Description: Floating point exception when starting apache The calculation itself does not lead to the overflow. I inserted this line right before the error happens: fprintf (stdout, "Value: %f", ..calculati

[PHP-DEV] PHP 4.0 Bug #9828: LDAP: Object class violation

2001-03-18 Thread kcchung
From: [EMAIL PROTECTED] Operating system: Solaris 7 PHP version: 4.0.4pl1 PHP Bug Type: LDAP related Bug description: LDAP: Object class violation when using php-4.0.3, ldap_add function works very well. After upgrading to php-4.0.4pl1, ldap_add function didn't work again. A

[PHP-DEV] PHP 4.0 Bug #9827: Floating point exception when starting apache

2001-03-18 Thread matti
From: [EMAIL PROTECTED] Operating system: Linux-mips PHP version: 4.0.4pl1 PHP Bug Type: Reproduceable crash Bug description: Floating point exception when starting apache - HW: Cobalt Raq2 (MIPS R3000) - OS: Linux - Apache: 1.3.19 - PHP built with these arguments: --with-

RE: [PHP-DEV] feature request

2001-03-18 Thread Mike Robinson
Chris Newbill writes: > This would not be a bad idea IMHO and I would use it for some things. > > The functionality would be inclusive not exclusive. So > isset($var1, $var2, > $var3) would only return true if $var1, $var2, and $var3 are set and false > otherwise. > > So If I had a form passing

[PHP-DEV] Getting Started with new module

2001-03-18 Thread Brian Foddy
Some months back I inquired about writing a BEA Tuxedo module for PHP. I got side-tracked for a while, but now I'd like to resume exploring this possibility. Primarily, because I'd like to use this module myself, but also feel it would be a natural match to an environment like PHP on a web server.

[PHP-DEV] PHP 4.0 Bug #9695 Updated: memory leak when using fsockopen & fclose

2001-03-18 Thread pack
ID: 9695 User Update by: [EMAIL PROTECTED] Status: Closed Bug Type: Sockets related Description: memory leak when using fsockopen & fclose Here is my php script