Kalle Sommer Nielsen
dd8e59da8f
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
2010-04-26 23:53:30 +00:00
Sebastian Bergmann
9ba1e81665
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
2010-01-03 09:23:27 +00:00
Felipe Pena
6bebbf1086
- Fixed bug #49095 (proc_get_status['exitcode'] fails on win32)
2009-08-03 19:05:56 +00:00
Ilia Alshanetsky
899cb30275
Fixed bug #49026 (proc_open() can bypass safe_mode_protected_env_vars
...
restrictions).
2009-07-26 15:14:18 +00:00
Gwynne Raskind
3832578522
revert Nuno's commit of my patch
2009-07-20 11:48:04 +00:00
Kalle Sommer Nielsen
5c1d0c3eab
Fix Windows build
2009-07-20 04:31:07 +00:00
Nuno Lopes
4526eee6db
Add support for proc_open()'s bypass_shell feature for Unix systems (slightly modified patch from Gwynne)
2009-07-19 14:52:27 +00:00
Pierre Joye
49666eece6
#41874 , separate STDOUT and STDERR in exec functions
2009-06-09 00:25:37 +00:00
Sebastian Bergmann
08659c2dcd
MFH: Bump copyright year, 3 of 3.
2008-12-31 11:15:49 +00:00
Arnaud Le Blanc
d69dfa4b9f
MFH: initialize optional vars
2008-10-21 22:08:38 +00:00
Dmitry Stogov
7d26893d6d
Adder error code into error message
2008-08-21 11:27:57 +00:00
Antony Dovgal
28a22396d4
MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSE
2008-07-23 11:25:14 +00:00
Felipe Pena
fdfbfb96a1
- MFH: Fixed bug #44246 (closedir() accepts a file resource opened by fopen())
2008-07-22 14:09:24 +00:00
Jani Taskinen
04ea6d79d5
MFH:- Fixed bug #44667 (proc_open does not handle pipes with the mode "wb" correctly)
2008-04-08 08:42:24 +00:00
Sebastian Bergmann
d1dded8751
MFH: Bump copyright year, 2 of 2.
2007-12-31 07:17:19 +00:00
Nuno Lopes
b24d4ddac9
fix bug #39651 : proc_open() append mode doesnt work on windows
2007-09-12 11:42:43 +00:00
Jani Taskinen
b27d339ddb
MFH:- Fixed bug #41904 (proc_open with empty env array)
2007-08-17 10:42:30 +00:00
Dmitry Stogov
e1814f0dbe
WIN64 support
2007-04-16 08:09:56 +00:00
Stanislav Malyshev
8f0d69159e
fix for #33664 Console window appears when using exec()
2007-04-02 20:44:30 +00:00
Ilia Alshanetsky
0763686034
strdup() can fail
2007-02-24 03:24:40 +00:00
Marcus Boerger
50ea26760d
- Avoid sprintf, even when checked copy'n'paste or changes lead to errors
2007-02-24 02:17:47 +00:00
Nuno Lopes
d446564786
Fixed bug #39322 (proc_terminate() destroys process resource)
2007-02-14 19:13:31 +00:00
Nuno Lopes
9cc85b6030
Fixed bug #34794 (proc_close() hangs when used with two processes)
2007-02-13 19:53:42 +00:00
Antony Dovgal
dc9e17faf3
fix #40455 (proc_open() uses wrong commandline when safe_mode_exec_dir is set)
2007-02-13 15:55:45 +00:00
Dmitry Stogov
5709b64739
Close open files in case of failure (Amit)
2007-01-09 16:27:17 +00:00
Dmitry Stogov
f694c1f1db
Improved proc_open(). Now on Windows it can run external commands not through CMD.EXE
2007-01-06 09:02:02 +00:00
Nuno Lopes
8a806d186e
+- Fixed bug #37619 (proc_open() closes stdin on fork() failure).
2007-01-02 15:29:09 +00:00
Sebastian Bergmann
4223aa4d5e
MFH: Bump year.
2007-01-01 09:36:18 +00:00
Nuno Lopes
169b207532
- Fixed bug #36427 (proc_open() / proc_close() leak handles on windows).
2006-12-31 15:27:13 +00:00
Nuno Lopes
877ee65622
Fixed bug #38542 (proc_get_status() returns wrong PID on windows)
2006-12-31 14:47:17 +00:00
Ilia Alshanetsky
b154f188d1
Simplify code and eliminate strcat() usage
2006-12-28 15:09:29 +00:00
Antony Dovgal
112f263591
MFH: suppress_errors is used only on Win32, no need to look for it on other systems
2006-06-01 14:03:49 +00:00
foobar
5bd93221a8
bump year and license version
2006-01-01 12:51:34 +00:00
foobar
23e671a51e
- Bumber up year
2005-08-03 14:08:58 +00:00
Anantha Kesari H Y
98a2eeacc7
As fork implementation of NetWare LibC still in experimental stages making the procve based solution ahead of HAVE_FORK. Later When fork becomes stable will revert this fix.
...
--Kamesh from hyanantha's account
2005-07-01 06:49:29 +00:00
foobar
6f3b02cba4
typo
2005-06-20 11:10:11 +00:00
Ilia Alshanetsky
5355bdc788
Fixed bug #32533 (proc_get_status() returns the incorrect process status).
2005-04-07 23:07:45 +00:00
Ilia Alshanetsky
0c9610fc9d
Fixed bug #32210 (proc_get_status() sets "running" always to true).
2005-03-07 16:17:12 +00:00
Anantha Kesari H Y
459313c26d
In NetWare LibC WTERMSIG is avaliable as WIFTERMSIG
2005-02-21 09:50:48 +00:00
Wez Furlong
be4778b87e
Fix leaking handle.
...
Thanks to ilya77 at gmail dot com
2004-11-10 19:47:15 +00:00
Anantha Kesari H Y
ec42c1432c
implemented proc_open for NETWARE
2004-09-29 06:04:36 +00:00
Ard Biesheuvel
5232a5afea
64-bit bugsquash party
2004-06-16 23:57:25 +00:00
Wez Furlong
bd818c0118
Turn this off then
2004-05-29 09:27:18 +00:00
Wez Furlong
7171429f21
Don't rely on TIOCNOTTY.
2004-05-29 00:30:11 +00:00
Wez Furlong
54bbe548fe
Hopefully resolve proc_open build issues.
...
If we need anything more elaborate than this, then we can move to a configure
time check as Sascha suggests.
2004-05-28 13:25:51 +00:00
Wez Furlong
429bce6519
Apparently it is better to specify 500 here for unix98 bits and pieces.
2004-05-26 14:55:32 +00:00
Stanislav Malyshev
255d87b1b8
Add __EXTENSIONS__ define - otherwise it won't compile on Solaris
2004-05-09 11:08:04 +00:00
Wez Furlong
4d5ce8cd08
Fix Bug #28251
2004-05-02 11:13:08 +00:00
Wez Furlong
398b4a2fbb
Add pty support to proc_open() for systems with Unix98 ptys.
...
# With permission from Andi
2004-04-19 15:07:30 +00:00
Andi Gutmans
dbeb4158d2
- A belated happy holidays and PHP 5
2004-01-08 08:18:22 +00:00