[PHP-DEV] proc_open() patch

2003-02-09 Thread Shane Caraveo
The attached patch adds 2 optional parameters to proc_open(). The first, cwd, and the second is an array for executing with a custom environment. I've tested this on w2k and osx. Comments, fixes, changes, and testing on Linux, would be appreciated. Shane Index: ext/standard/proc_open.c =

RE: [PHP-DEV] fix for ext/notes

2003-02-09 Thread Jani Taskinen
I committed the php_notes.c fixes..but someone who actually can compile stuff on windows should handle the dsp stuff. --Jani p.s. Shouldn't this extension be moved to PECL? On Thu, 6 Feb 2003, Kai Schröder wrote: >> Next try with other name. > >This version is with

Re: [PHP-DEV] session_set_save_handler and session_start

2003-02-09 Thread Stephen Thorne
Just a thought - have you tried passing $hnd by reference? array(&$hnd, "open_session") Otherwise when you try and set state in the class for it to be accessed elsewhere, it won't work because you've got (in this case) 6 distinct copies of the class used in handlers, and presumably a 7th (the o

[PHP-DEV] session_set_save_handler and session_start

2003-02-09 Thread michel 'ziobudda' morelli
Hi, I'm tryng new possibility to set a session handler via class: session_set_save_handler(array($hnd, "open_session"), array($hnd, "close_session"), array($hnd, "read_session"), ar

[PHP-DEV] ChangeLog again

2003-02-09 Thread Wez Furlong
ChangeLog ChangeLog ChangeLog ChangeLog :) Anyone want to look into kicking the script and archiving the 2002 entries as a .gz ? --Wez. -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php