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

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

2002-10-02 Thread Marcus Börger
Hi Sebastian can you verify this with implicit flush on/off. php -d implicit_flush=On/Off For the cgi sapi it defaults to Off and for the cli executable it defaults to On. marcus At 17:36 02.10.2002, you wrote: helly Wed Oct 2 11:36:29 2002 EDT Modified files: /php4

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

2002-10-02 Thread Sebastian Bergmann
Marcus Börger wrote: Hi Sebastian can you verify this with implicit flush on/off. php -d implicit_flush=On/Off This is odd: Both php -d implicit_flush=On build --format html-chunked and php -d implicit_flush=Off build --format html-chunked work fine, but php build

[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 Sebastian Bergmann
Sebastian Bergmann wrote: sebastian Sun Sep 1 07:33:19 2002 EDT Modified files: /php4 NEWS php.ini-dist php.ini-recommended /php4/main main.c output.c php_globals.h php_output.h Log: Per discussion on #php.bugs (+1 from at least Derick and Jani),

[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 Sebastian Bergmann
Thies C. Arntzen wrote: why? Because it's broken. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List http://www.php.net/ To

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:

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

2002-06-09 Thread Sebastian Bergmann
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

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

2001-09-02 Thread Jeroen van Wolffelaar
I was waiting for you to tell that now the branch works and I could test it and say 'good, this works you can merge'. I'm sure everybody else waited for same. You do NOT need the implementation to know how it is going to be. I explained that multiple times, and everybody (though silently)

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

2001-09-02 Thread Jeroen van Wolffelaar
(and *yes* I'm angry, and *yes* I'm talking to someone in particular). And I'm now going to sleep before it gets worse. Good night, Jeroen -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

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

2001-08-09 Thread Stig Sæther Bakken
[Zeev Suraski [EMAIL PROTECTED]] At 20:27 08-08-01, Andrei Zmievski wrote: On Wed, 08 Aug 2001, Zeev Suraski wrote: Good question, open for debate... Generally I consider GPC as a group of data which cannot be trusted, since it's coming from the user. But I'm not sure. Perhaps we

[PHP-DEV] Re: [PHP-CVS] cvs: php4 / NEWS /main SAPI.c php.h win95nt.h

2001-04-27 Thread Sebastian Bergmann
Daniel Beulshausen wrote: +- Fix popen() and the exec family under Win32 (Unable to fork issue) Good work, Daniel. -- sebastian bergmann[EMAIL PROTECTED] http://www.sebastian-bergmann.de bonn.phpug.de | www.php.net |

[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.cphp_globals.h php_variables.c

2001-04-05 Thread Sascha Schumann
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 url_scanner_ex.c /php4/mainmain.c php_globals.h

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

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

2001-04-01 Thread Sebastian Bergmann
Sebastian Bergmann wrote: sbergmann Sun Apr 1 07:13:10 2001 EDT Modified files: /php4 NEWS Log: Fixed some glitches in NEWS. (Yes, you may call me pedantic :-) I forgot how to commit to a branch, so could someone please MFH this for me? Thanks,

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