Re: [PHP-DEV] Small test case fixes / observations (php-5.2.6_rc4)

2008-04-10 Thread Nuno Lopes
Commited, thanks! Nuno On 2008-04-06 23:44, Christian Hoffmann wrote: > Heya, > > while building and testing a minimal version of PHP and as such > disabling the session extension, I discovered that > ext/standard/tests/general_functions/bug44394_2.phpt fails without the > session extension bei

Re: [PHP-DEV] Small test case fixes / observations (php-5.2.6_rc4)

2008-04-08 Thread Christian Hoffmann
On 2008-04-06 23:44, Christian Hoffmann wrote: Heya, while building and testing a minimal version of PHP and as such disabling the session extension, I discovered that ext/standard/tests/general_functions/bug44394_2.phpt fails without the session extension being enabled. I created a patch to

Re: [PHP-DEV] Small test case fixes / observations (php-5.2.6_rc4)

2008-04-07 Thread Christian Hoffmann
On 2008-04-07 11:22, Josie Messa wrote: On Sun, Apr 6, 2008 at 10:44 PM, Christian Hoffmann <[EMAIL PROTECTED]> wrote: while building and testing a minimal version of PHP and as such disabling the session extension, I discovered that ext/standard/tests/general_functions/bug44394_2.phpt fails wit

Re: [PHP-DEV] Small test case fixes / observations (php-5.2.6_rc4)

2008-04-07 Thread Josie Messa
On Sun, Apr 6, 2008 at 10:44 PM, Christian Hoffmann <[EMAIL PROTECTED]> wrote: > Heya, > > while building and testing a minimal version of PHP and as such disabling > the session extension, I discovered that > ext/standard/tests/general_functions/bug44394_2.phpt fails without the > session extensi

[PHP-DEV] Small test case fixes / observations (php-5.2.6_rc4)

2008-04-06 Thread Christian Hoffmann
Heya, while building and testing a minimal version of PHP and as such disabling the session extension, I discovered that ext/standard/tests/general_functions/bug44394_2.phpt fails without the session extension being enabled. I created a patch to fix that [1]. On a sidenote, some tests seem t