| Commit message (Expand) | Author | Age | Files | Lines |
* | While researching a crash-bug in mail(), I found these two goldies. | Sascha Schumann | 2001-07-22 | 1 | -41/+52 |
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -3/+13 |
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -0/+1 |
* | - Change macros from V_ to VCWD_ because of AIX name clash | Andi Gutmans | 2001-04-30 | 1 | -6/+6 |
* | - Fix for bugs #9042, #8212, and #8962. Patch from <tunacat@yahoo.com> | Sean Bright | 2001-04-28 | 1 | -4/+6 |
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
* | fix stas' last commit, added additional ifdefs PHP_SIGCHILD to fix win32 build | André Langhorst | 2001-02-23 | 1 | -2/+14 |
* | Fix #8992, patch by yasushi_takahashi@tsuken.co.jp | Stanislav Malyshev | 2001-02-22 | 1 | -0/+11 |
* | Name this php_Exec instead | Rasmus Lerdorf | 2001-01-14 | 1 | -8/+8 |
* | Export _Exec for extensions to use | Rasmus Lerdorf | 2001-01-14 | 1 | -1/+1 |
* | - There was one ret left, changed it to FG(pclose_ret), this fixes the | Derick Rethans | 2001-01-13 | 1 | -1/+1 |
* | - Fix exec() bug | Zeev Suraski | 2001-01-13 | 1 | -7/+10 |
* | exec'd processes now get cleaned up even if the browser connections was | Thies C. Arntzen | 2001-01-10 | 1 | -1/+12 |
* | Use platform's dir separator | Stanislav Malyshev | 2001-01-08 | 1 | -1/+1 |
* | That slipped in :( | Zeev Suraski | 2000-12-13 | 1 | -2/+1 |
* | Fix call_user_function() with objects - it could leak under certain circumsta... | Zeev Suraski | 2000-12-13 | 1 | -1/+2 |
* | The result of conv_z_macros and some manual conversion of | Sascha Schumann | 2000-11-27 | 1 | -29/+28 |
* | Add EscapeShellArg() function which turns a b into 'a b' and | Rasmus Lerdorf | 2000-09-05 | 1 | -1/+47 |
* | Description from the ChangeLog. Thies, is it correct? | Egon Schmid | 2000-08-06 | 1 | -2/+2 |
* | When output is empty, exec should return "", not "\0" (#5775) | Stanislav Malyshev | 2000-08-01 | 1 | -2/+3 |
* | Make exec() fwork on Unix again | Stanislav Malyshev | 2000-06-26 | 1 | -0/+8 |
* | - I wrote a long msg but the commit didn't go through. | Zeev Suraski | 2000-06-25 | 1 | -8/+0 |
* | - On UNIX support popen() which works with current working directory | Andi Gutmans | 2000-06-12 | 1 | -6/+6 |
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -4/+4 |
* | another bunch of proto fixes | Hartmut Holzgraefe | 2000-05-23 | 1 | -3/+4 |
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
* | Hartmut don't touch protos. Only two lines are allowed. | Egon Schmid | 2000-03-06 | 1 | -1/+0 |
* | off-by-one error (bug id #3741) fixed | Hartmut Holzgraefe | 2000-03-06 | 1 | -1/+3 |
* | More protos. | Egon Schmid | 2000-02-24 | 1 | -1/+1 |
* | (PHP exec) Return last line of output properly. | Andrei Zmievski | 2000-02-22 | 1 | -8/+8 |
* | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
* | Fix prototype. | Andrei Zmievski | 2000-02-11 | 1 | -1/+1 |
* | (PHP passthru) Shouldn't return anything. | Andrei Zmievski | 2000-02-11 | 1 | -3/+1 |
* | Fine tune Andi's patch | Zeev Suraski | 2000-02-11 | 1 | -3/+3 |
* | - Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32 | Andi Gutmans | 2000-02-10 | 1 | -3/+3 |
* | SAPIfication, Episode VI: Return of the SAPI | Zeev Suraski | 2000-02-10 | 1 | -20/+1 |
* | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 |
* | Ex API | Evan Klinger | 1999-12-20 | 1 | -30/+30 |
* | More php3_ annihilation | Zeev Suraski | 1999-12-18 | 1 | -5/+5 |
* | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 1 | -1/+1 |
* | Killing some unused variable warnings | Sascha Schumann | 1999-11-24 | 1 | -0/+2 |
* | (shell_exec) use pclose for FILE* that has been opened via popen! | Thies C. Arntzen | 1999-10-13 | 1 | -1/+1 |
* | Kill a warning | Rasmus Lerdorf | 1999-09-04 | 1 | -1/+1 |
* | *** empty log message *** | Zeev Suraski | 1999-09-04 | 1 | -1/+1 |
* | Fixed bug #2105 | Andrey Hristov | 1999-08-18 | 1 | -5/+8 |
* | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -12/+12 |
* | exec() can now properly handle lines longer than (EXEC_INPUT_BUF-2) bytes. | Mike Gerdts | 1999-07-20 | 1 | -3/+41 |
* | License update | Zeev Suraski | 1999-07-16 | 1 | -20/+9 |
* | - Fix for exec to use API | Andi Gutmans | 1999-06-01 | 1 | -7/+4 |
* | conv_proto *.[ch] | Sascha Schumann | 1999-05-16 | 1 | -4/+4 |