[PHP-DOC] cvs: phpdoc /en/reference/exec/functions exec.xml

2007-03-24 Thread Etienne Kneuss
colder  Sat Mar 24 15:45:43 2007 UTC

  Modified files:  
/phpdoc/en/reference/exec/functions exec.xml 
  Log:
  system() occured twice in the see also section
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/exec/functions/exec.xml?r1=1.18&r2=1.19&diff_format=u
Index: phpdoc/en/reference/exec/functions/exec.xml
diff -u phpdoc/en/reference/exec/functions/exec.xml:1.18 
phpdoc/en/reference/exec/functions/exec.xml:1.19
--- phpdoc/en/reference/exec/functions/exec.xml:1.18Thu Aug  4 08:54:08 2005
+++ phpdoc/en/reference/exec/functions/exec.xml Sat Mar 24 15:45:43 2007
@@ -1,5 +1,5 @@
 
-
+
 
 
  
@@ -110,7 +110,6 @@
 passthru
 escapeshellcmd
 pcntl_exec
-system
 backtick 
operator

   


[PHP-DOC] cvs: phpdoc /en/reference/exec/functions exec.xml

2005-08-04 Thread Jakub Vrana
vrana   Thu Aug  4 04:54:12 2005 EDT

  Modified files:  
/phpdoc/en/reference/exec/functions exec.xml 
  Log:
  Not only \n is trimmed (bug #33790)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/exec/functions/exec.xml?r1=1.17&r2=1.18&ty=u
Index: phpdoc/en/reference/exec/functions/exec.xml
diff -u phpdoc/en/reference/exec/functions/exec.xml:1.17 
phpdoc/en/reference/exec/functions/exec.xml:1.18
--- phpdoc/en/reference/exec/functions/exec.xml:1.17Fri Apr  8 19:18:40 2005
+++ phpdoc/en/reference/exec/functions/exec.xml Thu Aug  4 04:54:08 2005
@@ -1,5 +1,5 @@
 
-
+
 
 
  
@@ -39,7 +39,7 @@
   
If the output argument is present, then the
specified array will be filled with every line of output from the
-   command.  Line endings, such as \n, are not
+   command.  Trailing whitespace, such as \n, is not
included in this array.  Note that if the array already contains some
elements, exec will append to the end of the array.
If you do not want the function to append elements, call


[PHP-DOC] cvs: phpdoc /en/reference/exec/functions exec.xml system.xml

2004-04-22 Thread Kenneth Schwartz
irchtml Thu Apr 22 20:26:43 2004 EDT

  Modified files:  
/phpdoc/en/reference/exec/functions system.xml exec.xml 
  Log:
  add see also's for pcntl_exec
  
http://cvs.php.net/diff.php/phpdoc/en/reference/exec/functions/system.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/exec/functions/system.xml
diff -u phpdoc/en/reference/exec/functions/system.xml:1.8 
phpdoc/en/reference/exec/functions/system.xml:1.9
--- phpdoc/en/reference/exec/functions/system.xml:1.8   Tue Feb 17 21:51:09 2004
+++ phpdoc/en/reference/exec/functions/system.xml   Thu Apr 22 20:26:42 2004
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -65,7 +65,8 @@
 
  See also exec,
  passthru, popen,
- escapeshellcmd, and the escapeshellcmd,
+ pcntl_exec, and the backtick operator.
 

http://cvs.php.net/diff.php/phpdoc/en/reference/exec/functions/exec.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/exec/functions/exec.xml
diff -u phpdoc/en/reference/exec/functions/exec.xml:1.11 
phpdoc/en/reference/exec/functions/exec.xml:1.12
--- phpdoc/en/reference/exec/functions/exec.xml:1.11Mon Feb 23 21:22:26 2004
+++ phpdoc/en/reference/exec/functions/exec.xml Thu Apr 22 20:26:42 2004
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -60,7 +60,8 @@
 
  See also system,
  passthru, popen,
- escapeshellcmd, and the escapeshellcmd
+ pcntl_exec, and the backtick operator.
 



[PHP-DOC] cvs: phpdoc /en/reference/exec/functions exec.xml

2004-02-23 Thread Sean Coates
seanMon Feb 23 21:22:26 2004 EDT

  Modified files:  
/phpdoc/en/reference/exec/functions exec.xml 
  Log:
  Added a simple example (could use more, but at least it has one now)
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/exec/functions/exec.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/exec/functions/exec.xml
diff -u phpdoc/en/reference/exec/functions/exec.xml:1.10 
phpdoc/en/reference/exec/functions/exec.xml:1.11
--- phpdoc/en/reference/exec/functions/exec.xml:1.10Tue Feb 17 21:51:09 2004
+++ phpdoc/en/reference/exec/functions/exec.xml Mon Feb 23 21:22:26 2004
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -39,6 +39,20 @@
  return status of the executed command will be written to this
  variable.
 
+
+ 
+  An exec example
+  
+
+  
+ 
+
 &warn.escapeshell;
 ¬e.exec-bg;
 ¬e.exec-path;


[PHP-DOC] cvs: phpdoc /en/reference/exec/functions exec.xml system.xml

2004-02-17 Thread Mehdi Achour
didou   Tue Feb 17 13:55:56 2004 EDT

  Modified files:  
/phpdoc/en/reference/exec/functions exec.xml system.xml 
  Log:
  used the new entity
  # related to #27076 but we still need to invistigate with the other functions
  
http://cvs.php.net/diff.php/phpdoc/en/reference/exec/functions/exec.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/exec/functions/exec.xml
diff -u phpdoc/en/reference/exec/functions/exec.xml:1.8 
phpdoc/en/reference/exec/functions/exec.xml:1.9
--- phpdoc/en/reference/exec/functions/exec.xml:1.8 Wed Jan 28 15:09:15 2004
+++ phpdoc/en/reference/exec/functions/exec.xml Tue Feb 17 13:55:55 2004
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -65,14 +65,7 @@
   .. components in the path to the executable.
  
 
-
- 
-  With safe mode enabled,
-  all words following the initial command string are treated as a
-  single argument. Thus, echo y | echo x becomes
-  echo 'y | echo x'.
- 
-
+&warn.sm.exec;
 
  See also system,
  passthru, popen,
http://cvs.php.net/diff.php/phpdoc/en/reference/exec/functions/system.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/exec/functions/system.xml
diff -u phpdoc/en/reference/exec/functions/system.xml:1.6 
phpdoc/en/reference/exec/functions/system.xml:1.7
--- phpdoc/en/reference/exec/functions/system.xml:1.6   Wed Dec 31 05:39:42 2003
+++ phpdoc/en/reference/exec/functions/system.xml   Tue Feb 17 13:55:55 2004
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -84,6 +84,7 @@
   .. components in the path to the executable.
  
 
+&warn.sm.exec;
 
  See also exec,
  passthru, popen,


[PHP-DOC] cvs: phpdoc /en/reference/exec/functions exec.xml

2004-01-28 Thread Ken Tossell
kennyt  Wed Jan 28 15:09:16 2004 EDT

  Modified files:  
/phpdoc/en/reference/exec/functions exec.xml 
  Log:
  Fix #27076: Add warning about safe_mode and argument quoting.
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/exec/functions/exec.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/exec/functions/exec.xml
diff -u phpdoc/en/reference/exec/functions/exec.xml:1.7 
phpdoc/en/reference/exec/functions/exec.xml:1.8
--- phpdoc/en/reference/exec/functions/exec.xml:1.7 Wed Dec 31 05:39:42 2003
+++ phpdoc/en/reference/exec/functions/exec.xml Wed Jan 28 15:09:15 2004
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -65,6 +65,14 @@
   .. components in the path to the executable.
  
 
+
+ 
+  With safe mode enabled,
+  all words following the initial command string are treated as a
+  single argument. Thus, echo y | echo x becomes
+  echo 'y | echo x'.
+ 
+
 
  See also system,
  passthru, popen,


[PHP-DOC] cvs: phpdoc /en/reference/exec/functions exec.xml passthru.xml system.xml /en/reference/filesystem/functions chgrp.xml chmod.xml popen.xml

2003-12-31 Thread Nuno Lopes
nlopess Wed Dec 31 05:39:43 2003 EDT

  Modified files:  
/phpdoc/en/reference/exec/functions exec.xml passthru.xml 
system.xml 
/phpdoc/en/reference/filesystem/functions   chgrp.xml chmod.xml 
popen.xml 
  Log:
  safe mode note
  
Index: phpdoc/en/reference/exec/functions/exec.xml
diff -u phpdoc/en/reference/exec/functions/exec.xml:1.6 
phpdoc/en/reference/exec/functions/exec.xml:1.7
--- phpdoc/en/reference/exec/functions/exec.xml:1.6 Thu Nov 27 07:26:15 2003
+++ phpdoc/en/reference/exec/functions/exec.xml Wed Dec 31 05:39:42 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -56,6 +56,15 @@
   hang until the execution of the program ends.
  
 
+
+ 
+  When safe mode is enabled, you
+  can only execute executables within the safe_mode_exec_dir. For
+  practical reasons it's currently not allowed to have
+  .. components in the path to the executable.
+ 
+
 
  See also system,
  passthru, popen,
Index: phpdoc/en/reference/exec/functions/passthru.xml
diff -u phpdoc/en/reference/exec/functions/passthru.xml:1.2 
phpdoc/en/reference/exec/functions/passthru.xml:1.3
--- phpdoc/en/reference/exec/functions/passthru.xml:1.2 Wed Apr 17 02:37:47 2002
+++ phpdoc/en/reference/exec/functions/passthru.xml Wed Dec 31 05:39:42 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -47,6 +47,15 @@
   hang until the execution of the program ends.
  
 
+
+ 
+  When safe mode is enabled, you
+  can only execute executables within the safe_mode_exec_dir. For
+  practical reasons it's currently not allowed to have
+  .. components in the path to the executable.
+ 
+
 
  See also exec, system,
  popen, escapeshellcmd,
Index: phpdoc/en/reference/exec/functions/system.xml
diff -u phpdoc/en/reference/exec/functions/system.xml:1.5 
phpdoc/en/reference/exec/functions/system.xml:1.6
--- phpdoc/en/reference/exec/functions/system.xml:1.5   Mon Dec 15 11:49:42 2003
+++ phpdoc/en/reference/exec/functions/system.xml   Wed Dec 31 05:39:42 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -75,6 +75,15 @@
   
  
 
+
+ 
+  When safe mode is enabled, you
+  can only execute executables within the safe_mode_exec_dir. For
+  practical reasons it's currently not allowed to have
+  .. components in the path to the executable.
+ 
+
 
  See also exec,
  passthru, popen,
Index: phpdoc/en/reference/filesystem/functions/chgrp.xml
diff -u phpdoc/en/reference/filesystem/functions/chgrp.xml:1.5 
phpdoc/en/reference/filesystem/functions/chgrp.xml:1.6
--- phpdoc/en/reference/filesystem/functions/chgrp.xml:1.5  Sun Dec 28 09:12:29 
2003
+++ phpdoc/en/reference/filesystem/functions/chgrp.xml  Wed Dec 31 05:39:43 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -22,6 +22,7 @@
 
  &return.success;
 
+¬e.no-remote;
 ¬e.sm.uidcheck;
 
  See also chown and
Index: phpdoc/en/reference/filesystem/functions/chmod.xml
diff -u phpdoc/en/reference/filesystem/functions/chmod.xml:1.10 
phpdoc/en/reference/filesystem/functions/chmod.xml:1.11
--- phpdoc/en/reference/filesystem/functions/chmod.xml:1.10 Sat Dec 20 23:21:46 
2003
+++ phpdoc/en/reference/filesystem/functions/chmod.xml  Wed Dec 31 05:39:43 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -79,9 +79,15 @@
   access.
  
 
-
 ¬e.no-remote;
-
+
+ 
+  When safe mode is enabled, PHP
+  checks whether the files or directories you are about to operate on have
+  the same UID (owner) as the script that is being executed. In addition,
+  you cannot set the SUID, SGID and sticky bits
+ 
+
 
  See also chown and
  chgrp.
Index: phpdoc/en/reference/filesystem/functions/popen.xml
diff -u phpdoc/en/reference/filesystem/functions/popen.xml:1.10 
phpdoc/en/reference/filesystem/functions/popen.xml:1.11
--- phpdoc/en/reference/filesystem/functions/popen.xml:1.10 Mon Dec 15 11:49:45 
2003
+++ phpdoc/en/reference/filesystem/functions/popen.xml  Wed Dec 31 05:39:43 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -67,6 +67,15 @@
   
  
 
+
+ 
+  When safe mode is enabled, you
+  can only execute executables within the safe_mode_exec_dir. For
+  practical reasons it's currently not allowed to have
+  .. components in the path to the executable.
+ 
+
 
  See also pclose, fopen,
  and proc_open.


[PHP-DOC] cvs: phpdoc /en/reference/exec/functions exec.xml

2003-11-27 Thread Mehdi Achour
didou   Thu Nov 27 07:26:16 2003 EDT

  Modified files:  
/phpdoc/en/reference/exec/functions exec.xml 
  Log:
  Write about output parameter, not about array (Jakub Vrana)
  
Index: phpdoc/en/reference/exec/functions/exec.xml
diff -u phpdoc/en/reference/exec/functions/exec.xml:1.5 
phpdoc/en/reference/exec/functions/exec.xml:1.6
--- phpdoc/en/reference/exec/functions/exec.xml:1.5 Wed Feb 26 01:12:25 2003
+++ phpdoc/en/reference/exec/functions/exec.xml Thu Nov 27 07:26:15 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -35,7 +35,7 @@
 
 
  If the return_var argument is present
- along with the array argument, then the
+ along with the output argument, then the
  return status of the executed command will be written to this
  variable.
 


[PHP-DOC] cvs: phpdoc /en/reference/exec/functions exec.xml

2003-02-25 Thread Victor Boivie
victor  Wed Feb 26 01:12:26 2003 EDT

  Modified files:  
/phpdoc/en/reference/exec/functions exec.xml 
  Log:
  fixed a typo
  
Index: phpdoc/en/reference/exec/functions/exec.xml
diff -u phpdoc/en/reference/exec/functions/exec.xml:1.4 
phpdoc/en/reference/exec/functions/exec.xml:1.5
--- phpdoc/en/reference/exec/functions/exec.xml:1.4 Sun Jan 19 01:46:44 2003
+++ phpdoc/en/reference/exec/functions/exec.xml Wed Feb 26 01:12:25 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -24,7 +24,7 @@
  use the passthru function.
 
 
- If the array argument is present, then the
+ If the output argument is present, then the
  specified array will be filled with every line of output from the
  command.  Line endings, such as \n, are not
  included in this array.  Note that if the array already contains some 



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DOC] cvs: phpdoc /en/reference/exec/functions exec.xml

2003-01-18 Thread Philip Olson
philip  Sun Jan 19 01:46:44 2003 EDT

  Modified files:  
/phpdoc/en/reference/exec/functions exec.xml 
  Log:
  Line endings are not preserved.  Closes bug #20905
  
  
Index: phpdoc/en/reference/exec/functions/exec.xml
diff -u phpdoc/en/reference/exec/functions/exec.xml:1.3 
phpdoc/en/reference/exec/functions/exec.xml:1.4
--- phpdoc/en/reference/exec/functions/exec.xml:1.3 Sat May 25 08:59:29 2002
+++ phpdoc/en/reference/exec/functions/exec.xml Sun Jan 19 01:46:44 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -26,8 +26,9 @@
 
  If the array argument is present, then the
  specified array will be filled with every line of output from the
- command.  Note that if the array already contains some elements,
- exec will append to the end of the array.
+ command.  Line endings, such as \n, are not
+ included in this array.  Note that if the array already contains some 
+ elements, exec will append to the end of the array.
  If you do not want the function to append elements, call
  unset on the array before passing it to
  exec.



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/exec/functions exec.xml

2002-05-25 Thread Jan Lehnardt

jan Sat May 25 08:59:29 2002 EDT

  Modified files:  
/phpdoc/en/reference/exec/functions exec.xml 
  Log:
   - fix typo
  
  
Index: phpdoc/en/reference/exec/functions/exec.xml
diff -u phpdoc/en/reference/exec/functions/exec.xml:1.2 
phpdoc/en/reference/exec/functions/exec.xml:1.3
--- phpdoc/en/reference/exec/functions/exec.xml:1.2 Wed Apr 17 02:37:47 2002
+++ phpdoc/en/reference/exec/functions/exec.xml Sat May 25 08:59:29 2002
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -11,7 +11,7 @@
  
   stringexec
   stringcommand
-  stringarray
+  arrayoutput

   intreturn_var