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.
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
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
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
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
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
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
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-
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
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.
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