Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / NEWS /main output.c

2002-10-03 Thread Sebastian Bergmann
Sebastian Bergmann wrote: Marcus Börger wrote: Hi Sebastian can you verify this with implicit flush on/off. php -d implicit_flush=On/Off On/Off seems to be wrong: php -d implicit_flush=0 script.php works php -d implicit_flush=1 script.php doesn't. -- Sebastian Bergmann

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / NEWS php.ini-dist php.ini-recommended /main main.c output.c php_globals.h php_output.h

2002-09-01 Thread Marcus Börger
At 14:56 01.09.2002, Sebastian Bergmann wrote: Thies C. Arntzen wrote: why? Because it's broken. Until now the only thing you were able to deliver is a script that is also broken for 4.2.3. Since the code of output-buffering is not capable to do what you did in that script... marcus AND

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / NEWS php.ini-distphp.ini-recommended /main main.c output.c php_globals.h php_output.h

2002-09-01 Thread Sebastian Bergmann
Marcus Börger wrote: Until now the only thing you were able to deliver is a script that is also broken for 4.2.3. You're mixing issues here. In recent days I discovered 3 problems with ob_*() functionality: 1.) Dumping of a text instead of writing it to a file. This one is

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / NEWS php.ini-distphp.ini-recommended /main main.c output.c php_globals.h php_output.h

2002-09-01 Thread Sebastian Bergmann
Marcus Börger wrote: AND please: we had an agreement that discussion has to take place on this mailinglist and not at efnet Well, it was also agreed upon to discuss the addition of new .ini entries or enabling of new extensions by default, no? Whether or not you like, a good amount of

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / NEWS php.ini-distphp.ini-recommended /main main.c output.c php_globals.h php_output.h

2002-09-01 Thread Sterling Hughes
Marcus Börger wrote: AND please: we had an agreement that discussion has to take place on this mailinglist and not at efnet Well, it was also agreed upon to discuss the addition of new .ini entries or enabling of new extensions by default, no? Whether or not you like, a good

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / NEWS

2002-09-01 Thread Yasuo Ohgaki
Sebastian Bergmann wrote: Marcus Börger wrote: AND please: we had an agreement that discussion has to take place on this mailinglist and not at efnet Well, it was also agreed upon to discuss the addition of new .ini entries or enabling of new extensions by default, no? Whether

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / NEWS /ext/standard array.c

2002-06-10 Thread Edin Kadribasic
Andrei Zmievski wrote: Log: Fix bug #7045: shuffle() now provides consistent distribution of values in the array. C:\home\php\php4\ext\standard\array.c(1446) : error C2082: Neudefinition des for malen Parameters tsrm_ls C:\home\php\php4\ext\standard\array.c(2949) : error C2065:

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / NEWS

2002-02-15 Thread Zeev Suraski
It shouldn't - ZendEngine2 commits shouldn't go into NEWS... At 19:43 15/02/2002, Sebastian Bergmann wrote: Andrei Zmievski wrote: ?? ??? 200?, Version 4.2.0-dev -- Allow a series of consecutive catch() statements (Andi, Zend Engine) Should this really go to the 4.2.0-dev NEWS? It's an

RE: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / NEWS

2002-02-15 Thread Sean R. Bright
It looks like he was removing it from the NEWS file, not adding it. -Original Message- From: Sebastian Bergmann [mailto:[EMAIL PROTECTED]] Sent: Friday, February 15, 2002 12:44 PM To: [EMAIL PROTECTED] Subject: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / NEWS Andrei Zmievski wrote:

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / NEWS

2001-09-03 Thread derick
On Mon, 3 Sep 2001, Jani Taskinen wrote: I'm not going to discuss this anymore, sorry... I asked dozens of times for comments, but didn't get any. Isn't it a bit late to question it now? I was waiting for you to tell that now the branch works and I could test it and say 'good, this works

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / NEWS php.ini-dist php.ini-optimized /ext/standard url_scanner.c url_scanner_ex.c url_scanner_ex.re /main main.c php_globals.h php_variables.c

2001-04-05 Thread Cynic
IIRC both these directives default to '', right? So it'll still work even if you don't edit you php.ini. Or am I missing something? At 10:22 5.4. 2001, Sascha Schumann wrote the following: -- On Wed, 4 Apr 2001, Jani Taskinen wrote:

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / NEWS php.ini-dist php.ini-optimized /ext/standard url_scanner.c url_scanner_ex.c url_scanner_ex.re /main main.c php_globals.h php_variables.c

2001-04-05 Thread Andi Gutmans
At 10:22 AM 4/5/2001 +0200, Sascha Schumann wrote: On Wed, 4 Apr 2001, Jani Taskinen wrote: sniperWed Apr 4 13:46:27 2001 EDT Modified files: /php4 php.ini-dist php.ini-optimized NEWS /php4/ext/standardurl_scanner.c url_scanner_ex.re

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / NEWS

2001-04-01 Thread Zeev Suraski
Simply update to the branch revision (cvs update -r PHP_4_0_5 NEWS), merge in the necessary patches, and commit it. Zeev At 16:19 1/4/2001, Sebastian Bergmann wrote: Sebastian Bergmann wrote: sbergmann Sun Apr 1 07:13:10 2001 EDT Modified files: /php4 NEWS