History log of /PHP-8.1/ext/standard/exec.c (Results 201 – 225 of 264)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1, php4, php-4.0.7RC3, POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS
# 78747bd2 09-Sep-2001 Derick Rethans

- Don't wrap lines... this is annoying while coding.

Revision tags: php-4.0.7RC2, php-4.0.7RC1, BEFORE_EXP_MERGE
# c0404f46 11-Aug-2001 Zeev Suraski

Whitespace

Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT
# 23b9300f 06-Aug-2001 Sascha Schumann

more tsrm cleanup

# bc42c375 31-Jul-2001 Zeev Suraski

More TSRMLS_FETCH work. Got it under 400 now.

# 9f4c0ae6 30-Jul-2001 Zeev Suraski

More TSRMLS_FETCH work

# b0224d51 30-Jul-2001 Zeev Suraski

Zend compatibility patch

# d87cc976 28-Jul-2001 Zeev Suraski

Redesigned thread safety mechanism - nua nua

Revision tags: PRE_TSRM_MERGE_PATCH
# 8492ece5 22-Jul-2001 Sascha Schumann

While researching a crash-bug in mail(), I found these two goldies.

Replace php_escape_shell_(arg|cmd) with straight-forward implementations.

Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3
# 81e2cf03 06-Jun-2001 Rasmus Lerdorf

Fix folding and clean up some extensions

# 25c3a3a3 05-Jun-2001 Rasmus Lerdorf

vim-6 does folding - clean up a bunch of missing folding tags plus
some misguided RINIT and RSHUTDOWN calls in a few fringe extensions

Revision tags: php-4.0.6RC2, php-4.0.6RC1, php-4.0.5
# 4c823e8a 30-Apr-2001 Andi Gutmans

- Change macros from V_ to VCWD_ because of AIX name clash

# 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)

1234567891011