summaryrefslogtreecommitdiff
path: root/ext/standard/exec.c
Commit message (Expand)AuthorAgeFilesLines
* While researching a crash-bug in mail(), I found these two goldies.Sascha Schumann2001-07-221-41/+52
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-3/+13
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+1
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-301-6/+6
* - Fix for bugs #9042, #8212, and #8962. Patch from <tunacat@yahoo.com>Sean Bright2001-04-281-4/+6
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* fix stas' last commit, added additional ifdefs PHP_SIGCHILD to fix win32 buildAndré Langhorst2001-02-231-2/+14
* Fix #8992, patch by yasushi_takahashi@tsuken.co.jpStanislav Malyshev2001-02-221-0/+11
* Name this php_Exec insteadRasmus Lerdorf2001-01-141-8/+8
* Export _Exec for extensions to useRasmus Lerdorf2001-01-141-1/+1
* - There was one ret left, changed it to FG(pclose_ret), this fixes theDerick Rethans2001-01-131-1/+1
* - Fix exec() bugZeev Suraski2001-01-131-7/+10
* exec'd processes now get cleaned up even if the browser connections wasThies C. Arntzen2001-01-101-1/+12
* Use platform's dir separatorStanislav Malyshev2001-01-081-1/+1
* That slipped in :(Zeev Suraski2000-12-131-2/+1
* Fix call_user_function() with objects - it could leak under certain circumsta...Zeev Suraski2000-12-131-1/+2
* The result of conv_z_macros and some manual conversion ofSascha Schumann2000-11-271-29/+28
* Add EscapeShellArg() function which turns a b into 'a b' andRasmus Lerdorf2000-09-051-1/+47
* Description from the ChangeLog. Thies, is it correct?Egon Schmid2000-08-061-2/+2
* When output is empty, exec should return "", not "\0" (#5775)Stanislav Malyshev2000-08-011-2/+3
* Make exec() fwork on Unix againStanislav Malyshev2000-06-261-0/+8
* - I wrote a long msg but the commit didn't go through.Zeev Suraski2000-06-251-8/+0
* - On UNIX support popen() which works with current working directoryAndi Gutmans2000-06-121-6/+6
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-4/+4
* another bunch of proto fixesHartmut Holzgraefe2000-05-231-3/+4
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* Hartmut don't touch protos. Only two lines are allowed.Egon Schmid2000-03-061-1/+0
* off-by-one error (bug id #3741) fixedHartmut Holzgraefe2000-03-061-1/+3
* More protos.Egon Schmid2000-02-241-1/+1
* (PHP exec) Return last line of output properly.Andrei Zmievski2000-02-221-8/+8
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
* Fix prototype.Andrei Zmievski2000-02-111-1/+1
* (PHP passthru) Shouldn't return anything.Andrei Zmievski2000-02-111-3/+1
* Fine tune Andi's patchZeev Suraski2000-02-111-3/+3
* - Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32Andi Gutmans2000-02-101-3/+3
* SAPIfication, Episode VI: Return of the SAPIZeev Suraski2000-02-101-20/+1
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* Ex APIEvan Klinger1999-12-201-30/+30
* More php3_ annihilationZeev Suraski1999-12-181-5/+5
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-1/+1
* Killing some unused variable warningsSascha Schumann1999-11-241-0/+2
* (shell_exec) use pclose for FILE* that has been opened via popen!Thies C. Arntzen1999-10-131-1/+1
* Kill a warningRasmus Lerdorf1999-09-041-1/+1
* *** empty log message ***Zeev Suraski1999-09-041-1/+1
* Fixed bug #2105Andrey Hristov1999-08-181-5/+8
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-12/+12
* exec() can now properly handle lines longer than (EXEC_INPUT_BUF-2) bytes.Mike Gerdts1999-07-201-3/+41
* License updateZeev Suraski1999-07-161-20/+9
* - Fix for exec to use APIAndi Gutmans1999-06-011-7/+4
* conv_proto *.[ch]Sascha Schumann1999-05-161-4/+4