#
41751515 |
| 28-Apr-2001 |
Sean Bright |
- Fix for bugs #9042, #8212, and #8962. Patch from <tunacat@yahoo.com> - Fixed proto for exec()
|
Revision tags: php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1 |
|
#
eb6ba01d |
| 26-Feb-2001 |
Andi Gutmans |
- Fix copyright notices with 2001
|
#
9fa48410 |
| 23-Feb-2001 |
André Langhorst |
fix stas' last commit, added additional ifdefs PHP_SIGCHILD to fix win32 build
|
#
4cda9669 |
| 22-Feb-2001 |
Stanislav Malyshev |
Fix #8992, patch by yasushi_takahashi@tsuken.co.jp
|
#
e37d304d |
| 14-Jan-2001 |
Rasmus Lerdorf |
Name this php_Exec instead
|
#
5311bfa5 |
| 14-Jan-2001 |
Rasmus Lerdorf |
Export _Exec for extensions to use
|
#
1104639d |
| 13-Jan-2001 |
Derick Rethans |
- There was one ret left, changed it to FG(pclose_ret), this fixes the build
|
#
86624dfa |
| 13-Jan-2001 |
Zeev Suraski |
- Fix exec() bug - Merge fsock and file globals
|
Revision tags: php-4.0.4pl1 |
|
#
6871b839 |
| 10-Jan-2001 |
Thies C. Arntzen |
exec'd processes now get cleaned up even if the browser connections was aborted. fixes: #8143
|
Revision tags: php-4.0.4pl1RC2 |
|
#
c7984660 |
| 08-Jan-2001 |
Stanislav Malyshev |
Use platform's dir separator
|
Revision tags: php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4 |
|
#
944c3b40 |
| 13-Dec-2000 |
Zeev Suraski |
That slipped in :(
|
#
be895bcb |
| 13-Dec-2000 |
Zeev Suraski |
Fix call_user_function() with objects - it could leak under certain circumstances
|
Revision tags: php-4.0.4RC3 |
|
#
949b0893 |
| 27-Nov-2000 |
Sascha Schumann |
The result of conv_z_macros and some manual conversion of "return_value.*=.*IS_STRING" constructs to RETVAL_STRINGL.
|
Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1 |
|
#
4a22d2e8 |
| 05-Sep-2000 |
Rasmus Lerdorf |
Add EscapeShellArg() function which turns a b into 'a b' and a'b into 'a'\''b' @Add EscapeShellArg() function (Rasmus)
|
Revision tags: php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE |
|
#
d9cd56ea |
| 06-Aug-2000 |
Egon Schmid |
Description from the ChangeLog. Thies, is it correct?
|
#
e109aa30 |
| 01-Aug-2000 |
Stanislav Malyshev |
When output is empty, exec should return "", not "\0" (#5775) @- Fixed exec() returning "\0" when output is empty
|
Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2 |
|
#
8fd20c3e |
| 26-Jun-2000 |
Stanislav Malyshev |
Make exec() fwork on Unix again
|
Revision tags: php-4.0.1RC |
|
#
6614e8ed |
| 25-Jun-2000 |
Zeev Suraski |
- I wrote a long msg but the commit didn't go through. - So here is the short version: - a) Start moving to binary opens in Windows - b) Give checkuid_mode() a small face lift including t
- I wrote a long msg but the commit didn't go through. - So here is the short version: - a) Start moving to binary opens in Windows - b) Give checkuid_mode() a small face lift including the fopen-wrappers.c - The mode to this function should at least be a #define but that is for - another day. Anyway this whole stuff should be given more face lifts in - the future.
show more ...
|
#
719d995a |
| 12-Jun-2000 |
Andi Gutmans |
- On UNIX support popen() which works with current working directory - when in VIRTUAL_DIR mode.
|
Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH |
|
#
3701bc42 |
| 05-Jun-2000 |
Andi Gutmans |
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
|
#
df4547a3 |
| 23-May-2000 |
Hartmut Holzgraefe |
another bunch of proto fixes
|
Revision tags: php-4.0.0 |
|
#
e043439f |
| 18-May-2000 |
Zeev Suraski |
Update the license with the new clause 6
|
Revision tags: php-4.0RC2, PHP-4.0-RC1 |
|
#
0beaaa93 |
| 06-Mar-2000 |
Egon Schmid |
Hartmut don't touch protos. Only two lines are allowed.
|
#
36abfe11 |
| 06-Mar-2000 |
Hartmut Holzgraefe |
off-by-one error (bug id #3741) fixed
|
#
7da7a50c |
| 24-Feb-2000 |
Egon Schmid |
More protos.
|