Re: [PHP-DOC] the online documentation editor

2010-03-14 Thread Martin Samesch
On Sat, Mar 13, 2010 at 06:13:14PM -0800, Rasmus Lerdorf wrote:
 On 03/13/2010 05:47 PM, Daniel Convissor wrote:
  On Sat, Mar 13, 2010 at 04:28:21PM +0100, Hannes Magnusson wrote:
 
  Just install the root cert from http://www.cacert.org
  
  Someone I trust regarding security issues said the following recently 
  about doing such:
  [...]
 
 I don't see how that is all that relevant here.  Our certs are fine and
 can be trusted and provides the encryption we need.  If you don't want
 to trust other cacert-based ones don't install the root and just tell
 your browser to accept the php.net ones permanently.

OK, to me this seems to be a good solution.

Regards,
Martin


Re: [PHP-DOC] the online documentation editor

2010-03-13 Thread Martin Samesch
Hi Philip,

On Fri, Mar 12, 2010 at 12:22:49PM -0800, Philip Olson wrote:
 Just a small note. SSL has been setup, so the new link:
 
   - https://edit.php.net/

I get the following warning:

A potentially compromised SSL certificate has been detected
A subordinate CA certificate has been signed using the MD5 algorithm.

Cheers,
Martin


Re: [PHP-DOC] the online documentation editor

2010-03-13 Thread Martin Samesch
On Sat, Mar 13, 2010 at 06:46:14AM -0800, Philip Olson wrote:
 
 On Mar 13, 2010, at 1:55 AM, Martin Samesch wrote:
 
  I get the following warning:
  
  A potentially compromised SSL certificate has been detected
  A subordinate CA certificate has been signed using the MD5 algorithm.
 
 The PHP project uses self signed certificates, so this causes such errors.

Me too (or was it CAcert?), but I never got an MD5 warning. There's
only the usual Firefox warning 'This Connection is untrusted'.

See https://as-508.de/ (great website ;-)

OK, probably there's nothing to worry about.

Regards,
Martin


Re: [PHP-DOC] the online documentation editor

2010-03-13 Thread Martin Samesch
Hi Rasmus,

On Sat, Mar 13, 2010 at 10:30:12AM -0800, Rasmus Lerdorf wrote:
 
 It is not self-signed it is a cacert.org certificate and it is fine.
 Install the cacert root certificate to eliminate those warnings.
 Someone should probably add the instructions for how to do that to the wiki.

Thanks for this hint.

As I'm using a CAcert certificate too, I already installed their root
certificate some time ago.

BTW, the warning isn't issued by Firefox but by the add-on 'SSL
Blacklist'. I think this warning is rather about MD5 than about CAcert.

Regards,
Martin


[PHP-DOC] cvs: phpdoc /en/reference/misc/functions highlight-file.xml

2007-09-02 Thread Martin Samesch
samesch Sun Sep  2 14:29:50 2007 UTC

  Modified files:  
/phpdoc/en/reference/misc/functions highlight-file.xml 
  Log:
  typo
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/misc/functions/highlight-file.xml?r1=1.24r2=1.25diff_format=u
Index: phpdoc/en/reference/misc/functions/highlight-file.xml
diff -u phpdoc/en/reference/misc/functions/highlight-file.xml:1.24 
phpdoc/en/reference/misc/functions/highlight-file.xml:1.25
--- phpdoc/en/reference/misc/functions/highlight-file.xml:1.24  Wed Jun 20 
22:24:57 2007
+++ phpdoc/en/reference/misc/functions/highlight-file.xml   Sun Sep  2 
14:29:50 2007
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.24 $ --
+!-- $Revision: 1.25 $ --
 refentry xml:id=function.highlight-file 
xmlns=http://docbook.org/ns/docbook;
  refnamediv
   refnamehighlight_file/refname
@@ -14,7 +14,7 @@
methodparam 
choice=opttypebool/typeparameterreturn/parameter/methodparam
   /methodsynopsis
   para
-   Prints out or return a syntax highlighted version of the code contained
+   Prints out or returns a syntax highlighted version of the code contained
in parameterfilename/parameter using the colors defined in the
built-in syntax highlighter for PHP.
   /para


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

2007-08-13 Thread Martin Samesch
samesch Mon Aug 13 21:41:12 2007 UTC

  Modified files:  
/phpdoc/en/reference/misc/functions exit.xml 
  Log:
  tautologic..
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/misc/functions/exit.xml?r1=1.15r2=1.16diff_format=u
Index: phpdoc/en/reference/misc/functions/exit.xml
diff -u phpdoc/en/reference/misc/functions/exit.xml:1.15 
phpdoc/en/reference/misc/functions/exit.xml:1.16
--- phpdoc/en/reference/misc/functions/exit.xml:1.15Wed Jun 20 22:24:57 2007
+++ phpdoc/en/reference/misc/functions/exit.xml Mon Aug 13 21:41:12 2007
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.15 $ --
+!-- $Revision: 1.16 $ --
 refentry xml:id=function.exit xmlns=http://docbook.org/ns/docbook;
  refnamediv
   refnameexit/refname
@@ -30,7 +30,7 @@
  listitem
   para
If parameterstatus/parameter is a string, this function prints the
-   parameterstatus/parameter, if set as a string just before exiting.
+   parameterstatus/parameter just before exiting.
   /para
   para
If parameterstatus/parameter is an typeinteger/type, that


[PHP-DOC] cvs: phpdoc /en/reference/misc/functions connection-aborted.xml connection-timeout.xml

2007-08-12 Thread Martin Samesch
samesch Sun Aug 12 13:03:38 2007 UTC

  Modified files:  
/phpdoc/en/reference/misc/functions connection-aborted.xml 
connection-timeout.xml 
  Log:
  whether _or_ if
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/misc/functions/connection-aborted.xml?r1=1.7r2=1.8diff_format=u
Index: phpdoc/en/reference/misc/functions/connection-aborted.xml
diff -u phpdoc/en/reference/misc/functions/connection-aborted.xml:1.7 
phpdoc/en/reference/misc/functions/connection-aborted.xml:1.8
--- phpdoc/en/reference/misc/functions/connection-aborted.xml:1.7   Wed Jun 
20 22:24:57 2007
+++ phpdoc/en/reference/misc/functions/connection-aborted.xml   Sun Aug 12 
13:03:38 2007
@@ -1,9 +1,9 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.7 $ --
+!-- $Revision: 1.8 $ --
 refentry xml:id=function.connection-aborted 
xmlns=http://docbook.org/ns/docbook;
  refnamediv
   refnameconnection_aborted/refname
-  refpurposeCheck whether if client disconnected/refpurpose
+  refpurposeCheck whether client disconnected/refpurpose
  /refnamediv
  
  refsect1 role=description
@@ -13,7 +13,7 @@
void/
   /methodsynopsis
   para
-   Checks whether if the client disconnected.
+   Checks whether the client disconnected.
   /para
  /refsect1
 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/misc/functions/connection-timeout.xml?r1=1.6r2=1.7diff_format=u
Index: phpdoc/en/reference/misc/functions/connection-timeout.xml
diff -u phpdoc/en/reference/misc/functions/connection-timeout.xml:1.6 
phpdoc/en/reference/misc/functions/connection-timeout.xml:1.7
--- phpdoc/en/reference/misc/functions/connection-timeout.xml:1.6   Wed Jun 
20 22:24:57 2007
+++ phpdoc/en/reference/misc/functions/connection-timeout.xml   Sun Aug 12 
13:03:38 2007
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.6 $ --
+!-- $Revision: 1.7 $ --
 refentry xml:id=function.connection-timeout 
xmlns=http://docbook.org/ns/docbook;
  refnamediv
   refnameconnection_timeout/refname
@@ -13,7 +13,7 @@
void/
   /methodsynopsis
   para
-   Determines whether if the script timed out.
+   Determines whether the script timed out.
   /para
  /refsect1
 


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

2007-08-11 Thread Martin Samesch
samesch Sat Aug 11 18:15:45 2007 UTC

  Modified files:  
/phpdoc/en/reference/posix/functionsposix-getrlimit.xml 
  Log:
  typo
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/posix/functions/posix-getrlimit.xml?r1=1.12r2=1.13diff_format=u
Index: phpdoc/en/reference/posix/functions/posix-getrlimit.xml
diff -u phpdoc/en/reference/posix/functions/posix-getrlimit.xml:1.12 
phpdoc/en/reference/posix/functions/posix-getrlimit.xml:1.13
--- phpdoc/en/reference/posix/functions/posix-getrlimit.xml:1.12Thu Aug 
 9 16:25:56 2007
+++ phpdoc/en/reference/posix/functions/posix-getrlimit.xml Sat Aug 11 
18:15:45 2007
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.12 $ --
+!-- $Revision: 1.13 $ --
 refentry xml:id=function.posix-getrlimit 
xmlns=http://docbook.org/ns/docbook;
  refnamediv
   refnameposix_getrlimit/refname
@@ -21,7 +21,7 @@
 limit is the value that the kernel enforces for the corresponding
 resource.  The hard limit acts as a ceiling for the soft limit.
 An unprivileged process may only set its soft limit to a value
-from 0 to the hard limit, and irreversibly lowers its hard limit.
+from 0 to the hard limit, and irreversibly lower its hard limit.
   /para
  /refsect1
 


[PHP-DOC] cvs: phpdoc /en/reference/posix/functions posix-get-last-error.xml

2007-08-09 Thread Martin Samesch
samesch Thu Aug  9 09:01:06 2007 UTC

  Modified files:  
/phpdoc/en/reference/posix/functionsposix-get-last-error.xml 
  Log:
  typo (errno is displayed)
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/posix/functions/posix-get-last-error.xml?r1=1.8r2=1.9diff_format=u
Index: phpdoc/en/reference/posix/functions/posix-get-last-error.xml
diff -u phpdoc/en/reference/posix/functions/posix-get-last-error.xml:1.8 
phpdoc/en/reference/posix/functions/posix-get-last-error.xml:1.9
--- phpdoc/en/reference/posix/functions/posix-get-last-error.xml:1.8Wed Jun 
20 22:25:15 2007
+++ phpdoc/en/reference/posix/functions/posix-get-last-error.xmlThu Aug 
 9 09:01:06 2007
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.8 $ --
+!-- $Revision: 1.9 $ --
 refentry xml:id=function.posix-get-last-error 
xmlns=http://docbook.org/ns/docbook;
  refnamediv
   refnameposix_get_last_error/refname
@@ -34,7 +34,7 @@
 titlefunctionposix_get_last_error/function example/title
 para
  This example attempt to kill a bogus process id, which will set the
- last error.  We will then print out the last error.
+ last error.  We will then print out the last errno.
 /para
 programlisting role=php
 ![CDATA[


[PHP-DOC] cvs: phpdoc /en/reference/posix/functions posix-geteuid.xml posix-setuid.xml

2007-08-09 Thread Martin Samesch
samesch Thu Aug  9 11:50:14 2007 UTC

  Modified files:  
/phpdoc/en/reference/posix/functionsposix-geteuid.xml 
posix-setuid.xml 
  Log:
  fixed word wrap in example
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/posix/functions/posix-geteuid.xml?r1=1.8r2=1.9diff_format=u
Index: phpdoc/en/reference/posix/functions/posix-geteuid.xml
diff -u phpdoc/en/reference/posix/functions/posix-geteuid.xml:1.8 
phpdoc/en/reference/posix/functions/posix-geteuid.xml:1.9
--- phpdoc/en/reference/posix/functions/posix-geteuid.xml:1.8   Mon Aug  6 
12:30:06 2007
+++ phpdoc/en/reference/posix/functions/posix-geteuid.xml   Thu Aug  9 
11:50:14 2007
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.8 $ --
+!-- $Revision: 1.9 $ --
 refentry xml:id=function.posix-geteuid 
xmlns=http://docbook.org/ns/docbook;
  refnamediv
   refnameposix_geteuid/refname
@@ -38,11 +38,11 @@
 programlisting role=php
 ![CDATA[
 ?php
-echo posix_getuid().'\n'; //10001
-echo posix_geteuid().'\n'; //10001
+echo posix_getuid().\n; //10001
+echo posix_geteuid().\n; //10001
 posix_seteuid(1);
-echo posix_getuid().'\n'; //10001
-echo posix_geteuid().'\n'; //1
+echo posix_getuid().\n; //10001
+echo posix_geteuid().\n; //1
 ?
 ]]
 /programlisting
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/posix/functions/posix-setuid.xml?r1=1.9r2=1.10diff_format=u
Index: phpdoc/en/reference/posix/functions/posix-setuid.xml
diff -u phpdoc/en/reference/posix/functions/posix-setuid.xml:1.9 
phpdoc/en/reference/posix/functions/posix-setuid.xml:1.10
--- phpdoc/en/reference/posix/functions/posix-setuid.xml:1.9Wed Jun 20 
22:25:15 2007
+++ phpdoc/en/reference/posix/functions/posix-setuid.xmlThu Aug  9 
11:50:14 2007
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.9 $ --
+!-- $Revision: 1.10 $ --
 refentry xml:id=function.posix-setuid xmlns=http://docbook.org/ns/docbook;
  refnamediv
   refnameposix_setuid/refname
@@ -52,11 +52,11 @@
 programlisting role=php
 ![CDATA[
 ?php
-echo posix_getuid().'\n'; //10001
-echo posix_geteuid().'\n'; //10001
+echo posix_getuid().\n; //10001
+echo posix_geteuid().\n; //10001
 posix_setuid(1);
-echo posix_getuid().'\n'; //1
-echo posix_geteuid().'\n'; //1
+echo posix_getuid().\n; //1
+echo posix_geteuid().\n; //1
 ?
 ]]
 /programlisting


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

2007-08-09 Thread Martin Samesch
samesch Thu Aug  9 15:15:32 2007 UTC

  Modified files:  
/phpdoc/en/reference/posix/functionsposix-getgrnam.xml 
  Log:
  wrong function in example
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/posix/functions/posix-getgrnam.xml?r1=1.7r2=1.8diff_format=u
Index: phpdoc/en/reference/posix/functions/posix-getgrnam.xml
diff -u phpdoc/en/reference/posix/functions/posix-getgrnam.xml:1.7 
phpdoc/en/reference/posix/functions/posix-getgrnam.xml:1.8
--- phpdoc/en/reference/posix/functions/posix-getgrnam.xml:1.7  Wed Jun 20 
22:25:15 2007
+++ phpdoc/en/reference/posix/functions/posix-getgrnam.xml  Thu Aug  9 
15:15:32 2007
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.7 $ --
+!-- $Revision: 1.8 $ --
 refentry xml:id=function.posix-getgrnam 
xmlns=http://docbook.org/ns/docbook;
  refnamediv
   refnameposix_getgrnam/refname
@@ -64,7 +64,7 @@
/entry
   /row
   row
-   entryuid/entry
+   entrygid/entry
entry
 Group ID of the group in numeric form.
/entry
@@ -117,7 +117,7 @@
 ![CDATA[
 ?php
 
-$groupinfo = posix_getgrgid(toons);
+$groupinfo = posix_getgrnam(toons);
 
 print_r($groupinfo);
 ?


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

2007-08-09 Thread Martin Samesch
samesch Thu Aug  9 16:25:56 2007 UTC

  Modified files:  
/phpdoc/en/reference/posix/functionsposix-getrlimit.xml 
  Log:
  typo
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/posix/functions/posix-getrlimit.xml?r1=1.11r2=1.12diff_format=u
Index: phpdoc/en/reference/posix/functions/posix-getrlimit.xml
diff -u phpdoc/en/reference/posix/functions/posix-getrlimit.xml:1.11 
phpdoc/en/reference/posix/functions/posix-getrlimit.xml:1.12
--- phpdoc/en/reference/posix/functions/posix-getrlimit.xml:1.11Wed Jun 
20 22:25:15 2007
+++ phpdoc/en/reference/posix/functions/posix-getrlimit.xml Thu Aug  9 
16:25:56 2007
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.11 $ --
+!-- $Revision: 1.12 $ --
 refentry xml:id=function.posix-getrlimit 
xmlns=http://docbook.org/ns/docbook;
  refnamediv
   refnameposix_getrlimit/refname
@@ -13,7 +13,7 @@
void/
   /methodsynopsis
   para
-   functionposix_getrlimi/function returns an typearray/type
+   functionposix_getrlimit/function returns an typearray/type
of information about the current resource's soft and hard limits.
   /para
   para




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

2007-08-09 Thread Martin Samesch
samesch Thu Aug  9 17:09:46 2007 UTC

  Modified files:  
/phpdoc/en/reference/posix/functionsposix-setegid.xml 
  Log:
  missing word
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/posix/functions/posix-setegid.xml?r1=1.9r2=1.10diff_format=u
Index: phpdoc/en/reference/posix/functions/posix-setegid.xml
diff -u phpdoc/en/reference/posix/functions/posix-setegid.xml:1.9 
phpdoc/en/reference/posix/functions/posix-setegid.xml:1.10
--- phpdoc/en/reference/posix/functions/posix-setegid.xml:1.9   Wed Jun 20 
22:25:15 2007
+++ phpdoc/en/reference/posix/functions/posix-setegid.xml   Thu Aug  9 
17:09:46 2007
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.9 $ --
+!-- $Revision: 1.10 $ --
 refentry xml:id=function.posix-setegid 
xmlns=http://docbook.org/ns/docbook;
  refnamediv
   refnameposix_setegid/refname
@@ -68,8 +68,10 @@
   reftitle.seealso;
   para
simplelist
-memberfunctionposix_getgrgid/function for information on how
- to a group id into a useable group name/member
+member
+ functionposix_getgrgid/function for information on how to convert a
+ group id into a useable group name
+/member
 memberfunctionposix_getgid/function get real group id./member
 memberfunctionposix_setgid/function change the effective group 
 id/member


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

2007-08-09 Thread Martin Samesch
samesch Thu Aug  9 20:24:28 2007 UTC

  Modified files:  
/phpdoc/en/reference/posix/functionsposix-getsid.xml 
  Log:
  missing parameter in example
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/posix/functions/posix-getsid.xml?r1=1.6r2=1.7diff_format=u
Index: phpdoc/en/reference/posix/functions/posix-getsid.xml
diff -u phpdoc/en/reference/posix/functions/posix-getsid.xml:1.6 
phpdoc/en/reference/posix/functions/posix-getsid.xml:1.7
--- phpdoc/en/reference/posix/functions/posix-getsid.xml:1.6Wed Jun 20 
22:25:15 2007
+++ phpdoc/en/reference/posix/functions/posix-getsid.xmlThu Aug  9 
20:24:28 2007
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.6 $ --
+!-- $Revision: 1.7 $ --
 refentry xml:id=function.posix-getsid xmlns=http://docbook.org/ns/docbook;
  refnamediv
   refnameposix_getsid/refname
@@ -52,7 +52,8 @@
 programlisting role=php
 ![CDATA[
 ?php
-echo posix_getsid(); //8805
+$pid = posix_getpid();
+echo posix_getsid($pid); //8805
 ?
 ]]
 /programlisting


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

2007-08-06 Thread Martin Samesch
samesch Mon Aug  6 12:30:06 2007 UTC

  Modified files:  
/phpdoc/en/reference/posix/functionsposix-geteuid.xml 
  Log:
  Fixed structure of refsects; trailing WS
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/posix/functions/posix-geteuid.xml?r1=1.7r2=1.8diff_format=u
Index: phpdoc/en/reference/posix/functions/posix-geteuid.xml
diff -u phpdoc/en/reference/posix/functions/posix-geteuid.xml:1.7 
phpdoc/en/reference/posix/functions/posix-geteuid.xml:1.8
--- phpdoc/en/reference/posix/functions/posix-geteuid.xml:1.7   Wed Jun 20 
22:25:15 2007
+++ phpdoc/en/reference/posix/functions/posix-geteuid.xml   Mon Aug  6 
12:30:06 2007
@@ -1,11 +1,11 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.7 $ --
+!-- $Revision: 1.8 $ --
 refentry xml:id=function.posix-geteuid 
xmlns=http://docbook.org/ns/docbook;
  refnamediv
   refnameposix_geteuid/refname
   refpurposeReturn the effective user ID of the current process/refpurpose
  /refnamediv
- 
+
  refsect1 role=description
   reftitle.description;
   methodsynopsis
@@ -18,14 +18,21 @@
to convert this into a useable username.
   /para
  /refsect1
- 
+
+ refsect1 role=returnvalues
+  reftitle.returnvalues;
+  para
+   Returns the user id, as an typeinteger/type
+  /para
+ /refsect1
+
  refsect1 role=examples
   reftitle.examples;
   para
example
 titlefunctionposix_geteuid/function example/title
 paraThis example will show the current user id then set the
-effective user id to a separate id using 
+effective user id to a separate id using
 functionposix_seteuid/function, then show the difference between
 the real id and the effective id./para
 programlisting role=php
@@ -42,13 +49,6 @@
/example
   /para
  /refsect1
- 
- refsect1 role=returnvalues
-  reftitle.returnvalues;
-  para
-   Returns the user id, as an typeinteger/type
-  /para
- /refsect1
 
  refsect1 role=seealso
   reftitle.seealso;


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

2007-08-06 Thread Martin Samesch
samesch Mon Aug  6 12:44:40 2007 UTC

  Modified files:  
/phpdoc/en/reference/posix/functionsposix-getgid.xml 
  Log:
  typo
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/posix/functions/posix-getgid.xml?r1=1.8r2=1.9diff_format=u
Index: phpdoc/en/reference/posix/functions/posix-getgid.xml
diff -u phpdoc/en/reference/posix/functions/posix-getgid.xml:1.8 
phpdoc/en/reference/posix/functions/posix-getgid.xml:1.9
--- phpdoc/en/reference/posix/functions/posix-getgid.xml:1.8Wed Jun 20 
22:25:15 2007
+++ phpdoc/en/reference/posix/functions/posix-getgid.xmlMon Aug  6 
12:44:40 2007
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.8 $ --
+!-- $Revision: 1.9 $ --
 refentry xml:id=function.posix-getgid xmlns=http://docbook.org/ns/docbook;
  refnamediv
   refnameposix_getgid/refname
@@ -30,8 +30,8 @@
example
 titlefunctionposix_getgid/function example/title
 para
- This example will print out the real group id, even once it
- the effective group id has been changed.
+ This example will print out the real group id, even once the effective
+ group id has been changed.
 /para
 programlisting role=php
 ![CDATA[


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

2007-08-05 Thread Martin Samesch
samesch Sun Aug  5 12:25:57 2007 UTC

  Modified files:  
/phpdoc/en/reference/regex/functionsspliti.xml 
  Log:
  typos
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/regex/functions/spliti.xml?r1=1.9r2=1.10diff_format=u
Index: phpdoc/en/reference/regex/functions/spliti.xml
diff -u phpdoc/en/reference/regex/functions/spliti.xml:1.9 
phpdoc/en/reference/regex/functions/spliti.xml:1.10
--- phpdoc/en/reference/regex/functions/spliti.xml:1.9  Wed Jun 20 22:25:18 2007
+++ phpdoc/en/reference/regex/functions/spliti.xml  Sun Aug  5 12:25:57 2007
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.9 $ --
+!-- $Revision: 1.10 $ --
 refentry xmlns=http://docbook.org/ns/docbook; xml:id=function.spliti
  refnamediv
   refnamespliti/refname
@@ -36,7 +36,7 @@
   para
If you want to split on any of the characters which are considered
special by regular expressions, you'll need to escape them first. If
-   you think functionsplit/function (or any other regex function, for
+   you think functionspliti/function (or any other regex function, for
that matter) is doing something weird, please read the file
filenameregex.7/filename, included in the 
filenameregex//filename subdirectory of the PHP distribution. It's
@@ -73,7 +73,7 @@
   para
Returns an array of strings, each of which is a substring of
parameterstring/parameter formed by splitting it on boundaries formed
-   by the case-sensitive regular expression parameterpattern/parameter.
+   by the case insensitive regular expression parameterpattern/parameter.
   /para
   para
If there are replaceablen/replaceable occurrences of
@@ -82,7 +82,7 @@
there is no occurrence of parameterpattern/parameter, an array with
only one element will be returned. Of course, this is also true if
parameterstring/parameter is empty. If an error occurs,
-   functionsplit/function returns false;.
+   functionspliti/function returns false;.
   /para
  /refsect1
 


Re: [PHP-DOC] grep -ri ' a [aeiou]'... correcting or ignoring?

2007-03-13 Thread Martin Samesch

On Mon, Mar 12, 2007 at 01:59:08PM -0400, Sean Coates wrote:
 Martin Samesch wrote:
  Hi,
 
  grep -ri ' a [aeiou]'... gets a lot of hits. Should they be
  corrected or not?
 
 Most of these are hard-vowel sounds, so a user (for example) is correct.

Oh, I didn't know about this.

 I see a few places where there are mistakes (a Apache for example),
 though, and yes, those should be fixed.

Then it's better if somebody else than me deals with it.

Cheers,
Martin


[PHP-DOC] grep -ri ' a [aeiou]'... correcting or ignoring?

2007-03-12 Thread Martin Samesch
Hi,

grep -ri ' a [aeiou]'... gets a lot of hits. Should they be
corrected or not?

Cheers,
Martin


[PHP-DOC] cvs: phpdoc /en/reference/com reference.xml /en/reference/curl reference.xml /en/reference/cyrus reference.xml /en/reference/expect reference.xml /en/reference/gmp reference.xml /en/ref

2007-03-03 Thread Martin Samesch
samesch Sat Mar  3 22:12:02 2007 UTC

  Modified files:  
/phpdoc/en/reference/comreference.xml 
/phpdoc/en/reference/curl   reference.xml 
/phpdoc/en/reference/cyrus  reference.xml 
/phpdoc/en/reference/expect reference.xml 
/phpdoc/en/reference/gmpreference.xml 
/phpdoc/en/reference/hash   reference.xml 
/phpdoc/en/reference/http   reference.xml 
/phpdoc/en/reference/icap   reference.xml 
/phpdoc/en/reference/image  reference.xml 
/phpdoc/en/reference/ingres-ii  reference.xml 
/phpdoc/en/reference/kadm5  reference.xml 
/phpdoc/en/reference/ldap   reference.xml 
/phpdoc/en/reference/maxdb  reference.xml 
/phpdoc/en/reference/mcrypt reference.xml 
/phpdoc/en/reference/mcve   reference.xml 
/phpdoc/en/reference/muscat reference.xml 
/phpdoc/en/reference/ncursesreference.xml 
/phpdoc/en/reference/networkreference.xml 
/phpdoc/en/reference/oracle reference.xml 
/phpdoc/en/reference/paradoxreference.xml 
/phpdoc/en/reference/pdfreference.xml 
/phpdoc/en/reference/pdo_pgsql  reference.xml 
/phpdoc/en/reference/printerreference.xml 
/phpdoc/en/reference/ps reference.xml 
/phpdoc/en/reference/socketsreference.xml 
/phpdoc/en/reference/uodbc  reference.xml 
/phpdoc/en/reference/wddx   reference.xml 
/phpdoc/en/reference/xmlrpc reference.xml 
/phpdoc/en/reference/xslt   reference.xml 
/phpdoc/en/reference/zlib   reference.xml 
  Log:
  Fix (see #31733)
  http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/com/reference.xml?r1=1.12r2=1.13diff_format=u
Index: phpdoc/en/reference/com/reference.xml
diff -u phpdoc/en/reference/com/reference.xml:1.12 
phpdoc/en/reference/com/reference.xml:1.13
--- phpdoc/en/reference/com/reference.xml:1.12  Sun Mar 26 20:09:16 2006
+++ phpdoc/en/reference/com/reference.xml   Sat Mar  3 22:11:59 2007
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.12 $ --
+!-- $Revision: 1.13 $ --
 !-- Purpose: utilspec.windows --
 !-- Membership: bundled --
 
@@ -7,6 +7,7 @@
   titleCOM and .Net (Windows)/title 
   titleabbrevCOM/titleabbrev 
   partintro 
+
section id=com.intro
 reftitle.intro;
 para
@@ -189,6 +190,15 @@
 
reference.com.ini;
 
+   section id=com.resources
+reftitle.resources;
+para
+ This extension defines a reference to a COM component returned by
+ deprecated functioncom_load/function (this function does not exist in
+ PHP 5; use the xref linkend=class.com/ class instead).
+/para
+   /section
+
reference.com.constants;

section id=com.seealso
@@ -205,11 +215,13 @@
  of Office/ulink.
 /para 
/section
+
   /partintro 
 
-reference.com.functions;
+ reference.com.functions;
 
 /reference
+
 !-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/curl/reference.xml?r1=1.15r2=1.16diff_format=u
Index: phpdoc/en/reference/curl/reference.xml
diff -u phpdoc/en/reference/curl/reference.xml:1.15 
phpdoc/en/reference/curl/reference.xml:1.16
--- phpdoc/en/reference/curl/reference.xml:1.15 Wed Jan 17 00:14:51 2007
+++ phpdoc/en/reference/curl/reference.xml  Sat Mar  3 22:12:00 2007
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.15 $ --
+!-- $Revision: 1.16 $ --
 !-- Purpose: remote.other --
 !-- Membership: bundled, external --
 
@@ -39,6 +39,14 @@

reference.curl.configure;

+   section id=curl.resources
+reftitle.resources;
+para
+ This extension defines two resource types: a cURL handle and a cURL multi
+ handle.
+/para
+   /section
+
reference.curl.constants;

section id=curl.examples
@@ -75,11 +83,13 @@
  /example
 /para
/section
+
   /partintro
 
-reference.curl.functions;
+  reference.curl.functions;
 
  /reference
+
 !-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/cyrus/reference.xml?r1=1.8r2=1.9diff_format=u
Index: phpdoc/en/reference/cyrus/reference.xml
diff -u phpdoc/en/reference/cyrus/reference.xml:1.8 
phpdoc/en/reference/cyrus/reference.xml:1.9
--- phpdoc/en/reference/cyrus/reference.xml:1.8 Sat Sep  9 19:28:30 2006
+++ phpdoc/en/reference/cyrus/reference.xml Sat Mar  3 22:12:00 2007
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.8 $ --
+!-- $Revision: 1.9 $ --
 !-- Purpose: remote.mail --
 !-- Membership: pecl --
 
@@ -24,13 +24,22 @@
 
reference.cyrus.configure;
 
+   section id=cyrus.resources
+reftitle.resources;
+para
+ This extension defines a Cyrus IMAP connection identifier returned by
+ functioncyrus_connect/function.
+/para
+   /section
+
reference.cyrus.constants;

   /partintro
 
-reference.cyrus.functions;
+  reference.cyrus.functions;
 
  /reference
+
 !-- Keep this comment at the end of the 

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

2007-02-26 Thread Martin Samesch
samesch Mon Feb 26 21:23:20 2007 UTC

  Modified files:  
/phpdoc/en/reference/posix/functionsposix-setsid.xml 
  Log:
  return values at the wrong place
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/posix/functions/posix-setsid.xml?r1=1.5r2=1.6diff_format=u
Index: phpdoc/en/reference/posix/functions/posix-setsid.xml
diff -u phpdoc/en/reference/posix/functions/posix-setsid.xml:1.5 
phpdoc/en/reference/posix/functions/posix-setsid.xml:1.6
--- phpdoc/en/reference/posix/functions/posix-setsid.xml:1.5Sun Feb  4 
02:47:57 2007
+++ phpdoc/en/reference/posix/functions/posix-setsid.xmlMon Feb 26 
21:23:20 2007
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.5 $ --
+!-- $Revision: 1.6 $ --
 refentry id=function.posix-setsid
  refnamediv
   refnameposix_setsid/refname
@@ -30,7 +30,7 @@
simplelist
 member
  The POSIX.1 and the setsid(2) manual page on your POSIX system for more
- information on process groups and job control. Returns the session id.
+ information on process groups and job control.
 /member
/simplelist
   /para


[PHP-DOC] cvs: phpdoc /en/reference/oracle/functions ora-plogon.xml

2007-02-25 Thread Martin Samesch
samesch Sun Feb 25 12:12:57 2007 UTC

  Modified files:  
/phpdoc/en/reference/oracle/functions   ora-plogon.xml 
  Log:
  typo
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/oracle/functions/ora-plogon.xml?r1=1.7r2=1.8diff_format=u
Index: phpdoc/en/reference/oracle/functions/ora-plogon.xml
diff -u phpdoc/en/reference/oracle/functions/ora-plogon.xml:1.7 
phpdoc/en/reference/oracle/functions/ora-plogon.xml:1.8
--- phpdoc/en/reference/oracle/functions/ora-plogon.xml:1.7 Wed Feb  7 
06:51:55 2007
+++ phpdoc/en/reference/oracle/functions/ora-plogon.xml Sun Feb 25 12:12:57 2007
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.7 $ --
+!-- $Revision: 1.8 $ --
 refentry id=function.ora-plogon
  refnamediv
   refnameora_plogon/refname
@@ -14,7 +14,7 @@

methodparamtypestring/typeparameterpassword/parameter/methodparam
   /methodsynopsis
   para
-   Establishes a persistent connection between PHP and an Oracle database/
+   Establishes a persistent connection between PHP and an Oracle database.
   /para
  /refsect1
 


[PHP-DOC] cvs: phpdoc /en/reference/oracle/functions ora-commiton.xml

2007-02-25 Thread Martin Samesch
samesch Sun Feb 25 12:38:21 2007 UTC

  Modified files:  
/phpdoc/en/reference/oracle/functions   ora-commiton.xml 
  Log:
  parameter name
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/oracle/functions/ora-commiton.xml?r1=1.7r2=1.8diff_format=u
Index: phpdoc/en/reference/oracle/functions/ora-commiton.xml
diff -u phpdoc/en/reference/oracle/functions/ora-commiton.xml:1.7 
phpdoc/en/reference/oracle/functions/ora-commiton.xml:1.8
--- phpdoc/en/reference/oracle/functions/ora-commiton.xml:1.7   Wed Feb  7 
06:51:55 2007
+++ phpdoc/en/reference/oracle/functions/ora-commiton.xml   Sun Feb 25 
12:38:21 2007
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.7 $ --
+!-- $Revision: 1.8 $ --
 refentry id=function.ora-commiton
  refnamediv
   refnameora_commiton/refname
@@ -10,7 +10,7 @@
   reftitle.description;
   methodsynopsis
typebool/typemethodnameora_commiton/methodname
-   methodparamtyperesource/typeparameterconn/parameter/methodparam
+   
methodparamtyperesource/typeparameterconnection/parameter/methodparam
   /methodsynopsis
   para
Turns on automatic commit after each functionora_exec/function on the
@@ -23,7 +23,7 @@
   para
variablelist
 varlistentry
- termparameterconn/parameter/term
+ termparameterconnection/parameter/term
  listitem
   para
A connection identifier, opened with functionora_logon/function.


[PHP-DOC] cvs: phpdoc /en/reference/pcre/functions preg-replace.xml

2007-02-25 Thread Martin Samesch
samesch Sun Feb 25 16:07:44 2007 UTC

  Modified files:  
/phpdoc/en/reference/pcre/functions preg-replace.xml 
  Log:
  typo
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/pcre/functions/preg-replace.xml?r1=1.23r2=1.24diff_format=u
Index: phpdoc/en/reference/pcre/functions/preg-replace.xml
diff -u phpdoc/en/reference/pcre/functions/preg-replace.xml:1.23 
phpdoc/en/reference/pcre/functions/preg-replace.xml:1.24
--- phpdoc/en/reference/pcre/functions/preg-replace.xml:1.23Sun Feb 11 
19:48:34 2007
+++ phpdoc/en/reference/pcre/functions/preg-replace.xml Sun Feb 25 16:07:44 2007
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.23 $ --
+!-- $Revision: 1.24 $ --
 refentry id=function.preg-replace
  refnamediv
   refnamepreg_replace/refname
@@ -87,7 +87,7 @@
When using the literale/literal modifier, this function escapes
some characters (namely literal'/literal, literal/literal,
literal\/literal and NULL) in the strings that replace the
-   backreferences. This is done to ensure that no syntax errors arrise
+   backreferences. This is done to ensure that no syntax errors arise
from backreference usage with either single or double quotes (e.g.
literal'strlen(\'$1\')+strlen($2)'/literal). Make sure you are
aware of PHP's link linkend=language.types.stringstring


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

2007-02-18 Thread Martin Samesch
samesch Sun Feb 18 11:14:54 2007 UTC

  Modified files:  
/phpdoc/en/reference/mssql/functionsmssql-pconnect.xml 
  Log:
  fix: mssql_connect - mssql_pconnect
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/mssql/functions/mssql-pconnect.xml?r1=1.6r2=1.7diff_format=u
Index: phpdoc/en/reference/mssql/functions/mssql-pconnect.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-pconnect.xml:1.6 
phpdoc/en/reference/mssql/functions/mssql-pconnect.xml:1.7
--- phpdoc/en/reference/mssql/functions/mssql-pconnect.xml:1.6  Sun Feb  4 
22:46:05 2007
+++ phpdoc/en/reference/mssql/functions/mssql-pconnect.xml  Sun Feb 18 
11:14:54 2007
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.6 $ --
+!-- $Revision: 1.7 $ --
 refentry id=function.mssql-pconnect
  refnamediv
   refnamemssql_pconnect/refname
@@ -69,12 +69,13 @@
  termparameternew_link/parameter/term
  listitem
   para
-   If a second call is made to functionmssql_connect/function with the
-   same arguments, no new link will be established, but instead, the link
-   identifier of the already opened link will be returned. This parameter
-   modifies this behavior and makes functionmssql_connect/function
-   always open a new link, even if functionmssql_connect/function was
-   called before with the same parameters.
+   If a second call is made to functionmssql_pconnect/function with
+   the same arguments, no new link will be established, but instead, the
+   link identifier of the already opened link will be returned. This
+   parameter modifies this behavior and makes
+   functionmssql_pconnect/function always open a new link, even if
+   functionmssql_pconnect/function was called before with the same
+   parameters.
   /para
  /listitem
 /varlistentry


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

2007-02-18 Thread Martin Samesch
samesch Sun Feb 18 11:25:33 2007 UTC

  Modified files:  
/phpdoc/en/reference/mssql/functionsmssql-init.xml 
  Log:
  removed right parenthesis
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/mssql/functions/mssql-init.xml?r1=1.8r2=1.9diff_format=u
Index: phpdoc/en/reference/mssql/functions/mssql-init.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-init.xml:1.8 
phpdoc/en/reference/mssql/functions/mssql-init.xml:1.9
--- phpdoc/en/reference/mssql/functions/mssql-init.xml:1.8  Sun Feb  4 
22:46:05 2007
+++ phpdoc/en/reference/mssql/functions/mssql-init.xml  Sun Feb 18 11:25:32 2007
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.8 $ --
+!-- $Revision: 1.9 $ --
 refentry id='function.mssql-init'
  refnamediv
   refnamemssql_init/refname
@@ -27,7 +27,7 @@
  listitem
   para
Stored procedure name, like literalownew.sp_name/literal or
-   literalotherdb.owner.sp_name/literal). 
+   literalotherdb.owner.sp_name/literal. 
   /para
  /listitem
 /varlistentry


[PHP-DOC] cvs: phpdoc /en/reference/mssql/functions mssql-bind.xml mssql-select-db.xml

2007-02-12 Thread Martin Samesch
samesch Mon Feb 12 09:37:43 2007 UTC

  Modified files:  
/phpdoc/en/reference/mssql/functionsmssql-bind.xml 
mssql-select-db.xml 
  Log:
  fix: role examples
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/mssql/functions/mssql-bind.xml?r1=1.9r2=1.10diff_format=u
Index: phpdoc/en/reference/mssql/functions/mssql-bind.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-bind.xml:1.9 
phpdoc/en/reference/mssql/functions/mssql-bind.xml:1.10
--- phpdoc/en/reference/mssql/functions/mssql-bind.xml:1.9  Sun Feb  4 
22:46:04 2007
+++ phpdoc/en/reference/mssql/functions/mssql-bind.xml  Mon Feb 12 09:37:43 2007
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.9 $ --
+!-- $Revision: 1.10 $ --
 refentry id='function.mssql-bind'
  refnamediv
   refnamemssql_bind/refname
@@ -113,8 +113,8 @@
   /para
  /refsect1
 
- refsect1 role=returnvalues
-  reftitle.returnvalues;
+ refsect1 role=examples
+  reftitle.examples;
   para
example
 titlefunctionmssql_bind/function Example/title
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/mssql/functions/mssql-select-db.xml?r1=1.8r2=1.9diff_format=u
Index: phpdoc/en/reference/mssql/functions/mssql-select-db.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-select-db.xml:1.8 
phpdoc/en/reference/mssql/functions/mssql-select-db.xml:1.9
--- phpdoc/en/reference/mssql/functions/mssql-select-db.xml:1.8 Sun Feb  4 
22:46:05 2007
+++ phpdoc/en/reference/mssql/functions/mssql-select-db.xml Mon Feb 12 
09:37:43 2007
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.8 $ --
+!-- $Revision: 1.9 $ --
 refentry id=function.mssql-select-db
  refnamediv
   refnamemssql_select_db/refname
@@ -69,8 +69,8 @@
   /para
  /refsect1
 
- refsect1 role=returnvalues
-  reftitle.returnvalues;
+ refsect1 role=examples
+  reftitle.examples;
   para
example
 titlefunctionmssql_select_db/function example/title


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

2007-02-12 Thread Martin Samesch
samesch Mon Feb 12 15:00:25 2007 UTC

  Modified files:  
/phpdoc/en/reference/mssql/functionsmssql-bind.xml 
  Log:
  grammar: word order
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/mssql/functions/mssql-bind.xml?r1=1.10r2=1.11diff_format=u
Index: phpdoc/en/reference/mssql/functions/mssql-bind.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-bind.xml:1.10 
phpdoc/en/reference/mssql/functions/mssql-bind.xml:1.11
--- phpdoc/en/reference/mssql/functions/mssql-bind.xml:1.10 Mon Feb 12 
09:37:43 2007
+++ phpdoc/en/reference/mssql/functions/mssql-bind.xml  Mon Feb 12 15:00:25 2007
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.10 $ --
+!-- $Revision: 1.11 $ --
 refentry id='function.mssql-bind'
  refnamediv
   refnamemssql_bind/refname
@@ -44,8 +44,8 @@
   note
para
 You have to include the literal@/literal character, like in the
-T-SQL syntax. See the included in functionmssql_execute/function
-explanation. 
+T-SQL syntax. See the explanation included in
+functionmssql_execute/function. 
/para
   /note
  /listitem


[PHP-DOC] ClibPDF: fastio.com is unreachable

2007-02-06 Thread Martin Samesch
Hi,

the link on http://php.net/manual/en/ref.cpdf.php to
http://www.fastio.com/ still doesn't work. I noticed this two weeks
ago and thought it's just a temporary problem. Maybe it's not ... ?

Cheers,
Martin


[PHP-DOC] cvs: phpdoc /en/reference/pcre/functions preg-match.xml

2007-02-05 Thread Martin Samesch
samesch Mon Feb  5 09:53:42 2007 UTC

  Modified files:  
/phpdoc/en/reference/pcre/functions preg-match.xml 
  Log:
  typo (wrong function)
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/pcre/functions/preg-match.xml?r1=1.22r2=1.23diff_format=u
Index: phpdoc/en/reference/pcre/functions/preg-match.xml
diff -u phpdoc/en/reference/pcre/functions/preg-match.xml:1.22 
phpdoc/en/reference/pcre/functions/preg-match.xml:1.23
--- phpdoc/en/reference/pcre/functions/preg-match.xml:1.22  Fri Feb  2 
22:11:46 2007
+++ phpdoc/en/reference/pcre/functions/preg-match.xml   Mon Feb  5 09:53:42 2007
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.22 $ --
+!-- $Revision: 1.23 $ --
 refentry id=function.preg-match
  refnamediv
   refnamepreg_match/refname
@@ -88,7 +88,7 @@
para
 Using parameteroffset/parameter is not equivalent to passing 
 literalsubstr($subject, $offset)/literal to
-functionpreg_match_all/function in place of the subject string,
+functionpreg_match/function in place of the subject string,
 because parameterpattern/parameter can contain assertions such as
 emphasis^/emphasis, emphasis$/emphasis or
 emphasis(?lt;=x)/emphasis. Compare:



[PHP-DOC] cvs: phpdoc /en/reference/pcre/functions preg-replace-callback.xml

2007-02-05 Thread Martin Samesch
samesch Mon Feb  5 14:34:29 2007 UTC

  Modified files:  
/phpdoc/en/reference/pcre/functions preg-replace-callback.xml 
  Log:
  typo
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/pcre/functions/preg-replace-callback.xml?r1=1.15r2=1.16diff_format=u
Index: phpdoc/en/reference/pcre/functions/preg-replace-callback.xml
diff -u phpdoc/en/reference/pcre/functions/preg-replace-callback.xml:1.15 
phpdoc/en/reference/pcre/functions/preg-replace-callback.xml:1.16
--- phpdoc/en/reference/pcre/functions/preg-replace-callback.xml:1.15   Fri Feb 
 2 22:11:46 2007
+++ phpdoc/en/reference/pcre/functions/preg-replace-callback.xmlMon Feb 
 5 14:34:28 2007
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.15 $ --
+!-- $Revision: 1.16 $ --
 refentry id=function.preg-replace-callback
  refnamediv
   refnamepreg_replace_callback/refname
@@ -121,7 +121,7 @@
  refsect1 role=returnvalues
   reftitle.returnvalues;
   para
-   functionpreg_replace/function returns an array if the
+   functionpreg_replace_callback/function returns an array if the
parametersubject/parameter parameter is an array, or a string
otherwise.
   /para


[PHP-DOC] cvs: phpdoc /en/reference/pcre/functions preg-replace-callback.xml

2007-02-05 Thread Martin Samesch
samesch Mon Feb  5 14:42:26 2007 UTC

  Modified files:  
/phpdoc/en/reference/pcre/functions preg-replace-callback.xml 
  Log:
  the subject returned isn't the parameter 'subject' that was passed
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/pcre/functions/preg-replace-callback.xml?r1=1.16r2=1.17diff_format=u
Index: phpdoc/en/reference/pcre/functions/preg-replace-callback.xml
diff -u phpdoc/en/reference/pcre/functions/preg-replace-callback.xml:1.16 
phpdoc/en/reference/pcre/functions/preg-replace-callback.xml:1.17
--- phpdoc/en/reference/pcre/functions/preg-replace-callback.xml:1.16   Mon Feb 
 5 14:34:28 2007
+++ phpdoc/en/reference/pcre/functions/preg-replace-callback.xmlMon Feb 
 5 14:42:26 2007
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.16 $ --
+!-- $Revision: 1.17 $ --
 refentry id=function.preg-replace-callback
  refnamediv
   refnamepreg_replace_callback/refname
@@ -126,9 +126,8 @@
otherwise.
   /para
   para
-   If matches are found, the new parametersubject/parameter will
-   be returned, otherwise parametersubject/parameter will be
-   returned unchanged.
+   If matches are found, the new subject will be returned, otherwise
+   parametersubject/parameter will be returned unchanged.
   /para
  /refsect1
 


[PHP-DOC] cvs: phpdoc /en/reference/pcre/functions preg-split.xml

2007-02-05 Thread Martin Samesch
samesch Mon Feb  5 21:19:25 2007 UTC

  Modified files:  
/phpdoc/en/reference/pcre/functions preg-split.xml 
  Log:
  Removed BETA from PHP version
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/pcre/functions/preg-split.xml?r1=1.13r2=1.14diff_format=u
Index: phpdoc/en/reference/pcre/functions/preg-split.xml
diff -u phpdoc/en/reference/pcre/functions/preg-split.xml:1.13 
phpdoc/en/reference/pcre/functions/preg-split.xml:1.14
--- phpdoc/en/reference/pcre/functions/preg-split.xml:1.13  Fri Feb  2 
22:11:46 2007
+++ phpdoc/en/reference/pcre/functions/preg-split.xml   Mon Feb  5 21:19:24 2007
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.13 $ --
+!-- $Revision: 1.14 $ --
 refentry id=function.preg-split
  refnamediv
   refnamepreg_split/refname
@@ -129,7 +129,7 @@
/entry
   /row
   row
-   entry4 Beta 3/entry
+   entry4.0.0/entry
entry
 The parameterflags/parameter parameter was added
/entry


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

2007-01-18 Thread Martin Samesch
samesch Thu Jan 18 09:56:17 2007 UTC

  Modified files:  
/phpdoc/en/reference/cpdf/functions cpdf-setmiterlimit.xml 
  Log:
  typo
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/cpdf/functions/cpdf-setmiterlimit.xml?r1=1.6r2=1.7diff_format=u
Index: phpdoc/en/reference/cpdf/functions/cpdf-setmiterlimit.xml
diff -u phpdoc/en/reference/cpdf/functions/cpdf-setmiterlimit.xml:1.6 
phpdoc/en/reference/cpdf/functions/cpdf-setmiterlimit.xml:1.7
--- phpdoc/en/reference/cpdf/functions/cpdf-setmiterlimit.xml:1.6   Thu Jan 
11 00:17:19 2007
+++ phpdoc/en/reference/cpdf/functions/cpdf-setmiterlimit.xml   Thu Jan 18 
09:56:17 2007
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.6 $ --
+!-- $Revision: 1.7 $ --
 refentry id=function.cpdf-setmiterlimit
  refnamediv
   refnamecpdf_setmiterlimit/refname
@@ -22,7 +22,7 @@
variablelist
 cpdf.pdf-document.description;
 varlistentry
- termparameterwidth/parameter/term
+ termparametervalue/parameter/term
  listitem
   para
The miter limit. Must be greater or equal than 1


[PHP-DOC] cpdf-setrgbcolor-fill.xml

2007-01-18 Thread Martin Samesch
Hi,

in cpdf-setrgbcolor-fill.xml ...

Shouldn't

-
red_value

The red value, as a float between 0.0 (black) and 1.0 (white)
green_value

The green value, as a float between 0.0 (black) and 1.0 (white)
blue_value

The blue value, as a float between 0.0 (black) and 1.0 (white)
-

rather be

-
red_value

The red value, as a float between 0.0 (black) and 1.0 (red)
green_value

The green value, as a float between 0.0 (black) and 1.0 (green)
blue_value

The blue value, as a float between 0.0 (black) and 1.0 (blue)
-

same with cpdf_setrgbcolor_stroke, cpdf_setrgbcolor?

Cheers,
Martin


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

2007-01-18 Thread Martin Samesch
samesch Thu Jan 18 11:40:55 2007 UTC

  Modified files:  
/phpdoc/en/reference/cpdf/functions cpdf-text.xml 
  Log:
  typo
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/cpdf/functions/cpdf-text.xml?r1=1.8r2=1.9diff_format=u
Index: phpdoc/en/reference/cpdf/functions/cpdf-text.xml
diff -u phpdoc/en/reference/cpdf/functions/cpdf-text.xml:1.8 
phpdoc/en/reference/cpdf/functions/cpdf-text.xml:1.9
--- phpdoc/en/reference/cpdf/functions/cpdf-text.xml:1.8Thu Jan 11 
00:17:19 2007
+++ phpdoc/en/reference/cpdf/functions/cpdf-text.xmlThu Jan 18 11:40:55 2007
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.8 $ --
+!-- $Revision: 1.9 $ --
 refentry id=function.cpdf-text
  refnamediv
   refnamecpdf_text/refname
@@ -63,7 +63,7 @@
  termparameteralignmode/parameter/term
  listitem
   para
-   Ddetermines how the text is aligned. See the ClibPDF documentation for
+   Determines how the text is aligned. See the ClibPDF documentation for
possible values.
   /para
  /listitem


[PHP-DOC] cvs: phpdoc /en/reference/cpdf/functions cpdf-setrgbcolor-stroke.xml cpdf-setrgbcolor.xml

2007-01-18 Thread Martin Samesch
samesch Thu Jan 18 18:28:32 2007 UTC

  Modified files:  
/phpdoc/en/reference/cpdf/functions cpdf-setrgbcolor-stroke.xml 
cpdf-setrgbcolor.xml 
  Log:
  fix parameter color description
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/cpdf/functions/cpdf-setrgbcolor-stroke.xml?r1=1.6r2=1.7diff_format=u
Index: phpdoc/en/reference/cpdf/functions/cpdf-setrgbcolor-stroke.xml
diff -u phpdoc/en/reference/cpdf/functions/cpdf-setrgbcolor-stroke.xml:1.6 
phpdoc/en/reference/cpdf/functions/cpdf-setrgbcolor-stroke.xml:1.7
--- phpdoc/en/reference/cpdf/functions/cpdf-setrgbcolor-stroke.xml:1.6  Thu Jan 
11 00:17:19 2007
+++ phpdoc/en/reference/cpdf/functions/cpdf-setrgbcolor-stroke.xml  Thu Jan 
18 18:28:32 2007
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.6 $ --
+!-- $Revision: 1.7 $ --
 refentry id=function.cpdf-setrgbcolor-stroke
  refnamediv
   refnamecpdf_setrgbcolor_stroke/refname
@@ -27,7 +27,7 @@
  termparameterred_value/parameter/term
  listitem
   para
-   The red value, as a float between 0.0 (black) and 1.0 (white)
+   The red value, as a float between 0.0 (black) and 1.0 (red)
   /para
  /listitem
 /varlistentry
@@ -35,7 +35,7 @@
  termparametergreen_value/parameter/term
  listitem
   para
-   The green value, as a float between 0.0 (black) and 1.0 (white)
+   The green value, as a float between 0.0 (black) and 1.0 (green)
   /para
  /listitem
 /varlistentry
@@ -43,7 +43,7 @@
  termparameterblue_value/parameter/term
  listitem
   para
-   The blue value, as a float between 0.0 (black) and 1.0 (white)
+   The blue value, as a float between 0.0 (black) and 1.0 (blue)
   /para
  /listitem
 /varlistentry
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/cpdf/functions/cpdf-setrgbcolor.xml?r1=1.6r2=1.7diff_format=u
Index: phpdoc/en/reference/cpdf/functions/cpdf-setrgbcolor.xml
diff -u phpdoc/en/reference/cpdf/functions/cpdf-setrgbcolor.xml:1.6 
phpdoc/en/reference/cpdf/functions/cpdf-setrgbcolor.xml:1.7
--- phpdoc/en/reference/cpdf/functions/cpdf-setrgbcolor.xml:1.6 Thu Jan 11 
00:17:19 2007
+++ phpdoc/en/reference/cpdf/functions/cpdf-setrgbcolor.xml Thu Jan 18 
18:28:32 2007
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.6 $ --
+!-- $Revision: 1.7 $ --
 refentry id=function.cpdf-setrgbcolor
  refnamediv
   refnamecpdf_setrgbcolor/refname
@@ -27,7 +27,7 @@
  termparameterred_value/parameter/term
  listitem
   para
-   The red value, as a float between 0.0 (black) and 1.0 (white)
+   The red value, as a float between 0.0 (black) and 1.0 (red)
   /para
  /listitem
 /varlistentry
@@ -35,7 +35,7 @@
  termparametergreen_value/parameter/term
  listitem
   para
-   The green value, as a float between 0.0 (black) and 1.0 (white)
+   The green value, as a float between 0.0 (black) and 1.0 (green)
   /para
  /listitem
 /varlistentry
@@ -43,7 +43,7 @@
  termparameterblue_value/parameter/term
  listitem
   para
-   The blue value, as a float between 0.0 (black) and 1.0 (white)
+   The blue value, as a float between 0.0 (black) and 1.0 (blue)
   /para
  /listitem
 /varlistentry


Re: [PHP-DOC] cpdf-setrgbcolor-fill.xml

2007-01-18 Thread Martin Samesch
On Thu, Jan 18, 2007 at 03:17:59PM -, Nuno Lopes wrote:
 Fixed. 
 Thanks,

I couldn't download ClibPDF to check and, if necessary, fix this
myself, because fastio.com was (and still is) unreachable.

I fixed the same in cpdf_setrgbcolor_stroke.xml and
cpdf_setrgbcolor.xml

Cheers,
Martin


[PHP-DOC] cvs: phpdoc /en/appendices migration5.xml

2006-02-20 Thread Martin Samesch
samesch Mon Feb 20 12:42:04 2006 UTC

  Modified files:  
/phpdoc/en/appendices   migration5.xml 
  Log:
  typo; only one 'only'
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/appendices/migration5.xml?r1=1.45r2=1.46diff_format=u
Index: phpdoc/en/appendices/migration5.xml
diff -u phpdoc/en/appendices/migration5.xml:1.45 
phpdoc/en/appendices/migration5.xml:1.46
--- phpdoc/en/appendices/migration5.xml:1.45Wed Dec 21 15:04:47 2005
+++ phpdoc/en/appendices/migration5.xml Mon Feb 20 12:42:04 2006
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.45 $ --
+!-- $Revision: 1.46 $ --
  appendix id=migration5
   titleMigrating from PHP 4 to PHP 5/title
 
@@ -95,8 +95,8 @@
 /listitem
 listitem
  simpara
-  In some cases classes must be declared before used. It only happens
-  only if some of the new features of PHP 5 (such as link
+  In some cases classes must be declared before use. It only happens if
+  some of the new features of PHP 5 (such as link
   linkend=language.oop5.interfacesinterfaces/link) are used.
   Otherwise the behaviour is the old.
  /simpara


[PHP-DOC] cvs: phpdoc /en/reference/session ini.xml

2005-12-18 Thread Martin Samesch
samesch Sun Dec 18 14:03:20 2005 EDT

  Modified files:  
/phpdoc/en/reference/sessionini.xml 
  Log:
  typo
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/session/ini.xml?r1=1.36r2=1.37diff_format=u
Index: phpdoc/en/reference/session/ini.xml
diff -u phpdoc/en/reference/session/ini.xml:1.36 
phpdoc/en/reference/session/ini.xml:1.37
--- phpdoc/en/reference/session/ini.xml:1.36Thu Oct 13 13:44:48 2005
+++ phpdoc/en/reference/session/ini.xml Sun Dec 18 14:03:20 2005
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.36 $ --
+!-- $Revision: 1.37 $ --
 section id=session.configuration
  reftitle.runtime;
  extension.runtime;
@@ -347,7 +347,7 @@
 note
  para
   If different scripts have different values of
-  literalsession.gc_maxlifetime/literal but shares the same place for
+  literalsession.gc_maxlifetime/literal but share the same place for
   storing the session data then the script with the minimum value will be
   cleaning the data. In this case, use this directive together with link
   linkend=ini.session.save-pathsession.save_path/link.


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

2005-12-18 Thread Martin Samesch
samesch Sun Dec 18 16:29:31 2005 EDT

  Modified files:  
/phpdoc/en/reference/session/functions  session-name.xml 
  Log:
  grammar (I hope it's correct)
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/session/functions/session-name.xml?r1=1.5r2=1.6diff_format=u
Index: phpdoc/en/reference/session/functions/session-name.xml
diff -u phpdoc/en/reference/session/functions/session-name.xml:1.5 
phpdoc/en/reference/session/functions/session-name.xml:1.6
--- phpdoc/en/reference/session/functions/session-name.xml:1.5  Sat Jul 30 
08:44:26 2005
+++ phpdoc/en/reference/session/functions/session-name.xml  Sun Dec 18 
16:29:30 2005
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.5 $ --
+!-- $Revision: 1.6 $ --
 !-- splitted from ./en/functions/session.xml, last change in rev 1.2 --
   refentry id=function.session-name
refnamediv
@@ -29,8 +29,8 @@
 /para
 warning
  para
-  Session name can't consist only from digits, at least one letter must be
-  present. Otherwise new session id is generated every time.
+  The session name can't consist of digits only, at least one letter must
+  be present. Otherwise a new session id is generated every time.
  /para
 /warning
 example


Re: [PHP-DOC] The german translation of the preg_replace_callback() function (http://de2.php.net/preg_replace_callback)

2005-01-03 Thread Martin Samesch
Hi T.,

 Das Aprilscherzbeispiel ist wohl ein schlechter Aprilscherz?

You got it. ;-)

 Testet euren Code oder laßt es ganz bleiben. Besser keine Übersetzung als ne
 halbe!

No need to get aggressive. We try to do our best, but nobody's perfect
(are you?).

As Georg pointed out, you the common way is to report a bug.

I (hopefully) fixed it in the xml source and it will show up on the
website after the next build.

Happy new year.

Cheers,
Martin


Re: [PHP-DOC] cvs: phpdoc /en/reference/mysql/functions mysql-list-tables.xml

2004-11-23 Thread Martin Samesch
On Mon, Nov 22, 2004 at 11:59:30PM +0100, Jakub Vrana wrote:
  So the change shouldn't be reverted.
 
 Philip Olson wrote:
  Regardless, the change is wrong.
 
 Sorry, I missed the context. I just saw - mysql_listtables,
 + mysql_list_tables which is usually the right change. But the
 context speaks about deprecated alias so it was right. Sorry for the
 noise.

Sorry for my mistake and for causing confusion. I also didn't pay
attention to the context (and the 'alias').

 Martin, please revert the change.

done.

Martin


Re: [PHP-DOC] cvs: phpdoc /en/reference/mysql/functions mysql-list-tables.xml

2004-11-23 Thread Martin Samesch
On Mon, Nov 22, 2004 at 09:32:53PM +, Philip Olson wrote:
   That isn't really a typo, the alias for deprecated mysql_list_tables is
   in fact mysql_listtables. I think you shold revert your change.
  
  It's the opposite :-). Function names with underscores are aliases for
  deprecated ones without it. So the change shouldn't be reverted. BTW
  in this case, both functions are deprecated by mysql_query(SHOW
  TABLES)...
 
 Regardless, the change is wrong. Either revert or completely
 rewrite. And according to aliases.xml, the function names
 [...]

What about removing the paragraph

  For downward compatibility, the function alias named
  functionmysql_listtables/function can be used. This is
  deprecated however and is not recommended.

and changing the note to

  The function functionmysql_list_tables/function and its alias
  functionmysql_listtables/function, which can be used for
  downward compatibility, are deprecated. [...]

or

  The function functionmysql_list_tables/function is deprecated.
  So is functionmysql_listtables/function, which is an alias and
  can be used for downward compatibility. [...]

Martin


[PHP-DOC] cvs: phpdoc /en/reference/mysql/functions mysql-list-tables.xml

2004-11-21 Thread Martin Samesch
samesch Sun Nov 21 07:41:52 2004 EDT

  Modified files:  
/phpdoc/en/reference/mysql/functionsmysql-list-tables.xml 
  Log:
  typo
  
http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/functions/mysql-list-tables.xml?r1=1.10r2=1.11ty=u
Index: phpdoc/en/reference/mysql/functions/mysql-list-tables.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-list-tables.xml:1.10 
phpdoc/en/reference/mysql/functions/mysql-list-tables.xml:1.11
--- phpdoc/en/reference/mysql/functions/mysql-list-tables.xml:1.10  Thu Apr 
 8 01:48:47 2004
+++ phpdoc/en/reference/mysql/functions/mysql-list-tables.xml   Sun Nov 21 
07:41:52 2004
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.10 $ --
+!-- $Revision: 1.11 $ --
 !-- splitted from ./en/functions/mysql.xml, last change in rev 1.2 --
   refentry id=function.mysql-list-tables
refnamediv
@@ -30,7 +30,7 @@
 /para
 para
  For downward compatibility, the function alias named 
- functionmysql_listtables/function can be used. This is 
+ functionmysql_list_tables/function can be used. This is 
  deprecated however and is not recommended.
 /para
 note


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

2004-09-04 Thread Martin Samesch
samesch Sat Sep  4 10:14:26 2004 EDT

  Modified files:  
/phpdoc/en/reference/session/functions  session-destroy.xml 
  Log:
  typo
  
http://cvs.php.net/diff.php/phpdoc/en/reference/session/functions/session-destroy.xml?r1=1.3r2=1.4ty=u
Index: phpdoc/en/reference/session/functions/session-destroy.xml
diff -u phpdoc/en/reference/session/functions/session-destroy.xml:1.3 
phpdoc/en/reference/session/functions/session-destroy.xml:1.4
--- phpdoc/en/reference/session/functions/session-destroy.xml:1.3   Tue Aug 31 
20:31:31 2004
+++ phpdoc/en/reference/session/functions/session-destroy.xml   Sat Sep  4 10:14:25 
2004
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.3 $ --
+!-- $Revision: 1.4 $ --
 !-- splitted from ./en/functions/session.xml, last change in rev 1.2 --
   refentry id=function.session-destroy
refnamediv
@@ -20,7 +20,7 @@
 /simpara
 para
  In order to kill the session altogether, like to log the user out, the
- session id must also be unset. If a cookie is used to propogate the 
+ session id must also be unset. If a cookie is used to propagate the 
  session id (default behavior), then the session cookie must be deleted.  
  functionsetcookie/function may be used for that.
 /para


[PHP-DOC] cvs: phpdoc /en/reference/pcre constants.xml

2004-03-17 Thread Martin Samesch
samesch Wed Mar 17 04:10:21 2004 EDT

  Modified files:  
/phpdoc/en/reference/pcre   constants.xml 
  Log:
  typos... (hope it's not worse now ;-)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/pcre/constants.xml?r1=1.6r2=1.7ty=u
Index: phpdoc/en/reference/pcre/constants.xml
diff -u phpdoc/en/reference/pcre/constants.xml:1.6 
phpdoc/en/reference/pcre/constants.xml:1.7
--- phpdoc/en/reference/pcre/constants.xml:1.6  Sat Feb 28 10:13:40 2004
+++ phpdoc/en/reference/pcre/constants.xml  Wed Mar 17 04:10:20 2004
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.6 $ --
+!-- $Revision: 1.7 $ --
 section id=pcre.constants
  reftitle.constants;
  extension.constants;
@@ -58,8 +58,8 @@
  entry
   If this flag is set, for every occurring match the appendant string
   offset will also be returned. Note that this changes the return
-  value in an array where very element is an array consisting of the
-  matched string at offset 0 and its string offset into subject at
+  values in an array where every element is an array consisting of the
+  matched string at offset 0 and its string offset within subject at
   offset 1. This flag is available since literalPHP/literal 4.3.0
   and is only used for functionpreg_split/function.
  /entry


[PHP-DOC] cvs: phpdoc /en/reference/pspell configure.xml

2004-02-08 Thread Martin Samesch
samesch Sun Feb  8 06:14:07 2004 EDT

  Modified files:  
/phpdoc/en/reference/pspell configure.xml 
  Log:
  added filename tag for bin
  
http://cvs.php.net/diff.php/phpdoc/en/reference/pspell/configure.xml?r1=1.4r2=1.5ty=u
Index: phpdoc/en/reference/pspell/configure.xml
diff -u phpdoc/en/reference/pspell/configure.xml:1.4 
phpdoc/en/reference/pspell/configure.xml:1.5
--- phpdoc/en/reference/pspell/configure.xml:1.4Tue Feb  3 18:40:23 2004
+++ phpdoc/en/reference/pspell/configure.xmlSun Feb  8 06:14:06 2004
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.4 $ --
+!-- $Revision: 1.5 $ --
 section id=pspell.installation
  reftitle.install;
  para
@@ -13,13 +13,12 @@
win32 support is available only in PHP 4.3.3 and later versions. 
Also, you must have aspell 0.50 or newer installed.
In order to enable this module under Windows, you must copy
-   filenameaspell-15.dll/filename from the bin folder of your aspell 
-   installation to a folder where PHP will be able to find it.
-   filename class=directoryC:\PHP/filename or
-   the SYSTEM32 folder of your windows machine (Ex: 
-   filename class=directoryC:\WINNT\SYSTEM32/filename
-   or filename class=directoryC:\WINDOWS\SYSTEM32/filename)
-   are good choices.
+   filenameaspell-15.dll/filename from the filenamebin/filename folder
+   of your aspell installation to a folder where PHP will be able to find it.
+   filename class=directoryC:\PHP/filename or the SYSTEM32 folder of
+   your windows machine (Ex: filename
+   class=directoryC:\WINNT\SYSTEM32/filename or filename
+   class=directoryC:\WINDOWS\SYSTEM32/filename) are good choices.
   /simpara
  /note
 /section


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

2004-01-07 Thread Martin Samesch
samesch Wed Jan  7 09:58:03 2004 EDT

  Modified files:  
/phpdoc/en/reference/pspell/functions   pspell-new.xml 
  Log:
  typo
  
Index: phpdoc/en/reference/pspell/functions/pspell-new.xml
diff -u phpdoc/en/reference/pspell/functions/pspell-new.xml:1.5 
phpdoc/en/reference/pspell/functions/pspell-new.xml:1.6
--- phpdoc/en/reference/pspell/functions/pspell-new.xml:1.5 Fri Dec 19 10:49:47 
2003
+++ phpdoc/en/reference/pspell/functions/pspell-new.xml Wed Jan  7 09:58:03 2004
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.5 $ --
+!-- $Revision: 1.6 $ --
 !-- splitted from ./en/functions/pspell.xml, last change in rev 1.1 --
   refentry id=function.pspell-new
refnamediv
@@ -100,7 +100,7 @@
   programlisting role=php
 ![CDATA[
 ?php
-$pspell_link = pspell_new en, , , , 
+$pspell_link = pspell_new(en, , , , 
(PSPELL_FAST|PSPELL_RUN_TOGETHER));
 ?
 ]]


[PHP-DOC] pcre/constants.xml

2003-12-15 Thread Martin Samesch
Hi,

could somebody please check the following paragraph in
reference/pcre/constants.xml

rows 59-63:

  If this flag is set, for every occuring match the appendant string
  offset will also be returned. Note that this changes the return
  value in an array where very element is an array consisting of the
  matched string at offset 0 and it's string offset into subject at
  offset 1. ...

There are at least three typos (value_s_, _e_very, its instead of
it's) and maybe ... string offset into subject ... isn't correct,
too (?).

Don't know how to correct and translate this last piece.

Martin


[PHP-DOC] cvs: phpdoc /en/reference/pcre constants.xml

2003-12-14 Thread Martin Samesch
samesch Sun Dec 14 05:47:08 2003 EDT

  Modified files:  
/phpdoc/en/reference/pcre   constants.xml 
  Log:
  typos...
  
Index: phpdoc/en/reference/pcre/constants.xml
diff -u phpdoc/en/reference/pcre/constants.xml:1.3 
phpdoc/en/reference/pcre/constants.xml:1.4
--- phpdoc/en/reference/pcre/constants.xml:1.3  Wed Oct 22 15:52:45 2003
+++ phpdoc/en/reference/pcre/constants.xml  Sun Dec 14 05:47:07 2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.3 $ --
+!-- $Revision: 1.4 $ --
 section id=pcre.constants
  reftitle.constants;
  extension.constants;
@@ -35,14 +35,14 @@
  entry
   See the description of
   constantPREG_SPLIT_OFFSET_CAPTURE/constant.  This flag is
-  available since literalPHP/literal 4.3.0 .
+  available since literalPHP/literal 4.3.0.
  /entry
 /row
 row
  entryPREG_SPLIT_NO_EMPTY/entry
  entry
-  This flag tells functionpreg_split/function to only return only
-  non-empty pieces.
+  This flag tells functionpreg_split/function to return only non-empty
+  pieces.
  /entry
 /row
 row
@@ -50,7 +50,7 @@
  entry
   This flag tells functionpreg_split/function to capture
   parenthesized expression in the delimiter pattern as well. This flag
-  is available since literalPHP/literal 4.0.5 .
+  is available since literalPHP/literal 4.0.5.
  /entry
 /row
 row


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

2003-10-29 Thread Martin Samesch
samesch Wed Oct 29 03:52:32 2003 EDT

  Modified files:  
/phpdoc/en/reference/session/functions  session-unset.xml 
  Log:
  sorry, hopefully correct correction this time...
  
Index: phpdoc/en/reference/session/functions/session-unset.xml
diff -u phpdoc/en/reference/session/functions/session-unset.xml:1.5 
phpdoc/en/reference/session/functions/session-unset.xml:1.6
--- phpdoc/en/reference/session/functions/session-unset.xml:1.5 Tue Oct 28 15:45:38 
2003
+++ phpdoc/en/reference/session/functions/session-unset.xml Wed Oct 29 03:52:31 
2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.5 $ --
+!-- $Revision: 1.6 $ --
 !-- splitted from ./en/functions/session.xml, last change in rev 1.8 --
   refentry id=function.session-unset
refnamediv
@@ -22,7 +22,8 @@
  para
   If varname$_SESSION/varname (or
   varname$HTTP_SESSION_VARS/varname for PHP 4.0.6 or less) is
-  used, use $_SESSION = array(); to unregister a session variable.
+  used, use functionunset/function to unregister a session
+  variable, i.e. literalunset ($_SESSION['varname'])/literal;
  /para
 /note
 para


Re: [PHP-DOC] Re: cvs: phpdoc /en/reference/session/functions session-unset.xml

2003-10-29 Thread Martin Samesch
Hi Jani,

On Wed, Oct 29, 2003 at 02:41:54AM +0200, Jani Taskinen wrote:
 
 To unset single registered session variable:
 
   unset ($_SESSION['varname']);
   
 To unset all registered variables:
 
   session_unset ();

Hopefully fixed.

Thanks.

Cheers,
Martin


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

2003-10-28 Thread Martin Samesch
samesch Tue Oct 28 15:45:38 2003 EDT

  Modified files:  
/phpdoc/en/reference/session/functions  session-unset.xml 
  Log:
  removed repetition (with typo)
  
Index: phpdoc/en/reference/session/functions/session-unset.xml
diff -u phpdoc/en/reference/session/functions/session-unset.xml:1.4 
phpdoc/en/reference/session/functions/session-unset.xml:1.5
--- phpdoc/en/reference/session/functions/session-unset.xml:1.4 Mon May 19 08:09:26 
2003
+++ phpdoc/en/reference/session/functions/session-unset.xml Tue Oct 28 15:45:38 
2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.4 $ --
+!-- $Revision: 1.5 $ --
 !-- splitted from ./en/functions/session.xml, last change in rev 1.8 --
   refentry id=function.session-unset
refnamediv
@@ -22,8 +22,7 @@
  para
   If varname$_SESSION/varname (or
   varname$HTTP_SESSION_VARS/varname for PHP 4.0.6 or less) is
-  used, use functionunset/function to unregister session
-  variable. i.e. $_SESSION = array();
+  used, use $_SESSION = array(); to unregister a session variable.
  /para
 /note
 para


Re: [PHP-DOC] Re: cvs: phpdoc /en/reference/session/functions session-unset.xml

2003-10-28 Thread Martin Samesch
Hi Didou,

On Tue, Oct 28, 2003 at 10:50:24PM +0100, Mehdi Achour wrote:
 Hi,
 
 Index: phpdoc/en/reference/session/functions/session-unset.xml
 diff -u phpdoc/en/reference/session/functions/session-unset.xml:1.4 
 phpdoc/en/reference/session/functions/session-unset.xml:1.5
 [...]
   para
If varname$_SESSION/varname (or
varname$HTTP_SESSION_VARS/varname for PHP 4.0.6 or less) is
 -  used, use functionunset/function to unregister session
 -  variable. i.e. $_SESSION = array();
 +  used, use $_SESSION = array(); to unregister a session variable.
   /para
 
 
 I think that the text should be :
 
   use unset($_SESSION['some_variable']) to unregister a session variable.
 
 Because, $_SESSION = array() destroy all the variables. Am I wrong ?

Probably you're right. I'm sorry.

Could somebody else please check this?

Cheers,
Martin


[PHP-DOC] DOC-DE phpweb-Build from Oct 17th

2003-10-23 Thread Martin Samesch
Hi,

where should I send $SUBJECT to?

The online manual is from Aug 21st and there are some updates from
the DOC-DE team.

Cheers,
Martin


Re: [PHP-DOC] DOC-DE phpweb-Build from Oct 17th

2003-10-23 Thread Martin Samesch
Hi Derick

On Thu, Oct 23, 2003 at 10:26:24AM +0200, Derick Rethans wrote:
 On Thu, 23 Oct 2003, Martin Samesch wrote:
 
  where should I send $SUBJECT to?
  
  The online manual is from Aug 21st and there are some updates from
  the DOC-DE team.
 
 I'll fire off a new build in a bit, all 26 languages again :)

OK. Thanks.

Still IMHO the translation teams could take care of this
themselves...

...until everything works.

Cheers,
Martin


Re: [PHP-DOC] DOC-DE phpweb-Build from Oct 17th

2003-10-23 Thread Martin Samesch
On Thu, Oct 23, 2003 at 10:43:54AM +0200, Derick Rethans wrote:
 On Thu, 23 Oct 2003, Martin Samesch wrote:
 
   I'll fire off a new build in a bit, all 26 languages again :)
  
  OK. Thanks.
  
  Still IMHO the translation teams could take care of this
  themselves...
 
 I don't agree, but I'm not going to discuss this again. (And use 
 reply-all next time)

I Didn't expect anything else.

Can you imagine, that you're not the only one who is getting annoyed?

Please don't CC to me. I'm on this list. ;-)

Cheers,
Martin


Re: [PHP-DOC] searching for contact to german translation team

2003-09-20 Thread Martin Samesch
On Thu, Sep 18, 2003 at 04:24:13PM +0200, [EMAIL PROTECTED] wrote:
 [...]
 diffs). At least in this case your request is going to be granted much
 faster and it also this procedure prevents people just joining the
 community because they want a @php.net account or ...

... being mentioned in the manual.

Having a look at the revcheck page you could easily come to this
conclusion.

Of course some/many of those who (according to revcheck.html) don't
maintain any file, contributed a lot to the translation in the past
or contribute to PHP-DOC or PHP-DEV.

A CVS (and @php.net) account lasts forever... ;-)

SCNR

Cheers,
Martin


Re: [PHP-DOC] searching for contact to german translation team

2003-09-17 Thread Martin Samesch
Hi Christian,

On Wed, Sep 17, 2003 at 10:51:13PM +0200, Christian Stottmeister wrote:
 hiya all!
 
 i just subscribed to this list in order to get in touch with the team 
 that translates the php documentation from english to german. could 
 someone please point me to some place where i can find more information?

Welcome!

If you want to help with translation, this is the place to start
reading:

  http://de3.php.net/manual/howto/index.html

You might also want to ask for a CVS account:

  http://www.php.net/cvs-php.php

BTW, there's also a mailinglist for the german translation team. You
can subscribe sending a blank email to

  [EMAIL PROTECTED]

Cheers,
Martin


[PHP-DOC] cvs: phpdoc /en/language types.xml

2003-08-31 Thread Martin Samesch
samesch Sun Aug 31 15:37:33 2003 EDT

  Modified files:  
/phpdoc/en/language types.xml 
  Log:
  typo
  
Index: phpdoc/en/language/types.xml
diff -u phpdoc/en/language/types.xml:1.123 phpdoc/en/language/types.xml:1.124
--- phpdoc/en/language/types.xml:1.123  Fri Jun 27 17:27:30 2003
+++ phpdoc/en/language/types.xmlSun Aug 31 15:37:32 2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.123 $ --
+!-- $Revision: 1.124 $ --
  chapter id=language.types
   titleTypes/title
 
@@ -1984,7 +1984,7 @@
3,
4,
5,
-   6,
+   6
  ),
   holes   = array (  first,
5 = second,


Re: [PHP-DOC] Manual Manual Update

2003-08-15 Thread Martin Samesch
On Fri, Aug 15, 2003 at 12:30:30AM +0200, Derick Rethans wrote:
 On Fri, 15 Aug 2003, Mehdi Achour wrote:
 
  Can't we ask each translation team to provide its language differents 
  formats of documentation to [EMAIL PROTECTED] ? I think it will get rid of 
  the load. The system team will only have to test them and then put them 
  online. Opinions ?
 
 I don't like this, it's way too much organising. And we might have a new 
 box soonish anyway.

Too much organising?

It takes a lot more time and organising to translate the manual and to
keep translation in sync. So why do we care at all?

Martin

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



Re: [PHP-DOC] Manual Manual Update

2003-08-15 Thread Martin Samesch
On Thu, Aug 14, 2003 at 11:59:38PM +0200, Gabor Hojtsy wrote:
  [...]
 Where's the problem running 'make phpweb' once or twice a month. I
 built the german manual today. Where should I send it? If needed,
 I'll build it every two weeks.
 
 The problem is that too many formats need to be built for too many 
 languages, and this makes the build server run on 100% processor load 
 for days. As we have no dedicated build server, this is not acceptable, 
 the same server is unable to do anything else while the manuals are 
 generated.

The load on the build server won't be affected very much if the build
process is running on other machines.

 I guess you would suggest that the build should be modified to only 
 generate phpweb versions, and nothing else... Noone bothered to make 
 this modification yet, and I am not convinced that this would mean a 
 restart for the automatic generation...

No. Why have everything build on one machine. Think about Mehdi's
suggestion (and SETI... ;-). As well as with translation itself just
leave building and testing to the translation teams.

BTW, can I ignore these warnings or should I adapt the Makefile and/or
build scripts:

bWarning/b:  file(./entities/global.ent) - No such file or
directory in
b/home/martin/phpdoc-de/scripts/phpweb-entities.php/b on line
b51/bbr /
br /
bWarning/b:  Invalid argument supplied for foreach() in
b/home/martin/phpdoc-de/scripts/phpweb-entities.php/b on line
b55/bbr /
/usr/bin/php4 -q ./scripts/rtlpatch/hackmanuallang.php de
br /
bWarning/b:  Undefined index:  SCRIPT_NAME in
b/home/martin/phpdoc-de/scripts/rtlpatch/hackmanuallang.php/b on
line b32/bbr /

Martin

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



[PHP-DOC] make phpweb: warnings

2003-08-15 Thread Martin Samesch
Hi,

running 'make phpweb' (fresh checkout, 'autoconf', './configure
--with-lang=de') I get the following warnings:

bWarning/b:  file(./entities/global.ent) - No such file or
directory in b/home/martin/phpdoc/scripts/phpweb-entities.php/b
on line b51/bbr /
br /
bWarning/b:  Invalid argument supplied for foreach() in
b/home/martin/phpdoc/scripts/phpweb-entities.php/b on line
b55/bbr /
/usr/bin/php4 -q ./scripts/rtlpatch/hackmanuallang.php de
br /
bWarning/b:  Undefined index:  SCRIPT_NAME in
b/home/martin/phpdoc/scripts/rtlpatch/hackmanuallang.php/b on
line b32/bbr /

The output seems to be OK, though. Do I have to change anything
(Makefile.in, build scripts, ...)?

Martin

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



Re: [PHP-DOC] Manual Manual Update

2003-08-14 Thread Martin Samesch
Hi Derick,

On Thu, Aug 14, 2003 at 05:32:57PM +0200, Derick Rethans wrote:
 On Thu, 14 Aug 2003, Philip Olson wrote:
 
  [...]
  How about every translation be updated every
  2-4 weeks automatically?  I know, this is a
  crazy thought, and a silly dream ;)
 
 You've been told numerous times that that isn't possible. Go annoy other 
 people with this.

Sorry, I'm one more who can't read. ;-)

Where's the problem running 'make phpweb' once or twice a month. I
built the german manual today. Where should I send it? If needed,
I'll build it every two weeks.

Martin

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



[PHP-DOC] cvs: phpdoc /en/reference/oracle/functions ora-close.xml

2003-08-05 Thread Martin Samesch
samesch Tue Aug  5 17:00:42 2003 EDT

  Modified files:  
/phpdoc/en/reference/oracle/functions   ora-close.xml 
  Log:
  typo
  
Index: phpdoc/en/reference/oracle/functions/ora-close.xml
diff -u phpdoc/en/reference/oracle/functions/ora-close.xml:1.3 
phpdoc/en/reference/oracle/functions/ora-close.xml:1.4
--- phpdoc/en/reference/oracle/functions/ora-close.xml:1.3  Tue Jul 29 15:14:56 
2003
+++ phpdoc/en/reference/oracle/functions/ora-close.xml  Tue Aug  5 17:00:42 2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.3 $ --
+!-- $Revision: 1.4 $ --
 !-- splitted from ./en/functions/oracle.xml, last change in rev 1.5 --
   refentry id=function.ora-close
refnamediv
@@ -10,7 +10,7 @@
 titleDescription/title
  methodsynopsis
   typebool/typemethodnameora_close/methodname
-  methodparamtyperessource/typeparametercursor/parameter/methodparam
+  methodparamtyperesource/typeparametercursor/parameter/methodparam
  /methodsynopsis
 para
  This function closes a data cursor opened with



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



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

2003-06-21 Thread Martin Samesch
samesch Sat Jun 21 10:14:06 2003 EDT

  Modified files:  
/phpdoc/en/reference/posix/functionsposix-getcwd.xml 
  Log:
  typo...
  
Index: phpdoc/en/reference/posix/functions/posix-getcwd.xml
diff -u phpdoc/en/reference/posix/functions/posix-getcwd.xml:1.5 
phpdoc/en/reference/posix/functions/posix-getcwd.xml:1.6
--- phpdoc/en/reference/posix/functions/posix-getcwd.xml:1.5Thu Jun 19 15:49:07 
2003
+++ phpdoc/en/reference/posix/functions/posix-getcwd.xmlSat Jun 21 10:14:06 
2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.5 $ --
+!-- $Revision: 1.6 $ --
 !-- splitted from ./en/functions/posix.xml, last change in rev 1.2 --
   refentry id=function.posix-getcwd
refnamediv
@@ -14,7 +14,7 @@
 /methodsynopsis
 para
  functionposix_getcwd/function returns the absolute pathname of the
- scripts current working directory. functionposix_getcwd/function
+ script's current working directory. functionposix_getcwd/function
  returns false; on error.
 /para
/refsect1



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



[PHP-DOC] cvs: phpdoc /en/reference/oracle/functions ora-parse.xml

2003-02-13 Thread Martin Samesch
samesch Thu Feb 13 10:10:48 2003 EDT

  Modified files:  
/phpdoc/en/reference/oracle/functions   ora-parse.xml 
  Log:
  reverting last change
  
Index: phpdoc/en/reference/oracle/functions/ora-parse.xml
diff -u phpdoc/en/reference/oracle/functions/ora-parse.xml:1.4 
phpdoc/en/reference/oracle/functions/ora-parse.xml:1.5
--- phpdoc/en/reference/oracle/functions/ora-parse.xml:1.4  Thu Feb 13 06:48:52 
2003
+++ phpdoc/en/reference/oracle/functions/ora-parse.xml  Thu Feb 13 10:10:48 2003
@@ -1,10 +1,10 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.4 $ --
+!-- $Revision: 1.5 $ --
 !-- splitted from ./en/functions/oracle.xml, last change in rev 1.2 --
   refentry id=function.ora-parse
refnamediv
 refnameora_parse/refname
-refpurposeParse a SQL statement with Oracle/refpurpose
+refpurposeParse an SQL statement with Oracle/refpurpose
/refnamediv
refsect1
 titleDescription/title



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




Re: [PHP-DOC] cvs: phpdoc /en/reference/oracle/functions ora-parse.xml

2003-02-13 Thread Martin Samesch
On Thu, Feb 13, 2003 at 01:00:25PM +0100, Derick Rethans wrote:
 On Thu, 13 Feb 2003, Martin Samesch wrote:
 
  samesch Thu Feb 13 06:48:52 2003 EDT
  
Modified files:  
  /phpdoc/en/reference/oracle/functions   ora-parse.xml 
Log:
fixed typo
 
 Actually, it was correct... You pronounce SQL as Ess Kju Ell , and thus 
 it begins with a vowel, and thus we use  an. 
 
  -refpurposeParse an SQL statement with Oracle/refpurpose
  +refpurposeParse a SQL statement with Oracle/refpurpose

Thanks. Ummm, I was in doubt about it first...

It's correct again.

Martin

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




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

2003-02-01 Thread Martin Samesch
samesch Sat Feb  1 12:33:04 2003 EDT

  Modified files:  
/phpdoc/en/reference/sessionreference.xml 
  Log:
  added tags
  
Index: phpdoc/en/reference/session/reference.xml
diff -u phpdoc/en/reference/session/reference.xml:1.29 
phpdoc/en/reference/session/reference.xml:1.30
--- phpdoc/en/reference/session/reference.xml:1.29  Sun Jan 26 10:19:02 2003
+++ phpdoc/en/reference/session/reference.xml   Sat Feb  1 12:33:04 2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.29 $ --
+!-- $Revision: 1.30 $ --
  reference id=ref.session
   titleSession handling functions/title
   titleabbrevSessions/titleabbrev
@@ -72,8 +72,9 @@
  addditional protections -- this usually comes at a price, reduced
  convenience for the user.  For example, if you want to protect users from
  simple social engineering tactics, you need to enable
- session.use_only_cookies.  In that case, cookies must be enabled
- unconditionally on the user side, or sessions will not work.
+ literalsession.use_only_cookies/literal.  In that case,
+ cookies must be enabled unconditionally on the user side, or
+ sessions will not work.
 /para
 para
  There are several ways to leak an existing session id to third parties.
@@ -162,7 +163,7 @@
  are accessible like any other variables.
  example
   title
-   Registering a variable with $_SESSION.
+   Registering a variable with varname$_SESSION/varname.
   /title
   programlisting role=php
 ![CDATA[
@@ -180,7 +181,9 @@
  /example
  example
   title
-   Unregistering a variable with $_SESSION and register_globals disabled.
+   Unregistering a variable with varname$_SESSION/varname and
+   link
+   linkend=ini.register-globalsliteralregister_globals/literal/link 
+disabled.
   /title
   programlisting role=php
 ![CDATA[
@@ -194,8 +197,10 @@
  /example
  example
   title
-   Unregistering a variable with register_globals enabled, after
-   registering it using $_SESSION.
+   Unregistering a variable with link 
+   linkend=ini.register-globalsliteralregister_globals/literal/link
+   enabled, after registering it using
+   varname$_SESSION/varname.
   /title
   programlisting role=php
 ![CDATA[
@@ -220,9 +225,7 @@
  varname$_SESSION/varname.
  caution
   para
-   If you are using
-   varname$_SESSION/varname
-   and disable link
+   If you are using varname$_SESSION/varname and disable link
linkend=ini.register-globalsliteralregister_globals/literal/link,
do not use functionsession_register/function,
functionsession_is_registered/function and
@@ -305,8 +308,9 @@
  PHP 4.2 or later, you need to enable it manually when building PHP.
  Under UNIX, pass link linkend=install.configure.enable-trans-sid
  literal--enable-trans-sid/literal/link to configure. If this build
- option and the run-time option session.use_trans_sid are enabled,
- relative URIs will be changed to contain the session id automatically.
+ option and the run-time option
+ literalsession.use_trans_sid/literal are enabled, relative
+ URIs will be changed to contain the session id automatically.
  note
   para
   The link linkend=ini.arg-separator.outputarg_separator.output/link



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




Re: [PHP-DOC] cvs: phpdoc /en/reference/session reference.xml

2003-02-01 Thread Martin Samesch
Hi Philip,

On Sat, Feb 01, 2003 at 07:18:26PM +, Philip Olson wrote:
 
 I don't think putting literal inside a link is very
 good, please choose one or the other.

Ooops, was it me? I just copied this from other places (errr, I
think... ;-)

So I remove the literal tag inside the links, OK?

Should I also replace the literal-only tags with links?

Cheers,
Martin

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




[PHP-DOC] cvs: phpdoc /en/reference/mssql/functions mssql-bind.xml mssql-execute.xml mssql-field-seek.xml mssql-free-statement.xml mssql-init.xml

2003-01-31 Thread Martin Samesch
samesch Fri Jan 31 08:54:20 2003 EDT

  Modified files:  
/phpdoc/en/reference/mssql/functionsmssql-bind.xml 
mssql-execute.xml 
mssql-field-seek.xml 
mssql-free-statement.xml 
mssql-init.xml 
  Log:
  typo and/or re-indentation
  
Index: phpdoc/en/reference/mssql/functions/mssql-bind.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-bind.xml:1.3 
phpdoc/en/reference/mssql/functions/mssql-bind.xml:1.4
--- phpdoc/en/reference/mssql/functions/mssql-bind.xml:1.3  Thu Jan  9 13:46:33 
2003
+++ phpdoc/en/reference/mssql/functions/mssql-bind.xml  Fri Jan 31 08:54:20 2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.3 $ --
+!-- $Revision: 1.4 $ --
 !-- splitted from ./en/functions/mssql.xml, last change in rev 1.24 --
   refentry id='function.mssql-bind'
refnamediv
@@ -24,8 +24,9 @@
  warn.undocumented.func;
 /para
 para
- See also functionmssql_execute/function, 
functionmssql_free_statement/function
- and functionmssql_init/function
+ See also functionmssql_execute/function,
+ functionmssql_free_statement/function, and
+ functionmssql_init/function
 /para
/refsect1
   /refentry
Index: phpdoc/en/reference/mssql/functions/mssql-execute.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-execute.xml:1.4 
phpdoc/en/reference/mssql/functions/mssql-execute.xml:1.5
--- phpdoc/en/reference/mssql/functions/mssql-execute.xml:1.4   Thu Jan  9 13:46:33 
2003
+++ phpdoc/en/reference/mssql/functions/mssql-execute.xml   Fri Jan 31 08:54:20 
+2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.4 $ --
+!-- $Revision: 1.5 $ --
 !-- splitted from ./en/functions/mssql.xml, last change in rev 1.24 --
   refentry id='function.mssql-execute'
refnamediv
@@ -28,8 +28,9 @@
  /simpara
 /note
 para
- See also functionmssql_bind/function, 
functionmssql_free_statement/function
- and functionmssql_init/function
+ See also functionmssql_bind/function,
+ functionmssql_free_statement/function, and
+ functionmssql_init/function
 /para
/refsect1
   /refentry
Index: phpdoc/en/reference/mssql/functions/mssql-field-seek.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-field-seek.xml:1.2 
phpdoc/en/reference/mssql/functions/mssql-field-seek.xml:1.3
--- phpdoc/en/reference/mssql/functions/mssql-field-seek.xml:1.2Wed Apr 17 
02:41:01 2002
+++ phpdoc/en/reference/mssql/functions/mssql-field-seek.xmlFri Jan 31 08:54:20 
+2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
 !-- splitted from ./en/functions/mssql.xml, last change in rev 1.2 --
   refentry id=function.mssql-field-seek
refnamediv
@@ -19,7 +19,8 @@
  offset, this field would be returned./para
 para/para
 para
- See also: functionmssql_fetch_field/function./para
+ See also: functionmssql_fetch_field/function.
+/para
/refsect1
   /refentry
 
Index: phpdoc/en/reference/mssql/functions/mssql-free-statement.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-free-statement.xml:1.1 
phpdoc/en/reference/mssql/functions/mssql-free-statement.xml:1.2
--- phpdoc/en/reference/mssql/functions/mssql-free-statement.xml:1.1Thu Jan  9 
13:46:33 2003
+++ phpdoc/en/reference/mssql/functions/mssql-free-statement.xmlFri Jan 31 
+08:54:20 2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.1 $ --
+!-- $Revision: 1.2 $ --
 !-- splitted from ./en/functions/mssql.xml, last change in rev 1.2 --
   refentry id=function.mssql-free-statement
refnamediv
@@ -21,8 +21,9 @@
  statement memory will be freed.
 /para
 para
- See also functionmssql_bind/function, functionmssql_execute/function
- and functionmssql_init/function
+ See also functionmssql_bind/function,
+ functionmssql_execute/function, and
+ functionmssql_init/function
 /para
/refsect1
   /refentry
Index: phpdoc/en/reference/mssql/functions/mssql-init.xml
diff -u phpdoc/en/reference/mssql/functions/mssql-init.xml:1.3 
phpdoc/en/reference/mssql/functions/mssql-init.xml:1.4
--- phpdoc/en/reference/mssql/functions/mssql-init.xml:1.3  Thu Jan  9 13:46:33 
2003
+++ phpdoc/en/reference/mssql/functions/mssql-init.xml  Fri Jan 31 08:54:20 2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.3 $ --
+!-- $Revision: 1.4 $ --
 !-- splitted from ./en/functions/mssql.xml, last change in rev 1.24 --
   refentry id='function.mssql-init'
refnamediv
@@ -19,8 +19,9 @@
  warn.undocumented.func;
 /para
 para
- See also functionmssql_bind/function, functionmssql_execute/function
- and functionmssql_free_statement/function
+ See also functionmssql_bind/function,
+ 

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

2003-01-31 Thread Martin Samesch
samesch Fri Jan 31 14:14:59 2003 EDT

  Modified files:  
/phpdoc/en/reference/session/functions  session-register.xml 
  Log:
  added tags; s/mimick/mimic; wrapped some lines
  
Index: phpdoc/en/reference/session/functions/session-register.xml
diff -u phpdoc/en/reference/session/functions/session-register.xml:1.7 
phpdoc/en/reference/session/functions/session-register.xml:1.8
--- phpdoc/en/reference/session/functions/session-register.xml:1.7  Sat Jan 18 
00:38:52 2003
+++ phpdoc/en/reference/session/functions/session-register.xml  Fri Jan 31 14:14:58 
+2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.7 $ --
+!-- $Revision: 1.8 $ --
 !-- splitted from ./en/functions/session.xml, last change in rev 1.2 --
   refentry id=function.session-register
refnamediv
@@ -24,28 +24,33 @@
 /para
 caution
  para
-  If you want your script to work regardless of register_globals, you need
-  to use the $_SESSION array. All $_SESSION entries are automatically
-  registered. If your script uses session_register(), it will not work in
-  environments where register_globals is disabled.
+  If you want your script to work regardless of link
+  linkend=ini.register-globalsliteralregister_globals/literal/link,
+  you need to use the varname$_SESSION/varname array. All
+  varname$_SESSION/varname  entries are automatically
+  registered. If your script uses
+  functionsession_register/function, it will not work in
+  environments where link
+  linkend=ini.register-globalsliteralregister_globals/literal/link
+  is disabled.
  /para
 /caution
 caution
  para
-  This registers a emphasisglobal/emphasis variable. If you want to
-  register a session variable from within a function, you need to make sure to
-  make it global using the 
-  link linkend=language.variables.scopecommandglobal/command/link 
-  keyword or the varname$GLOBALS[]/varname array, or use the special session 
-  arrays as noted below.
+  This registers a emphasisglobal/emphasis variable. If you
+  want to register a session variable from within a function, you
+  need to make sure to make it global using the link
+  linkend=language.variables.scopecommandglobal/command/link
+  keyword or the varname$GLOBALS[]/varname array, or use the
+  special session arrays as noted below.
  /para
 /caution
 caution
  para
-  If you are using
-  varname$_SESSION/varname (or varname$HTTP_SESSION_VARS/varname),
-  do not use functionsession_register/function,
-  functionsession_is_registered/function and
+  If you are using varname$_SESSION/varname
+  (or varname$HTTP_SESSION_VARS/varname), do not use
+  functionsession_register/function,
+  functionsession_is_registered/function, and
   functionsession_unregister/function.
  /para
 /caution
@@ -56,7 +61,7 @@
 para
  If functionsession_start/function was not called before this function
  is called, an implicit call to functionsession_start/function with no
- parameters will be made.  varname$_SESSION/varname does not mimick
+ parameters will be made.  varname$_SESSION/varname does not mimic
  this behavior and requires functionsession_start/function before use.
 /para
 para



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




[PHP-DOC] regex/configure.xml

2003-01-07 Thread Martin Samesch
Hi,

is it necessary to specify TYPE here: --with-regex=TYPE, if there's a
default (php) as mentioned? Then it should be indicated using
--with-regex[=TYPE] instead, right?

Martin


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




[PHP-DOC] cvs: phpdoc /en/reference/regex configure.xml

2003-01-07 Thread Martin Samesch
samesch Tue Jan  7 15:21:39 2003 EDT

  Modified files:  
/phpdoc/en/reference/regex  configure.xml 
  Log:
  marked specification of TYPE as optional
  
Index: phpdoc/en/reference/regex/configure.xml
diff -u phpdoc/en/reference/regex/configure.xml:1.1 
phpdoc/en/reference/regex/configure.xml:1.2
--- phpdoc/en/reference/regex/configure.xml:1.1 Mon Dec  2 07:55:39 2002
+++ phpdoc/en/reference/regex/configure.xml Tue Jan  7 15:21:38 2003
@@ -1,10 +1,10 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.1 $ --
+!-- $Revision: 1.2 $ --
 section id=regex.installation
  reftitle.install;
  para
   To enable regexp support configure PHP
-  option role=configure--with-regex=TYPE/option. TYPE can be one of
+  option role=configure--with-regex[=TYPE]/option. TYPE can be one of
   system, apache, php. The default is to use php.
  /para
  note



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




[PHP-DOC] cvs: phpdoc /en/reference/mssql configure.xml

2003-01-07 Thread Martin Samesch
samesch Tue Jan  7 06:26:23 2003 EDT

  Modified files:  
/phpdoc/en/reference/mssql  configure.xml 
  Log:
  fixed typo
  
Index: phpdoc/en/reference/mssql/configure.xml
diff -u phpdoc/en/reference/mssql/configure.xml:1.2 
phpdoc/en/reference/mssql/configure.xml:1.3
--- phpdoc/en/reference/mssql/configure.xml:1.2 Wed Dec 18 02:27:10 2002
+++ phpdoc/en/reference/mssql/configure.xml Tue Jan  7 06:26:23 2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
 section id=mssql.installation
  reftitle.install;
  para
@@ -8,7 +8,7 @@
  /para
  para
   To get these functions to work, you have to compile PHP with
-  option role=configure--with-mssql=[DIR]/option, where DIR is the
+  option role=configure--with-mssql[=DIR]/option, where DIR is the
   FreeTDS install prefix.
  /para
 /section



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




Re: [PHP-DOC] regex/configure.xml

2003-01-07 Thread Martin Samesch
[EMAIL PROTECTED] wrote:
Hi,

is it necessary to specify TYPE here: --with-regex=TYPE, if there's a
default (php) as mentioned? Then it should be indicated using
--with-regex[=TYPE] instead, right?
 
 should be --with-regex[=TYPE]  

OK, it's fixed.

Thanks

Martin


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




[PHP-DOC] Problem with the revcheck page

2002-12-18 Thread Martin Samesch
Hi,

http://www.php.net/manual/de/revcheck.html.gz tells me that The de
language code is not valid.

Is it broken?

Martin


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




[PHP-DOC] cvs: phpdoc /en/reference/session ini.xml

2002-11-23 Thread Martin Samesch
samesch Sat Nov 23 17:47:32 2002 EDT

  Modified files:  
/phpdoc/en/reference/sessionini.xml 
  Log:
  for accordance with descriptions of other settings...
  
  
Index: phpdoc/en/reference/session/ini.xml
diff -u phpdoc/en/reference/session/ini.xml:1.8 phpdoc/en/reference/session/ini.xml:1.9
--- phpdoc/en/reference/session/ini.xml:1.8 Sun Nov 17 08:42:10 2002
+++ phpdoc/en/reference/session/ini.xml Sat Nov 23 17:47:32 2002
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.8 $ --
+!-- $Revision: 1.9 $ --
 section id=session.configuration
  reftitle.runtime;
  extension.runtime;
@@ -401,8 +401,9 @@
/term
listitem
 simpara
- Wether cookies should only be sent over secure connections.
- Defaults to literaloff/literal.
+ literalsession.cookie_secure/literal specifies wether cookies
+ should only be sent over secure connections. Defaults to
+ literaloff/literal.
  This setting was added in literalPHP/literal
  4.0.4. See also
  functionsession_get_cookie_params/function and



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




[PHP-DOC] cvs: phpdoc /en/reference/session ini.xml

2002-11-23 Thread Martin Samesch
samesch Sat Nov 23 17:59:52 2002 EDT

  Modified files:  
/phpdoc/en/reference/sessionini.xml 
  Log:
  s/wether/whether/ (wether = Hammel ;-)
  
  
Index: phpdoc/en/reference/session/ini.xml
diff -u phpdoc/en/reference/session/ini.xml:1.9 
phpdoc/en/reference/session/ini.xml:1.10
--- phpdoc/en/reference/session/ini.xml:1.9 Sat Nov 23 17:47:32 2002
+++ phpdoc/en/reference/session/ini.xml Sat Nov 23 17:59:51 2002
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.9 $ --
+!-- $Revision: 1.10 $ --
 section id=session.configuration
  reftitle.runtime;
  extension.runtime;
@@ -401,8 +401,8 @@
/term
listitem
 simpara
- literalsession.cookie_secure/literal specifies wether cookies
- should only be sent over secure connections. Defaults to
+ literalsession.cookie_secure/literal specifies whether
+ cookies should only be sent over secure connections. Defaults to
  literaloff/literal.
  This setting was added in literalPHP/literal
  4.0.4. See also



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




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

2002-10-07 Thread Martin Samesch

samesch Mon Oct  7 06:47:16 2002 EDT

  Modified files:  
/phpdoc/en/reference/sessionreference.xml 
  Log:
  made 'global' a link
  
  
Index: phpdoc/en/reference/session/reference.xml
diff -u phpdoc/en/reference/session/reference.xml:1.16 
phpdoc/en/reference/session/reference.xml:1.17
--- phpdoc/en/reference/session/reference.xml:1.16  Thu Oct  3 23:05:09 2002
+++ phpdoc/en/reference/session/reference.xml   Mon Oct  7 06:47:15 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.16 $ --
+!-- $Revision: 1.17 $ --
  reference id=ref.session
   titleSession handling functions/title
   titleabbrevSessions/titleabbrev
 -114,10 +114,12 
   varname$_GET/varname, varname$_REQUEST/varname and so on.
   Unlike varname$HTTP_SESSION_VARS/varname,
   varname$_SESSION/varname is always global. Therefore, you do not
-  need to use literalglobal/literal for
-  varname$_SESSION/varname. Please note that this documentation
-  has been changed to use varname$_SESSION/varname everywhere. You can
-  substitute varname$HTTP_SESSION_VARS/varname for
+  need to use the link
+  linkend=language.variables.scopecommandglobal/command/link
+  keyword for varname$_SESSION/varname. Please note that this
+  documentation has been changed to use
+  varname$_SESSION/varname everywhere. You can substitute
+  varname$HTTP_SESSION_VARS/varname for
   varname$_SESSION/varname, if you prefer the former.
  /para
  para



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




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

2002-10-07 Thread Martin Samesch

samesch Mon Oct  7 07:12:19 2002 EDT

  Modified files:  
/phpdoc/en/reference/sessionreference.xml 
  Log:
  no use of brackets with function tags; added function tags
  
  
Index: phpdoc/en/reference/session/reference.xml
diff -u phpdoc/en/reference/session/reference.xml:1.17 
phpdoc/en/reference/session/reference.xml:1.18
--- phpdoc/en/reference/session/reference.xml:1.17  Mon Oct  7 06:47:15 2002
+++ phpdoc/en/reference/session/reference.xml   Mon Oct  7 07:12:19 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.17 $ --
+!-- $Revision: 1.18 $ --
  reference id=ref.session
   titleSession handling functions/title
   titleabbrevSessions/titleabbrev
 -145,9 +145,9 
  varname$HTTP_SESSION_VARS/varname with PHP 4.0.6 or less) is
  recommended for improved security and code readablity. With
  varname$_SESSION/varname, there is no need to use the
- functionsession_register()/function,
- functionsession_unregister()/function,
- functionsession_is_registered()/function functions. Session variables
+ functionsession_register/function,
+ functionsession_unregister/function,
+ functionsession_is_registered/function functions. Session variables
  are accessible like any other variables.
  example
   title
 -204,8 +204,9 
  variable. Upon a restart of a session, these variables will be restored
  to corresponding global variables. Since PHP must know which global
  variables are registered as session variables, users need to register
- variables with session_register() function. You can avoid this by simply
- setting entries in varname$_SESSION/varname.
+ variables with functionsession_register/function function.
+ You can avoid this by simply setting entries in
+ varname$_SESSION/varname.
  caution
   para
If you are using
 -258,12 +259,13 
 /para
 para
  Additionally, if you register a new session variable by using
- functionsession_register()/function, the entry in the global scope
+ functionsession_register/function, the entry in the global scope
  and the varname$_SESSION/varname entry will not reference the same
- value until the next session start (this applies to PHP 4.2 and before
- only).  I.e. a modification to the global variable will not be reflected
- by the varname$_SESSION/varname entry.  This is unlikely to matter in
- practice and has been corrected in PHP 4.3.
+ value until the next functionsession_start/function (this
+ applies to PHP 4.2 and before only).  I.e. a modification to the
+ global variable will not be reflected by the
+ varname$_SESSION/varname entry.  This is unlikely to matter
+ in practice and has been corrected in PHP 4.3.
 /para
/section
 



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




Re: [PHP-DOC] cvs: phpdoc /en/reference/session ini.xml

2002-10-04 Thread Martin Samesch

Tal Peer wrote:
 
 Martin Samesch wrote:
 
 sameschFri Oct  4 07:25:24 2002 EDT
 
   Modified files:
 /phpdoc/en/reference/session   ini.xml
   Log:
   fixed typo, c:/temp isn't a valid Windows path
 
 
 
 But PHP uses windows paths with unix-slashes, no? (i hardly use php on
 win, so i'm not sure..)

Ooops, to be honest, I'm not sure about that, too (I never use PHP on
win), but...

$ grep path /etc/php4/apache/php.ini
[...]
include_path = [...]  ; UNIX: /path1:/path2  Windows:
\path1;\path2

Martin

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




[PHP-DOC] session/reference.xml

2002-10-04 Thread Martin Samesch

Hi,

typo in row 261?

 Additionally, if you register a new session variable by using
 functionsession_register()/function, the entry in the global
scope   
 and the varname$_SESSION/varname entry will not reference the
same   
 value until the next session start (this applies to PHP 4.2 and
before   
 only).  I.e. a modification to the global variable will not be
reflected 
 only).  I.e. a modification to the global variable will not be
reflected 
 by the varname$_SESSION/varname entry.  This is unlikely to
matter in
 practice and has been corrected in PHP 4.3.

suggestions:

...until the next session starts...

...until the next functionsession_start/function...

Used the latter in the translation.

Martin

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




Re: [PHP-DOC] Greetings from Egon

2002-08-25 Thread Martin Samesch

Sebastian Bergmann wrote:
 
 Georg Richter wrote:
  Egon is in the hospital, because he had some alcohol problems.
  He is on the best way for recovery, and will leave the hospital on
  Sept 6th.
 
   If you'll meet him again, please relay my best wishes to him, Georg.

My best wishes too, please.

Martin

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




[PHP-DOC] pspell-config-create: parameter 'mode'

2002-08-20 Thread Martin Samesch

Hi,

in the pspell docu there's a parameter 'mode' mentioned, but according
to pspell.c there's no such parameter.

Cheers,
Martin

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




Re: [PHP-DOC] cvs: phpdoc /en/reference/session reference.xml

2002-08-17 Thread Martin Samesch

Hi Rasmus,

Rasmus Lerdorf wrote:
 
 [...]
 +simparaIf you are using the default file-based session handler, your
 +filesystem must keep track of access times (atime).  Windows FAT does
 +not so you will have to come up with another way to handle garbage
 +collecting your session if you are stuck with a FAT filesystem or any
 +other fs where atime tracking.

There seems to be something missing in the last sentence. Is this

...with a FAT filesystem or use any other fs with atime tracking.

or

...with a FAT filesystem or any other fs where atime tracking is
missing.

or something else or do I only have a problem to understand/translate
because of my bad english?

Cheers,
Martin

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




Re: [PHP-DOC] cvs: phpdoc /en/functions session.xml

2002-02-24 Thread Martin Samesch

Yasuo Ohgaki wrote:
 
 yohgaki Sun Feb 24 01:12:22 2002 EDT
 
   Modified files:
 /phpdoc/en/functionssession.xml
   Log:
   Fix example that may cause segfaults :(
 
 []
 @@ -833,7 +833,7 @@
If varname$_SESSION/varname (or
varname$HTTP_SESSION_VARS/varname for PHP 4.0.6 or less) is
used, use functionunset/function to unregister session
 -  variable. i.e. unset($_SESSION);
 +  variable. i.e. $_SESSION = array();

use functionunset/function  i.e. $_SESSION = array();?

Martin



[PHP-DOC] cvs: phpdoc /de/functions posix.xml

2002-02-21 Thread Martin Samesch

samesch Thu Feb 21 12:48:35 2002 EDT

  Modified files:  
/phpdoc/de/functionsposix.xml 
  Log:
  finished translation, syncing with english rev 1.19, re-indenting
  

Index: phpdoc/de/functions/posix.xml
diff -u phpdoc/de/functions/posix.xml:1.13 phpdoc/de/functions/posix.xml:1.14
--- phpdoc/de/functions/posix.xml:1.13  Sat Feb  2 10:34:08 2002
+++ phpdoc/de/functions/posix.xml   Thu Feb 21 12:48:32 2002
@@ -23,11 +23,11 @@
/refnamediv
refsect1
 titleDescription/title
- methodsynopsis
-  typebool/typemethodnameposix_kill/methodname
-  methodparamtypeint/typeparameterpid/parameter/methodparam
-  methodparamtypeint/typeparametersig/parameter/methodparam
- /methodsynopsis
+methodsynopsis
+ typebool/typemethodnameposix_kill/methodname
+ methodparamtypeint/typeparameterpid/parameter/methodparam
+ methodparamtypeint/typeparametersig/parameter/methodparam
+/methodsynopsis
 para
  Diese Funktion sendet das Signal parametersig/parameter zum
  Prozess mit der Prozesskennung (Prozess-ID)
@@ -49,10 +49,10 @@
/refnamediv
refsect1
 titleBeschreibung/title
- methodsynopsis
-  typeint/typemethodnameposix_getpid/methodname
-  methodparamtypevoid/typeparameter//methodparam
- /methodsynopsis
+methodsynopsis
+ typeint/typemethodnameposix_getpid/methodname
+ void/
+/methodsynopsis
 para
  Diese Funktion gibt die Prozesskennung des aktuellen Prozesses
  zurück.
@@ -69,10 +69,10 @@
/refnamediv
refsect1
 titleBeschreibung/title
- methodsynopsis
-  typeint/typemethodnameposix_getppid/methodname
-  methodparamtypevoid/typeparameter//methodparam
- /methodsynopsis
+methodsynopsis
+ typeint/typemethodnameposix_getppid/methodname
+ void/
+/methodsynopsis
 para
  Diese Funktion gibt die Prozesskennung des Elternprozesses des
  aktuellen Prozesses zurück.
@@ -84,17 +84,17 @@
refnamediv
 refnameposix_getuid/refname
 refpurpose
- Liefert die wirkliche Benutzer-ID des aktuellen Prozesses
+ Liefert die reale Benutzer-ID des aktuellen Prozesses
 /refpurpose
/refnamediv
refsect1
 titleBeschreibung/title
- methodsynopsis
-  typeint/typemethodnameposix_getuid/methodname
-  methodparamtypevoid/typeparameter//methodparam
- /methodsynopsis
+methodsynopsis
+ typeint/typemethodnameposix_getuid/methodname
+ void/
+/methodsynopsis
 para
- Diese Funktion gibt die numerische wirkliche Benutzer-ID des
+ Diese Funktion gibt die reale numerische Benutzer-ID des
  aktuellen Prozesses zurück.
 /para
 para
@@ -114,12 +114,12 @@
/refnamediv
refsect1
 titleBeschreibung/title
- methodsynopsis
-  typeint/typemethodnameposix_geteuid/methodname
-  methodparamtypevoid/typeparameter//methodparam
- /methodsynopsis
+methodsynopsis
+ typeint/typemethodnameposix_geteuid/methodname
+ void/
+/methodsynopsis
 para
- Diese Funktion gibt die numerische effektive Benutzer-ID des
+ Diese Funktion gibt die effektive numerische Benutzer-ID des
  aktuellen Prozesses zurück.
 /para
 para
@@ -134,17 +134,17 @@
refnamediv
 refnameposix_getgid/refname
 refpurpose
- Liefert die wirkliche Gruppen-ID des aktuellen Prozesses
+ Liefert die reale Gruppen-ID des aktuellen Prozesses
 /refpurpose
/refnamediv
refsect1
 titleBeschreibung/title
- methodsynopsis
-  typeint/typemethodnameposix_getgid/methodname
-  methodparamtypevoid/typeparameter//methodparam
- /methodsynopsis
+methodsynopsis
+ typeint/typemethodnameposix_getgid/methodname
+ void/
+/methodsynopsis
 para
- Diese Funktion gibt die numerische wirkliche Gruppen-ID des
+ Diese Funktion gibt die reale numerische Gruppen-ID des
  aktuellen Prozesses zurück.
 /para
 para
@@ -164,12 +164,12 @@
/refnamediv
refsect1
 titleBeschreibung/title
- methodsynopsis
-  typeint/typemethodnameposix_getegid/methodname
-  methodparamtypevoid/typeparameter//methodparam
- /methodsynopsis
+methodsynopsis
+ typeint/typemethodnameposix_getegid/methodname
+ void/
+/methodsynopsis
 para
- Diese Funktion gibt die numerische effektive Gruppen-ID des
+ Diese Funktion gibt die effektive numerische Gruppen-ID des
  aktuellen Prozesses zurück.
 /para
 para
@@ -184,17 +184,46 @@
refnamediv
 refnameposix_setuid/refname 
 refpurpose
+ Setzt die Benutzer-ID des aktuellen Prozesses
+/refpurpose
+   /refnamediv
+   refsect1
+titleBeschreibung/title
+methodsynopsis
+ typebool/typemethodnameposix_setuid/methodname
+ methodparamtypeint/typeparameteruid/parameter/methodparam
+/methodsynopsis
+para
+ Diese Funktion setzt die reale Benutzer-ID
+ parameteruid/parameter des aktuellen Prozesses. Es handelt

[PHP-DOC] cvs: phpdoc /de/functions cpdf.xml

2002-02-21 Thread Martin Samesch

samesch Thu Feb 21 12:52:17 2002 EDT

  Modified files:  
/phpdoc/de/functionscpdf.xml 
  Log:
  'make test' reported an error - fixed
  
Index: phpdoc/de/functions/cpdf.xml
diff -u phpdoc/de/functions/cpdf.xml:1.25 phpdoc/de/functions/cpdf.xml:1.26
--- phpdoc/de/functions/cpdf.xml:1.25   Tue Feb 19 15:55:04 2002
+++ phpdoc/de/functions/cpdf.xmlThu Feb 21 12:52:16 2002
@@ -1266,7 +1266,7 @@
  methodparamtypefloat/typeparameterxur/parameter/methodparam
  methodparamtypefloat/typeparameterxur/parameter/methodparam
  methodparamtypestring/typeparameterURL/parameter/methodparam
- 
methodparamtypeint/typeparameteroptionalModus/optional/parameter/methodparam
+ methodparam 
+choice=opttypeint/typeparameterModus/parameter/methodparam
 /methodsynopsis
 para
  warn.undocumented.func;





[PHP-DOC] cvs: phpdoc /de Translators translation.xml

2002-02-21 Thread Martin Samesch

samesch Thu Feb 21 13:26:44 2002 EDT

  Modified files:  
/phpdoc/de  translation.xml Translators 
  Log:
  started translating pspell.xml
  
Index: phpdoc/de/translation.xml
diff -u phpdoc/de/translation.xml:1.12 phpdoc/de/translation.xml:1.13
--- phpdoc/de/translation.xml:1.12  Thu Feb 21 12:49:51 2002
+++ phpdoc/de/translation.xml   Thu Feb 21 13:26:42 2002
@@ -62,6 +62,7 @@
   file name=functions.pcntl.xmlperson=georg  type=translation /
   file name=functions/pdf.xml  person=steinm type=translation /
   file name=functions/pgsql.xmlperson=paulsentype=review /
+  file name=functions/pspell.xml   person=sameschtype=translation /
   file name=functions/shmop.xmlperson=conni  type=translation /
   file name=functions/swf.xml  person=drews  type=translation /
   file name=functions/sybase.xml   person=jantype=translation /
Index: phpdoc/de/Translators
diff -u phpdoc/de/Translators:1.269 phpdoc/de/Translators:1.270
--- phpdoc/de/Translators:1.269 Thu Feb 21 12:49:52 2002
+++ phpdoc/de/Translators   Thu Feb 21 13:26:43 2002
@@ -164,7 +164,7 @@
 pgsql.xml   Catharina Paulsen   Änderungen
 posix.xml   Martin Samesch  fertig (Rev. 1.19)
 printer.xml
-pspell.xml
+pspell.xml  Martin Samesch  in Arbeit
 qtdom.xml
 readline.xmlFriedhelm Betz  fertig (bis V. 1.16)
 recode.xml  Stefan Saasen   fertig (Rev. 1.16)





[PHP-DOC] cvs: phpdoc /de Translators translation.xml

2002-02-19 Thread Martin Samesch

samesch Tue Feb 19 15:55:39 2002 EDT

  Modified files:  
/phpdoc/de  translation.xml Translators 
  Log:
  finished syncing cpdf.xml
  
Index: phpdoc/de/translation.xml
diff -u phpdoc/de/translation.xml:1.10 phpdoc/de/translation.xml:1.11
--- phpdoc/de/translation.xml:1.10  Mon Feb 18 19:47:24 2002
+++ phpdoc/de/translation.xml   Tue Feb 19 15:55:38 2002
@@ -50,7 +50,6 @@
   file name=faq/languages.xml  person=mk type=translation /
   file name=features/file-upload.xml   person=paulsentype=review /
   file name=features/remote-files.xml  person=paulsentype=translation /
-  file name=functions/cpdf.xml person=sameschtype=review /
   file name=functions/dbx.xml  person=tomtype=translation /
   file name=functions/errorfunc.xmlperson=stefan_saasen  type=translation 
/
   file name=functions/ifx.xml  person=conni  type=translation /
Index: phpdoc/de/Translators
diff -u phpdoc/de/Translators:1.267 phpdoc/de/Translators:1.268
--- phpdoc/de/Translators:1.267 Mon Feb 18 19:47:24 2002
+++ phpdoc/de/Translators   Tue Feb 19 15:55:38 2002
@@ -89,7 +89,7 @@
 ccvs.xmlPeter Petermann fertig
 classobj.xmlHartmut Holzgraefe  fertig
 com.xml Thomas Schöfbeckfertig (bis V. 1.15)
-cpdf.xmlMartin Samesch  Änderungen
+cpdf.xmlMartin Samesch  fertig (Rev. 1.39)
 crack.xml
 ctype.xml
 curl.xmlChristian Bombera   in Arbeit





[PHP-DOC] cvs: phpdoc /de/functions regex.xml

2002-02-18 Thread Martin Samesch

samesch Mon Feb 18 15:04:35 2002 EDT

  Modified files:  
/phpdoc/de/functionsregex.xml 
  Log:
  syncing with english rev 1.39
  
Index: phpdoc/de/functions/regex.xml
diff -u phpdoc/de/functions/regex.xml:1.27 phpdoc/de/functions/regex.xml:1.28
--- phpdoc/de/functions/regex.xml:1.27  Sat Feb  2 10:34:08 2002
+++ phpdoc/de/functions/regex.xml   Mon Feb 18 15:04:35 2002
@@ -103,9 +103,15 @@
 titleBeschreibung/title
  methodsynopsis
   typeint/typemethodnameereg/methodname
-  methodparamtypestring/typeparameterSuchmuster/parameter/methodparam
-  
methodparamtypestring/typeparameterZeichenkette/parameter/methodparam
-  methodparam 
choice=opttypearray/typeparameterregs/parameter/methodparam
+  methodparam
+   typestring/typeparameterSuchmuster/parameter
+  /methodparam
+  methodparam
+   typestring/typeparameterZeichenkette/parameter
+  /methodparam
+  methodparam choice=opt
+   typearray/typeparameterregs/parameter
+  /methodparam
  /methodsynopsis
 note
  para
@@ -183,9 +189,15 @@
 titleBeschreibung/title
  methodsynopsis
   typestring/typemethodnameereg_replace/methodname
-  methodparamtypestring/typeparameterSuchmuster/parameter/methodparam
-  methodparamtypestring/typeparameterErsatz/parameter/methodparam
-  
methodparamtypestring/typeparameterZeichenkette/parameter/methodparam
+  methodparam
+   typestring/typeparameterSuchmuster/parameter
+  /methodparam
+  methodparam
+   typestring/typeparameterErsatz/parameter
+  /methodparam
+  methodparam
+   typestring/typeparameterZeichenkette/parameter
+  /methodparam
  /methodsynopsis
 note
  para
@@ -277,8 +289,9 @@
 /para
 simpara
  Siehe auch: functionereg/function,
- functioneregi/function, functioneregi_replace/function
- und functionpreg_match/function.
+ functioneregi/function, functioneregi_replace/function,
+ functionstr_replace/function und
+ functionpreg_match/function.
 /simpara
/refsect1
   /refentry
@@ -295,9 +308,15 @@
 titleBeschreibung/title
  methodsynopsis
   typeint/typemethodnameeregi/methodname
-  methodparamtypestring/typeparameterSuchmuster/parameter/methodparam
-  
methodparamtypestring/typeparameterZeichenkette/parameter/methodparam
-  methodparam 
choice=opttypearray/typeparameterregs/parameter/methodparam
+  methodparam
+   typestring/typeparameterSuchmuster/parameter
+  /methodparam
+  methodparam
+   typestring/typeparameterZeichenkette/parameter
+  /methodparam
+  methodparam choice=opt
+   typearray/typeparameterregs/parameter
+  /methodparam
  /methodsynopsis
 para
  Diese Funktion entspricht functionereg/function mit dem
@@ -334,9 +353,15 @@
 titleBeschreibung/title
  methodsynopsis
   typestring/typemethodnameeregi_replace/methodname
-  methodparamtypestring/typeparameterSuchmuster/parameter/methodparam
-  methodparamtypestring/typeparameterErsatz/parameter/methodparam
-  
methodparamtypestring/typeparameterZeichenkette/parameter/methodparam
+  methodparam
+   typestring/typeparameterSuchmuster/parameter
+  /methodparam
+  methodparam
+   typestring/typeparameterErsatz/parameter
+  /methodparam
+  methodparam
+   typestring/typeparameterZeichenkette/parameter
+  /methodparam
  /methodsynopsis
 para
  Diese Funktion entspricht functionereg_replace/function mit
@@ -362,9 +387,15 @@
 titleBeschreibung/title
  methodsynopsis
   typearray/typemethodnamesplit/methodname
-  methodparamtypestring/typeparameterSuchmuster/parameter/methodparam
-  
methodparamtypestring/typeparameterZeichenkette/parameter/methodparam
-  methodparam 
choice=opttypeint/typeparameterBeschränkung/parameter/methodparam
+  methodparam
+   typestring/typeparameterSuchmuster/parameter
+  /methodparam
+  methodparam
+   typestring/typeparameterZeichenkette/parameter
+  /methodparam
+  methodparam choice=opt
+   typeint/typeparameterBeschränkung/parameter
+  /methodparam
  /methodsynopsis
 note
  para
@@ -398,7 +429,7 @@
   /programlisting
  /example
 /para
-tip
+note
  simpara
   Wenn parameterSuchmuster/parameter
   replaceablen/replaceable mal vorkommt, enhält das
@@ -409,7 +440,7 @@
   Das gilt natürlich auch, wenn
   parameterZeichenkette/parameter leer ist.
  /simpara
-/tip
+/note
 para
  Um ein Datum zu analysieren, das durch Schrägstriche, Punkte oder
  Bindestriche getrennt ist:
@@ -477,9 +508,15 @@
 titleBeschreibung/title
  methodsynopsis
   typearray/typemethodnamespliti/methodname
-  methodparamtypestring/typeparameterSuchmuster/parameter/methodparam
-  
methodparamtypestring/typeparameterZeichenkette/parameter/methodparam
-  

[PHP-DOC] cvs: phpdoc /de/functions oracle.xml

2002-02-18 Thread Martin Samesch

samesch Mon Feb 18 15:06:03 2002 EDT

  Modified files:  
/phpdoc/de/functionsoracle.xml 
  Log:
  syncing with english rev 1.30, wrapped methodparam lines
  

Index: phpdoc/de/functions/oracle.xml
diff -u phpdoc/de/functions/oracle.xml:1.18 phpdoc/de/functions/oracle.xml:1.19
--- phpdoc/de/functions/oracle.xml:1.18 Sat Feb  2 10:34:06 2002
+++ phpdoc/de/functions/oracle.xml  Mon Feb 18 15:06:03 2002
@@ -14,11 +14,21 @@
 titleBeschreibung/title
  methodsynopsis
   typeint/typemethodnameora_bind/methodname
-  methodparamtypeint/typeparametercursor/parameter/methodparam
-  
methodparamtypestring/typeparameterPHP-Variablenname/parameter/methodparam
-  
methodparamtypestring/typeparameterSQL-Parametername/parameter/methodparam
-  methodparamtypeint/typeparameterLänge/parameter/methodparam
-  methodparam 
choice=opttypeint/typeparameterTyp/parameter/methodparam
+  methodparam
+   typeint/typeparametercursor/parameter
+  /methodparam
+  methodparam
+   typestring/typeparameterPHP-Variablenname/parameter
+  /methodparam
+  methodparam
+   typestring/typeparameterSQL-Parametername/parameter
+  /methodparam
+  methodparam
+   typeint/typeparameterLänge/parameter
+  /methodparam
+  methodparam choice=opt
+   typeint/typeparameterTyp/parameter
+  /methodparam
  /methodsynopsis
 para
  Gibt nach erfolgter Bindung true;, andernfalls false; zurück.
@@ -71,7 +81,9 @@
 titleBeschreibung/title
  methodsynopsis
   typeint/typemethodnameora_close/methodname
-  methodparamtypeint/typeparameterCursor/parameter/methodparam
+  methodparam
+   typeint/typeparameterCursor/parameter
+  /methodparam
  /methodsynopsis
 para
  Gibt nach erfolgtem Schließen true;, andernfalls false; zurück.
@@ -97,8 +109,12 @@
 titleBeschreibung/title
  methodsynopsis
   typestring/typemethodnameOra_ColumnName/methodname
-  methodparamtypeint/typeparameterCursor/parameter/methodparam
-  methodparamtypeint/typeparameterFeld/parameter/methodparam
+  methodparam
+   typeint/typeparameterCursor/parameter
+  /methodparam
+  methodparam
+   typeint/typeparameterFeld/parameter
+  /methodparam
  /methodsynopsis
 para
  Gibt den Namen des Feldes parameterFeld/parameter des Cursors
@@ -119,8 +135,12 @@
 titleBeschreibung/title
  methodsynopsis
   typeint/typemethodnameOra_ColumnSize/methodname
-  methodparamtypeint/typeparameterCursor/parameter/methodparam
-  methodparamtypeint/typeparameterFeld/parameter/methodparam
+  methodparam
+   typeint/typeparameterCursor/parameter
+  /methodparam
+  methodparam
+   typeint/typeparameterFeld/parameter
+  /methodparam
  /methodsynopsis
 para
  Gibt die Größe des Oracle-Feldes parameterFeld/parameter des
@@ -141,8 +161,12 @@
 titleBeschreibung/title
  methodsynopsis
   typestring/typemethodnameOra_ColumnType/methodname
-  methodparamtypeint/typeparameterCursor/parameter/methodparam
-  methodparamtypeint/typeparameterFeld/parameter/methodparam
+  methodparam
+   typeint/typeparameterCursor/parameter
+  /methodparam
+  methodparam
+   typeint/typeparameterFeld/parameter
+  /methodparam
  /methodsynopsis
 para
  Gibt den Oracle-Datentyp des Feldes parameterFeld/parameter
@@ -172,7 +196,9 @@
 titleBeschreibung/title
  methodsynopsis
   typeint/typemethodnameora_commit/methodname
-  methodparamtypeint/typeparameterconn/parameter/methodparam
+  methodparam
+   typeint/typeparameterconn/parameter
+  /methodparam
  /methodsynopsis
 para
  Gibt bei Erfolg true; und bei Auftreten eines Fehlers false;
@@ -199,7 +225,9 @@
 titleBeschreibung/title
  methodsynopsis
   typeint/typemethodnameora_commitoff/methodname
-  methodparamtypeint/typeparameterconn/parameter/methodparam
+  methodparam
+   typeint/typeparameterconn/parameter
+  /methodparam
  /methodsynopsis
 para
  Gibt bei Erfolg true; und bei Auftreten eines Fehlers false;
@@ -223,7 +251,9 @@
 titleBeschreibung/title
  methodsynopsis
   typeint/typemethodnameora_commiton/methodname
-  methodparamtypeint/typeparameterconn/parameter/methodparam
+  methodparam
+   typeint/typeparameterconn/parameter
+  /methodparam
  /methodsynopsis
 para
  Gibt bei Erfolg true; und bei Auftreten eines Fehlers false;
@@ -250,8 +280,12 @@
 titleBeschreibung/title
  methodsynopsis
   typeint/typemethodnameora_do/methodname
-  methodparamtypeint/typeparameterconn/parameter/methodparam
-  methodparamtypestring/typeparameterAbfrage/parameter/methodparam
+  methodparam
+   typeint/typeparameterconn/parameter
+  /methodparam
+  methodparam
+   typestring/typeparameterAbfrage/parameter
+  /methodparam
  

Re: [PHP-DOC] Bug #15592: misc - exit - missing line break

2002-02-18 Thread Martin Samesch

Egon Schmid wrote:
 
 From: Sebastian Nohn [EMAIL PROTECTED]
 
  [EMAIL PROTECTED] wrote:
 
  []
 methodparamtypeint/typeparameterstatus/parameter/methodpa
 ram
/methodsynopsis
 
  The question is if to put there a manual break or change the
 stylesheet.
  or is there any other possibility to fix this?
 
 The current customized stylesheets doesn´t allow line breaks here.
 It is possible, but the resulting output doesn´t look correct.

Great! I should have read this 15 minutes ago. ;-)

Back to work

Martin



[PHP-DOC] cvs: phpdoc /de/functions regex.xml

2002-02-18 Thread Martin Samesch

samesch Mon Feb 18 15:22:08 2002 EDT

  Modified files:  
/phpdoc/de/functionsregex.xml 
  Log:
  methodparam lines... I should have asked before wrapping them ;-)
  
Index: phpdoc/de/functions/regex.xml
diff -u phpdoc/de/functions/regex.xml:1.28 phpdoc/de/functions/regex.xml:1.29
--- phpdoc/de/functions/regex.xml:1.28  Mon Feb 18 15:04:35 2002
+++ phpdoc/de/functions/regex.xml   Mon Feb 18 15:22:07 2002
@@ -103,15 +103,9 @@
 titleBeschreibung/title
  methodsynopsis
   typeint/typemethodnameereg/methodname
-  methodparam
-   typestring/typeparameterSuchmuster/parameter
-  /methodparam
-  methodparam
-   typestring/typeparameterZeichenkette/parameter
-  /methodparam
-  methodparam choice=opt
-   typearray/typeparameterregs/parameter
-  /methodparam
+  methodparamtypestring/typeparameterSuchmuster/parameter/methodparam
+  
+methodparamtypestring/typeparameterZeichenkette/parameter/methodparam
+  methodparam 
+choice=opttypearray/typeparameterregs/parameter/methodparam
  /methodsynopsis
 note
  para
@@ -189,15 +183,9 @@
 titleBeschreibung/title
  methodsynopsis
   typestring/typemethodnameereg_replace/methodname
-  methodparam
-   typestring/typeparameterSuchmuster/parameter
-  /methodparam
-  methodparam
-   typestring/typeparameterErsatz/parameter
-  /methodparam
-  methodparam
-   typestring/typeparameterZeichenkette/parameter
-  /methodparam
+  methodparamtypestring/typeparameterSuchmuster/parameter/methodparam
+  methodparamtypestring/typeparameterErsatz/parameter/methodparam
+  
+methodparamtypestring/typeparameterZeichenkette/parameter/methodparam
  /methodsynopsis
 note
  para
@@ -308,15 +296,9 @@
 titleBeschreibung/title
  methodsynopsis
   typeint/typemethodnameeregi/methodname
-  methodparam
-   typestring/typeparameterSuchmuster/parameter
-  /methodparam
-  methodparam
-   typestring/typeparameterZeichenkette/parameter
-  /methodparam
-  methodparam choice=opt
-   typearray/typeparameterregs/parameter
-  /methodparam
+  methodparamtypestring/typeparameterSuchmuster/parameter/methodparam
+  
+methodparamtypestring/typeparameterZeichenkette/parameter/methodparam
+  methodparam 
+choice=opttypearray/typeparameterregs/parameter/methodparam
  /methodsynopsis
 para
  Diese Funktion entspricht functionereg/function mit dem
@@ -353,15 +335,9 @@
 titleBeschreibung/title
  methodsynopsis
   typestring/typemethodnameeregi_replace/methodname
-  methodparam
-   typestring/typeparameterSuchmuster/parameter
-  /methodparam
-  methodparam
-   typestring/typeparameterErsatz/parameter
-  /methodparam
-  methodparam
-   typestring/typeparameterZeichenkette/parameter
-  /methodparam
+  methodparamtypestring/typeparameterSuchmuster/parameter/methodparam
+  methodparamtypestring/typeparameterErsatz/parameter/methodparam
+  
+methodparamtypestring/typeparameterZeichenkette/parameter/methodparam
  /methodsynopsis
 para
  Diese Funktion entspricht functionereg_replace/function mit
@@ -387,15 +363,9 @@
 titleBeschreibung/title
  methodsynopsis
   typearray/typemethodnamesplit/methodname
-  methodparam
-   typestring/typeparameterSuchmuster/parameter
-  /methodparam
-  methodparam
-   typestring/typeparameterZeichenkette/parameter
-  /methodparam
-  methodparam choice=opt
-   typeint/typeparameterBeschränkung/parameter
-  /methodparam
+  methodparamtypestring/typeparameterSuchmuster/parameter/methodparam
+  
+methodparamtypestring/typeparameterZeichenkette/parameter/methodparam
+  methodparam 
+choice=opttypeint/typeparameterBeschränkung/parameter/methodparam
  /methodsynopsis
 note
  para
@@ -508,15 +478,9 @@
 titleBeschreibung/title
  methodsynopsis
   typearray/typemethodnamespliti/methodname
-  methodparam
-   typestring/typeparameterSuchmuster/parameter
-  /methodparam
-  methodparam
-   typestring/typeparameterZeichenkette/parameter
-  /methodparam
-  methodparam choice=opt
-   typeint/typeparameterBeschränkung/parameter
-  /methodparam
+  methodparamtypestring/typeparameterSuchmuster/parameter/methodparam
+  
+methodparamtypestring/typeparameterZeichenkette/parameter/methodparam
+  methodparam 
+choice=opttypeint/typeparameterBeschränkung/parameter/methodparam
  /methodsynopsis
 para
  Diese Funktion entspricht functionsplit/function mit dem
@@ -543,9 +507,7 @@
 titleBeschreibung/title
  methodsynopsis
   typestring/typemethodnamesql_regcase/methodname
-  methodparam
-   typestring/typeparameterZeichenkette/parameter
-  /methodparam
+  
+methodparamtypestring/typeparameterZeichenkette/parameter/methodparam
  /methodsynopsis
 

[PHP-DOC] cvs: phpdoc /de/functions oracle.xml

2002-02-18 Thread Martin Samesch

samesch Mon Feb 18 15:33:35 2002 EDT

  Modified files:  
/phpdoc/de/functionsoracle.xml 
  Log:
  methodparam lines... I should have asked before wrapping them ;-)
  

Index: phpdoc/de/functions/oracle.xml
diff -u phpdoc/de/functions/oracle.xml:1.19 phpdoc/de/functions/oracle.xml:1.20
--- phpdoc/de/functions/oracle.xml:1.19 Mon Feb 18 15:06:03 2002
+++ phpdoc/de/functions/oracle.xml  Mon Feb 18 15:33:33 2002
@@ -14,21 +14,11 @@
 titleBeschreibung/title
  methodsynopsis
   typeint/typemethodnameora_bind/methodname
-  methodparam
-   typeint/typeparametercursor/parameter
-  /methodparam
-  methodparam
-   typestring/typeparameterPHP-Variablenname/parameter
-  /methodparam
-  methodparam
-   typestring/typeparameterSQL-Parametername/parameter
-  /methodparam
-  methodparam
-   typeint/typeparameterLänge/parameter
-  /methodparam
-  methodparam choice=opt
-   typeint/typeparameterTyp/parameter
-  /methodparam
+  methodparamtypeint/typeparametercursor/parameter/methodparam
+  
+methodparamtypestring/typeparameterPHP-Variablenname/parameter/methodparam
+  
+methodparamtypestring/typeparameterSQL-Parametername/parameter/methodparam
+  methodparamtypeint/typeparameterLänge/parameter/methodparam
+  methodparam 
+choice=opttypeint/typeparameterTyp/parameter/methodparam
  /methodsynopsis
 para
  Gibt nach erfolgter Bindung true;, andernfalls false; zurück.
@@ -81,9 +71,7 @@
 titleBeschreibung/title
  methodsynopsis
   typeint/typemethodnameora_close/methodname
-  methodparam
-   typeint/typeparameterCursor/parameter
-  /methodparam
+  methodparamtypeint/typeparameterCursor/parameter/methodparam
  /methodsynopsis
 para
  Gibt nach erfolgtem Schließen true;, andernfalls false; zurück.
@@ -109,12 +97,8 @@
 titleBeschreibung/title
  methodsynopsis
   typestring/typemethodnameOra_ColumnName/methodname
-  methodparam
-   typeint/typeparameterCursor/parameter
-  /methodparam
-  methodparam
-   typeint/typeparameterFeld/parameter
-  /methodparam
+  methodparamtypeint/typeparameterCursor/parameter/methodparam
+  methodparamtypeint/typeparameterFeld/parameter/methodparam
  /methodsynopsis
 para
  Gibt den Namen des Feldes parameterFeld/parameter des Cursors
@@ -135,12 +119,8 @@
 titleBeschreibung/title
  methodsynopsis
   typeint/typemethodnameOra_ColumnSize/methodname
-  methodparam
-   typeint/typeparameterCursor/parameter
-  /methodparam
-  methodparam
-   typeint/typeparameterFeld/parameter
-  /methodparam
+  methodparamtypeint/typeparameterCursor/parameter/methodparam
+  methodparamtypeint/typeparameterFeld/parameter/methodparam
  /methodsynopsis
 para
  Gibt die Größe des Oracle-Feldes parameterFeld/parameter des
@@ -161,12 +141,8 @@
 titleBeschreibung/title
  methodsynopsis
   typestring/typemethodnameOra_ColumnType/methodname
-  methodparam
-   typeint/typeparameterCursor/parameter
-  /methodparam
-  methodparam
-   typeint/typeparameterFeld/parameter
-  /methodparam
+  methodparamtypeint/typeparameterCursor/parameter/methodparam
+  methodparamtypeint/typeparameterFeld/parameter/methodparam
  /methodsynopsis
 para
  Gibt den Oracle-Datentyp des Feldes parameterFeld/parameter
@@ -196,9 +172,7 @@
 titleBeschreibung/title
  methodsynopsis
   typeint/typemethodnameora_commit/methodname
-  methodparam
-   typeint/typeparameterconn/parameter
-  /methodparam
+  methodparamtypeint/typeparameterconn/parameter/methodparam
  /methodsynopsis
 para
  Gibt bei Erfolg true; und bei Auftreten eines Fehlers false;
@@ -225,9 +199,7 @@
 titleBeschreibung/title
  methodsynopsis
   typeint/typemethodnameora_commitoff/methodname
-  methodparam
-   typeint/typeparameterconn/parameter
-  /methodparam
+  methodparamtypeint/typeparameterconn/parameter/methodparam
  /methodsynopsis
 para
  Gibt bei Erfolg true; und bei Auftreten eines Fehlers false;
@@ -251,9 +223,7 @@
 titleBeschreibung/title
  methodsynopsis
   typeint/typemethodnameora_commiton/methodname
-  methodparam
-   typeint/typeparameterconn/parameter
-  /methodparam
+  methodparamtypeint/typeparameterconn/parameter/methodparam
  /methodsynopsis
 para
  Gibt bei Erfolg true; und bei Auftreten eines Fehlers false;
@@ -280,12 +250,8 @@
 titleBeschreibung/title
  methodsynopsis
   typeint/typemethodnameora_do/methodname
-  methodparam
-   typeint/typeparameterconn/parameter
-  /methodparam
-  methodparam
-   typestring/typeparameterAbfrage/parameter
-  /methodparam
+  methodparamtypeint/typeparameterconn/parameter/methodparam
+  

[PHP-DOC] indentation or not?

2002-02-18 Thread Martin Samesch

Hi,

what about

titleBeschreibung/title
 methodsynopsis
  []
 /methodsynopsis

shouldn't it look like this:

titleBeschreibung/title
methodsynopsis
 []
/methodsynopsis

?

Martin



Re: [PHP-DOC] cvs: phpdoc /de Translators

2002-02-18 Thread Martin Samesch

Mark Kronsbein wrote:
 
  /phpdoc/de  Translators
 
 Please edit translations.xml too.

OK, next time.

Martin



[PHP-DOC] cvs: phpdoc /de Translators translation.xml

2002-02-18 Thread Martin Samesch

samesch Mon Feb 18 19:41:30 2002 EDT

  Modified files:  
/phpdoc/de  translation.xml Translators 
  Log:
  started syncing cpdf.xml and mssql.xml
  
Index: phpdoc/de/translation.xml
diff -u phpdoc/de/translation.xml:1.8 phpdoc/de/translation.xml:1.9
--- phpdoc/de/translation.xml:1.8   Sat Feb 16 20:01:18 2002
+++ phpdoc/de/translation.xml   Mon Feb 18 19:41:30 2002
@@ -50,12 +50,14 @@
   file name=faq/languages.xml  person=mk type=translation /
   file name=features/file-upload.xml   person=paulsentype=review /
   file name=features/remote-files.xml  person=paulsentype=translation /
+  file name=functions/cpdf.xml person=sameschtype=review /
   file name=functions/dbx.xml  person=tomtype=translation /
   file name=functions/errorfunc.xmlperson=stefan_saasen  type=translation 
/
   file name=functions/ifx.xml  person=conni  type=translation /
   file name=functions/imap.xml person=hholzgra   type=review /
   file name=functions/mcal.xml person=mk type=translation /
   file name=functions/mcrypt.xml   person=mk type=translation /
+  file name=functions/mssql.xmlperson=sameschtype=review /
   file name=functions/ncurses.xml  person=georg  type=translation /
   file name=functions/oci8.xml person=tfromm type=translation /
   file name=functions/pcre.xml person=mohtype=translation /
Index: phpdoc/de/Translators
diff -u phpdoc/de/Translators:1.265 phpdoc/de/Translators:1.266
--- phpdoc/de/Translators:1.265 Mon Feb 18 15:07:45 2002
+++ phpdoc/de/Translators   Mon Feb 18 19:41:30 2002
@@ -89,7 +89,7 @@
 ccvs.xmlPeter Petermann fertig
 classobj.xmlHartmut Holzgraefe  fertig
 com.xml Thomas Schöfbeckfertig (bis V. 1.15)
-cpdf.xmlMartin Samesch  fertig (Rev. 1.26)
+cpdf.xmlMartin Samesch  Änderungen
 crack.xml
 ctype.xml
 curl.xmlChristian Bombera   in Arbeit
@@ -144,7 +144,7 @@
 mnogosearch.xml Sebastian Nohn  fertig (bis V. 1.32)
 msessionWolfgang Drews  fertig (bis V. 1.5)
 msql.xmlCornelia Boenigkfertig
-mssql.xml   Martin Samesch  fertig (Rev. 1.26)
+mssql.xml   Martin Samesch  Änderungen
 muscat.xml
 mysql.xml   Friedhelm Betz  fertig (Rev. 1.82)
 ncurses.xml Georg Richter   in Arbeit (dauert)





  1   2   >