summaryrefslogtreecommitdiff
path: root/ext/standard/proc_open.c
Commit message (Expand)AuthorAgeFilesLines
...
* Hopefully resolve proc_open build issues.Wez Furlong2004-05-281-4/+6
* Apparently it is better to specify 500 here for unix98 bits and pieces.Wez Furlong2004-05-261-2/+2
* Add __EXTENSIONS__ define - otherwise it won't compile on SolarisStanislav Malyshev2004-05-091-0/+1
* Fix Bug #28251Wez Furlong2004-05-021-1/+3
* Add pty support to proc_open() for systems with Unix98 ptys.Wez Furlong2004-04-191-18/+91
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* fix protofoobar2003-12-061-1/+1
* fix unix build....Wez Furlong2003-12-051-1/+1
* Add optional array argument to proc_open() to specify additionalWez Furlong2003-12-051-4/+26
* fix format stringsSascha Schumann2003-08-281-4/+4
* Add folding markersMoriyoshi Koizumi2003-07-121-3/+4
* Oops, this is not needed though.Moriyoshi Koizumi2003-07-121-1/+0
* Fixed leaks that occurs if the third parameter already contains a valid value.Moriyoshi Koizumi2003-07-121-1/+5
* updating license information in the headers.James Cox2003-06-101-3/+3
* The environment should *never* be magic quoted.Shane Caraveo2003-03-231-6/+0
* you know it's time to get away from the keyboard when you do this.Shane Caraveo2003-02-171-3/+1
* - Style polizeiDerick Rethans2003-02-171-1/+3
* fix it the right wayShane Caraveo2003-02-171-3/+1
* If you pass NULL, you do not get a NULL value, make sure it is.Shane Caraveo2003-02-171-1/+3
* Integrate Shanes patch that allows specifying the cwd and environmentWez Furlong2003-02-161-12/+156
* Add optional signal parameter to proc_terminate.Wez Furlong2003-02-151-3/+4
* Add proc_terminate() function to forcibly kill off a process createdWez Furlong2003-02-151-0/+26
* Fixed compile warning.Ilia Alshanetsky2003-01-241-1/+1
* Relieve scripts of the burden of ensuring that all pipes are closed priorWez Furlong2003-01-151-43/+129
* - Move proc_open code to a source file of it's own.Wez Furlong2003-01-151-0/+562