History log of /PHP-5.6/ext/standard/proc_open.c (Results 26 – 50 of 107)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 5dc31958 09-Aug-2011 Xinchen Hui

Avoiding strcpy, strcat, sprintf usage to make static analyzer happy


# 0630945a 09-Aug-2011 Xinchen Hui

Avoiding strcpy, strcat, sprintf usage to make static analyzer happy


Revision tags: php-5.4.0alpha3, php-5.3.7RC4, php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2, php-5.4.0alpha1, php-5.3.7RC1
# a5eeecb1 16-May-2011 Rasmus Lerdorf

Suppress a dozen unused return value warnings in places where the return
value is really not useful to us.


# 575ea1ef 16-May-2011 Rasmus Lerdorf

Suppress a dozen unused return value warnings in places where the return
value is really not useful to us.


Revision tags: php-5.3.6, php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1, php-5.2.17, php-5.3.5
# 927bf09c 01-Jan-2011 Felipe Pena

- Year++


# 0203cc3d 01-Jan-2011 Felipe Pena

- Year++


Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1
# c57bf4a4 08-Sep-2010 Pierre Joye

- WS


# 266ff49a 08-Sep-2010 Pierre Joye

- Fix #50524, proc_open should respect cwd as it does on other platforms


# 367bd11d 08-Sep-2010 Pierre Joye

- Fix #50524, proc_open should respect cwd as it does on other platforms


# 6c08709b 06-Sep-2010 Pierre Joye

- kill warning


# 75df1719 06-Sep-2010 Pierre Joye

- kill warning


# 1cd82c9d 30-Aug-2010 Pierre Joye

- WS


# 71966d1e 30-Aug-2010 Pierre Joye

- WS


Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1
# dd8e59da 26-Apr-2010 Kalle Sommer Nielsen

Removed safe_mode
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_

Removed safe_mode
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore

show more ...


Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1
# 9ba1e816 03-Jan-2010 Sebastian Bergmann

sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php


Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1
# 6bebbf10 03-Aug-2009 Felipe Pena

- Fixed bug #49095 (proc_get_status['exitcode'] fails on win32)


# 899cb302 26-Jul-2009 Ilia Alshanetsky

Fixed bug #49026 (proc_open() can bypass safe_mode_protected_env_vars
restrictions).


# 38325785 20-Jul-2009 Gwynne Raskind

revert Nuno's commit of my patch


# 5c1d0c3e 20-Jul-2009 Kalle Sommer Nielsen

Fix Windows build


# 4526eee6 19-Jul-2009 Nuno Lopes

Add support for proc_open()'s bypass_shell feature for Unix systems (slightly modified patch from Gwynne)


Revision tags: php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3
# 49666eec 09-Jun-2009 Pierre Joye

#41874, separate STDOUT and STDERR in exec functions


Revision tags: php-5.2.10RC1, php-5.3.0RC2, php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1
# 08659c2d 31-Dec-2008 Sebastian Bergmann

MFH: Bump copyright year, 3 of 3.


Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5, php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3, php-5.2.7RC2
# d69dfa4b 21-Oct-2008 Arnaud Le Blanc

MFH: initialize optional vars


Revision tags: php-5.2.7RC1
# 7d26893d 21-Aug-2008 Dmitry Stogov

Adder error code into error message


Revision tags: php-4.4.9, php-5.3.0alpha1
# 28a22396 23-Jul-2008 Antony Dovgal

MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE


12345