Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/standard array.c

2004-11-17 Thread Marcus Boerger
Hello l0t3k, Wednesday, November 17, 2004, 2:08:26 PM, you wrote: > Since we're kinda on the topic, i'd like to raise the issue of the status of > SPL. i.e. will it be bundled standard ? i'm asking because alot of the work > that was done in SPL should IMHO be core (e.g. the base exception classe

Re: [PHP-DEV] include CLI php in windows installer (and go-pear.bat)?

2004-11-17 Thread Wez Furlong
unified diff? On Wed, 17 Nov 2004 15:20:33 -0300, Rubem Pechansky <[EMAIL PROTECTED]> wrote: > Please include it, and if you do please make sure you include the fix for a > crash I found in php_win.exe: > > http://marc.theaimsgroup.com/?l=php-gtk-dev&m=109704127518720&w=2 > http://marc.theaimsgro

Re: [PHP-DEV] PHP broken pipe in fork

2004-11-17 Thread Shaun Thomas
[EMAIL PROTECTED] wrote: The child process doesn't use any database connection, just to run some shell scripts, but it closes the connection anyway. You still don't get it. As a fork, the child process has all of the same resources as the parent before the fork occurred. When the child exits,

Re: [PHP-DEV] include CLI php in windows installer (and go-pear.bat)?

2004-11-17 Thread Rubem Pechansky
Please include it, and if you do please make sure you include the fix for a crash I found in php_win.exe: http://marc.theaimsgroup.com/?l=php-gtk-dev&m=109704127518720&w=2 http://marc.theaimsgroup.com/?l=php-gtk-dev&m=109706659902560&w=2 --- Rubem Pechansky WinBinder - The native

[PHP-DEV] Re: Browscap fixes for 5.1...

2004-11-17 Thread Jay Smith
One minute ago I wrote this... > > Greetings internals, long time no see... > > With some of the features and the roadmap and all being sorted out for PHP > 5.1, I'd like to see if the new browscap parser I wrote could be stuffed > in there somewhere. I know it's not as exciting as ifsetor or the

[PHP-DEV] Browscap fixes for 5.1...

2004-11-17 Thread Jay Smith
Greetings internals, long time no see... With some of the features and the roadmap and all being sorted out for PHP 5.1, I'd like to see if the new browscap parser I wrote could be stuffed in there somewhere. I know it's not as exciting as ifsetor or the ancient war of the typehints vs. the defau

[PHP-DEV] include CLI php in windows installer (and go-pear.bat)?

2004-11-17 Thread Greg Beaver
Hi, I'm wondering if it is feasible to include the cli version of PHP in the windows installer, and go-pear.bat bundle as well? This is fast becoming one of the most frequently asked questions on pear.general in the form of "I installed PHP 4.3.x and there was no go-pear.bat, so I downloaded t

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/standard array.c

2004-11-17 Thread l0t3k
Since we're kinda on the topic, i'd like to raise the issue of the status of SPL. i.e. will it be bundled standard ? i'm asking because alot of the work that was done in SPL should IMHO be core (e.g. the base exception classes). i'm wrapping a semi-large framework and i'd prefer not to redefine tho

Re: [PHP-DEV] PHP broken pipe in fork

2004-11-17 Thread user
The child process doesn't use any database connection, just to run some shell scripts, but it closes the connection anyway. I initialy used PEAR DB and then _pconnect functions but the result is the same. Was the bug solved two years ago ? How was it solved ? Thank you Rui Francisco Shaun Thoma