[PHP-DOC] cvs: phpdoc /en/reference/info/functions ini-set.xml

2002-04-27 Thread Jesus M. Castagnetto

jmcastagnetto   Sat Apr 27 02:22:24 2002 EDT

  Modified files:  
/phpdoc/en/reference/info/functions ini-set.xml 
  Log:
  Updated the table of php.ini options
  
  

Index: phpdoc/en/reference/info/functions/ini-set.xml
diff -u phpdoc/en/reference/info/functions/ini-set.xml:1.2 
phpdoc/en/reference/info/functions/ini-set.xml:1.3
--- phpdoc/en/reference/info/functions/ini-set.xml:1.2  Wed Apr 17 02:39:28 2002
+++ phpdoc/en/reference/info/functions/ini-set.xml  Sat Apr 27 02:22:24 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
 !-- splitted from ./en/functions/info.xml, last change in rev 1.23 --
   refentry id=function.ini-set
refnamediv
 -26,315 +26,1200 
  changed/set and at what level.
 /para
 para
- table
-  titlelink linkend=configurationConfiguration/link options/title
-  tgroup cols=3
-   thead
-row
- entryName/entry
- entryDefault/entry
- entryChangeable/entry
-/row
-   /thead
-   tbody
-row
- entryallow_call_time_pass_reference/entry
- entry1/entry
- entryPHP_INI_SYSTEM|PHP_INI_PERDIR/entry
-/row
-row
- entryallow_url_fopen/entry
- entry1/entry
- entryPHP_INI_ALL/entry
-/row
-row
- entryarg_separator/entry
- entryamp;/entry
- entryPHP_INI_ALL/entry
-/row
-row
- entryasp_tags/entry
- entry0/entry
- entryPHP_INI_SYSTEM|PHP_INI_PERDIR/entry
-/row
-row
- entryauto_append_file/entry
- entrynull;/entry
- entryPHP_INI_ALL/entry
-/row
-row
- entryauto_prepend_file/entry
- entrynull;/entry
- entryPHP_INI_ALL/entry
-/row
-row
- entrybrowscap/entry
- entrynull;/entry
- entryPHP_INI_SYSTEM/entry
-/row
-row
- entrydefault_charset/entry
- entrySAPI_DEFAULT_CHARSET/entry
- entryPHP_INI_ALL/entry
-/row
-row
- entrydefault_mimetype/entry
- entrySAPI_DEFAULT_MIMETYPE/entry
- entryPHP_INI_ALL/entry
-/row
-row
- entrydefine_syslog_variables/entry
- entry0/entry
- entryPHP_INI_ALL/entry
-/row
-row
- entrydisable_functions/entry
- entry/entry
- entryPHP_INI_SYSTEM/entry
-/row
-row
- entrydisplay_errors/entry
- entry1/entry
- entryPHP_INI_ALL/entry
-/row
-row
- entrydisplay_startup_errors/entry
- entry0/entry
- entryPHP_INI_ALL/entry
-/row
-row
- entrydoc_root/entry
- entrynull;/entry
- entryPHP_INI_SYSTEM/entry
-/row   
-row
- entryenable_dl/entry
- entry1/entry
- entryPHP_INI_SYSTEM/entry
-/row
-row
- entryerror_append_string/entry
- entrynull;/entry
- entryPHP_INI_ALL/entry
-/row
-row
- entryerror_log/entry
- entrynull;/entry
- entryPHP_INI_ALL/entry
-/row
-row
- entryerror_prepend_string/entry
- entrynull;/entry
- entryPHP_INI_ALL/entry
-/row
-row
- entryerror_reporting/entry
- entrynull;/entry
- entryPHP_INI_ALL/entry
-/row
-row
- entryexpose_php/entry
- entry1/entry
- entryPHP_INI_SYSTEM/entry
-/row
-row
- entryextension_dir/entry
- entryPHP_EXTENSION_DIR/entry
- entryPHP_INI_SYSTEM/entry
-/row
-row
- entryfile_uploads/entry
- entry1/entry
- entryPHP_INI_PERDIR|PHP_INI_SYSTEM/entry
-/row
-row
- entrygpc_order/entry
- entryGPC/entry
- entryPHP_INI_ALL/entry
-/row
-row
- entryhighlight.bg/entry
- entryHL_BG_COLOR/entry
- entryPHP_INI_ALL/entry
-/row
-row
- entryhighlight.comment/entry
- entryHL_COMMENT_COLOR/entry
- entryPHP_INI_ALL/entry
-/row
-row
- entryhighlight.default/entry
- entryHL_DEFAULT_COLOR/entry
- entryPHP_INI_ALL/entry
-/row
-row
- entryhighlight.html/entry
- entryHL_HTML_COLOR/entry
- entryPHP_INI_ALL/entry
-/row
-row
- entryhighlight.keyword/entry
- entryHL_KEYWORD_COLOR/entry
- entryPHP_INI_ALL/entry
-/row
-row
- entryhighlight.string/entry
- entryHL_STRING_COLOR/entry
- entryPHP_INI_ALL/entry
-/row
-row
- entryhtml_errors/entry
- entry1/entry
- entryPHP_INI_SYSTEM/entry
-/row
-row
- entryignore_user_abort/entry
- entry0/entry
-

[PHP-DOC] cvs: phpdoc /scripts mk_ini_set_table.sh

2002-04-27 Thread Jesus M. Castagnetto

jmcastagnetto   Sat Apr 27 02:23:59 2002 EDT

  Modified files:  
/phpdoc/scripts mk_ini_set_table.sh 
  Log:
  Modifications to pull PHP_INI_* from all PHP modules
  
  
Index: phpdoc/scripts/mk_ini_set_table.sh
diff -u phpdoc/scripts/mk_ini_set_table.sh:1.1 phpdoc/scripts/mk_ini_set_table.sh:1.2
--- phpdoc/scripts/mk_ini_set_table.sh:1.1  Sun Jan  6 10:42:31 2002
+++ phpdoc/scripts/mk_ini_set_table.sh  Sat Apr 27 02:23:59 2002
 -4,9 +4,12 
 # and where they can be changed
 # Jesus M. Castagnetto
 # Mon Mar 19 04:57:02 PST 2001
+# Updated: Thu Apr 25 11:42:26 PDT 2002
+# - look through all PHP_INI_ containing files
+# - save table in the new split dir for the function
 
-main_c=../php4/main/main.c
-ini_set_table=en/functions/ini_set_table;
+cfiles=`grep -rl PHP_INI_ ../php4/*`
+ini_set_table=en/reference/info/functions/ini_set_table;
 
 awk 'BEGIN {
print table\n titleConfiguration options/title
 -81,6 +84,6 
print   /table;
print  /para;
print /note;
-}' $main_c  $ini_set_table
+}' $cfiles  $ini_set_table
 
 ls -l $ini_set_table





Re: [PHP-DOC] cvs: phpdoc /scripts revcheck.php

2002-04-27 Thread Gabor Hojtsy

 +print END_OF_MULTILINE
 +p class=ca href=#introIntroduction/a |
 +a href=#translatorsTranslators/a |
 +a href=#filesummaryFile summary by type/a |
 +a href=#filesFiles/a |
 +a href=#wipWork in progress/a |
 +a href=#misstagsMissing revision numbers/a |
 +a href=#missfilesUntranslated files/a
 +/p
 +pnbsp;/p
 +END_OF_MULTILINE;

Please please put this into a variable or function, do not
copy paste code 10 times! 

Goba





[PHP-DOC] en is selected in japanese manual

2002-04-27 Thread Rui Hirokawa


I executed configure script with --with-lang=ja option, 
but, english version of files are selected in entities/chapters.ent.

For example,
!ENTITY appendices.debugger  
 SYSTEM '/home/rui/work/php/phpdoc/en/appendices/debugger.xml'
should be
!ENTITY appendices.debugger  
 SYSTEM '/home/rui/work/php/phpdoc/ja/appendices/debugger.xml'

I think the new documentation infrastracture is related to this problem.

-- 
-
Rui Hirokawa [EMAIL PROTECTED]
 [EMAIL PROTECTED]



[PHP-DOC] cvs: phpdoc /pt_BR bookinfo.xml language-defs.ent

2002-04-27 Thread Renato Arruda

rarruda Sat Apr 27 10:44:09 2002 EDT

  Modified files:  
/phpdoc/pt_BR   bookinfo.xml language-defs.ent 
  Log:
  added translation status tags
  
Index: phpdoc/pt_BR/bookinfo.xml
diff -u phpdoc/pt_BR/bookinfo.xml:1.12 phpdoc/pt_BR/bookinfo.xml:1.13
--- phpdoc/pt_BR/bookinfo.xml:1.12  Thu Mar  7 23:15:32 2002
+++ phpdoc/pt_BR/bookinfo.xml   Sat Apr 27 10:44:09 2002
 -1,5 +1,6 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.12 $ --
+!-- EN-Revision: 1.12 Maintainer: rarruda Status: ready --
+!-- $Revision: 1.13 $ --
  
  bookinfo id=bookinfo
   authorgroup id=authors
Index: phpdoc/pt_BR/language-defs.ent
diff -u phpdoc/pt_BR/language-defs.ent:1.8 phpdoc/pt_BR/language-defs.ent:1.9
--- phpdoc/pt_BR/language-defs.ent:1.8  Fri Apr 19 22:31:15 2002
+++ phpdoc/pt_BR/language-defs.ent  Sat Apr 27 10:44:09 2002
 -1,4 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
+!-- EN-Revision: 1.12 Maintainer: rarruda Status: ready --
 
 !ENTITY PHPManual Manual do PHP
 !ENTITY Date  Data:





[PHP-DOC] Notes Status, 5581 total

2002-04-27 Thread phpdoc

Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 13.9% of the 5581 total user notes.

Notes  |  Page
---+-
   96  | http://php.net/manual/en/function.setcookie.php
   75  | http://php.net/manual/en/ref.session.php
   49  | http://php.net/manual/en/language.oop.php
   42  | http://php.net/manual/en/ref.datetime.php
   42  | http://php.net/manual/en/ref.image.php
   41  | http://php.net/manual/en/ref.pdf.php
   39  | http://php.net/manual/en/function.preg-replace.php
   38  | http://php.net/manual/en/ref.imap.php
   37  | http://php.net/manual/en/function.include.php
   35  | http://php.net/manual/en/function.fopen.php
   33  | http://php.net/manual/en/function.exec.php
   30  | http://php.net/manual/en/function.mail.php
   30  | http://php.net/manual/en/function.odbc-connect.php
   30  | http://php.net/manual/en/features.file-upload.php
   29  | http://php.net/manual/en/ref.oci8.php
   28  | http://php.net/manual/en/ref.domxml.php
   26  | http://php.net/manual/en/function.imagegif.php
   26  | http://php.net/manual/en/function.mssql-connect.php
   25  | http://php.net/manual/en/function.str-replace.php
   25  | http://php.net/manual/en/language.variables.predefined.php




[PHP-DOC] cvs: phpdoc /pt_BR Translators

2002-04-27 Thread Joao Prado Maia

jpm Sat Apr 27 13:14:31 2002 EDT

  Modified files:  
/phpdoc/pt_BR   Translators 
  Log:
  Fixing the notice
  
Index: phpdoc/pt_BR/Translators
diff -u phpdoc/pt_BR/Translators:1.30 phpdoc/pt_BR/Translators:1.31
--- phpdoc/pt_BR/Translators:1.30   Thu Apr 25 21:21:19 2002
+++ phpdoc/pt_BR/TranslatorsSat Apr 27 13:14:30 2002
@@ -1,13 +1,13 @@
-Portugues / Portuguese
+Português / Portuguese
 
 Este arquivo não é mais usado. Uma versão revisada e atualizada está 
-disponível em http://www.php.net/manual/pt_BR/revcheck.html. 
-Se você tem alguma dúvida sobre a tradução para o Portugues Brasileiro,
+disponível em: http://www.php.net/manual/pt_BR/revcheck.html. 
+Se você tem alguma dúvida sobre a tradução para o Português Brasileiro,
 por favor escreva para: [EMAIL PROTECTED] ou [EMAIL PROTECTED]
 
 English / Inglês
 
-This file is no more used. A revised and updated version
-is available from: http://www.php.net/manual/pt_BR/revcheck.html
-If you have questions concerning the PHP manual italian translation project,
-please, write to: [EMAIL PROTECTED] or [EMAIL PROTECTED]
+This file is not used anymore. A revised and updated version
+is available at: http://www.php.net/manual/pt_BR/revcheck.html
+If you have questions concerning the PHP manual portuguese translation project,
+please write to: [EMAIL PROTECTED] or [EMAIL PROTECTED]





[PHP-DOC] cvs: phpdoc /pt_BR/appendices aliases.xml

2002-04-27 Thread Joao Prado Maia

jpm Sat Apr 27 13:21:24 2002 EDT

  Modified files:  
/phpdoc/pt_BR/appendicesaliases.xml 
  Log:
  Fixing the portuguese
  
Index: phpdoc/pt_BR/appendices/aliases.xml
diff -u phpdoc/pt_BR/appendices/aliases.xml:1.3 phpdoc/pt_BR/appendices/aliases.xml:1.4
--- phpdoc/pt_BR/appendices/aliases.xml:1.3 Sat Apr 20 03:18:19 2002
+++ phpdoc/pt_BR/appendices/aliases.xml Sat Apr 27 13:21:23 2002
 -1,6 +1,6 
 ?xml version=1.0 encoding=iso-8859-1?
 !-- EN-Revision: 1.17 Maintainer: rarruda Status: ready --
-!-- $Revision: 1.3 $ --
+!-- $Revision: 1.4 $ --
 appendix id=aliases
  titleLista de sinônimos (aliases)/title
  para
 -11,12 +11,12 
   querem atualizar os seus scripts antigos para a nova sintaxe.
  /para
  para
-  De qualquer forma, alguma funções simplismente tem dois nomes e não
+  De qualquer forma, alguma funções simplesmente tem dois nomes e não
   tem real preferência. (Por exemplo, functionis_int/function e
   functionis_integer/function são igualmente boas)
  /para
  para
-  Esta lista é consistente com PHP 4.0.6.
+  Esta lista é consistente com o PHP versão 4.0.6.
  /para
  para
   table
 -24,7 +24,7 
tgroup cols=3
  thead
   row
-   entryFunção sinonimo (alias)/entry
+   entryFunção sinônimo (alias)/entry
entryFunção mestre/entry
entryExtensão usada/entry
   /row





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

2002-04-27 Thread Joao Prado Maia

jpm Sat Apr 27 13:33:15 2002 EDT

  Modified files:  
/phpdoc/pt_BR   translation.xml 
  Log:
  Fixed date format
  
Index: phpdoc/pt_BR/translation.xml
diff -u phpdoc/pt_BR/translation.xml:1.4 phpdoc/pt_BR/translation.xml:1.5
--- phpdoc/pt_BR/translation.xml:1.4Sat Apr 27 00:50:27 2002
+++ phpdoc/pt_BR/translation.xmlSat Apr 27 13:33:15 2002
 -19,6 +19,6 
file name=reference/mysql/reference.xml person=rarruda 
type=translation date=04.18.2002/
file name=language/variables.xml person=cpereira 
type=translation date=/
file name=reference/math/reference.xml person=kappu 
type=translation date=02.02.2002/
-   file name=reference/pgsql/reference.xml person=phaser 
type=translation date=26.04.2002/
+   file name=reference/pgsql/reference.xml person=phaser 
+type=translation date=04.26.2002/
/work-in-progress
 /translation





[PHP-DOC] cvs: phpdoc /pt_BR/appendices debugger.xml reserved.xml

2002-04-27 Thread Joao Prado Maia

jpm Sat Apr 27 13:33:41 2002 EDT

  Modified files:  
/phpdoc/pt_BR/appendicesdebugger.xml reserved.xml 
  Log:
  Fixing the wording
  
Index: phpdoc/pt_BR/appendices/debugger.xml
diff -u phpdoc/pt_BR/appendices/debugger.xml:1.8 
phpdoc/pt_BR/appendices/debugger.xml:1.9
--- phpdoc/pt_BR/appendices/debugger.xml:1.8Wed Dec 12 15:56:26 2001
+++ phpdoc/pt_BR/appendices/debugger.xmlSat Apr 27 13:33:41 2002
 -6,10 +6,13 
titleUsando o Debugador/title
 
para
-O debugger do PHP é util para procurar bugs simples.
-O debugador trabalha conectando numa porta acronymTCP/acronym para cada seção 
PHP aberta. Todas as mensagens de erro serão enviadas a esta conecção TCP.
+O debugador do PHP é util para procurar bugs simples.
+O debugador trabalha conectando numa porta acronymTCP/acronym para cada 
+seção PHP aberta. Todas as mensagens de erro serão enviadas a esta conecção TCP.
 Esta informação tem intenção de debugar o servidor de dentro de um sistema
-acronymIDE/acronym ou editor de arquivos programável (como o Emacs).
+acronymIDE/acronym ou editor de arquivos programável (como o Emacs). Esse
+debugador está disponível somente no PHP versão 3, e não pode ser utilizado
+nas versões mais novas do PHP.
/para
para
 Como levantar o debugger:
Index: phpdoc/pt_BR/appendices/reserved.xml
diff -u phpdoc/pt_BR/appendices/reserved.xml:1.2 
phpdoc/pt_BR/appendices/reserved.xml:1.3
--- phpdoc/pt_BR/appendices/reserved.xml:1.2Wed Dec 12 15:56:26 2001
+++ phpdoc/pt_BR/appendices/reserved.xmlSat Apr 27 13:33:41 2002
 -1,11 +1,11 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
 appendix id=reserved
  titlePalavras reservadas do PHP/title
  para
   Esta é a lista de palavras reservadas do PHP,
   normalmente link linkend=language.constantsconstantes/link
-  e link linkend=language.variables.predefinedvariavéis predefinidas/link.
+  e link linkend=language.variables.predefinedvariavéis pré-definidas/link.
   Você não deve encontrar nenhuma função aqui, mas contruções da linguagem.
   Você nao deve usar estes nomes como variáveis, funções, constantes ou
   metodos, pois certamente o levará a confusão.





Re: [PHP-DOC] cvs: phpdoc /scripts revcheck.php

2002-04-27 Thread Thomas Schöfbeck

Hi Goba,

you're fully right (I was just driven by the still too large html-output
before I went to bed, without thinking about anything :).

I have to leave now, but I'll change that tomorrow.

Cu,
Thomas


Gabor Hojtsy wrote:

  +print END_OF_MULTILINE
  +p class=ca href=#introIntroduction/a |
  +a href=#translatorsTranslators/a |
  +a href=#filesummaryFile summary by type/a |
  +a href=#filesFiles/a |
  +a href=#wipWork in progress/a |
  +a href=#misstagsMissing revision numbers/a |
  +a href=#missfilesUntranslated files/a
  +/p
  +pnbsp;/p
  +END_OF_MULTILINE;

 Please please put this into a variable or function, do not
 copy paste code 10 times!

 Goba




Re: [PHP-DOC] cvs: phpdoc /en/reference/info/functions ini-set.xml

2002-04-27 Thread Philip Olson

Hello Jesus et al,

I have concerns with this listing.  Some of the values 
taken from php4 source are not, imho, real world 
values.  Initially all values from this table 
were generated and then some were changed by hand 
to reflect what it's really like to us users. 
Something to think about.

Please read this post:
 http://marc.theaimsgroup.com/?l=php-devm=101198971703359

Btw, very nice listing of all the settings! Maybe 
one day individual tables will be generated for  
the *new* module reference pages?

Regards,
Philip Olson

P.s. If someone could explain implications/meanings 
of local vs. master values, that'd be nice too :)



On Sat, 27 Apr 2002, Jesus M. Castagnetto wrote:

 jmcastagnetto Sat Apr 27 02:22:24 2002 EDT
 
   Modified files:  
 /phpdoc/en/reference/info/functions   ini-set.xml 
   Log:
   Updated the table of php.ini options
   
   





[PHP-DOC] Bug #12379 Updated: conversion from html entities to normal text

2002-04-27 Thread jimw

 ID:   12379
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Open
-Bug Type: Feature/Change Request
+Bug Type: Documentation problem
 Operating System: linux
 PHP Version:  4.0.6
 New Comment:

php.net/htmlentities documents how to do this. (in the notes, right
now. reclassifying as documentation problem so the notes get pulled
into the documentation proper.)


Previous Comments:


[2001-07-25 16:50:29] [EMAIL PROTECTED]

PHP needs a function to convert html entities to plain text,
such as quot; becomes a double quote character.  

Essentially,
htmlentities or htmlspecialcharacters,
except in reverse.





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




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

2002-04-27 Thread Andrew Lindeman

alindeman   Sat Apr 27 17:56:53 2002 EDT

  Modified files:  
/phpdoc/en/reference/strings/functions  htmlentities.xml 
  Log:
  fixing bug #12379
  
  
Index: phpdoc/en/reference/strings/functions/htmlentities.xml
diff -u phpdoc/en/reference/strings/functions/htmlentities.xml:1.2 
phpdoc/en/reference/strings/functions/htmlentities.xml:1.3
--- phpdoc/en/reference/strings/functions/htmlentities.xml:1.2  Wed Apr 17 02:44:15 
2002
+++ phpdoc/en/reference/strings/functions/htmlentities.xml  Sat Apr 27 17:56:53 
+2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
 !-- splitted from ./en/functions/strings.xml, last change in rev 1.2 --
   refentry id=function.htmlentities
refnamediv
 -39,6 +39,25 
  third argument which defines character set used in conversion.
  Support for this argument was added in PHP 4.1.0.
 /para
+para
+ There is no reverse of this function.  However, you can create one on your
+ own.  Here is an example of how to do this.
+/para
+example
+ titleReverse of functionhtmlentities/function/title
+ programlisting role=php
+[!CDATA[
+?php
+function unhtmlentities ($string)
+{
+   $trans_tbl = get_html_translation_table (HTML_ENTITIES);
+   $trans_tbl = array_flib ($trans_tbl);
+   return strtr ($string, $trans_tbl);
+}
+?
+]]
+ /programlisting
+/example
 para
  See also functionhtmlspecialchars/function and
  functionnl2br/function.





[PHP-DOC] Bug #12379 Updated: conversion from html entities to normal text

2002-04-27 Thread alindeman

 ID:   12379
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
-Status:   Open
+Status:   Closed
 Bug Type: Documentation problem
 Operating System: linux
 PHP Version:  4.0.6
 New Comment:

This bug has been fixed in CVS.




Previous Comments:


[2002-04-27 14:55:47] [EMAIL PROTECTED]

php.net/htmlentities documents how to do this. (in the notes, right
now. reclassifying as documentation problem so the notes get pulled
into the documentation proper.)



[2001-07-25 16:50:29] [EMAIL PROTECTED]

PHP needs a function to convert html entities to plain text,
such as quot; becomes a double quote character.  

Essentially,
htmlentities or htmlspecialcharacters,
except in reverse.





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




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

2002-04-27 Thread Andrew Lindeman

alindeman   Sat Apr 27 18:00:41 2002 EDT

  Modified files:  
/phpdoc/en/reference/strings/functions  htmlentities.xml 
  Log:
  array_flib - array_flip
  
  
Index: phpdoc/en/reference/strings/functions/htmlentities.xml
diff -u phpdoc/en/reference/strings/functions/htmlentities.xml:1.4 
phpdoc/en/reference/strings/functions/htmlentities.xml:1.5
--- phpdoc/en/reference/strings/functions/htmlentities.xml:1.4  Sat Apr 27 17:59:36 
2002
+++ phpdoc/en/reference/strings/functions/htmlentities.xml  Sat Apr 27 18:00:40 
+2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.4 $ --
+!-- $Revision: 1.5 $ --
 !-- splitted from ./en/functions/strings.xml, last change in rev 1.2 --
   refentry id=function.htmlentities
refnamediv
 -51,7 +51,7 
 function unhtmlentities ($string)
 {
$trans_tbl = get_html_translation_table (HTML_ENTITIES);
-   $trans_tbl = array_flib ($trans_tbl);
+   $trans_tbl = array_flip ($trans_tbl);
return strtr ($string, $trans_tbl);
 }
 ?





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

2002-04-27 Thread Andrew Lindeman

alindeman   Sat Apr 27 17:59:37 2002 EDT

  Modified files:  
/phpdoc/en/reference/strings/functions  htmlentities.xml 
  Log:
  oops! screwed up CDATA
  
  
Index: phpdoc/en/reference/strings/functions/htmlentities.xml
diff -u phpdoc/en/reference/strings/functions/htmlentities.xml:1.3 
phpdoc/en/reference/strings/functions/htmlentities.xml:1.4
--- phpdoc/en/reference/strings/functions/htmlentities.xml:1.3  Sat Apr 27 17:56:53 
2002
+++ phpdoc/en/reference/strings/functions/htmlentities.xml  Sat Apr 27 17:59:36 
+2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.3 $ --
+!-- $Revision: 1.4 $ --
 !-- splitted from ./en/functions/strings.xml, last change in rev 1.2 --
   refentry id=function.htmlentities
refnamediv
 -46,7 +46,7 
 example
  titleReverse of functionhtmlentities/function/title
  programlisting role=php
-[!CDATA[
+![CDATA[
 ?php
 function unhtmlentities ($string)
 {





[PHP-DOC] New configure options in php 4.2.0 not mentioned in manual

2002-04-27 Thread Sukhwinder Singh





Hello,
 I downloaded PHP 
version 4.20 source and php manual in English dated 20 April 2002. But manual is 
always not up to date. For example many new ./configure options are available 
and there is no mention of these anywhere in the manual. Options like 
--with-tokenizer, --with-sablot-js, --enable-mbregex and --enable-aggregate. 
There may be many more like using libxslt instead of sablot. Even configure 
--help should mentionwhich one of the two options cannot be used together. 
There are many confusing options like --enable-xslt and --with-xslt-sablot and 
one doesn't know whether both should be used to enable xslt support in php. More 
confusion is added by libxslt. Difference between --with-xxx-dir --with-xxx=[DIR] 
also isn't clear.

 Even ifnew 
extensions/configure optionsare experimental, there should be at least 
mention of these options in manual topic which provides "Complete list of 
configure options" so that others can know what a particular option does. Only 
then others can experiment with these options. It won't take much time to add 
details of a particular option in two three lines. Although it would have been 
better to also provide details of a functions available in a particular 
extension etc.

Sukhwinder


[PHP-DOC] Bug #16882: HTML Help crashes opening php_manual_en.chm

2002-04-27 Thread andre

From: [EMAIL PROTECTED]
Operating system: Win XP
PHP version:  4.2.0
PHP Bug Type: Documentation problem
Bug description:  HTML Help crashes opening php_manual_en.chm

HTML Help (latest version) crashes when opening php_manual_en.chm under
Windows XP Pro. hh.exe opens other documents (not from php document page)
correctly.

AppName: hh.exe  AppVer: 4.74.9273.0 ModName: itss.dll
ModVer: 4.72.8085.0  Offset: 252c

My preferred editor could open context sensitive help for a keyword (e.g.
PHP function) with one keystroke - so I consider properly working HTML
help a tremendous help in coding and debugging - compared to the other
available formats.
-- 
Edit bug report at http://bugs.php.net/?id=16882edit=1
-- 
Fixed in CVS:http://bugs.php.net/fix.php?id=16882r=fixedcvs
Fixed in release:http://bugs.php.net/fix.php?id=16882r=alreadyfixed
Need backtrace:  http://bugs.php.net/fix.php?id=16882r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16882r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16882r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16882r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=16882r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=16882r=submittedtwice