History log of /PHP-8.1/ext/standard/exec.c (Results 226 – 250 of 264)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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.

# 98674b73 22-Feb-2000 Andrei Zmievski

(PHP exec) Return last line of output properly.

Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1
# 86fa2aad 19-Feb-2000 Zeev Suraski

the pipe is breaking all the time

Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000
# 0f4b9aa8 11-Feb-2000 Andrei Zmievski

Fix prototype.

# 055645b0 11-Feb-2000 Andrei Zmievski

(PHP passthru) Shouldn't return anything.
This fixes bugs #3428 and #3430.

# 80bdd19e 11-Feb-2000 Zeev Suraski

Fine tune Andi's patch

# 29280bb9 10-Feb-2000 Andi Gutmans

- Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32

# 6d0ab616 10-Feb-2000 Zeev Suraski

SAPIfication, Episode VI: Return of the SAPI
Remove mostly all references to APACHE and CGI_BINARY from the code.

- Apache include files are no longer included by any PHP code, except f

SAPIfication, Episode VI: Return of the SAPI
Remove mostly all references to APACHE and CGI_BINARY from the code.

- Apache include files are no longer included by any PHP code, except for the Apache SAPI module.
- No server specific code is in any of the base PHP code.

Still left to be done:
- Eliminate any references to APACHE from the few remaining modules.
- Move request_info.c's logic to SAPI
- Modify the regex function names, and globals, so that we can always
include them, without having to fear any interference with Apache;
Always use the bundled regex library

show more ...

Revision tags: BEFORE_SAPIFICATION_FEB_10_2000, BEFORE_PRE_SHUTDOWN_REVERSE_PATCH
# 43ae2bff 01-Jan-2000 Sascha Schumann

Happy Y2K patch! Happy new year (or the new millennium, depending on whether
you start counting at 0 or 1).

Revision tags: PRE_ISSET_TYPE
# eb54c032 20-Dec-1999 Evan Klinger

Ex API

Revision tags: PRE_LIBZEND_TO_ZEND
# 3ee4e65c 18-Dec-1999 Zeev Suraski

More php3_ annihilation

Revision tags: PRE_RETURN_REF_MERGE, RETURN_REF_BP, PRE_RETURN_REF_PATCH
# 5b983c94 04-Dec-1999 Sascha Schumann

Clean up php3.*\.h files. The files itself are renamed, and references in all
.*\.[ch] files were changed. There is a slight chance that my script missed
a few changes, please correct them ma

Clean up php3.*\.h files. The files itself are renamed, and references in all
.*\.[ch] files were changed. There is a slight chance that my script missed
a few changes, please correct them manually.

show more ...

# d4621153 24-Nov-1999 Sascha Schumann

Killing some unused variable warnings

Revision tags: ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2
# e6ffafa2 13-Oct-1999 Thies C. Arntzen

(shell_exec) use pclose for FILE* that has been opened via popen!
@- Fixed zombie problem in shell_exec() and $a = `some_command`
@ constructs. (Thies)

Revision tags: PRE_FETCH_READ_PATCH, before-sapi-split, PRE_DELAYED_ARRAY_FETCH_PATCH
# f42659a8 04-Sep-1999 Rasmus Lerdorf

Kill a warning

1234567891011