Re: [PHP-CVS] svn: php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/proc_open.c branches/PHP_5_3/ext/standard/proc_open.h branches/PHP_5_3/ext/standard/tests/general_functions/proc_ope

2009-07-21 Thread Jani Taskinen

On 07/20/2009 11:05 PM, Lukas Kahwe Smith wrote:


On 20.07.2009, at 21:36, Nuno Lopes wrote:


On Mon, Jul 20, 2009 at 12:19 PM, Jani Taskinenj...@php.net wrote:

Excuse me but where/when was it agreed that this new feature can go
into
PHP_5_3? I thought it was supposed to go HEAD only..


It should not go in 5.3, Nuno please revert.


Why not? Should we wait 2 years to implement these kind of little
things? Or even to implement new things?
Especially in a web-oriented language like PHP, you cannot afford to
release new stuff only once in 2 years.


It was decided that 5.3.1 would be reserved for bug fixes only for now.
Then again when this was put into place we feared we might need a quick
5.3.1 to fix big issues in 5.3.0. It doesnt seem like this is the case
and so 5.3.1 has not been scheduled yet nor is there a pressing need to


ehhe..? There were quite a few quite bad bugs in 5.3.0, f.e. that one 
that causes segfaults if you didn't happen to have set the date.timezone 
for example. 5.3.1 should be released ASAP!


--Jani




--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-CVS] svn: php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/proc_open.c branches/PHP_5_3/ext/standard/proc_open.h branches/PHP_5_3/ext/standard/tests/general_functions/proc_ope

2009-07-20 Thread Jani Taskinen
Excuse me but where/when was it agreed that this new feature can go into 
PHP_5_3? I thought it was supposed to go HEAD only..


--Jani



On 07/19/2009 05:52 PM, Nuno Lopes wrote:

nlopess Sun, 19 Jul 2009 14:52:27 +

URL: http://svn.php.net/viewvc?view=revisionrevision=284353

Changed paths:
U   php/php-src/branches/PHP_5_3/NEWS
U   php/php-src/branches/PHP_5_3/ext/standard/proc_open.c
U   php/php-src/branches/PHP_5_3/ext/standard/proc_open.h
A   
php/php-src/branches/PHP_5_3/ext/standard/tests/general_functions/proc_open03.phpt
A   
php/php-src/branches/PHP_5_3/ext/standard/tests/general_functions/proc_open04.phpt
A   
php/php-src/branches/PHP_5_3/ext/standard/tests/general_functions/proc_open05.phpt
A   
php/php-src/branches/PHP_5_3/ext/standard/tests/general_functions/proc_open06.phpt
A   
php/php-src/branches/PHP_5_3/ext/standard/tests/general_functions/proc_open07.phpt
A   
php/php-src/branches/PHP_5_3/ext/standard/tests/general_functions/proc_open08.phpt
U   php/php-src/trunk/ext/standard/proc_open.c
U   php/php-src/trunk/ext/standard/proc_open.h
A   
php/php-src/trunk/ext/standard/tests/general_functions/proc_open03.phpt
A   
php/php-src/trunk/ext/standard/tests/general_functions/proc_open04.phpt
A   
php/php-src/trunk/ext/standard/tests/general_functions/proc_open05.phpt
A   
php/php-src/trunk/ext/standard/tests/general_functions/proc_open06.phpt
A   
php/php-src/trunk/ext/standard/tests/general_functions/proc_open07.phpt
A   
php/php-src/trunk/ext/standard/tests/general_functions/proc_open08.phpt

Log:
Add support for proc_open()'s bypass_shell feature for Unix systems
(slightly modified patch from Gwynne)




--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-CVS] svn: php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/proc_open.c branches/PHP_5_3/ext/standard/proc_open.h branches/PHP_5_3/ext/standard/tests/general_functions/proc_ope

2009-07-20 Thread Nuno Lopes
This is not a new feature. As the commit log says, this is about 
implementing an existing feature that was only implemented on windows.
Anyway, since when we require long discussions and voting to implement 
little details like this?..


Nuno


Excuse me but where/when was it agreed that this new feature can go into 
PHP_5_3? I thought it was supposed to go HEAD only..


--Jani



On 07/19/2009 05:52 PM, Nuno Lopes wrote:

nlopess Sun, 19 Jul 2009 14:52:27 +

URL: http://svn.php.net/viewvc?view=revisionrevision=284353

Changed paths:
U   php/php-src/branches/PHP_5_3/NEWS
U   php/php-src/branches/PHP_5_3/ext/standard/proc_open.c
U   php/php-src/branches/PHP_5_3/ext/standard/proc_open.h
A 
php/php-src/branches/PHP_5_3/ext/standard/tests/general_functions/proc_open03.phpt
A 
php/php-src/branches/PHP_5_3/ext/standard/tests/general_functions/proc_open04.phpt
A 
php/php-src/branches/PHP_5_3/ext/standard/tests/general_functions/proc_open05.phpt
A 
php/php-src/branches/PHP_5_3/ext/standard/tests/general_functions/proc_open06.phpt
A 
php/php-src/branches/PHP_5_3/ext/standard/tests/general_functions/proc_open07.phpt
A 
php/php-src/branches/PHP_5_3/ext/standard/tests/general_functions/proc_open08.phpt

U   php/php-src/trunk/ext/standard/proc_open.c
U   php/php-src/trunk/ext/standard/proc_open.h
A 
php/php-src/trunk/ext/standard/tests/general_functions/proc_open03.phpt
A 
php/php-src/trunk/ext/standard/tests/general_functions/proc_open04.phpt
A 
php/php-src/trunk/ext/standard/tests/general_functions/proc_open05.phpt
A 
php/php-src/trunk/ext/standard/tests/general_functions/proc_open06.phpt
A 
php/php-src/trunk/ext/standard/tests/general_functions/proc_open07.phpt
A 
php/php-src/trunk/ext/standard/tests/general_functions/proc_open08.phpt


Log:
Add support for proc_open()'s bypass_shell feature for Unix systems
(slightly modified patch from Gwynne) 



--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-CVS] svn: php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/proc_open.c branches/PHP_5_3/ext/standard/proc_open.h branches/PHP_5_3/ext/standard/tests/general_functions/proc_ope

2009-07-20 Thread Nuno Lopes

On Mon, Jul 20, 2009 at 12:19 PM, Jani Taskinenj...@php.net wrote:

Excuse me but where/when was it agreed that this new feature can go into
PHP_5_3? I thought it was supposed to go HEAD only..


It should not go in 5.3, Nuno please revert.


Why not? Should we wait 2 years to implement these kind of little things? Or 
even to implement new things?
Especially in a web-oriented language like PHP, you cannot afford to release 
new stuff only once in 2 years.


Nuno 



--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-CVS] svn: php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/proc_open.c branches/PHP_5_3/ext/standard/proc_open.h branches/PHP_5_3/ext/standard/tests/general_functions/proc_ope

2009-07-20 Thread Lukas Kahwe Smith


On 20.07.2009, at 21:36, Nuno Lopes wrote:


On Mon, Jul 20, 2009 at 12:19 PM, Jani Taskinenj...@php.net wrote:
Excuse me but where/when was it agreed that this new feature can  
go into

PHP_5_3? I thought it was supposed to go HEAD only..


It should not go in 5.3, Nuno please revert.


Why not? Should we wait 2 years to implement these kind of little  
things? Or even to implement new things?
Especially in a web-oriented language like PHP, you cannot afford to  
release new stuff only once in 2 years.



Nuno,

It was decided that 5.3.1 would be reserved for bug fixes only for  
now. Then again when this was put into place we feared we might need a  
quick 5.3.1 to fix big issues in 5.3.0. It doesnt seem like this is  
the case and so 5.3.1 has not been scheduled yet nor is there a  
pressing need to do so. Anyways, since I am no longer RM .. its not my  
call to make.


regards,
Lukas Kahwe Smith
m...@pooteeweet.org




--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php