summaryrefslogtreecommitdiff
path: root/ext/standard/exec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * Get the Apache module to compile againZeev Suraski1999-04-261-2/+5
* A lot of cleanups... Removed old thread-safe code and other redundant code a...Zeev Suraski1999-04-241-5/+4
* Remove tls.[ch]Zeev Suraski1999-04-231-3/+0
* moved fdf, hyperwave, informix and some smaller filesStig Bakken1999-04-221-1/+1
* More thread safety workZeev Suraski1999-04-211-0/+1
* Make Win32 happy with the recent changes.Zeev Suraski1999-04-181-1/+1
* First commit of re-structuring phase one. We have started using automake inStig Bakken1999-04-171-0/+388