History log of /PHP-5.5/ext/standard/exec.c (Results 76 – 100 of 170)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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.


# b15651c9 01-Aug-2002 Rasmus Lerdorf

Ugh


Revision tags: php-4.2.2
# 728f2de4 08-Jul-2002 Derick Rethans

Unify error messages


Revision tags: INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2, php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10
# 4fd00c95 23-May-2002 Wez Furlong

Fix (stupid) segfault. #17379


# 708f9803 23-May-2002 Derick Rethans

- Fix unchecked return values with parameters to proc_open. (Fixes
bug #17375)


Revision tags: RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1, php-4.2.1RC2
# b67bafef 05-May-2002 Stanislav Malyshev

Return right exit status


Revision tags: php-4.2.1RC1
# 8ffd089e 25-Apr-2002 Derick Rethans

- Fix for bug #16811


Revision tags: php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2
# fea3b0a7 03-Apr-2002 Wez Furlong

fix TS build


# 27d1f7db 03-Apr-2002 Wez Furlong

Tidy up win32 implementation of proc_open.
Respect safe_mode_exec_dir.
Implement proc_close and return process return code under win32.


1234567