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

2004-02-08 Thread Dave
daveSun Feb  8 22:34:38 2004 EDT

  Modified files:  
/phpdoc/en/reference/gmp/functions  gmp-setbit.xml 
  Log:
  - Oops.
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/gmp/functions/gmp-setbit.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/gmp/functions/gmp-setbit.xml
diff -u phpdoc/en/reference/gmp/functions/gmp-setbit.xml:1.3 
phpdoc/en/reference/gmp/functions/gmp-setbit.xml:1.4
--- phpdoc/en/reference/gmp/functions/gmp-setbit.xml:1.3Sun Feb  8 03:46:23 
2004
+++ phpdoc/en/reference/gmp/functions/gmp-setbit.xmlSun Feb  8 22:34:38 2004
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -18,7 +18,7 @@
  Sets bit index in
  a. set_clear
  defines if the bit is set to 0 or 1. By default the bit is set to
- 1. Index 
+ 1. Index starts at 0.
 
 
  


[PHP-DOC] cvs: phpdoc /en/reference/gmp/functions gmp-clrbit.xml gmp-xor.xml

2004-02-08 Thread Dave
daveSun Feb  8 22:32:37 2004 EDT

  Modified files:  
/phpdoc/en/reference/gmp/functions  gmp-clrbit.xml gmp-xor.xml 
  Log:
  - Forgot http://cvs.php.net/diff.php/phpdoc/en/reference/gmp/functions/gmp-clrbit.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/gmp/functions/gmp-clrbit.xml
diff -u phpdoc/en/reference/gmp/functions/gmp-clrbit.xml:1.3 
phpdoc/en/reference/gmp/functions/gmp-clrbit.xml:1.4
--- phpdoc/en/reference/gmp/functions/gmp-clrbit.xml:1.3Sun Feb  8 03:46:22 
2004
+++ phpdoc/en/reference/gmp/functions/gmp-clrbit.xmlSun Feb  8 22:32:36 2004
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -29,9 +29,11 @@
  gmp_clrbit example
  
 
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/gmp/functions/gmp-xor.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/gmp/functions/gmp-xor.xml
diff -u phpdoc/en/reference/gmp/functions/gmp-xor.xml:1.3 
phpdoc/en/reference/gmp/functions/gmp-xor.xml:1.4
--- phpdoc/en/reference/gmp/functions/gmp-xor.xml:1.3   Sun Feb  8 03:46:23 2004
+++ phpdoc/en/reference/gmp/functions/gmp-xor.xml   Sun Feb  8 22:32:36 2004
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -20,6 +20,7 @@
  gmp_xor example
  
 

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

2004-02-08 Thread Dave
daveSun Feb  8 21:05:11 2004 EDT

  Removed files:   
/phpdoc/en/reference/gmp/functions  gmp-sqrtrm.xml 
  Log:
  - This function does not exist.
  
  


Re: [PHP-DOC] [PATCH] livedoc with cygwin

2004-02-08 Thread Nuno Lopes

> it's a sucky one if you want to to develop on a life installation as you
> need to copy the files over again all the time then.
>
> Derick
>

The problem is that cygwin doesn't handle symlinks very well and windows
doesn't like them either.
So, this 'hack' is needed for windows users.

Nuno


Re: [PHP-DOC] [PATCH] livedoc with cygwin

2004-02-08 Thread Derick Rethans
On Tue, 27 Jan 2004, Nuno Lopes wrote:

> > hey
> >
> > playing a bit building livedoc on win2000 using cygwin i run ito two
> > problems:
> >
> > 1. the autoconf (shell)  paths are /cygdrive/X format, but the php binary
> is
> > vc build (cygwin gcc port is dead for a while) that have nothing to do
> with
> > those paths.
> >
> > 2. the `ln -sf` is somthing behave very fishy on cygwin so i have to
> replace
> > it with `cp -rf`
> >
> > on the attachment there is a patch that fix the problems.
> >
> > --\moshe.
>
>
> I'm using cygwin and autoconf really messes the paths... I didn't test your
> patch, but seems to be a good work-around.

it's a sucky one if you want to to develop on a life installation as you
need to copy the files over again all the time then.

Derick


[PHP-DOC] Re: Fw: Build logs?

2004-02-08 Thread Derick Rethans
Hello,

On Sun, 8 Feb 2004, Slawomir Pucia wrote:

> Could you help me with this? I'm trying to track down problems with pl
> manual, and I think I need that log :-)

Nope, you don't need it. I had a small typo in the script too, in which
the pl was processed twice... and as the script moves the manual the 2nd
time it was gone, but also removed it from the mirror dir :) So, all is
well now, docs are building and should be online in about 3 days.

P.S.: Please don't use [EMAIL PROTECTED] as email address, but
[EMAIL PROTECTED] for PHP related things, or [EMAIL PROTECTED] for
non-php things.

regards,
Derick


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

2004-02-08 Thread Friedhelm Betz
betzSun Feb  8 14:21:34 2004 EDT

  Modified files:  
/phpdoc/en/reference/dbase/functionsdbase-create.xml 
  Log:
  fieldnames are limited int length <= 10 chars
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/dbase/functions/dbase-create.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/dbase/functions/dbase-create.xml
diff -u phpdoc/en/reference/dbase/functions/dbase-create.xml:1.5 
phpdoc/en/reference/dbase/functions/dbase-create.xml:1.6
--- phpdoc/en/reference/dbase/functions/dbase-create.xml:1.5Mon Dec 15 11:48:47 
2003
+++ phpdoc/en/reference/dbase/functions/dbase-create.xmlSun Feb  8 14:21:34 
2004
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -72,6 +72,12 @@
   
  
 
+
+ 
+  The fieldnames are limited in length and must not exceed 10 chars,
+  0 < chars <= 10.
+ 
+
 
  If the database is successfully created, a dbase_identifier is
  returned, otherwise &false; is returned.


Re: [PHP-DOC] no mysql support in php 4.3.4 installation

2004-02-08 Thread Derick Rethans
On Mon, 2 Feb 2004, E.H.Terwiel wrote:

> I installed apache 2, mysql 4.1.1 and now added php 4.3.4.
> My plan is to run PHPBB2. Installing this system warns me, that my PHP
> 4 installation does not "see" the database  MySQL on my system.
> But it's there, I installed it and it works, judging from the
> mysql-tests I did.
> Only PHP does not see  MySQL.
>
> I ./configured it --with-mysql=/usr/local/mysql though...
>
> I did not edit php.ini though...
>
> what could be wrong here ?

You're asking on the wrong list (you need [EMAIL PROTECTED]) but
PHP 4's bundled MySQL client library doesn't support MySQL 4.1, you will
need to install the library yourself (and it's dev headers).

Derick


[PHP-DOC] no mysql support in php 4.3.4 installation

2004-02-08 Thread E . H . Terwiel
I installed apache 2, mysql 4.1.1 and now added php 4.3.4.
My plan is to run PHPBB2. Installing this system warns me, that my PHP
4 installation does not "see" the database  MySQL on my system.
But it's there, I installed it and it works, judging from the
mysql-tests I did.
Only PHP does not see  MySQL.

I ./configured it --with-mysql=/usr/local/mysql though...

I did not edit php.ini though...

what could be wrong here ?

fr gr Erik


[PHP-DOC] Re: help me

2004-02-08 Thread E . H . Terwiel
On Fri, 6 Feb 2004 15:59:07 +0100, the right honourable
[EMAIL PROTECTED] (Giovanni Amato) wrote:

>Hi,
>   i've installed Linux RedHat9 and Oracle9i.
>When i test the connection with the database the error are:
>Call to undefined function: ocilogon()"
>In your documentation you said:
>Installazione
>You have to compile PHP with the option --with-oracle[=DIR], where DIR
>defaults to your environment variable ORACLE_HOME.
>
>What mean "You have to compile PHP with the option --wit..." where i must
>write this command?
>Please help me.
>Thx  alot
>Gianni

you give that option when you do

./configure \
   --silent \
   --prefix=/usr/local/php \
   --with-oracle=/your-oracle-dir

etc.

then you do 

make
make install

etc.

frgr
 Erik


[PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli-connect-error.xml mysqli-get-client-version.xml mysqli-stmt-num-rows.xml mysqli_connect_errno.xml

2004-02-08 Thread Kenneth Schwartz
irchtml Sun Feb  8 08:38:38 2004 EDT

  Added files: 
/phpdoc/en/reference/mysqli/functions   mysqli-connect-error.xml 
mysqli-get-client-version.xml 
mysqli-stmt-num-rows.xml 
mysqli_connect_errno.xml 
  Log:
  more mysqli functions
  

http://cvs.php.net/co.php/phpdoc/en/reference/mysqli/functions/mysqli-connect-error.xml?r=1.1&p=1
Index: phpdoc/en/reference/mysqli/functions/mysqli-connect-error.xml
+++ phpdoc/en/reference/mysqli/functions/mysqli-connect-error.xml


  
   
mysqli_connect_error
Returns the text of the error message from previous MySQL 
operation.
   
   
Description
 
  stringmysqli_connect_error
  
 

 &warn.undocumented.func;

   
  



http://cvs.php.net/co.php/phpdoc/en/reference/mysqli/functions/mysqli-get-client-version.xml?r=1.1&p=1
Index: phpdoc/en/reference/mysqli/functions/mysqli-get-client-version.xml
+++ phpdoc/en/reference/mysqli/functions/mysqli-get-client-version.xml


  
   
mysqli_get_client_version
Get MySQL client info.
   
   
Description
 
  intmysqli_get_client_version
  
 

 &warn.undocumented.func;

   
  



http://cvs.php.net/co.php/phpdoc/en/reference/mysqli/functions/mysqli-stmt-num-rows.xml?r=1.1&p=1
Index: phpdoc/en/reference/mysqli/functions/mysqli-stmt-num-rows.xml
+++ phpdoc/en/reference/mysqli/functions/mysqli-stmt-num-rows.xml


  
   
mysqli_stmt_num_rows
Return the number of rows in statements result set.
   
   
Description
 
  mixedmysqli_stmt_num_rows
  objectstmt
 

 &warn.undocumented.func;

   
  



http://cvs.php.net/co.php/phpdoc/en/reference/mysqli/functions/mysqli_connect_errno.xml?r=1.1&p=1
Index: phpdoc/en/reference/mysqli/functions/mysqli_connect_errno.xml
+++ phpdoc/en/reference/mysqli/functions/mysqli_connect_errno.xml


  
   
mysqli_connect_errno
Returns the numerical value of the error message from last connect 
command.
   
   
Description
 
  intmysqli_connect_errno
  
 

 &warn.undocumented.func;

   
  




[PHP-DOC] cvs: phpdoc /en/reference/mysqli reference.xml /en/reference/mysqli/functions mysqli-client-encoding.xml mysqli-escape-string.xml mysqli-get-metadata.xml mysqli-more-results.xml mysqli-next-result.xml mysqli-set-opt.xml mysqli-sqlstate.xml mysqli-stmt-sqlstate.xml

2004-02-08 Thread Kenneth Schwartz
irchtml Sun Feb  8 08:14:42 2004 EDT

  Added files: 
/phpdoc/en/reference/mysqli/functions   mysqli-client-encoding.xml 
mysqli-escape-string.xml 
mysqli-get-metadata.xml 
mysqli-more-results.xml 
mysqli-next-result.xml 
mysqli-set-opt.xml 
mysqli-sqlstate.xml 
mysqli-stmt-sqlstate.xml 

  Modified files:  
/phpdoc/en/reference/mysqli reference.xml 
  Log:
  Added missing function files
  Added function aliases
  http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/reference.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/mysqli/reference.xml
diff -u phpdoc/en/reference/mysqli/reference.xml:1.6 
phpdoc/en/reference/mysqli/reference.xml:1.7
--- phpdoc/en/reference/mysqli/reference.xml:1.6Thu Jan 29 06:39:03 2004
+++ phpdoc/en/reference/mysqli/reference.xmlSun Feb  8 08:14:40 2004
@@ -1,5 +1,5 @@
 
-
+
  
   Improved MySQL Extension
   mysqli
@@ -102,7 +102,7 @@
 multi_query - 
performs multiple queries


-more_results - 
checks if more results exists from currently executed multi-query
+more_results - 
check if more results exists from currently executed multi-query


 next_result - reads 
next result from currently executed multi-query
@@ -129,10 +129,7 @@
 rollback - rolls back 
the current transaction


-select_db - selects 
the default database
-   
-   
-set_opt - sets 
options
+select_db - selects 
the default database


 ssl_set - sets ssl 
parameters
@@ -236,9 +233,6 @@
 affected_rows 
- Returns affected rows from last statement execution


-field_count - 
Returns number of fields for a given prepared statement
-   
-   
 errno - Returns 
errorcode for last statement function



http://cvs.php.net/co.php/phpdoc/en/reference/mysqli/functions/mysqli-client-encoding.xml?r=1.1&p=1
Index: phpdoc/en/reference/mysqli/functions/mysqli-client-encoding.xml
+++ phpdoc/en/reference/mysqli/functions/mysqli-client-encoding.xml


  
   
mysqli_client_encoding
Alias of mysqli_character_set_name
   
   
Description

 This function is an alias of mysqli_character_set_name.

   
  



http://cvs.php.net/co.php/phpdoc/en/reference/mysqli/functions/mysqli-escape-string.xml?r=1.1&p=1
Index: phpdoc/en/reference/mysqli/functions/mysqli-escape-string.xml
+++ phpdoc/en/reference/mysqli/functions/mysqli-escape-string.xml


  
   
mysqli-escape-string
Alias of mysqli_real_escape_string
   
   
Description

 This function is an alias of mysqli_real_escape_string.

   
  



http://cvs.php.net/co.php/phpdoc/en/reference/mysqli/functions/mysqli-get-metadata.xml?r=1.1&p=1
Index: phpdoc/en/reference/mysqli/functions/mysqli-get-metadata.xml
+++ phpdoc/en/reference/mysqli/functions/mysqli-get-metadata.xml


  
   
mysqli_get_metadata
Retrieves a resultset from a prepared statement for metadata 
information.
   
   
Description
 
  stringmysqli_get_metadata
  objectstmt
 

&warn.undocumented.func;

   
  



http://cvs.php.net/co.php/phpdoc/en/reference/mysqli/functions/mysqli-more-results.xml?r=1.1&p=1
Index: phpdoc/en/reference/mysqli/functions/mysqli-more-results.xml
+++ phpdoc/en/reference/mysqli/functions/mysqli-more-results.xml


  
   
mysqli_more_results
Check if there any more query results from a multi query.
   
   
Description
 
  boolmysqli_more_results
  objectlink
 

&warn.undocumented.func;

   
  



http://cvs.php.net/co.php/phpdoc/en/reference/mysqli/functions/mysqli-next-result.xml?r=1.1&p=1
Index: phpdoc/en/reference/mysqli/functions/mysqli-next-result.xml
+++ phpdoc/en/reference/mysqli/functions/mysqli-next-result.xml


  
   
mysqli_next_result
Read next result from multi_query.
   
   
Description
 
  boolmysqli_next_result
  objectlink
 

&warn.undocumented.func;

   
  



http://cvs.php.net/co.php/phpdoc/en/reference/mysqli/functions/mysqli-set-opt.xml?r=1.1&p=1
Index: phpdoc/en/reference/mysqli/functions/mysqli-set-opt.xml
+++ phpdoc/en/reference/mysqli/functions/mysqli-set-opt.xml


  
   
mysqli_set_opt
Alias of mysqli_options
   
   
Description

 This function is an alias of mysqli_options.

   
  



http://cvs.php.net/co.php/phpdoc/en/reference/mysqli/functions/mysqli-sqlstate.xml?r=1.1&p=1
Index: phpdoc/en/reference/mysqli/functions/mysqli-sqlstate.xml
+++ phpdoc/en/reference/mysqli/functions/mysqli-sqlstate.xml


  
   
mysqli_sqlsta

Re: [PHP-DOC] cvs: phpdoc /en/reference/mcrypt/functions mcrypt-ecb.xml

2004-02-08 Thread Derick Rethans
On Fri, 6 Feb 2004, Mehdi Achour wrote:

> didou Fri Feb  6 09:03:52 2004 EDT
>
>   Modified files:
> /phpdoc/en/reference/mcrypt/functions mcrypt-ecb.xml
>   Log:
>   tis one is deprecated

There are more deprecated, I rather have that just noted and not remove
the whole docs of the function. Can you please revert that part?

regards,
Derick

>
> http://cvs.php.net/diff.php/phpdoc/en/reference/mcrypt/functions/mcrypt-ecb.xml?r1=1.4&r2=1.5&ty=u
> Index: phpdoc/en/reference/mcrypt/functions/mcrypt-ecb.xml
> diff -u phpdoc/en/reference/mcrypt/functions/mcrypt-ecb.xml:1.4 
> phpdoc/en/reference/mcrypt/functions/mcrypt-ecb.xml:1.5
> --- phpdoc/en/reference/mcrypt/functions/mcrypt-ecb.xml:1.4   Fri Apr 25 14:37:49 
> 2003
> +++ phpdoc/en/reference/mcrypt/functions/mcrypt-ecb.xml   Fri Feb  6 09:03:52 
> 2004
> @@ -1,38 +1,15 @@
>  
> -
> +
>  
>
> 
>  mcrypt_ecb
> -Encrypt/decrypt data in ECB mode
> +Deprecated: Encrypt/decrypt data in ECB mode
> 
> 
>  Description
> - 
> -  stringmcrypt_ecb
> -  intcipher
> -  stringkey
> -  stringdata
> -  intmode
> - 
> - 
> -  stringmcrypt_ecb
> -  stringcipher
> -  stringkey
> -  stringdata
> -  intmode
> -   choice="opt">stringiv
> - 
>  
> - The first prototype is when linked against libmcrypt 2.2.x, the
> - second when linked against libmcrypt 2.4.x or higher. The
> - mode should be either
> - MCRYPT_ENCRYPT or
> - MCRYPT_DECRYPT.
> -
> -
> - This function should not be used anymore, see
> - mcrypt_generic and
> + This function is deprecated, see mcrypt_generic and
>   mdecrypt_generic for replacements.
>  
> 
>


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

2004-02-08 Thread Leszek Krupinski
leszek  Sun Feb  8 07:58:13 2004 EDT

  Modified files:  
/phpdoc configure.in 
  Log:
  - new option allowing to set php.ini file path
  
  
http://cvs.php.net/diff.php/phpdoc/configure.in?r1=1.199&r2=1.200&ty=u
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.199 phpdoc/configure.in:1.200
--- phpdoc/configure.in:1.199   Tue Aug 12 07:37:38 2003
+++ phpdoc/configure.in Sun Feb  8 07:58:13 2004
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.199 2003/08/12 11:37:38 derick Exp $
+dnl $Id: configure.in,v 1.200 2004/02/08 12:58:13 leszek Exp $
 
 dnl autoconf initialisation
 AC_INIT()
@@ -80,6 +80,22 @@
 
 dnl }}}
 
+dnl {{{
+AC_MSG_CHECKING(for php.ini path)
+AC_ARG_WITH(inipath,
+[  --with-inipath=PATH specify path to php.ini file (default: ./scripts)],
+[
+   AC_MSG_RESULT([$withval])
+   INIPATH="$withval"
+],[
+   AC_MSG_RESULT([./scripts])
+INIPATH="./scripts"
+])
+
+AC_SUBST(INIPATH)
+
+dnl }}}
+
 dnl {{{   check for the Jade or OpenJade DSSSL parser
 
 dnl use given argument, if any, else search in path 
@@ -778,11 +794,11 @@
 then
 
  dnl create entity mapping file supporting Zend, CHM and other specialities
- $PHP -c ./scripts -q ./scripts/file-entities.php
+ $PHP -c $INIPATH -q ./scripts/file-entities.php
  
  dnl create missing-entities.ent and missing-ids.xml
  rm -f entities/missing*
- $PHP -c ./scripts -q ./scripts/missing-entities.php
+ $PHP -c $INIPATH -q ./scripts/missing-entities.php
  
 else
 


Re: [PHP-DOC] ./configure additional option

2004-02-08 Thread Gabor Hojtsy
Default ./configure script on my machines won't work because it uses
php.ini file from ./scripts dir (I have modular pcre). I don't want to
modify this ini file mainly because I could accidentally commit it to
CVS. So I figured that it would be nice if configure script would allow
to specify ini file directory. May I apply this patch (attached to this
message) on configure.in?
 [...]
Feel free.

Goba


[PHP-DOC] ./configure additional option

2004-02-08 Thread Leszek Krupiński
Hello

Default ./configure script on my machines won't work because it uses
php.ini file from ./scripts dir (I have modular pcre). I don't want to
modify this ini file mainly because I could accidentally commit it to
CVS. So I figured that it would be nice if configure script would allow
to specify ini file directory. May I apply this patch (attached to this
message) on configure.in?

-- 
 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 _
Index: configure.in
===
RCS file: /repository/phpdoc/configure.in,v
retrieving revision 1.199
diff -u -r1.199 configure.in
--- configure.in12 Aug 2003 11:37:38 -  1.199
+++ configure.in8 Feb 2004 12:48:31 -
@@ -80,6 +80,22 @@
 
 dnl }}}
 
+dnl {{{
+AC_MSG_CHECKING(for php.ini path)
+AC_ARG_WITH(inipath,
+[  --with-inipath=PATH specify path to php.ini file (default: ./scripts)],
+[
+   AC_MSG_RESULT([$withval])
+   INIPATH="$withval"
+],[
+   AC_MSG_RESULT([./scripts])
+INIPATH="./scripts"
+])
+
+AC_SUBST(INIPATH)
+
+dnl }}}
+
 dnl {{{   check for the Jade or OpenJade DSSSL parser
 
 dnl use given argument, if any, else search in path 
@@ -778,11 +794,11 @@
 then
 
  dnl create entity mapping file supporting Zend, CHM and other specialities
- $PHP -c ./scripts -q ./scripts/file-entities.php
+ $PHP -c $INIPATH -q ./scripts/file-entities.php
  
  dnl create missing-entities.ent and missing-ids.xml
  rm -f entities/missing*
- $PHP -c ./scripts -q ./scripts/missing-entities.php
+ $PHP -c $INIPATH -q ./scripts/missing-entities.php
  
 else
 


[PHP-DOC] cvs: phpdoc /en language-snippets.ent

2004-02-08 Thread Leszek Krupinski
leszek  Sun Feb  8 06:52:42 2004 EDT

  Modified files:  
/phpdoc/en  language-snippets.ent 
  Log:
  - typo
  
http://cvs.php.net/diff.php/phpdoc/en/language-snippets.ent?r1=1.72&r2=1.73&ty=u
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.72 phpdoc/en/language-snippets.ent:1.73
--- phpdoc/en/language-snippets.ent:1.72Sun Feb  8 06:39:05 2004
+++ phpdoc/en/language-snippets.ent Sun Feb  8 06:52:42 2004
@@ -1,4 +1,4 @@
-
+
 
 This extension is
 EXPERIMENTAL. The behaviour of this extension --
@@ -263,5 +263,5 @@
 Tidy 1.0. It became obsolete in Tidy 2.0 and thus has been removed.'>
 
 The optional parameters
-config_options and enconding were
+config_options and encoding were
 added in Tidy 2.0.'>



[PHP-DOC] cvs: phpdoc /en language-snippets.ent

2004-02-08 Thread Kenneth Schwartz
irchtml Sun Feb  8 06:39:05 2004 EDT

  Modified files:  
/phpdoc/en  language-snippets.ent 
  Log:
  missing semicolon
  
http://cvs.php.net/diff.php/phpdoc/en/language-snippets.ent?r1=1.71&r2=1.72&ty=u
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.71 phpdoc/en/language-snippets.ent:1.72
--- phpdoc/en/language-snippets.ent:1.71Sun Feb  8 06:35:19 2004
+++ phpdoc/en/language-snippets.ent Sun Feb  8 06:39:05 2004
@@ -1,4 +1,4 @@
-
+
 
 This extension is
 EXPERIMENTAL. The behaviour of this extension --
@@ -216,7 +216,7 @@
 
 
 This extension has been removed as of PHP 5 and moved to the
-PECL repository.
+PECL repository.
 '>
 
 


Re: [PHP-DOC] A question!

2004-02-08 Thread Gabor Hojtsy
Please ask support questions at [EMAIL PROTECTED]

Goba

Saman Salehian wrote:
Hi there,
where i can download php_pdf.dll and php_cpdf.dll files?


Re: [PHP-DOC] anyone can help me!

2004-02-08 Thread Gabor Hojtsy
Please ask support questions at [EMAIL PROTECTED]

Goba

Saman Salehian wrote:
i want to produce a persian(farsi) pdf file:
1. how can i write to the file in the right-to-left direction
2. how can i use CHARSET=windows-1256
 
regards


Re: [PHP-DOC] cvs: phpdoc /en language-snippets.ent /en/reference/crack reference.xml /en/reference/dbm reference.xml /en/reference/mcal reference.xml /en/reference/notes reference.xml /en/reference/qtdom reference.xml /entities global.ent

2004-02-08 Thread [EMAIL PROTECTED]
> > +
> > +This exentsion has been removed as of PHP 5 and moved to the
> > +PECL repository.
> > +'>
> 
> You mean &url.pecl; (with the semicolon).
> 
> Goba
Ah, gah!  I don't know what's up with me this morning.  Apologies for
the 'corrective' commits.

Kenneth


[PHP-DOC] cvs: phpdoc /en language-snippets.ent

2004-02-08 Thread Kenneth Schwartz
irchtml Sun Feb  8 06:35:19 2004 EDT

  Modified files:  
/phpdoc/en  language-snippets.ent 
  Log:
  spelling error
  
http://cvs.php.net/diff.php/phpdoc/en/language-snippets.ent?r1=1.70&r2=1.71&ty=u
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.70 phpdoc/en/language-snippets.ent:1.71
--- phpdoc/en/language-snippets.ent:1.70Sun Feb  8 06:28:10 2004
+++ phpdoc/en/language-snippets.ent Sun Feb  8 06:35:19 2004
@@ -1,4 +1,4 @@
-
+
 
 This extension is
 EXPERIMENTAL. The behaviour of this extension --
@@ -215,7 +215,7 @@
 See Also'>
 
 
-This exentsion has been removed as of PHP 5 and moved to the
+This extension has been removed as of PHP 5 and moved to the
 PECL repository.
 '>
 


Re: [PHP-DOC] cvs: phpdoc /en language-snippets.ent /en/reference/crack reference.xml /en/reference/dbm reference.xml /en/reference/mcal reference.xml /en/reference/notes reference.xml /en/reference/qtdom reference.xml /entities global.ent

2004-02-08 Thread Gabor Hojtsy
+
+This exentsion has been removed as of PHP 5 and moved to the
+PECL repository.
+'>
You mean &url.pecl; (with the semicolon).

Goba


[PHP-DOC] cvs: phpdoc /en language-snippets.ent /en/reference/crack reference.xml /en/reference/dbm reference.xml /en/reference/mcal reference.xml /en/reference/notes reference.xml /en/reference/qtdom reference.xml /entities global.ent

2004-02-08 Thread Kenneth Schwartz
irchtml Sun Feb  8 06:28:14 2004 EDT

  Modified files:  
/phpdoc/en  language-snippets.ent 
/phpdoc/en/reference/crack  reference.xml 
/phpdoc/en/reference/dbmreference.xml 
/phpdoc/en/reference/mcal   reference.xml 
/phpdoc/en/reference/notes  reference.xml 
/phpdoc/en/reference/qtdom  reference.xml 
/phpdoc/entitiesglobal.ent 
  Log:
  added glob entity for http://pecl.php.net
  added snippet for extensions moved to PECL 
  
http://cvs.php.net/diff.php/phpdoc/en/language-snippets.ent?r1=1.69&r2=1.70&ty=u
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.69 phpdoc/en/language-snippets.ent:1.70
--- phpdoc/en/language-snippets.ent:1.69Sat Feb  7 16:22:18 2004
+++ phpdoc/en/language-snippets.ent Sun Feb  8 06:28:10 2004
@@ -1,4 +1,4 @@
-
+
 
 This extension is
 EXPERIMENTAL. The behaviour of this extension --
@@ -214,6 +214,11 @@
 Examples'>
 See Also'>
 
+
+This exentsion has been removed as of PHP 5 and moved to the
+PECL repository.
+'>
+
 
 
 
http://cvs.php.net/diff.php/phpdoc/en/reference/crack/reference.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/crack/reference.xml
diff -u phpdoc/en/reference/crack/reference.xml:1.7 
phpdoc/en/reference/crack/reference.xml:1.8
--- phpdoc/en/reference/crack/reference.xml:1.7 Sun Feb  8 01:44:22 2004
+++ phpdoc/en/reference/crack/reference.xml Sun Feb  8 06:28:11 2004
@@ -1,5 +1,5 @@
 
-
+
  
   Crack functions
   Crack
@@ -14,13 +14,7 @@
  specified CrackLib dictionary.  CrackLib will also give helpful diagnostic
  messages that will help 'strengthen' the password.
 
-
- 
-  This extension has been removed from PHP as of
-  PHP 5.0 and moved to the PECL
-   repository.
- 
-
+¬e.pecl-php5;

 

http://cvs.php.net/diff.php/phpdoc/en/reference/dbm/reference.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/dbm/reference.xml
diff -u phpdoc/en/reference/dbm/reference.xml:1.8 
phpdoc/en/reference/dbm/reference.xml:1.9
--- phpdoc/en/reference/dbm/reference.xml:1.8   Sun Feb  8 01:44:23 2004
+++ phpdoc/en/reference/dbm/reference.xml   Sun Feb  8 06:28:11 2004
@@ -1,5 +1,5 @@
 
-
+
  
   DBM Functions [deprecated]
   DBM
@@ -22,12 +22,7 @@
   instead.
  
 
-
- 
-  This extension has been removed from PHP as of
-  PHP 5.0 and moved to the PECL repository.
- 
-
+¬e.pecl-php5;



http://cvs.php.net/diff.php/phpdoc/en/reference/mcal/reference.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/mcal/reference.xml
diff -u phpdoc/en/reference/mcal/reference.xml:1.7 
phpdoc/en/reference/mcal/reference.xml:1.8
--- phpdoc/en/reference/mcal/reference.xml:1.7  Sun Feb  8 01:44:24 2004
+++ phpdoc/en/reference/mcal/reference.xml  Sun Feb  8 06:28:12 2004
@@ -1,5 +1,5 @@
 
-
+
  
   MCAL functions
   MCAL
@@ -38,12 +38,7 @@
  for setting, initializing, and retrieving the event structure
  values.
 
-
- 
-  This extension has been removed from PHP as of
-  PHP 5.0 and moved to the PECL repository.
- 
-
+¬e.pecl-php5;
 
  
   PHP had an ICAP extension previously, but the original library
http://cvs.php.net/diff.php/phpdoc/en/reference/notes/reference.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/notes/reference.xml
diff -u phpdoc/en/reference/notes/reference.xml:1.4 
phpdoc/en/reference/notes/reference.xml:1.5
--- phpdoc/en/reference/notes/reference.xml:1.4 Sun Feb  8 01:44:24 2004
+++ phpdoc/en/reference/notes/reference.xml Sun Feb  8 06:28:13 2004
@@ -1,5 +1,5 @@
 
-
+
  
   Lotus Notes functions
   Lotus Notes
@@ -8,13 +8,7 @@

 &reftitle.intro;
 &warn.experimental;
-
- 
-  This extension has been removed from PHP as of
-  PHP 5.0 and moved to the PECL
-   repository.
- 
-
+¬e.pecl-php5;

   
 
http://cvs.php.net/diff.php/phpdoc/en/reference/qtdom/reference.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/qtdom/reference.xml
diff -u phpdoc/en/reference/qtdom/reference.xml:1.6 
phpdoc/en/reference/qtdom/reference.xml:1.7
--- phpdoc/en/reference/qtdom/reference.xml:1.6 Sun Feb  8 01:44:25 2004
+++ phpdoc/en/reference/qtdom/reference.xml Sun Feb  8 06:28:13 2004
@@ -1,5 +1,5 @@
 
-
+
  
   qtdom functions
   qtdom
@@ -9,12 +9,7 @@
&warn.experimental;

¬e.no-windows.extension;
-   
-
- This extension has been removed from PHP as of
- PHP 5.0 and moved to the PECL repository.
-
-   
+   ¬e.pecl-php5;
 

 &reftitle.required;
http://cvs.php.net/diff.php/phpdoc/entities/global.ent?r1=1.160&r2=1.161&ty=u
Index: phpdoc/entities/global.ent
diff -u phpdoc/entities/global.ent:1.160 phpdoc/entities/global.ent:1.161
--- phpdoc/entities/global.ent:1.160Wed Feb  4 11:24:29 2004
+++ phpdoc/entities/global.ent  Sun Feb  8 06:28:14 2004
@@ -1,6 +1,6 @@
 
+http://pecl.php.net";>
 http://snaps.php.net/win32/PECL_STABLE/";>
 http://pecl.php.net/pac

[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.4&r2=1.5&ty=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 @@
 
-
+
 
  &reftitle.install;
  
@@ -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
-   aspell-15.dll from the bin folder of your aspell 
-   installation to a folder where PHP will be able to find it.
-   C:\PHP or
-   the SYSTEM32 folder of your windows machine (Ex: 
-   C:\WINNT\SYSTEM32
-   or C:\WINDOWS\SYSTEM32)
-   are good choices.
+   aspell-15.dll from the bin folder
+   of your aspell installation to a folder where PHP will be able to find it.
+   C:\PHP or the SYSTEM32 folder of
+   your windows machine (Ex: C:\WINNT\SYSTEM32 or C:\WINDOWS\SYSTEM32) are good choices.
   
  
 


Re: [PHP-DOC] cvs: phpdoc /en/reference/crack reference.xml /en/reference/dbm reference.xml /en/reference/mcal reference.xml /en/reference/notes reference.xml /en/reference/qtdom reference.xml

2004-02-08 Thread [EMAIL PROTECTED]
> It would be nice to have some consistency :) You can achive this by 
> adding a snippet for this. Also we are not using literal for PHP, and I 
> would prefer if PECL would be linked in all of these notes. Using 
> snippet entities, this will not be a problem :)
> 
> Goba

The problem is that some of the packages are listed on pecl.php.net and
some are just sitting in CVS.  I made a mistaking linking to the notes
extension, as it does not have a listing on pecl.php.net.  I suppose I
could just link to pecl.php.net and the user can find it themself. ;)

Kenneth Schwartz


Re: [PHP-DOC] cvs: phpdoc /en/reference/crack reference.xml /en/reference/dbm reference.xml /en/reference/mcal reference.xml /en/reference/notes reference.xml /en/reference/qtdom reference.xml

2004-02-08 Thread Gabor Hojtsy
+
+ 
+  This extension has been removed from PHP as of
+  PHP 5.0 and moved to the PECL
+   repository.
+ 
+

+
+ 
+  This extension has been removed from PHP as of
+  PHP 5.0 and moved to the PECL repository.
+ 
+

+  This extension has been removed from PHP as of
+  PHP 5.0 and moved to the PECL repository.

+  This extension has been removed from PHP as of
+  PHP 5.0 and moved to the PECL
+   repository.

+ This extension has been removed from PHP as of
+ PHP 5.0 and moved to the PECL repository.
It would be nice to have some consistency :) You can achive this by 
adding a snippet for this. Also we are not using literal for PHP, and I 
would prefer if PECL would be linked in all of these notes. Using 
snippet entities, this will not be a problem :)

Goba


[PHP-DOC] anyone can help me!

2004-02-08 Thread Saman Salehian



i want to produce a persian(farsi) pdf 
file:
1. how can i write to the file in the 
right-to-left direction
2. how can i use CHARSET=windows-1256
 
regards


[PHP-DOC] #27181 [Bgs]: extra quote marks in example 2.7 in PHP manual lists

2004-02-08 Thread et
 ID:   27181
 Updated by:   [EMAIL PROTECTED]
 Reported By:  admin at kcfreepress dot com
 Status:   Bogus
 Bug Type: Documentation problem
 Operating System: n/a
 PHP Version:  Irrelevant
 New Comment:

Using quotes only leads to parse errors in strings when not using curly
braces, so "foo $array['bar']" would be incorrect, but that's the only
case you don't use quotes. Using "foo {$array["bar"]}" would be correct
again. See the manual page at http://php.net/types.string for further
reference.


Previous Comments:


[2004-02-08 00:55:19] [EMAIL PROTECTED]

Thanks for your comments, but this is not the case. :)

In general, you must quote the keys used in array operations. If you
don't, you'll get a lot of notices when using E_ALL reporting mode.
(And you are using E_ALL, aren't you?)

So really, the ["key"] notation is correct. [key] is just a hack, and
shouldn't be used. ['key'], of course, would be best. =)



[2004-02-07 23:18:18] admin at kcfreepress dot com

Description:

Quoted from the PHP Manual (CHM file version, generated: Sun Oct 05
02:13:52 2003)

--
Example 2-7. Printing data from our form

Hi .
You are  years old.
--

In order to avoid parse errors, it seems like this should instead
read:

--
Example 2-7. Printing data from our form

Hi .
You are  years old.
--

Thanks!






-- 
Edit this bug report at http://bugs.php.net/?id=27181&edit=1


[PHP-DOC] cvs: phpdoc /en/reference/gmp/functions gmp-abs.xml gmp-add.xml gmp-and.xml gmp-clrbit.xml gmp-cmp.xml gmp-com.xml gmp-div-q.xml gmp-div-r.xml gmp-divexact.xml gmp-fact.xml gmp-gcd.xml gmp-hamdist.xml gmp-intval.xml gmp-invert.xml gmp-jacobi.xml gmp-legendre.xml gmp-mod.xml gmp-mul.xml gmp-neg.xml gmp-or.xml gmp-perfect-square.xml gmp-popcount.xml gmp-pow.xml gmp-powm.xml gmp-prob-prime.xml gmp-random.xml gmp-scan0.xml gmp-scan1.xml gmp-setbit.xml gmp-sign.xml gmp-sqrt.xml gmp-sqrtrem.xml gmp-sub.xml gmp-xor.xml

2004-02-08 Thread Dave
daveSun Feb  8 03:46:26 2004 EDT

  Modified files:  
/phpdoc/en/reference/gmp/functions  gmp-abs.xml gmp-add.xml 
gmp-and.xml gmp-clrbit.xml 
gmp-cmp.xml gmp-com.xml 
gmp-div-q.xml gmp-div-r.xml 
gmp-divexact.xml gmp-fact.xml 
gmp-gcd.xml gmp-hamdist.xml 
gmp-intval.xml gmp-invert.xml 
gmp-jacobi.xml gmp-legendre.xml 
gmp-mod.xml gmp-mul.xml 
gmp-neg.xml gmp-or.xml 
gmp-perfect-square.xml 
gmp-popcount.xml gmp-pow.xml 
gmp-powm.xml gmp-prob-prime.xml 
gmp-random.xml gmp-scan0.xml 
gmp-scan1.xml gmp-setbit.xml 
gmp-sign.xml gmp-sqrt.xml 
gmp-sqrtrem.xml gmp-sub.xml 
gmp-xor.xml 
  Log:
  - Add GMP function examples, and fix a few problems.
  
  http://cvs.php.net/diff.php/phpdoc/en/reference/gmp/functions/gmp-abs.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/gmp/functions/gmp-abs.xml
diff -u phpdoc/en/reference/gmp/functions/gmp-abs.xml:1.2 
phpdoc/en/reference/gmp/functions/gmp-abs.xml:1.3
--- phpdoc/en/reference/gmp/functions/gmp-abs.xml:1.2   Wed Apr 17 02:38:22 2002
+++ phpdoc/en/reference/gmp/functions/gmp-abs.xml   Sun Feb  8 03:46:22 2004
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -15,6 +15,29 @@
 
  Returns absolute value of a.
 
+
+ gmp_abs example
+ 
+
+ 
+ 
+  The printout of the above program will be:
+ 
+ 
+
+ 
+

   
 
http://cvs.php.net/diff.php/phpdoc/en/reference/gmp/functions/gmp-add.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/gmp/functions/gmp-add.xml
diff -u phpdoc/en/reference/gmp/functions/gmp-add.xml:1.2 
phpdoc/en/reference/gmp/functions/gmp-add.xml:1.3
--- phpdoc/en/reference/gmp/functions/gmp-add.xml:1.2   Wed Apr 17 02:38:23 2002
+++ phpdoc/en/reference/gmp/functions/gmp-add.xml   Sun Feb  8 03:46:22 2004
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -17,6 +17,25 @@
  Add two GMP numbers. The result will be a GMP number representing
  the sum of the arguments.
 
+
+ gmp_add example
+ 
+
+ 
+ 
+  The printout of the above program will be:
+ 
+ 
+
+ 
+

   
 
http://cvs.php.net/diff.php/phpdoc/en/reference/gmp/functions/gmp-and.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/gmp/functions/gmp-and.xml
diff -u phpdoc/en/reference/gmp/functions/gmp-and.xml:1.2 
phpdoc/en/reference/gmp/functions/gmp-and.xml:1.3
--- phpdoc/en/reference/gmp/functions/gmp-and.xml:1.2   Wed Apr 17 02:38:23 2002
+++ phpdoc/en/reference/gmp/functions/gmp-and.xml   Sun Feb  8 03:46:22 2004
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -16,6 +16,26 @@
 
  Calculates logical AND of two GMP numbers.
 
+
+ gmp_and example
+ 
+
+ 
+ 
+  The printout of the above program will be:
+ 
+ 
+
+ 
+

   
 
http://cvs.php.net/diff.php/phpdoc/en/reference/gmp/functions/gmp-clrbit.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/gmp/functions/gmp-clrbit.xml
diff -u phpdoc/en/reference/gmp/functions/gmp-clrbit.xml:1.2 
phpdoc/en/reference/gmp/functions/gmp-clrbit.xml:1.3
--- phpdoc/en/reference/gmp/functions/gmp-clrbit.xml:1.2Wed Apr 17 02:38:23 
2002
+++ phpdoc/en/reference/gmp/functions/gmp-clrbit.xmlSun Feb  8 03:46:22 2004
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -9,13 +9,42 @@

 Description
  
-  resourcegmp_clrbit
+  voidgmp_clrbit
   resource&a
   intindex
  
 
  Clears (sets to 0) bit index in
- a.
+ a. The index starts at 0.
+
+
+ 
+  Unlike most of the other GMP functions, gmp_clrbit
+  must be called with a GMP resource that already exists (using
+  gmp_init for example). One will not be
+  automatically created.
+ 
+
+
+ gmp_clrbit example
+ 
+
+ 
+ 
+  The printout of the above program will be:
+ 
+ 
+
+ 
+
+
+ See also gmp_setbit.
 

   
http://cvs.php.net/diff.php/phpdoc/en/reference/gmp/functions/gmp-cmp.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/gmp/functions/gmp-cmp.xml
diff -u phpdoc/en/reference/gmp/functions/gmp-cmp.xml:1.2 
phpdoc/en/reference/gmp/functions/gmp-cmp.xml:1.3
--- phpdoc/en/reference/gmp/functions/gmp-cmp.xml:1.2   Wed Apr 17 02:38:23 2002
+++ phpdoc/en/reference/gmp/functions/gmp-cmp.xml   Sun Feb  8 03:46:22 2004
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -14,10 +14,32 @@
   resou