Re: [PHP-DOC] cvs: phpdoc /en/reference/datetime/functions strtotime.xml

2007-04-10 Thread M.Sokolewicz

Hannes Magnusson wrote:

On 4/9/07, Maciek Sokolewicz [EMAIL PROTECTED] wrote:

tularis Mon Apr  9 13:24:35 2007 UTC

  Modified files:
/phpdoc/en/reference/datetime/functions strtotime.xml
  Log:
  fix typo in section about 2-digit interpretation (usernote)

http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/datetime/functions/strtotime.xml?r1=1.21r2=1.22diff_format=u 


Index: phpdoc/en/reference/datetime/functions/strtotime.xml
diff -u phpdoc/en/reference/datetime/functions/strtotime.xml:1.21 
phpdoc/en/reference/datetime/functions/strtotime.xml:1.22
--- phpdoc/en/reference/datetime/functions/strtotime.xml:1.21   Thu 
Feb 15 08:12:19 2007
+++ phpdoc/en/reference/datetime/functions/strtotime.xmlMon 
Apr  9 13:24:35 2007

@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.21 $ --
+!-- $Revision: 1.22 $ --
 !-- splitted from ./en/functions/datetime.xml, last change in rev 
1.8 --

 refentry id=function.strtotime
  refnamediv
@@ -30,7 +30,7 @@
   note
para
 If the number of the year is specified in a two digit format, the 
values

-between 0-69 are mapped to 2000-2069 and 70-100 to 1970-2000.
+between 0-69 are mapped to 2000-2069 and 70-99 to 1970-2000.


This doesn't make sense either. Shouldn't it be 1970-1999 then?

-Hannes



/para
   /note
  /refsect1



Good point, can't believe I missed that! :)

- maciek


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

2007-04-10 Thread Maciek Sokolewicz
tularis Tue Apr 10 12:53:24 2007 UTC

  Modified files:  
/phpdoc/en/reference/datetime/functions strtotime.xml 
  Log:
  fix typo in section about 2-digit interpretation [again]
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/datetime/functions/strtotime.xml?r1=1.22r2=1.23diff_format=u
Index: phpdoc/en/reference/datetime/functions/strtotime.xml
diff -u phpdoc/en/reference/datetime/functions/strtotime.xml:1.22 
phpdoc/en/reference/datetime/functions/strtotime.xml:1.23
--- phpdoc/en/reference/datetime/functions/strtotime.xml:1.22   Mon Apr  9 
13:24:35 2007
+++ phpdoc/en/reference/datetime/functions/strtotime.xmlTue Apr 10 
12:53:24 2007
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.22 $ --
+!-- $Revision: 1.23 $ --
 !-- splitted from ./en/functions/datetime.xml, last change in rev 1.8 --
 refentry id=function.strtotime
  refnamediv
@@ -30,7 +30,7 @@
   note
para
 If the number of the year is specified in a two digit format, the values
-between 0-69 are mapped to 2000-2069 and 70-99 to 1970-2000.
+between 00-69 are mapped to 2000-2069 and 70-99 to 1970-1999.
/para
   /note
  /refsect1


[PHP-DOC] cvs: phpdoc /entities global.ent

2007-04-10 Thread Pierre-Alain Joye
pajoye  Tue Apr 10 13:32:19 2007 UTC

  Modified files:  
/phpdoc/entitiesglobal.ent 
  Log:
  - fix libgd url
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/entities/global.ent?r1=1.289r2=1.290diff_format=u
Index: phpdoc/entities/global.ent
diff -u phpdoc/entities/global.ent:1.289 phpdoc/entities/global.ent:1.290
--- phpdoc/entities/global.ent:1.289Wed Apr  4 12:59:59 2007
+++ phpdoc/entities/global.ent  Tue Apr 10 13:32:19 2007
@@ -1,6 +1,6 @@
 !-- -*- SGML -*-
 
- $Id: global.ent,v 1.289 2007/04/04 12:59:59 bjori Exp $
+ $Id: global.ent,v 1.290 2007/04/10 13:32:19 pajoye Exp $
 
  Contains global macros for all the XML documents.
 
@@ -104,7 +104,7 @@
 !ENTITY url.freetype http://www.freetype.org/;
 !ENTITY url.freeodbc http://www.jepstone.net/FreeODBC/;
 !ENTITY url.fribidi http://fribidi.org/;
-!ENTITY url.gd http://www.boutell.com/gd/;
+!ENTITY url.gd http://www.libgd.org/;
 !ENTITY url.gdbm ftp://ftp.gnu.org/pub/gnu/gdbm/;
 !ENTITY url.gentoo http://www.gentoo.org/;
 !ENTITY url.gentoo.forums http://forums.gentoo.org/;


[PHP-DOC] cvs: phpdoc /en/reference/ibm_db2 configure.xml constants.xml /en/reference/ibm_db2/functions db2-escape-string.xml db2-get-option.xml db2-lob-read.xml db2-set-option.xml

2007-04-10 Thread Philip Olson
philip  Wed Apr 11 05:53:31 2007 UTC

  Added files: 
/phpdoc/en/reference/ibm_db2/functions  db2-get-option.xml 
db2-lob-read.xml 
db2-escape-string.xml 

  Modified files:  
/phpdoc/en/reference/ibm_db2configure.xml constants.xml 
/phpdoc/en/reference/ibm_db2/functions  db2-set-option.xml 
  Log:
  ref.ibm_db2 commit via a set of patches by Owain Jones.
  I simply modified whitespace and a few touch ups before commit.
  
  http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ibm_db2/configure.xml?r1=1.4r2=1.5diff_format=u
Index: phpdoc/en/reference/ibm_db2/configure.xml
diff -u phpdoc/en/reference/ibm_db2/configure.xml:1.4 
phpdoc/en/reference/ibm_db2/configure.xml:1.5
--- phpdoc/en/reference/ibm_db2/configure.xml:1.4   Thu Sep  1 16:02:39 2005
+++ phpdoc/en/reference/ibm_db2/configure.xml   Wed Apr 11 05:53:31 2007
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.4 $ --
+!-- $Revision: 1.5 $ --
 section id=ibm-db2.installation
  reftitle.install;
  para
@@ -29,6 +29,31 @@
   The commandconfigure/command command defaults to
   filename class='directory'/opt/IBM/db2/V8.1/filename.
  /para
+ para
+  note
+   titleNote for IIS users/title
+   para
+If you are using the ibm_db2 driver with Microsoft Internet Information 
Server (IIS) 
+you may have to do the following:
+   /para
+   para
+simplelist
+ member
+  Install DB2 with extended operating system security.
+ /member
+ member
+  Add the PHP binary path to the PATH system environment variable (default 
C:\php\).
+ /member
+ member
+  Create another system environment variable equal to the path where the 
PHP.INI file is located (eg: PHPRC = C:\php\).
+ /member
+ member
+  Add the IUSR_COMPUTERNAME to the DB2USERS group.
+ /member
+/simplelist
+   /para
+  /note
+ /para
 /section
 
 !-- Keep this comment at the end of the file
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ibm_db2/constants.xml?r1=1.7r2=1.8diff_format=u
Index: phpdoc/en/reference/ibm_db2/constants.xml
diff -u phpdoc/en/reference/ibm_db2/constants.xml:1.7 
phpdoc/en/reference/ibm_db2/constants.xml:1.8
--- phpdoc/en/reference/ibm_db2/constants.xml:1.7   Tue Feb 21 16:42:41 2006
+++ phpdoc/en/reference/ibm_db2/constants.xml   Wed Apr 11 05:53:31 2007
@@ -1,5 +1,5 @@
 ?xml version='1.0' encoding='iso-8859-1'?
-!-- $Revision: 1.7 $ --
+!-- $Revision: 1.8 $ --
 !-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. 
--
 section id=ibm-db2.constants
  reftitle.constants;
@@ -202,6 +202,28 @@
 /simpara
/listitem
   /varlistentry
+  varlistentry
+   term
+constantDB2_DEFERRED_PREPARE_ON/constant
+ (typeinteger/type)
+   /term
+   listitem
+simpara
+ Specifies that deferred prepare should be turned on for the specified 
statement resource. 
+/simpara
+   /listitem
+  /varlistentry
+  varlistentry
+   term
+constantDB2_DEFERRED_PREPARE_OFF/constant
+ (typeinteger/type)
+   /term
+   listitem
+simpara
+ Specifies that deferred prepare should be turned off for the specified 
statement resource. 
+/simpara
+   /listitem
+  /varlistentry
  /variablelist
 /section
 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ibm_db2/functions/db2-set-option.xml?r1=1.4r2=1.5diff_format=u
Index: phpdoc/en/reference/ibm_db2/functions/db2-set-option.xml
diff -u phpdoc/en/reference/ibm_db2/functions/db2-set-option.xml:1.4 
phpdoc/en/reference/ibm_db2/functions/db2-set-option.xml:1.5
--- phpdoc/en/reference/ibm_db2/functions/db2-set-option.xml:1.4Thu Nov 
 9 14:43:20 2006
+++ phpdoc/en/reference/ibm_db2/functions/db2-set-option.xmlWed Apr 11 
05:53:31 2007
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.4 $ --
+!-- $Revision: 1.5 $ --
 refentry id=function.db2-set-option
   refnamediv
 refnamedb2_set_option/refname
@@ -122,11 +122,29 @@
 /para
   /listitem
 /varlistentry
+varlistentry
+ termparameterdeferred_prepare/parameter/term
+ listitem
+  para
+   Passing literalDB2_DEFERRED_PREPARE_ON/literal turns 
deferred 
+   prepare on for the specified statement resource.
+  /para
+  para
+   Passing literalDB2_DEFERRED_PREPARE_OFF/literal turns 
deferred 
+   prepare off for the specified statement resource.
+  /para
+ /listitem
+/varlistentry
   /variablelist
 /para
 para
- The following new i5/OS options are available as of ibm_db2 
version 1.5.1. 
- Note: prior versions of ibm_db2 do not support these new i5 
options.
+