History log of /PHP-8.0/ext/standard/exec.c (Results 151 – 175 of 253)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.3.3, php-4.3.3RC4
# ed40ae26 11-Aug-2003 Ilia Alshanetsky

emalloc -> safe_emalloc


Revision tags: RELEASE_0_5_3, php-4.3.3RC3
# 522bcba0 07-Aug-2003 Zeev Suraski

Fix docline


Revision tags: RELEASE_0_5_2
# 02e0e089 05-Aug-2003 Ilia Alshanetsky

Fixed bug #18291 (escapeshellcmd() can now handle quoted arguments).


Revision tags: RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2, php-5.0.0b1, php-4.3.3RC1
# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init
# 0c5548e6 16-Apr-2003 Moriyoshi Koizumi

Fixed implicit cast issue with is*() and to*() functions


Revision tags: php-4.3.2RC1
# 695ae92c 26-Feb-2003 Ilia Alshanetsky

1) Make the output of system() binary safe
2) Solved a memory leak when the return_value variable passed by reference is
not an integer in system()/exec()/passthru().
3) Solved a bug i

1) Make the output of system() binary safe
2) Solved a memory leak when the return_value variable passed by reference is
not an integer in system()/exec()/passthru().
3) Solved a bug in exec(), which would make it append to the 2nd parameter
(passed by reference) if the parameter is an array instead of overwriting it.
4) Changed the code to use the streams code, resulting in a smaller code base.
5) Various cleanups resulting in reduction of overall code base inside the file
by ~ 1/3.
6) Speed improvements of ~2.5 times compared to previous performance (based on
attached PHP script).

show more ...


# aee0c18b 25-Feb-2003 Ilia Alshanetsky

Made shell_exec() use streams, this simplifies the code and in some cases
makes it a little faster too.


# f29964e2 25-Feb-2003 Ilia Alshanetsky

Fixed bug #22414 and added a test case for it.


# 3bff5c04 20-Feb-2003 Ilia Alshanetsky

Fixed bug #22308 (optimized passthru, code is now ~40 times faster).


# 0ad5cac9 18-Feb-2003 Ilia Alshanetsky

By popular demand nice() is renamed to proc_nice().
A better error message for proc_nice() failure.


# 0fd1009f 18-Feb-2003 Ilia Alshanetsky

Added nice() function, which allows changing of priority for the current
process.


Revision tags: php-4.3.1, PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# 71e9f8cd 18-Jan-2003 Ilia Alshanetsky

Removed pointless memory allocation checks.


# 1a314027 15-Jan-2003 Wez Furlong

- Move proc_open code to a source file of it's own.
- Tidy up that netware mess by performing a configure check which will
define the symbol PHP_CAN_SUPPORT_PROC_OPEN if PHP can support pro

- Move proc_open code to a source file of it's own.
- Tidy up that netware mess by performing a configure check which will
define the symbol PHP_CAN_SUPPORT_PROC_OPEN if PHP can support proc_open.
- Protected the proc_open specific code with #ifdef PHP_CAN_SUPPORT_PROC_OPEN
so that user-space scripts can use function_exists and react accordingly.

** Heads Up Win32: You need to add ext/standard/proc_open.c to the DSP and
** #define PHP_CAN_SUPPORT_PROC_OPEN in the w32 config header.

show more ...


# 2e52c112 03-Jan-2003 Anantha Kesari H Y

Modified for NetWare.


# 830298be 03-Jan-2003 Anantha Kesari H Y

Modified for NetWare.


# b506f5c8 31-Dec-2002 Sebastian Bergmann

Bump year.


Revision tags: php-4.3.0, php-4.3.0RC4
# 602734c7 19-Dec-2002 Wez Furlong

Correct mistake introduced by my last commit on these files;
*_from_pipe() is for process-pipes created by fopen, not generic pipes
created from proc_open().
Correctly implemented the fif

Correct mistake introduced by my last commit on these files;
*_from_pipe() is for process-pipes created by fopen, not generic pipes
created from proc_open().
Correctly implemented the fifo/pipe check for *_from_file() and it seems
to be working correctly now.

show more ...


Revision tags: RELEASE_1_0b3
# c5d4e4b3 12-Dec-2002 Wez Furlong

MFB: popen/pclose and proc_open/proc_close fixes.


Revision tags: php-4.3.0RC3
# 49a99a98 05-Dec-2002 Marcus Boerger

-php_error -> php_error_docref
-removed some cases where emalloc result was tested


Revision tags: php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1
# a8d4bb9d 04-Nov-2002 Ilia Alshanetsky

Silence compiler warning.


Revision tags: php-4.3.0pre2
# cf4d435a 24-Oct-2002 Jan Lehnardt

- fix segfault in proc_open
#no bugreports found


Revision tags: RELEASE_1_0b1, php-4.3.0pre1, MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003
# 0141e970 25-Sep-2002 Wez Furlong

Make these all work with persistent streams too.


# a694fa9c 19-Sep-2002 Ilia Alshanetsky

Fixed bug #19313
Fixed argument count check for system/exec/passthru functions
Added a check to system/exec/passthru functions to make sure execution
parameter is not blank before attempt

Fixed bug #19313
Fixed argument count check for system/exec/passthru functions
Added a check to system/exec/passthru functions to make sure execution
parameter is not blank before attempting to execute it.

show more ...


Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2
# 149ad05b 24-Aug-2002 Marcus Boerger

php_error_docref
#New conversion available at: http://docref.txt.marcus-boerger.de


Revision tags: php-4.2.3RC1, dev
# 3a8d66a0 02-Aug-2002 James E. Flemer

Fix typo in #if. Bug #17538.


1234567891011