[PHP-DOC] cvs: phpdoc / configure.in

2005-03-01 Thread anatoly techtonik
techtonik   Tue Mar  1 06:38:30 2005 EDT

  Modified files:  
/phpdoc configure.in 
  Log:
  + attempt to detect php binary path from pear environment
  
http://cvs.php.net/diff.php/phpdoc/configure.in?r1=1.216r2=1.217ty=u
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.216 phpdoc/configure.in:1.217
--- phpdoc/configure.in:1.216   Thu Feb 24 18:08:33 2005
+++ phpdoc/configure.in Tue Mar  1 06:38:30 2005
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.216 2005/02/24 23:08:33 derick Exp $
+dnl $Id: configure.in,v 1.217 2005/03/01 11:38:30 techtonik Exp $
 
 dnl autoconf initialisation
 AC_INIT()
@@ -41,10 +41,16 @@
   PHP=../phpdoc-tools/php.bat
   AC_MSG_RESULT($PHP)
 else
-  AC_PATH_PROG(PHP,php,no)
-  if test $PHP = no; then
-AC_PATH_PROG(PHP4,php4,no)
-PHP=$PHP4
+  if test -e $PHP_PEAR_BIN_DIR/cli/php ; then
+AC_MSG_CHECKING([for php])
+PHP=$PHP_PEAR_BIN_DIR/cli/php
+AC_MSG_RESULT($PHP)
+  else 
+AC_PATH_PROG(PHP,php,no)
+if test $PHP = no; then
+  AC_PATH_PROG(PHP4,php4,no)
+  PHP=$PHP4
+fi
   fi
 fi
   fi
@@ -54,10 +60,16 @@
 PHP=../phpdoc-tools/php.bat
 AC_MSG_RESULT($PHP)
   else
-AC_PATH_PROG(PHP,php,no)
-if test $PHP = no; then
-  AC_PATH_PROG(PHP4,php4,no)
-  PHP=$PHP4
+if test -e $PHP_PEAR_BIN_DIR/cli/php ; then
+  AC_MSG_CHECKING([for php])
+  PHP=$PHP_PEAR_BIN_DIR/cli/php
+  AC_MSG_RESULT($PHP)
+else 
+  AC_PATH_PROG(PHP,php,no)
+  if test $PHP = no; then
+AC_PATH_PROG(PHP4,php4,no)
+PHP=$PHP4
+  fi
 fi
   fi
 ]


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

2005-03-01 Thread Mehdi Achour
didou   Tue Mar  1 10:21:54 2005 EDT

  Modified files:  
/phpdoc/en/reference/libxml constants.xml 
  Log:
  missing word
  # back here :)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/libxml/constants.xml?r1=1.2r2=1.3ty=u
Index: phpdoc/en/reference/libxml/constants.xml
diff -u phpdoc/en/reference/libxml/constants.xml:1.2 
phpdoc/en/reference/libxml/constants.xml:1.3
--- phpdoc/en/reference/libxml/constants.xml:1.2Mon Feb 28 12:35:53 2005
+++ phpdoc/en/reference/libxml/constants.xmlTue Mar  1 10:21:54 2005
@@ -1,5 +1,5 @@
 ?xml version='1.0' encoding='iso-8859-1'?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
 section id=libxml.constants
  reftitle.constants;
  extension.constants;
@@ -176,7 +176,7 @@
/term
listitem
 simpara
- libxml like 20605 or 20617
+ libxml version like 20605 or 20617
 /simpara
/listitem
   /varlistentry


[PHP-DOC] cvs: phpdoc /en/appendices about.xml /entities global.ent

2005-03-01 Thread Nuno Lopes
nlopess Tue Mar  1 11:04:18 2005 EDT

  Modified files:  
/phpdoc/entitiesglobal.ent 
/phpdoc/en/appendices   about.xml 
  Log:
  fix a couple of URLs
  remove reference to old Palm doc formats
  
http://cvs.php.net/diff.php/phpdoc/entities/global.ent?r1=1.216r2=1.217ty=u
Index: phpdoc/entities/global.ent
diff -u phpdoc/entities/global.ent:1.216 phpdoc/entities/global.ent:1.217
--- phpdoc/entities/global.ent:1.216Mon Feb 14 13:01:02 2005
+++ phpdoc/entities/global.ent  Tue Mar  1 11:04:18 2005
@@ -1,6 +1,6 @@
 !-- -*- SGML -*-
 
- $Id: global.ent,v 1.216 2005/02/14 18:01:02 nlopess Exp $
+ $Id: global.ent,v 1.217 2005/03/01 16:04:18 nlopess Exp $
 
  Contains global macros for all the XML documents.
 
@@ -42,7 +42,7 @@
 !ENTITY url.coldfusion.summary 
http://marc.theaimsgroup.com/?l=php-generalamp;m=95602167412542amp;w=1;
 !ENTITY url.comspecs http://www.microsoft.com/Com/resources/comdocs.asp;
 !ENTITY url.cpdf http://www.fastio.com/;
-!ENTITY url.crack http://www.crypticide.org/users/alecm/;
+!ENTITY url.crack http://www.crypticide.com/users/alecm/;
 !ENTITY url.curl http://curl.haxx.se/;
 !ENTITY url.curl.error http://curl.haxx.se/libcurl/c/libcurl-errors.html;
 !ENTITY url.cybercash.faq 
http://www.verisign.com/support/cyberCash/integration.html;
@@ -59,7 +59,7 @@
 !ENTITY url.docbook 
http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=docbook;
 !ENTITY url.docbook.xml http://www.oasis-open.org/docbook/xml/;
 !ENTITY url.docbook-dtdref http://www.docbook.org/tdg/en/html/part2.html;
-!ENTITY url.docbook-intro 
http://nis-www.lanl.gov/~rosalia/mydocs/docbook-intro.html;
+!ENTITY url.docbook-intro 
http://www.galassi.org/mark//mydocs/docbook-intro.html;
 !ENTITY url.dom2.spec http://www.w3c.org/DOM/DOMTR#dom2;
 !ENTITY url.dom2.features 
http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/introduction.html#ID-Conformance;
 !ENTITY url.dsssl http://www.jclark.com/dsssl/;
@@ -113,7 +113,7 @@
 !ENTITY url.iicm http://www.iicm.edu/;
 !ENTITY url.ibase http://www.interbase.com/;
 !ENTITY url.ibmdb2 http://www-306.ibm.com/software/data/db2/;
-!ENTITY url.iis 
http://support.microsoft.com/support/kb/articles/q160/4/22.asp;
+!ENTITY url.iis http://support.microsoft.com/kb/q160422/;
 !ENTITY url.iiscfg http://www.genusa.com/iis/iiscfg.html;
 !ENTITY url.imap ftp://ftp.cac.washington.edu/imap/;
 !ENTITY url.imap.book http://www.oreilly.com/catalog/mimap/noframes.html;
@@ -175,7 +175,7 @@
 !ENTITY url.msql http://www.hughes.com.au/;
 !ENTITY url.mysql http://www.mysql.com/;
 !ENTITY url.mysql.docs http://dev.mysql.com/doc/;
-!ENTITY url.mysql.docs.date 
http://www.mysql.com/doc/en/Date_and_time_functions.html;
+!ENTITY url.mysql.docs.date 
http://dev.mysql.com/doc/mysql/en/date-and-time-functions.html;
 !ENTITY url.mysql.docs.error 
http://dev.mysql.com/doc/mysql/en/Error-returns.html;
 !ENTITY url.mysql.docs.error.msg 
http://dev.mysql.com/doc/mysql/en/Error-messages.html;
 !ENTITY url.mysql.docs.fr http://www.nexen.net/docs/mysql/;
@@ -201,8 +201,6 @@
 !ENTITY url.opl http://www.opencontent.org/openpub/;
 !ENTITY url.oracle http://www.oracle.com/;
 !ENTITY url.oreilly.cjk-inf 
http://examples.oreilly.com/cjkvinfo/doc/cjk.inf;
-!ENTITY url.palm.isilo http://www.isilo.com/;
-!ENTITY url.palm.doc http://www.aportis.com/;
 !ENTITY url.psgml ftp://ftp.lysator.liu.se/pub/sgml/psgml-1.0.1.tar.gz;
 !ENTITY url.pcre ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/;
 !ENTITY url.pcre.man http://www.pcre.org/pcre.txt;
@@ -224,7 +222,7 @@
 !-- linking to specific pecl packages is done like so: 
url.pecl.package;package_name --
 !ENTITY url.pecl.package.get http://pecl.php.net/get/;
 !-- download linking to specific pecl packages is done like so: 
url.pecl.package.get;package_name --
-!ENTITY url.pfpro http://www.verisign.com/products/payflow/pro/index.html;
+!ENTITY url.pfpro 
http://www.verisign.com/products-services/payment-processing/online-payment/payflow-pro/index.html;
 !ENTITY url.pfpro.download https://manager.verisign.com/;
 !ENTITY url.pgsql http://www.postgresql.org/;
 !ENTITY url.pgsql.techdocs http://techdocs.postgresql.org/;
@@ -275,8 +273,8 @@
 !ENTITY url.recode 
http://www.gnu.org/directory/All_GNU_Packages/recode.html;
 !ENTITY url.rec-xml http://www.w3.org/TR/1998/REC-xml-19980210;
 !ENTITY url.redhat http://www.redhat.com/;
-!ENTITY url.redhat.support http://redhat.com/docs/manuals/ccvs/;
-!ENTITY url.redhat.mcve http://www.mcve.com/;
+!ENTITY url.redhat.support http://www.redhat.com/docs/manuals/ccvs/;
+!ENTITY url.redhat.mcve http://www.mainstreetsoftworks.com/;
 !ENTITY url.regex.man 
http://www.tin.org/bin/man.cgi?section=7amp;topic=regex;
 !ENTITY url.relaxng http://www.relaxng.org/;
 !-- linking to specific rfcs is done like so: url.rfc; so for example 
url.rfc;2042 --
@@ -354,7 +352,7 @@
 !ENTITY url.zend.comdotnet 
http://www.zend.com/php5/articles/php5-dotnet.php;
 !ENTITY url.zend.funclist http://zend.com/phpfunc/;
 !ENTITY 

[PHP-DOC] cvs: phpdoc /scripts file-entities.php.in

2005-03-01 Thread Nuno Lopes
nlopess Tue Mar  1 11:44:36 2005 EDT

  Modified files:  
/phpdoc/scripts file-entities.php.in 
  Log:
  try to fix a problem when using cygwin with phpdoc in the home dir.
  
http://cvs.php.net/diff.php/phpdoc/scripts/file-entities.php.in?r1=1.32r2=1.33ty=u
Index: phpdoc/scripts/file-entities.php.in
diff -u phpdoc/scripts/file-entities.php.in:1.32 
phpdoc/scripts/file-entities.php.in:1.33
--- phpdoc/scripts/file-entities.php.in:1.32Wed Feb  9 19:36:05 2005
+++ phpdoc/scripts/file-entities.php.in Tue Mar  1 11:44:36 2005
@@ -17,7 +17,7 @@
   | Gabor Hojtsy [EMAIL PROTECTED]  |
   +--+
   
-  $Id: file-entities.php.in,v 1.32 2005/02/10 00:36:05 hholzgra Exp $
+  $Id: file-entities.php.in,v 1.33 2005/03/01 16:44:36 nlopess Exp $
 */
 
 /**
@@ -430,7 +430,11 @@
  * @return string windows style path
  */
 function strip_cygdrive($path){
-return preg_replace(!^/cygdrive/(\\w)/!, \\1:/, $path);
+
+if (!eregi('windows', php_uname()))
+return $path;
+
+return preg_replace(array('!^/cygdrive/(\w)/!', '@^/home/.+$@'), 
array('\1:/', dirname(dirname(__FILE__))), $path);
 }
 
 


[PHP-DOC] cvs: phpdoc /howto howto.ent

2005-03-01 Thread anatoly techtonik
techtonik   Tue Mar  1 12:18:52 2005 EDT

  Modified files:  
/phpdoc/howto   howto.ent 
  Log:
  * fixed link for win32 cvs client
  
http://cvs.php.net/diff.php/phpdoc/howto/howto.ent?r1=1.24r2=1.25ty=u
Index: phpdoc/howto/howto.ent
diff -u phpdoc/howto/howto.ent:1.24 phpdoc/howto/howto.ent:1.25
--- phpdoc/howto/howto.ent:1.24 Fri Apr 16 16:20:20 2004
+++ phpdoc/howto/howto.ent  Tue Mar  1 12:18:50 2005
@@ -56,7 +56,7 @@
 
 !-- For CVS section --
 !ENTITY url.cvshttp://www.cvshome.org/;
-!ENTITY url.cvs-winhttp://ftp.cvshome.org/win32/;
+!ENTITY url.cvs-win
http://ccvs.cvshome.org/servlets/ProjectDocumentList?folderID=83;
 !ENTITY url.cvs.book   http://cvsbook.red-bean.com/;
 !ENTITY url.cvstut1http://www.arc.unm.edu/~rsahu/cvs.html;
 !ENTITY url.cvstut2
http://cellworks.washington.edu/pub/docs/cvs/tutorial/cvs_tutorial_1.html;


[PHP-DOC] cvs: phpdoc /howto tools.xml

2005-03-01 Thread anatoly techtonik
techtonik   Tue Mar  1 12:26:57 2005 EDT

  Modified files:  
/phpdoc/howto   tools.xml 
  Log:
  * try to explain why it is better to use cmdline cvs client in more realistic 
way =)
  + instructions for minimum working installation of cygwin packages
  + openjade instructions
  
  
http://cvs.php.net/diff.php/phpdoc/howto/tools.xml?r1=1.21r2=1.22ty=u
Index: phpdoc/howto/tools.xml
diff -u phpdoc/howto/tools.xml:1.21 phpdoc/howto/tools.xml:1.22
--- phpdoc/howto/tools.xml:1.21 Tue Jul 27 20:16:31 2004
+++ phpdoc/howto/tools.xml  Tue Mar  1 12:26:56 2005
@@ -220,12 +220,10 @@
 para
  You need the same tools as on Linux. The very basic
  thing is a CVS client. You can find one simple command
- line client here at the ulink url=url.cvs-win;CVSHome.org/ulink
- Win32 download pool. We do not recommend GUI tools such
- as WinCVS, because they can easily screw up the module
- with files not intended to be there (eg. files with
- uppercased names). The best is to use one command line
- client, as this way you are in control.
+ line client here at the ulink url=url.cvs-win;CVSHome.org/ulink.
+ Although you can use GUI tools such as WinCVS or TortoiseCVS,
+ we provided instructions only for command line client in order
+ to keep this HOWTO short and simple.
 /para
 
 para
@@ -242,7 +240,7 @@
  If you want to produce something viewable, or just would
  like to test the modified file before committing (recommended!),
  you need some more tools. To get it running on Windows,
- you'll need these tools:
+ you'll need these:
 
  itemizedlist
   listitem
@@ -269,21 +267,23 @@
  You need to download and install the Cygwin tools. 
  Just select the Install now! link and run the supplied
  filenamesetup.exe/filename. It will guide you through
- the process of installation. These tools are port of standard
+ the process of installation. These tools are ports of standard
  Unix tools like sed, awk, autoconf, make, perl, ...
- for Windows.
+ for Windows. 
 /para
 
 note
  para
   Be aware, that cygwin is grown to be a very huge project and
   it includes many programs (such as postgres and apache) ported
-  to Windows, which are not needed for phpdoc. We are unable to
-  give you a list of needed components from cygwin (which you should
-  download and install), because the basic tools are interconnected,
-  and depend on each other. If you manage to find the smallest
-  needed installation, do not hesitate to contact us, and send the
-  solution to us.
+  to Windows, which are not needed for phpdoc. To install
+  minimal set of required packages select
+  literalautoconf/literal and literalmake/literal
+  along with components, which are selected in setup by 
+  default. You may also want to add literalcvs/literal
+  to the installation list if you don't have CVS client yet.
+  Do not care about dependencies - they will be selected
+  automatically.
  /para
 /note
 
@@ -329,7 +329,9 @@
  literalls/literal, you should see
  literalphpdoc/literal listed). Type literalmkdir
  phpdoc-tools/literal, and then unzip Jade to
- literalphpdoc-tools/jade/literal.
+ literalphpdoc-tools/jade/literal. If you chose openjade,
+ place files from literalbin//literal directory of
+ openjade archive to literalphpdoc-tools/openjade/literal.
 /para
 
 para




[PHP-DOC] cvs: phpdoc / configure.in

2005-03-01 Thread anatoly techtonik
techtonik   Tue Mar  1 12:28:40 2005 EDT

  Modified files:  
/phpdoc configure.in 
  Log:
  * proper openjade detection on win32
  
http://cvs.php.net/diff.php/phpdoc/configure.in?r1=1.217r2=1.218ty=u
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.217 phpdoc/configure.in:1.218
--- phpdoc/configure.in:1.217   Tue Mar  1 06:38:30 2005
+++ phpdoc/configure.in Tue Mar  1 12:28:40 2005
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.217 2005/03/01 11:38:30 techtonik Exp $
+dnl $Id: configure.in,v 1.218 2005/03/01 17:28:40 techtonik Exp $
 
 dnl autoconf initialisation
 AC_INIT()
@@ -130,16 +130,17 @@
   JADE=../phpdoc-tools/jade/jade.exe
   AC_MSG_RESULT($JADE)
 else
-  AC_CHECK_PROG(OPENJADE,openjade.exe,openjade.exe,no)
-  if test $OPENJADE = no; then
+  if test -e ../phpdoc-tools/openjade/openjade.exe ; then
+AC_MSG_CHECKING([for jade])
+JADE=../phpdoc-tools/openjade/openjade.exe
+AC_MSG_RESULT($JADE)
+  else
 AC_PATH_PROG(OPENJADE,openjade,no)
 if test $OPENJADE = no; then
   AC_PATH_PROG(JADE,jade,no)
 else
   JADE=$OPENJADE
 fi
-  else
-JADE=$OPENJADE
   fi
 fi
   fi
@@ -149,16 +150,17 @@
 JADE=../phpdoc-tools/jade/jade.exe
 AC_MSG_RESULT($JADE)
   else
-AC_CHECK_PROG(OPENJADE,openjade.exe,openjade.exe,no)
-if test $OPENJADE = no; then
+if test -e ../phpdoc-tools/openjade/openjade.exe ; then
+  AC_MSG_CHECKING([for jade])
+  JADE=../phpdoc-tools/openjade/openjade.exe
+  AC_MSG_RESULT($JADE)
+else
   AC_PATH_PROG(OPENJADE,openjade,no)
   if test $OPENJADE = no; then
 AC_PATH_PROG(JADE,jade,no)
   else
 JADE=$OPENJADE
   fi
-else
-  JADE=$OPENJADE
 fi
   fi
 ]
@@ -190,16 +192,17 @@
   NSGMLS=../phpdoc-tools/jade/nsgmls.exe
   AC_MSG_RESULT($NSGMLS)
 else
-  AC_CHECK_PROG(ONSGMLS,onsgmls.exe,onsgmls.exe,no)
-  if test $ONSGMLS = no; then
+  if test -e ../phpdoc-tools/openjade/onsgmls.exe ; then
+AC_MSG_CHECKING([for nsgmls])
+NSGMLS=../phpdoc-tools/openjade/onsgmls.exe
+AC_MSG_RESULT($NSGMLS)
+  else
 AC_PATH_PROG(ONSGMLS,onsgmls,no)
 if test $ONSGMLS = no; then
   AC_PATH_PROG(NSGMLS,nsgmls,no)
 else
   NSGMLS=$ONSGMLS
 fi
-  else
-NSGMLS=$ONSGMLS
   fi
 fi
   fi
@@ -209,16 +212,17 @@
 NSGMLS=../phpdoc-tools/jade/nsgmls.exe
 AC_MSG_RESULT($NSGMLS)
   else
-AC_CHECK_PROG(ONSGMLS,onsgmls.exe,onsgmls.exe,no)
-if test $ONSGMLS = no; then
+if test -e ../phpdoc-tools/openjade/onsgmls.exe ; then
+  AC_MSG_CHECKING([for nsgmls])
+  NSGMLS=../phpdoc-tools/openjade/onsgmls.exe
+  AC_MSG_RESULT($NSGMLS)
+else
   AC_PATH_PROG(ONSGMLS,onsgmls,no)
   if test $ONSGMLS = no; then
 AC_PATH_PROG(NSGMLS,nsgmls,no)
   else
 NSGMLS=$ONSGMLS
   fi
-else
-  NSGMLS=$ONSGMLS
 fi
   fi
 ]


Re: [PHP-DOC] cvs: phpdoc /howto tools.xml

2005-03-01 Thread Gabor Hojtsy
 para
  You need the same tools as on Linux. The very basic
  thing is a CVS client. You can find one simple command
- line client here at the ulink url=url.cvs-win;CVSHome.org/ulink
- Win32 download pool. We do not recommend GUI tools such
- as WinCVS, because they can easily screw up the module
- with files not intended to be there (eg. files with
- uppercased names). The best is to use one command line
- client, as this way you are in control.
+ line client here at the ulink url=url.cvs-win;CVSHome.org/ulink.
+ Although you can use GUI tools such as WinCVS or TortoiseCVS,
+ we provided instructions only for command line client in order
+ to keep this HOWTO short and simple.
This screw up thing is (was?) actually true, but I don't mind making the 
discription simpler...

+  to Windows, which are not needed for phpdoc. To install
+  minimal set of required packages select
+  literalautoconf/literal and literalmake/literal
+  along with components, which are selected in setup by 
+  default. You may also want to add literalcvs/literal
+  to the installation list if you don't have CVS client yet.
+  Do not care about dependencies - they will be selected
+  automatically.
Wow, the new versions check for dependencies automatically? That is great.
Goba


[PHP-DOC] Error in Polish translate in function array_filter

2005-03-01 Thread Tomasz Sztangier
Hi

Error is in description of this function ( in sample code ). Word
nieparzystA from first lines of code change into nieparzystE in last
lines. 
Pls send this mesage to polish translators.


Thx
Tomasz Sztangier
[EMAIL PROTECTED] 


Re: [PHP-DOC] Error in Polish translate in function array_filter

2005-03-01 Thread Nuno Lopes
Hi
Error is in description of this function ( in sample code ). Word
nieparzystA from first lines of code change into nieparzystE in last
lines.
Pls send this mesage to polish translators.
Thx
Tomasz Sztangier
[EMAIL PROTECTED]

The mailling list address of the polish translation team is 
[EMAIL PROTECTED] (CC'ed).

Nuno 


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

2005-03-01 Thread Sara Golemon
pollita Tue Mar  1 17:31:00 2005 EDT

  Modified files:  
/phpdoc/en/reference/ssh2   installation.xml 
  Log:
  Typo: Forgot --with-ssh2 parameter
  
http://cvs.php.net/diff.php/phpdoc/en/reference/ssh2/installation.xml?r1=1.2r2=1.3ty=u
Index: phpdoc/en/reference/ssh2/installation.xml
diff -u phpdoc/en/reference/ssh2/installation.xml:1.2 
phpdoc/en/reference/ssh2/installation.xml:1.3
--- phpdoc/en/reference/ssh2/installation.xml:1.2   Mon Feb 21 21:07:11 2005
+++ phpdoc/en/reference/ssh2/installation.xml   Tue Mar  1 17:31:00 2005
@@ -1,5 +1,5 @@
 ?xml version='1.0' encoding='iso-8859-1'?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
 section id=ssh2.installation
  reftitle.install;
  simpara
@@ -86,8 +86,8 @@
download and install PECL/ssh2, you may download the tarball from
ulink url=url.pecl.package;ssh2PECL/ulink.
From the root of the unpacked tarball, run:
-   literalphpize amp;amp; ./configure amp;amp; make/literal to generate
-   literalssh2.so/literal.
+   literalphpize amp;amp; ./configure --with-ssh2 amp;amp; make/literal
+   to generate literalssh2.so/literal.
Once built, continue the installation from step 4 above.
   /simpara
  /tip


[PHP-DOC] #32159 [NEW]: [DOC] French : uniqid

2005-03-01 Thread jsgoupil at lookstrike dot com
From: jsgoupil at lookstrike dot com
Operating system: 
PHP version:  Irrelevant
PHP Bug Type: Documentation problem
Bug description:  [DOC] French : uniqid

Description:

reference/misc/functions/uniqid.xml
$Revision: 1.16 $

Si le paramètre optionnel lcg est TRUE... lcg n'existe pas (plus?), il
s'agit du paramètre $more_entropy.
L'exemple est différent de celui anglais.
(un nombre hexadécimal de 128 ) il y a un espace après 128.


Jean-Sébastien Goupil


-- 
Edit bug report at http://bugs.php.net/?id=32159edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=32159r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=32159r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=32159r=trysnapshot51
Fixed in CVS:http://bugs.php.net/fix.php?id=32159r=fixedcvs
Fixed in release:http://bugs.php.net/fix.php?id=32159r=alreadyfixed
Need backtrace:  http://bugs.php.net/fix.php?id=32159r=needtrace
Need Reproduce Script:   http://bugs.php.net/fix.php?id=32159r=needscript
Try newer version:   http://bugs.php.net/fix.php?id=32159r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=32159r=support
Expected behavior:   http://bugs.php.net/fix.php?id=32159r=notwrong
Not enough info: 
http://bugs.php.net/fix.php?id=32159r=notenoughinfo
Submitted twice: 
http://bugs.php.net/fix.php?id=32159r=submittedtwice
register_globals:http://bugs.php.net/fix.php?id=32159r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=32159r=php3
Daylight Savings:http://bugs.php.net/fix.php?id=32159r=dst
IIS Stability:   http://bugs.php.net/fix.php?id=32159r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=32159r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=32159r=float
No Zend Extensions:  http://bugs.php.net/fix.php?id=32159r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=32159r=mysqlcfg


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

2005-03-01 Thread Philip Olson

Why does the ssh2 PECL extension have its own complete
installation documentation? Rather then duplicate this
information for every extension it would be nice to expand
the installation.pecl docs to cover more, and refer to it,
and only include extension specific information in
installation.xml

Regards,
Philip

On Tue, 1 Mar 2005, Sara Golemon wrote:

 pollita   Tue Mar  1 17:31:00 2005 EDT
 
   Modified files:  
 /phpdoc/en/reference/ssh2 installation.xml 
   Log:
   Typo: Forgot --with-ssh2 parameter
   
 http://cvs.php.net/diff.php/phpdoc/en/reference/ssh2/installation.xml?r1=1.2r2=1.3ty=u
 Index: phpdoc/en/reference/ssh2/installation.xml
 diff -u phpdoc/en/reference/ssh2/installation.xml:1.2 
 phpdoc/en/reference/ssh2/installation.xml:1.3
 --- phpdoc/en/reference/ssh2/installation.xml:1.2 Mon Feb 21 21:07:11 2005
 +++ phpdoc/en/reference/ssh2/installation.xml Tue Mar  1 17:31:00 2005
 @@ -1,5 +1,5 @@
  ?xml version='1.0' encoding='iso-8859-1'?
 -!-- $Revision: 1.2 $ --
 +!-- $Revision: 1.3 $ --
  section id=ssh2.installation
   reftitle.install;
   simpara
 @@ -86,8 +86,8 @@
 download and install PECL/ssh2, you may download the tarball from
 ulink url=url.pecl.package;ssh2PECL/ulink.
 From the root of the unpacked tarball, run:
 -   literalphpize amp;amp; ./configure amp;amp; make/literal to 
 generate
 -   literalssh2.so/literal.
 +   literalphpize amp;amp; ./configure --with-ssh2 amp;amp; 
 make/literal
 +   to generate literalssh2.so/literal.
 Once built, continue the installation from step 4 above.
/simpara
   /tip
 


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

2005-03-01 Thread Sara Golemon
 Why does the ssh2 PECL extension have its own complete
 installation documentation? Rather then duplicate this
 information for every extension it would be nice to expand
 the installation.pecl docs to cover more, and refer to it,
 and only include extension specific information in
 installation.xml

I agree, I had several dozen users prompting me for installation 
instructions though and rather than hash out a meaningful solution like 
you're alluding to, I just solved the right now problem.

I'm all for working up a Grand Unified Installation document and trimming 
out ssh2's installation.xml when the time comes.

-Sara 


[PHP-DOC] newbie

2005-03-01 Thread Prateek Tambi
i got my php installed what should i do i want to make a homepage using php
there is in the readme file of installation it asks about apache 1.3.x
or 2.0.x but i found on that server is apache tomcat 4.0. will that
support php
i dont know...


Re: [PHP-DOC] newbie

2005-03-01 Thread Philip Olson

Hello Prateek,

You've emailed the wrong PHP mailing list, see:

  http://php.net/support.php
  list: php-general@lists.php.net

Regards,
Philip

On Wed, 2 Mar 2005, Prateek Tambi wrote:

 i got my php installed what should i do i want to make a homepage using 
 php
 there is in the readme file of installation it asks about apache 1.3.x
 or 2.0.x but i found on that server is apache tomcat 4.0. will that
 support php
 i dont know...
 


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

2005-03-01 Thread Philip Olson
  Why does the ssh2 PECL extension have its own complete
  installation documentation? Rather then duplicate this
  information for every extension it would be nice to expand
  the installation.pecl docs to cover more, and refer to it,
  and only include extension specific information in
  installation.xml
 
 I agree, I had several dozen users prompting me for installation 
 instructions though and rather than hash out a meaningful solution like 
 you're alluding to, I just solved the right now problem.
 
 I'm all for working up a Grand Unified Installation document and trimming 
 out ssh2's installation.xml when the time comes.

Some differences between ref.ssh2 and pecl install
instructions thus far:

** Windows users:

None except install.pecl.windows should link to the
install.pecl.downloads section. So installation.xml only
needs to mention the required dll names.

** Linux:

* Where to get the external libraries and which are 
  required:

Right now pecl.php.net/ssh2 refers to libssh2 as a
requirement but does not mention openssl. Who's job is it to
say which external libraries are needed and where to get
them... is it php.net or pecl.php.net or both?

* Installation instructions:

The install.pecl docs describe all methods described in the
ref.ssh2 docs:

  pear installer
  phpize

The install.pecl also descibes static.

** Everything

Right now install.pecl covers everything but ref.ssh2 makes
some points clearer so install.pecl can learn from that.
Like:

How to edit php.ini to include the shared (.so) file, and
that this is affected by the extensions_dir directive.

Although pecl.install.pear mentions preferred_state, it
could further describe what this means and how to tell which
options are available. For example ssh2 only has beta
available at this time. We don't need a lot of detail on
this and should refer/link to the pear manual for detailed
explanations.

Restart web server.

Whether a new install.pecl section is needed that descibes
how to finish the install process (move .so file, edit
php.ini, properly set extension and extension_dir, restart
web server) I'm not sure. Windows, shared.pear and
shared.phpize could all refer to this new section as the
last step.

What do you guys think? :)

Regards,
Philip


[PHP-DOC] Re: [DOC-PL] Re: [PHP-DOC] Error in Polish translate in function array_filter

2005-03-01 Thread Leszek Krupiński
Hello

 Error is in description of this function ( in sample code ). Word
 nieparzystA from first lines of code change into nieparzystE in last
 lines.
 Pls send this mesage to polish translators.
 
 
 The mailling list address of the polish translation team is 
 [EMAIL PROTECTED] (CC'ed).

Fixed.

Best wishes
   Leon

-- 
 Silly is a state of mind, stupid is a way of life  .O. 
/  Homepage: http://www.leon.w-wa.pl/  GPG Key @ keyserver.net  ..O 
|  JabberID: [EMAIL PROTECTED]  Real email in headers  OOO 
\_ CV: http://www.leon.w-wa.pl/cv.pdf _