[PHP-DEV] Bug #14518 Updated: --enable-trans-id doesn't work

2001-12-16 Thread theseer
: [2001-12-15 21:52:47] [EMAIL PROTECTED] theseer, do you use ob_end_*() in your script? Could you add more details? -- Yasuo [2001-12-15 12:05:11

[PHP-DEV] Bug #14518 Updated: --enable-trans-id doesn't work

2001-12-16 Thread theseer
with older versions of course.. [2001-12-15 21:52:47] [EMAIL PROTECTED] theseer, do you use ob_end_*() in your script? Could you add more details? -- Yasuo

[PHP-DEV] Bug #14518: --enable-trans-id doesn't work

2001-12-14 Thread theseer
From: [EMAIL PROTECTED] Operating system: LInux 2.4.16 (RH7.2 based) PHP version: 4.1.0 PHP Bug Type: Session related Bug description: --enable-trans-id doesn't work I compiled php4.1.0 with --enable-trans-id, configured to use no cookies for sessions. Verifiying with

[PHP-DEV] Bug #14327: basename crashes on empty string

2001-12-03 Thread theseer
From: [EMAIL PROTECTED] Operating system: Linux 2.4.16 ( RH 7.2 based) PHP version: 4.0CVS-2001-12-03 PHP Bug Type: Filesystem function related Bug description: basename crashes on empty string ?php $foo=basename($test); echo alive?; ? A segfault occures while