Re: [PHP-DEV] cvs: php4 /main php.h

2002-03-15 Thread Christoph Kassen
Hey, this patch fixes the NDEBUG redefinition errors you get when building latest cvs with VC. Anyone with enough karma please apply this patch. Christoph Index: php.h === RCS file: /repository/php4/main/php.h,v retrieving

[PHP-DEV] CVS Account Request: cmk

2001-12-14 Thread Christoph Kassen
Helping the QA team and updating the bug-database. I can test on Windows 2000 and RedHat 6.2,7.0 and 7.2 -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail:

[PHP-DEV] session_unregister not working properly

2001-11-13 Thread Christoph Kassen
While testing 4.1.0RC2 I noticed that the following script does not work as expected: ?php session_register(count); echo $_SESSION[count]++; session_unregister(count); ? When I set register_globals=off the counter is incrementing although PHP has to unregister the variable from the session.

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO-4.1.txt

2001-04-17 Thread Christoph Kassen
Stig Bakken wrote: One of the most important changes I suggested for 4.1 was to move stuff like the XSLT extension, cURL etc. out of the php4 CVS module and into PEAR. There they can live their own lives, producing stable In my opinion XML and XSTL modules should be installed by default

Re: [PHP-DEV] php.ini distribution

2001-03-05 Thread Christoph Kassen
in, because the php debugger DBG ( http://dd.cron.ru/dbg/ ) makes use of those entrys. So imho it would be quite usefull to have them in php.ini by default. -- Christoph Kassen - www.chkassen.de -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED