Re: [PHP-DEV] Fix for bug #25547

2003-10-03 Thread Jani Taskinen
The actual bug report in question is 25547.. --Jani On Sat, 4 Oct 2003, Andi Gutmans wrote: >Hi, > >I don't like this patch because already the gc is a very sensitive >mechanism and we're not allowed to collect too much or too little at any >given time. Your patch can easily

Re: [PHP-DEV] Fix for bug #25543

2003-10-03 Thread Moriyoshi Koizumi
Andi Gutmans <[EMAIL PROTECTED]> wrote: > Hi, > > I don't like this patch because already the gc is a very sensitive > mechanism and we're not allowed to collect too much or too little at any > given time. Your patch can easily lead to too much being collected before > previous zval's are free

Re: [PHP-DEV] Fix for bug #25543

2003-10-03 Thread Andi Gutmans
Hi, I don't like this patch because already the gc is a very sensitive mechanism and we're not allowed to collect too much or too little at any given time. Your patch can easily lead to too much being collected before previous zval's are freed which can lead to problems (this mechanism was ref

[PHP-DEV] CVS Account Request: farell

2003-10-03 Thread Laurent Laville
I request CVS access to HTML_CSS package because i'm developer on next release 0.3.0 ( see Leader Klaus Guenther ). And i'm leader of HTML_Progress package i request also access to put my code online in repository to help my contributor ( Stefan Neufeind ) to help me on next release. -- PHP I

Re: [PHP-DEV] PATCH: error message length limit

2003-10-03 Thread Marcus Börger
Hello Aigner, Friday, October 3, 2003, 6:34:13 PM, you wrote: > Hello, > First, I want to apologize in advance if this should be the wrong list for > this. Please just point me to the correct list in this case. > As noted in the documentation of the function trigger_error > (http://www.php.net/

[PHP-DEV] PATCH: error message length limit

2003-10-03 Thread Aigner Michael Franz
Hello, First, I want to apologize in advance if this should be the wrong list for this. Please just point me to the correct list in this case. As noted in the documentation of the function trigger_error (http://www.php.net/trigger_error), an error message is limited to 1024 characters. It gets tr

Re: [PHP-DEV] argv and argc on cliphp

2003-10-03 Thread Rasmus Lerdorf
On Fri, 3 Oct 2003, Greg MacLellan wrote: > Rasmus Lerdorf wrote: > > Andrei and I discussed this change and at the conceptual level at least > > $_SERVER should be populated with argc and argv if variables_order > > includes "S". If you have specifically configured your system to not > > crea

Re: [PHP-DEV] argv and argc on cliphp

2003-10-03 Thread Greg MacLellan
Rasmus Lerdorf wrote: Andrei and I discussed this change and at the conceptual level at least $_SERVER should be populated with argc and argv if variables_order includes "S". If you have specifically configured your system to not create $_SERVER, then of course it shouldn't be there. The chang

Re: [PHP-DEV] Fix for bug #25543

2003-10-03 Thread Moriyoshi Koizumi
Jani Taskinen <[EMAIL PROTECTED]> wrote: > > #25543 is documentation 'bug', what exactly does your > patch fix? I don't see anything wrong with set_error_handler().. > Oops, #25547 is the right number. Moriyoshi -- PHP Internals - PHP Runtime Development Mailing List To unsubscri

Re: [PHP-DEV] Fix for bug #25543

2003-10-03 Thread r.willenbacher
On October 3, 2003 05:43 am, Jani Taskinen wrote: > #25543 is documentation 'bug', what exactly does your > patch fix? I don't see anything wrong with set_error_handler().. > > --Jani > > On Fri, 3 Oct 2003, Moriyoshi Koizumi wrote: > >Attached is a fix for bug #25543 (Error in set_erro