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

2002-04-20 Thread Rui Hirokawa

hirokawaSat Apr 20 22:45:11 2002 EDT

  Modified files:  
/phpdoc/ja  language-snippets.ent 
  Log:
  added missing definitions.
  
Index: phpdoc/ja/language-snippets.ent
diff -u phpdoc/ja/language-snippets.ent:1.12 phpdoc/ja/language-snippets.ent:1.13
--- phpdoc/ja/language-snippets.ent:1.12Sat Mar  2 04:33:00 2002
+++ phpdoc/ja/language-snippets.ent Sat Apr 20 22:45:10 2002
@@ -1,4 +1,4 @@
-
+
 
 このモジュールは、実験的なものです。これは、これらの関数の動作、関数名は、このドキュメントに書かれて事項と同様に告知なく将来的なPHPのリリースで変更される可能性があります。注意を喚起するとともに、このモジュールは使用者のリスクで使用して下さい。'>
 
@@ -31,10 +31,12 @@
 
 
 &sm.disabled;'>
+
 セーフモード が有効の場合、PHP は
 
操作を行うファイル/ディレクトリが実行するスクリプトと同じUIDを有してい
 るかどうかを確認します。'>
+
  セーフモード が有効の場合、PHPは、
 
操作を行うディレクトリが、実行するスクリプトと同じUIDを有しているか
@@ -44,9 +46,40 @@
  Jade doesn't allow in-line entities, so I put them here... Though they 
  should have been inline in safe-mode.xml -->
 
+
 
+
 safe-modeでは無効となります。'>
 
+
+この拡張モジュールは設定ディレクティブを全く
+定義しません。'>
+この拡張モジュールはリソース型を全く定義し
+ません。'>
+この拡張モジュールは定数を全く定義しませ
+ん。'>
+これらの関数は、標準モジュールの一部と
+して利用可能であり、常に使用できます。'>
+これらの関数はPHPコアに含まれるため、使用す
+る際にインストールは不要です。'>
+
+
+
+これらの定数は、この拡張モジュールで定義されており、
+この拡張モジュールがPHP内部にコンパイルされているか実行時に動的にロー
+ドされるかのどちらかの場合のみ使用可能です。
+'>
+
+
+導入'>
+要件'>
+インストール手順'>
+実行用の設定'>
+リソース型'>
+定義済みの定数'>
+例'>
+以下も参照下さい: '>
 
 





[PHP-DOC] cvs: phpdoc /ja/reference/domxml functions.xml /ja/reference/domxml/functions DomNode-append-sibling.xml

2002-04-20 Thread Rui Hirokawa

hirokawaSat Apr 20 22:11:41 2002 EDT

  Added files: 
/phpdoc/ja/reference/domxml/functions   DomNode-append-sibling.xml 

  Modified files:  
/phpdoc/ja/reference/domxml functions.xml 
  Log:
  added DomNode-append-sibling() of domxml in japanese manual.
  
Index: phpdoc/ja/reference/domxml/functions.xml
diff -u phpdoc/ja/reference/domxml/functions.xml:1.1 
phpdoc/ja/reference/domxml/functions.xml:1.2
--- phpdoc/ja/reference/domxml/functions.xml:1.1Sun Apr 14 21:01:53 2002
+++ phpdoc/ja/reference/domxml/functions.xmlSat Apr 20 22:11:40 2002
@@ -31,6 +31,7 @@
 &reference.domxml.functions.DomElement-set-attribute-node;
 &reference.domxml.functions.DomElement-tagname;
 &reference.domxml.functions.DomNode-append-child;
+&reference.domxml.functions.DomNode-append-sibling;
 &reference.domxml.functions.DomNode-attributes;
 &reference.domxml.functions.DomNode-child-nodes;
 &reference.domxml.functions.DomNode-clone-node;

Index: phpdoc/ja/reference/domxml/functions/DomNode-append-sibling.xml
+++ phpdoc/ja/reference/domxml/functions/DomNode-append-sibling.xml


 
  DomNode->append_sibling
  
   新規に兄弟をノードに追加する
  
 
 
  説明
  
   objectDomNode->append_sibling
   objectnewnode
  
  
   この関数は、兄弟を既存のノードに追加します。
   The child can be created with e.g.
   DomDocument_create_element,
   DomDocument_create_text etc. or simply by using any
   other node.
  
  
   Before a new sibling is added it is first duplicated. Therefore the new
   child is a completely new copy which can be modified without changing the
   node which was passed to this function. If the node passed has children
   itself, they will be duplicated as well, which makes it quite easy to
   duplicate large parts of a xml document. The return value is the
 added sibling. If you plan to do further modifications on the added
   sibling you must use the returned node.
  
  
   This function has been added to provide the behaviour of
   DomNode_append_child as it works till PHP 4.2.
  
  
   See also DomNode_append_before.
  
 








[PHP-DOC] cvs: phpdoc /ja/reference/pgsql functions.xml

2002-04-20 Thread Rui Hirokawa

hirokawaSat Apr 20 22:02:36 2002 EDT

  Modified files:  
/phpdoc/ja/reference/pgsql  functions.xml 
  Log:
  added renamed functions of pgsql in japanese manual.
  
Index: phpdoc/ja/reference/pgsql/functions.xml
diff -u phpdoc/ja/reference/pgsql/functions.xml:1.1 
phpdoc/ja/reference/pgsql/functions.xml:1.2
--- phpdoc/ja/reference/pgsql/functions.xml:1.1 Sun Apr 14 21:13:45 2002
+++ phpdoc/ja/reference/pgsql/functions.xml Sat Apr 20 22:02:36 2002
@@ -1,55 +1,59 @@
+&reference.pgsql.functions.pg-affected-rows;
 &reference.pgsql.functions.pg-cancel-query;
 &reference.pgsql.functions.pg-client-encoding;
 &reference.pgsql.functions.pg-close;
-&reference.pgsql.functions.pg-cmdtuples;
 &reference.pgsql.functions.pg-connect;
 &reference.pgsql.functions.pg-connection-busy;
 &reference.pgsql.functions.pg-connection-reset;
 &reference.pgsql.functions.pg-connection-status;
+&reference.pgsql.functions.pg-convert;
 &reference.pgsql.functions.pg-copy-from;
 &reference.pgsql.functions.pg-copy-to;
 &reference.pgsql.functions.pg-dbname;
 &reference.pgsql.functions.pg-end-copy;
-&reference.pgsql.functions.pg-errormessage;
 &reference.pgsql.functions.pg-escape-bytea;
 &reference.pgsql.functions.pg-escape-string;
-&reference.pgsql.functions.pg-exec;
 &reference.pgsql.functions.pg-fetch-array;
 &reference.pgsql.functions.pg-fetch-object;
 &reference.pgsql.functions.pg-fetch-row;
-&reference.pgsql.functions.pg-fieldisnull;
-&reference.pgsql.functions.pg-fieldname;
-&reference.pgsql.functions.pg-fieldnum;
-&reference.pgsql.functions.pg-fieldprtlen;
-&reference.pgsql.functions.pg-fieldsize;
-&reference.pgsql.functions.pg-fieldtype;
-&reference.pgsql.functions.pg-freeresult;
+&reference.pgsql.functions.pg-field-is-null;
+&reference.pgsql.functions.pg-field-name;
+&reference.pgsql.functions.pg-field-num;
+&reference.pgsql.functions.pg-field-prtlen;
+&reference.pgsql.functions.pg-field-size;
+&reference.pgsql.functions.pg-field-type;
+&reference.pgsql.functions.pg-free-result;
 &reference.pgsql.functions.pg-get-result;
-&reference.pgsql.functions.pg-getlastoid;
 &reference.pgsql.functions.pg-host;
+&reference.pgsql.functions.pg-insert;
+&reference.pgsql.functions.pg-last-error;
 &reference.pgsql.functions.pg-last-notice;
+&reference.pgsql.functions.pg-last-oid;
 &reference.pgsql.functions.pg-lo-seek;
 &reference.pgsql.functions.pg-lo-tell;
 &reference.pgsql.functions.pg-loclose;
 &reference.pgsql.functions.pg-locreate;
 &reference.pgsql.functions.pg-loexport;
 &reference.pgsql.functions.pg-loimport;
-&reference.pgsql.functions.pg-loopen;
-&reference.pgsql.functions.pg-loread;
-&reference.pgsql.functions.pg-loreadall;
-&reference.pgsql.functions.pg-lounlink;
-&reference.pgsql.functions.pg-lowrite;
-&reference.pgsql.functions.pg-numfields;
-&reference.pgsql.functions.pg-numrows;
+&reference.pgsql.functions.pg-lo-open;
+&reference.pgsql.functions.pg-lo-read;
+&reference.pgsql.functions.pg-lo-read-all;
+&reference.pgsql.functions.pg-lo-unlink;
+&reference.pgsql.functions.pg-lo-write;
+&reference.pgsql.functions.pg-metadata;
+&reference.pgsql.functions.pg-num-fields;
+&reference.pgsql.functions.pg-num-rows;
 &reference.pgsql.functions.pg-options;
 &reference.pgsql.functions.pg-pconnect;
 &reference.pgsql.functions.pg-port;
 &reference.pgsql.functions.pg-put-line;
-&reference.pgsql.functions.pg-result;
+&reference.pgsql.functions.pg-query;
 &reference.pgsql.functions.pg-result-error;
 &reference.pgsql.functions.pg-result-status;
+&reference.pgsql.functions.pg-select;
 &reference.pgsql.functions.pg-send-query;
 &reference.pgsql.functions.pg-set-client-encoding;
 &reference.pgsql.functions.pg-trace;
 &reference.pgsql.functions.pg-tty;
 &reference.pgsql.functions.pg-untrace;
+&reference.pgsql.functions.pg-update;





[PHP-DOC] cvs: phpdoc /ja/reference/pgsql/functions pg-cancel-query.xml pg-convert.xml pg-field-is-null.xml pg-field-name.xml pg-field-prtlen.xml pg-field-size.xml pg-field-type.xml pg-free-result.xml pg-insert.xml pg-last-error.xml pg-last-oid.xml pg-lo-close.xml pg-lo-create.xml pg-lo-export.xml pg-lo-import.xml pg-lo-open.xml pg-lo-read-all.xml pg-lo-read.xml pg-lo-unlink.xml pg-lo-write.xml pg-metadata.xml pg-num-fields.xml pg-num-rows.xml pg-select.xml

2002-04-20 Thread Rui Hirokawa

hirokawaSat Apr 20 22:02:21 2002 EDT

  Added files: 
/phpdoc/ja/reference/pgsql/functionspg-convert.xml 
pg-field-is-null.xml 
pg-field-name.xml 
pg-field-prtlen.xml 
pg-field-size.xml 
pg-field-type.xml 
pg-free-result.xml 
pg-insert.xml 
pg-last-error.xml 
pg-last-oid.xml 
pg-lo-close.xml 
pg-lo-create.xml 
pg-lo-export.xml 
pg-lo-import.xml 
pg-lo-open.xml 
pg-lo-read-all.xml 
pg-lo-read.xml 
pg-lo-unlink.xml 
pg-lo-write.xml 
pg-metadata.xml 
pg-num-fields.xml 
pg-num-rows.xml pg-select.xml 

  Modified files:  
/phpdoc/ja/reference/pgsql/functionspg-cancel-query.xml 
  Log:
  added renamed functions of pgsql in japanese manual.
  

Index: phpdoc/ja/reference/pgsql/functions/pg-cancel-query.xml
diff -u phpdoc/ja/reference/pgsql/functions/pg-cancel-query.xml:1.1 
phpdoc/ja/reference/pgsql/functions/pg-cancel-query.xml:1.2
--- phpdoc/ja/reference/pgsql/functions/pg-cancel-query.xml:1.1 Sun Apr 14 21:13:48 
2002
+++ phpdoc/ja/reference/pgsql/functions/pg-cancel-query.xml Sat Apr 20 22:02:20 
+2002
@@ -1,31 +1,32 @@
 
 
 
-  
-   
-pg_cancel_query
-
- 同期クエリを取り消す
-
-   
-   
-説明
- 
-  boolpg_cancel_query
-  
resourceconnection
- 
-
- pg_cancel_query cancel asynchronous query sent by 
- pg_send_query. You cannot cancel query executed by 
- pg_query.
-
-
- See also pg_send_query,
- pg_cancel_result and
- pg_connection_busy
-
-   
-  
+
+ 
+  pg_cancel_query
+  
+   同期クエリを取り消す
+  
+ 
+ 
+  説明
+  
+   boolpg_cancel_query
+   resourceconnection
+  
+  
+   pg_cancel_queryは、
+   pg_send_queryにより送信された同期クエリをキャ
+   
+ンセルします。pg_queryにより実行されたクエリを
+   キャンセルすることはできません。
+  
+  
+   pg_send_query,
+   pg_cancel_result,
+ pg_connection_busyも参照下さい。
+  
+ 
+
 
 


 
  pg_convert
  
   SQL命令として実行可能な形式の連想配列の値に変換する
  
 
 
  説明
  
   arraypg_convert
   resourceconnection
   stringtable_name
   arrayassoc_array
  
  
   pg_convertはチェックし、SQL命令として実行可能
   な形式のassoc_arrayに変換します。
  
  
   
この関数は実験的な関数です。
   
  
  
   pg_metadataも参照下さい。
  
 




Index: phpdoc/ja/reference/pgsql/functions/pg-field-is-null.xml
+++ phpdoc/ja/reference/pgsql/functions/pg-field-is-null.xml



 
  pg_field_is_null
  フィールドが&null;かどうか調べる
 
 
  説明
  
   intpg_field_is_null
   resourceresult
   introw
   mixedfield
  
  
   pg_field_is_nullは、フィールドが&null;かどうか
   
調べます。rowで指定した行のフィールドが&null;でない場合は0を返し、
   
&null;だった場合は1を返します。fieldはカラム番号(数値)またはフィー
   
ルド名(文字列)で指定します。rowの番号付けは0から始まります。
  
 




Index: phpdoc/ja/reference/pgsql/functions/pg-field-name.xml
+++ phpdoc/ja/reference/pgsql/functions/pg-field-name.xml


  
   
pg_field_name
フィールドの名前を返す
   
   
説明
 
  stringpg_field_name
  resourceresult
  intfield_number
 

 pg_field_nameは、指定したPostgreSQL
 resultリソースの指定した
 field_numberにあるフィールドの名前を返
 します。フィールド番号は0から始まります。


 pg_field_numも参照下さい。

   
  



Index: phpdoc/ja/reference/pgsql/functions/pg-field-prtlen.xml
+++ phpdoc/ja/reference/pgsql/functions/pg-field-prtlen.xml


  
   
pg_field_prtlen
表示される長さを返す
   
   
説明
 
  intpg_field_prtlen
  resourceresult
  introw_number
  stringfield_name
 

 pg_field_prtlenは、PostgreSQLの
 
resultの指定した値に関して実際に表示した場
 
合の長さ(文字の数)を返します。行番号(row_number)は0から始まります。
 この関数は、エラーの場合に-1を返します。


 pg_field_sizeも参照下さい。

   
  



Index: phpdoc/ja/reference/pgsql/functions/pg-field-size.xml
+++ phpdoc/ja/reference/pgsql/functions/pg-field-size.xml


  
   
pg_field_size 

 指定したフィールドの内部記憶領域におけるサイズを返す

   
   
説明
 
  intpg_field_size
  resourceresult
  intfield_number
 

 pg_field_sizeは、指定したPostgreSQLの結果にお
 
いて指定したフィールド番号の内部記憶領域のサイズを(バイト数で)返
 します。フィールド番号は0から始まります。
 
フィールドサイズが-1の場合、その項目は可変長フィールドであることを
 示します。この関数は、エラーの場合は&false;を返します。


 pg_field_lenおよび
 pg_field_typeも参照下さい。

   
  



In

[PHP-DOC] cvs: phpdoc /ja/reference/pgsql/functions pg-affected-rows.xml

2002-04-20 Thread Rui Hirokawa

hirokawaSat Apr 20 20:49:56 2002 EDT

  Added files: 
/phpdoc/ja/reference/pgsql/functionspg-affected-rows.xml 
  Log:
  added pg-affected-rows.xml in japanese manual.
  

Index: phpdoc/ja/reference/pgsql/functions/pg-affected-rows.xml
+++ phpdoc/ja/reference/pgsql/functions/pg-affected-rows.xml



  
   
pg_affected_rows
変更されたレコード(タプル)の数を返す
   
   
説明

 intpg_affected_rows
 resourceresult


 pg_affected_rows は、
 pg_queryを実行した際にINSERT, UPDATE, DELETE
 
クエリにより変更されたタプル(インスタンス/レコード/行)の数を返し
 
ます。この関数により変更されたタプルがない場合、0が返されます。
 
  pg_affected_rows
  

  
 


 
  この関数は、pg_cmdtuples()と呼ばれていました。
 


 pg_queryおよび
 pg_num_rowsも参照下さい。

   
  







[PHP-DOC] cvs: phpdoc /ja/reference/pgsql/functions pg-query.xml pg-update.xml

2002-04-20 Thread Rui Hirokawa

hirokawaSat Apr 20 20:45:19 2002 EDT

  Added files: 
/phpdoc/ja/reference/pgsql/functionspg-update.xml 

  Modified files:  
/phpdoc/ja/reference/pgsql/functionspg-query.xml 
  Log:
  added pg-update.xml in japanese manual.
  
Index: phpdoc/ja/reference/pgsql/functions/pg-query.xml
diff -u phpdoc/ja/reference/pgsql/functions/pg-query.xml:1.1 
phpdoc/ja/reference/pgsql/functions/pg-query.xml:1.2
--- phpdoc/ja/reference/pgsql/functions/pg-query.xml:1.1Sat Apr 20 19:56:33 
2002
+++ phpdoc/ja/reference/pgsql/functions/pg-query.xmlSat Apr 20 20:45:19 2002
@@ -1,5 +1,5 @@
-
-
+
+
 
 
  

Index: phpdoc/ja/reference/pgsql/functions/pg-update.xml
+++ phpdoc/ja/reference/pgsql/functions/pg-update.xml




 
  pg_update
  
   テーブルを更新する
  
 
 
  説明
  
   longpg_update
   resourceconnection
   stringtable_name
   arraycondition
   arraydata
   boolconvert
  
  
   pg_updateは、dataに関して
   conditionにマッチするレコードを更新します。
   convertが指定されていないか&true;の場合、
   pg_convertがassoc_arrayに適
   用されます。
  
  
   pg_update
   

 


 
  この関数は実験的な関数です。
 


 pg_convertも参照下さい。

   
  







[PHP-DOC] cvs: phpdoc /ja/reference/pgsql/functions pg-query.xml

2002-04-20 Thread Rui Hirokawa

hirokawaSat Apr 20 19:56:33 2002 EDT

  Added files: 
/phpdoc/ja/reference/pgsql/functionspg-query.xml 
  Log:
  added pg-query.xml in japanese manual.
  

Index: phpdoc/ja/reference/pgsql/functions/pg-query.xml
+++ phpdoc/ja/reference/pgsql/functions/pg-query.xml




 
  pg_query
  クエリを実行する
 
 
  説明
  
   resourcepg_query
   resourceconnection
   stringquery
  
  
   pg_queryは、クエリが実行できた場合にクエリ結
   果リソースを返します。失敗した場合や
   connectionが有効な接続でない場合に &false;
   を返します。接続が有効な場合、エラーに関する詳細を
   pg_last_error により取得することが可能です。
   pg_queryは、
   connectionリソースで指定されたPostgreSQLデー
   タベースにSQL命令を送信します。
   connectionは、
   pg_connectまたは
   pg_pconnectから返された有効な接続である必要が
   あります。この関数の返り値はクエリ結果のリソースであり、
   pg_fetch_arrayのような他のPostgreSQL関数から
   結果にアクセスする際に使用されます。
   

 connectionは、
 pg_queryではオプションのパラメータです。
 connectionが指定されない場合、デフォルトの
 接続が使用されます。デフォルトの接続は、
 pg_connectまたは
 
pg_pconnectでにより作成された直近の接続です。


 connectionは省略可能ですが、スクリプトのバ
 グが発見しにくくなるため、推奨されません。

   
  
  
   
この関数は、pg_exec()と呼ばれていました。

pg_exec()は互換性確保のためにまだ使用可能ですが、
新しい名前を使用することが推奨されています。
   
  
  
   pg_connect,
   pg_pconnect,
   pg_fetch_array,
   pg_fetch_object,
   pg_num_rows,
   pg_affected_rowsも参照下さい。
  
 








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

2002-04-20 Thread Rui Hirokawa

hirokawaSat Apr 20 19:54:50 2002 EDT

  Modified files:  
/phpdoc/ja/reference/sessionreference.xml 
  Log:
  update translation
  
Index: phpdoc/ja/reference/session/reference.xml
diff -u phpdoc/ja/reference/session/reference.xml:1.2 
phpdoc/ja/reference/session/reference.xml:1.3
--- phpdoc/ja/reference/session/reference.xml:1.2   Tue Apr 16 19:58:27 2002
+++ phpdoc/ja/reference/session/reference.xml   Sat Apr 20 19:54:50 2002
@@ -1,5 +1,5 @@
 
-
+
  
   セッション処理関数(session)
   セッション
@@ -74,6 +74,7 @@
  
 
  
 
@@ -232,11 +259,11 @@

 PHPのコンパイル時に 
 --enable-trans-sidを指定した場合には、
- は必要ありません。
+ は必要ありません。


 
- 
相対URLでないものは、外部サイトを指していると仮定されSIDが追加
+ 
+相対URLでないURLは、外部サイトを指していると仮定されSIDが追加
  
されません。これは、SIDを異なったサーバにもらすことはセキュリティ
  上のリスクとなるためです。
 
@@ -267,6 +294,14 @@
session.save_pathのパスの深さが2より大きい場
合、ガーベッジコレクションは行われません。
   
+  
+   
+この設定を/tmp 
+(デフォルト)のようにどこか
+
+らでも読み込み可能なディレクトリのままにしている場合、サーバ上
+
+の他のユーザがこのディレクトリのファイルのリストを取得すること
+
+により、セッションをハイジャックをすることが可能となります。
+   
+  
  
  
   





[PHP-DOC] new chm sample

2002-04-20 Thread Gabor Hojtsy

Hi!

I would like to advice all of you Windows users to try out
the new CHM sample. There are many exciting new elements in
it, including:

 .) A new preferences win32 application
 .) A new [optional] high design
 .) Support for custom context menus
 .) Linked functions and keywords in examples
 .) Updated content and notes

It would be nice to have some feedback, both positive and
negative ;) The usual CHMs are used by many people, as the
latest error reports showed us ;))

Goba




Re: [PHP-DOC] Re: question

2002-04-20 Thread Andrew Lindeman

Yes, I *meant* (gr) to post it to both places...

Yes, I would like to see an alias too, it would be a lot easier...

--Andrew

On Saturday 20 April 2002 01:52 pm, Gabor Hojtsy wrote:
> > OK, I know there has been talk of changing the license, but has that
>
> really
>
> > gone anywhere?
>
> Well, we decided to contact all current authors, and ask them if they
> accept our desicion. See the full license part in the protocol file in
> the RFC dir of phpdoc.
>
> > Yes, I just couldn't think of whether the address had a hyphen or not (i
> > think some other php mailing lists have a hyphen), so I sent it to both
> > places to be safe.
>
> Well, as I have seen, you only posted it to me and php-doc@...
> BTW it would be nice to have such an alias, as most of the other
> lists have hyphens in their names (including php-doc-chm@)
>
> Goba

-- 
"...Unix, MS-DOS, and Windows NT (also known as the Good, the Bad, and
the Ugly)."
(By Matt Welsh)



Re: [PHP-DOC] Re: question

2002-04-20 Thread Gabor Hojtsy

> OK, I know there has been talk of changing the license, but has that
really
> gone anywhere?

Well, we decided to contact all current authors, and ask them if they
accept our desicion. See the full license part in the protocol file in
the RFC dir of phpdoc.

> Yes, I just couldn't think of whether the address had a hyphen or not (i
> think some other php mailing lists have a hyphen), so I sent it to both
> places to be safe.

Well, as I have seen, you only posted it to me and php-doc@...
BTW it would be nice to have such an alias, as most of the other
lists have hyphens in their names (including php-doc-chm@)

Goba




Re: [PHP-DOC] Re: question

2002-04-20 Thread Andrew Lindeman

OK, I know there has been talk of changing the license, but has that really 
gone anywhere?

Yes, I just couldn't think of whether the address had a hyphen or not (i 
think some other php mailing lists have a hyphen), so I sent it to both 
places to be safe.

--Andrew

On Saturday 20 April 2002 01:12 pm, Gabor Hojtsy wrote:
> > Aren't the docs released under the GPL?  If they are, then this would be
> > allowed as long as the source was available (the xml code, i assume).  Is
> > this correct?
>
> The *current* licence is GPL. BTW there is no [EMAIL PROTECTED]
> but I guess you already noticed this...
>
> Goba

-- 
Trap full -- please empty.



Re: [PHP-DOC] Re: question

2002-04-20 Thread Gabor Hojtsy

> Aren't the docs released under the GPL?  If they are, then this would be
> allowed as long as the source was available (the xml code, i assume).  Is
> this correct?

The *current* licence is GPL. BTW there is no [EMAIL PROTECTED]
but I guess you already noticed this...

Goba




[PHP-DOC] Notes Status, 5506 total

2002-04-20 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 5506 total user notes.

Notes  |  Page
---+-
   95  | http://php.net/manual/en/function.setcookie.php
   74  | http://php.net/manual/en/ref.session.php
   49  | http://php.net/manual/en/language.oop.php
   42  | http://php.net/manual/en/ref.image.php
   42  | http://php.net/manual/en/ref.datetime.php
   41  | http://php.net/manual/en/ref.pdf.php
   38  | http://php.net/manual/en/ref.imap.php
   37  | http://php.net/manual/en/function.preg-replace.php
   36  | http://php.net/manual/en/function.include.php
   33  | http://php.net/manual/en/function.exec.php
   32  | http://php.net/manual/en/function.fopen.php
   30  | http://php.net/manual/en/function.odbc-connect.php
   28  | http://php.net/manual/en/ref.oci8.php
   28  | http://php.net/manual/en/function.mail.php
   28  | http://php.net/manual/en/features.file-upload.php
   28  | http://php.net/manual/en/ref.domxml.php
   27  | http://php.net/manual/en/ref.xslt.php
   26  | http://php.net/manual/en/function.imagegif.php
   25  | http://php.net/manual/en/function.str-replace.php
   25  | http://php.net/manual/en/function.mssql-connect.php




Re: [PHP-DOC] Re: question

2002-04-20 Thread Andrew Lindeman

Aren't the docs released under the GPL?  If they are, then this would be 
allowed as long as the source was available (the xml code, i assume).  Is 
this correct?

--Andrew

On Saturday 20 April 2002 08:09 am, Gabor Hojtsy wrote:
> Forwarding this mail to [EMAIL PROTECTED] where the document
> writing guys live ;))
>
> Goba [one [EMAIL PROTECTED]]
>
> - Original Message -
> From: "haha web" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, April 20, 2002 4:04 PM
> Subject: question
>
>
> Hello!
> I am Kaido from Estonia.
>
> I decided to translate the full PHP Manual into estonian and now I have
> done one so far not much, about 55 functions are already translated.
>
> But when I finish the translation, am I allowed to sale it for money? All
> who want it in estonian here in Estonia they should pay for that (only for
> my work on the translation). Is this allowed? If not, then I don't sale
> it and I put it into my homepage for free and everybody can visit this site
> and learn PHP.
>
> So, what do you think?
> It would be great if I could sale it, because I put my time into
> translating.
>
>
>
> kaido

-- 
"...and scantily clad females, of course.  Who cares if it's below zero
outside"
(By Linus Torvalds)



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

2002-04-20 Thread Jani Taskinen

sniper  Sat Apr 20 11:38:20 2002 EDT

  Modified files:  
/phpdoc/en/reference/imap   reference.xml 
  Log:
  Added note about the other options which might be needed. And fixed the installation 
notes.
  
Index: phpdoc/en/reference/imap/reference.xml
diff -u phpdoc/en/reference/imap/reference.xml:1.2 
phpdoc/en/reference/imap/reference.xml:1.3
--- phpdoc/en/reference/imap/reference.xml:1.2  Mon Apr 15 14:56:41 2002
+++ phpdoc/en/reference/imap/reference.xml  Sat Apr 20 11:38:19 2002
@@ -1,5 +1,5 @@
 
-
+
  
   IMAP, POP3 and NNTP functions
   IMAP
@@ -9,15 +9,21 @@
 To get these functions to work, you have to compile PHP with
 --with-imap. That requires the
 c-client library to be installed. Grab the latest version from
-&url.imap; and compile it. Then
-copy c-client/c-client.a to
+&url.imap; and compile it.
+   
+   
+Then copy c-client/c-client.a to
 /usr/local/lib/libc-client.a or some other 
-directory on your link path and copy 
-c-client/rfc822.h,
-mail.h and linkage.h to
-/usr/local/include or some other directory in
+directory on your link path and copy c-client/*.h
+to /usr/local/include or some other directory in
 your include path.

+   
+Depending how the c-client was configured, you might also need to add 
+--with-imap-ssl=/path/to/openssl/
+and/or --with-kerberos into the PHP
+configure line.
+   

 Note that these functions are not limited to the
 IMAP protocol, despite their name.  The





[PHP-DOC] question

2002-04-20 Thread haha web

Hello!
I am Kaido from Estonia.
sorry if you got already this e-mail

I decided to translate the full PHP Manual into estonian and now I have
done one so far not much, about 55 functions are already translated.

But when I finish the translation, am I allowed to sale it for money? All
who want it in estonian here in Estonia they should pay for that (only for
my work on the translation). Is this allowed? If not, then I don't sale
it and I put it into my homepage for free and everybody can visit this site
and learn PHP.

So, what do you think?
It would be great if I could sale it, because I put my time into
translating.

kaido



[PHP-DOC] question

2002-04-20 Thread haha web

Hello!
I am Kaido from Estonia.
sorry if you got already this e-mail

I decided to translate the full PHP Manual into estonian and now I have
done one so far not much, about 55 functions are already translated.

But when I finish the translation, am I allowed to sale it for money? All
who want it in estonian here in Estonia they should pay for that (only for
my work on the translation). Is this allowed? If not, then I don't sale
it and I put it into my homepage for free and everybody can visit this site
and learn PHP.

So, what do you think?
It would be great if I could sale it, because I put my time into
translating.

kaido



[PHP-DOC] Re: question

2002-04-20 Thread Gabor Hojtsy

Forwarding this mail to [EMAIL PROTECTED] where the document
writing guys live ;))

Goba [one [EMAIL PROTECTED]]

- Original Message -
From: "haha web" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, April 20, 2002 4:04 PM
Subject: question


Hello!
I am Kaido from Estonia.

I decided to translate the full PHP Manual into estonian and now I have
done one so far not much, about 55 functions are already translated.

But when I finish the translation, am I allowed to sale it for money? All
who want it in estonian here in Estonia they should pay for that (only for
my work on the translation). Is this allowed? If not, then I don't sale
it and I put it into my homepage for free and everybody can visit this site
and learn PHP.

So, what do you think?
It would be great if I could sale it, because I put my time into
translating.



kaido





[PHP-DOC] cvs: phpdoc /pl/language operators.xml

2002-04-20 Thread Slawomir Pucia

slawek  Sat Apr 20 08:32:08 2002 EDT

  Modified files:  
/phpdoc/pl/language operators.xml 
  Log:
  Updated to EN 1.33 (qrak)
  
  
Index: phpdoc/pl/language/operators.xml
diff -u phpdoc/pl/language/operators.xml:1.11 phpdoc/pl/language/operators.xml:1.12
--- phpdoc/pl/language/operators.xml:1.11   Fri Mar 15 16:13:52 2002
+++ phpdoc/pl/language/operators.xmlSat Apr 20 08:32:07 2002
@@ -1,15 +1,128 @@
 
-
-
+
+
  
   Operatory
   
   
   
+  
+   Priorytety operatorów
+   
+Priorytet operatora okre¶la, jak "silnie" operator wi±¿e ze sob± dwa stoj±ce
+obok niego wyra¿enia. Na przyk³ad, w wyra¿eniu 1 +
+5 * 3, wynik wynosi 16, nie
+18 poniewa¿ operator mno¿enia ("*") ma wy¿szy priorytet 
+ni¿ operator dodawania ("+"). Za pomoc± nawiasów mo¿na zmieniaæ priorytet 
+dzia³añ wed³ug regu³ arytmetyki. Na przyk³ad: (1 + 5) * 3
+jest równe 18.
+   
+   
+Poni¿sza tabela zawiera priorytet operatorów, od najni¿szego priorytetu na 
+górze.
+
+ Priorytety operatorów
+ 
+  
+   
+Powi±zanie
+Operator
+   
+  
+  
+   
+lewe
+,
+   
+   
+lewe
+or
+   
+   
+lewe
+xor
+   
+   
+lewe
+and
+   
+   
+prawe
+print
+   
+   
+lewe
+
+ = += -= *= /= .= %= &= |= ^= ~= <<= >>=
+
+   
+   
+lewe
+? :
+   
+   
+lewe
+||
+   
+   
+lewe
+&&
+   
+   
+lewe
+|
+   
+   
+lewe
+^
+   
+   
+lewe
+&
+   
+   
+bez powi±zania
+== != === !==
+   
+   
+bez powi±zania
+< <= > >=
+   
+   
+lewe
+<< >>
+   
+   
+lewe
++ - .
+   
+   
+lewe
+* / %
+   
+   
+prawe
+! ~ ++ -- (int) (double) (string) (array) (object) @
+   
+   
+prawe
+[
+   
+   
+bez powi±zania
+new
+   
+  
+ 
+
+   
+  
+
+  
   
Operatory Arytmetyczne

-Czy pamiêtasz podstawy arytmetyki ze szko³y? W PHP operatory dzia³aj±
+Czy pamiêtasz podstawy arytmetyki ze szko³y? Operatory w PHP dzia³aj±
 niemal¿e tak samo.


@@ -266,8 +379,8 @@
 


-Jeszcze jednym operatorem warunkowym jest operator "?:", dzia³aj±cy tak jak
-w C i wielu innych jêzykach.
+Jeszcze jednym operatorem warunkowym jest operator "?:" (tzw. ternariusz),
+dzia³aj±cy tak jak w C i wielu innych jêzykach.
 
  
 

[PHP-DOC] cvs: phpdoc /xsl htmlhelp.xsl.in

2002-04-20 Thread Gabor Hojtsy

gobaSat Apr 20 07:39:57 2002 EDT

  Modified files:  
/phpdoc/xsl htmlhelp.xsl.in 
  Log:
  Adding support for custom context menu
  
  
Index: phpdoc/xsl/htmlhelp.xsl.in
diff -u phpdoc/xsl/htmlhelp.xsl.in:1.25 phpdoc/xsl/htmlhelp.xsl.in:1.26
--- phpdoc/xsl/htmlhelp.xsl.in:1.25 Fri Apr 19 08:55:24 2002
+++ phpdoc/xsl/htmlhelp.xsl.in  Sat Apr 20 07:39:57 2002
@@ -3,7 +3,7 @@
 
   HTML Help specific stylesheet
 
-  $Id: htmlhelp.xsl.in,v 1.25 2002/04/19 12:55:24 goba Exp $
+  $Id: htmlhelp.xsl.in,v 1.26 2002/04/20 11:39:57 goba Exp $
 
 -->
 http://www.w3.org/1999/XSL/Transform";
@@ -44,9 +44,10 @@
 
 
 
-
+
 
   displayPage();
+  if(prefs_context_override){return 
+false;}
 
 
 





[PHP-DOC] Bug #16711 Updated: pg_query doc page doesn't mentioned that pg_exec is STILL available

2002-04-20 Thread mfischer

 ID:  16711
 Updated by:  [EMAIL PROTECTED]
 Reported By: [EMAIL PROTECTED]
-Status:  Open
+Status:  Closed
 Bug Type:Documentation problem
 PHP Version: 4.2.0
 New Comment:

This bug has been fixed in CVS.


Previous Comments:


[2002-04-20 06:26:08] [EMAIL PROTECTED]

See summary and http://bugs.php.net/bug.php?id=16710




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




[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-query.xml

2002-04-20 Thread Markus Fischer

mfischerSat Apr 20 06:35:23 2002 EDT

  Modified files:  
/phpdoc/en/reference/pgsql/functionspg-query.xml 
  Log:
  - Add comment that pg_exec() is not dead and still available too.
  
  
Index: phpdoc/en/reference/pgsql/functions/pg-query.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-query.xml:1.2 
phpdoc/en/reference/pgsql/functions/pg-query.xml:1.3
--- phpdoc/en/reference/pgsql/functions/pg-query.xml:1.2Wed Apr 17 02:43:22 
2002
+++ phpdoc/en/reference/pgsql/functions/pg-query.xmlSat Apr 20 06:35:23 2002
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -47,6 +47,8 @@
   
  
   This function used to be called pg_exec().
+  pg_exec() is still available for compatibility
+  reasons but users are encouraged to use the newer name.
  
 
 





[PHP-DOC] Bug #16711: pg_query doc page doesn't mentioned that pg_exec is STILL available

2002-04-20 Thread mfischer

From: [EMAIL PROTECTED]
Operating system: 
PHP version:  4.2.0
PHP Bug Type: Documentation problem
Bug description:  pg_query doc page doesn't mentioned that pg_exec is STILL available

See summary and http://bugs.php.net/bug.php?id=16710
-- 
Edit bug report at http://bugs.php.net/?id=16711&edit=1
-- 
Fixed in CVS:http://bugs.php.net/fix.php?id=16711&r=fixedcvs
Fixed in release:http://bugs.php.net/fix.php?id=16711&r=alreadyfixed
Need backtrace:  http://bugs.php.net/fix.php?id=16711&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16711&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16711&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16711&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=16711&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=16711&r=submittedtwice




[PHP-DOC] Re: Bug #16687 Updated: Constants not being interpreted in "variable variables"

2002-04-20 Thread Markus Fischer

On Sat, Apr 20, 2002 at 08:07:42AM -, [EMAIL PROTECTED] wrote : 
>  ID:   16687
>  Updated by:   [EMAIL PROTECTED]
>  Reported By:  [EMAIL PROTECTED]
>  Status:   Open
>  Bug Type: Documentation problem
>  Operating System: Red Hat Linux 7.1
>  PHP Version:  4.2.0
>  New Comment:
> 
> Superglobals are named autoglobals or "auto global"s in many cases.
> Because you need not use "global" to make it global... I personaly
> think that superglobal is a better name for them (as used by Rasmus
> first AFAIK), so I use this name.

Doh . . . Though I was aware of this feature from day 0 it was
introduced I seam to have forgotten this completely and never
heard the term 'auto globals' again .  . .

- Markus



[PHP-DOC] Bug #16687 Updated: Constants not being interpreted in "variable variables"

2002-04-20 Thread goba

 ID:   16687
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Open
 Bug Type: Documentation problem
 Operating System: Red Hat Linux 7.1
 PHP Version:  4.2.0
 New Comment:

Superglobals are named autoglobals or "auto global"s in many cases.
Because you need not use "global" to make it global... I personaly
think that superglobal is a better name for them (as used by Rasmus
first AFAIK), so I use this name.

--
Goba


Previous Comments:


[2002-04-19 21:01:49] [EMAIL PROTECTED]

By design ? hehe

Ok, I *think* it was not 'by design', I think this just turned out to
be the way it is after it has been implemented.  I don't think while
writing the code and was kept in mind 'no, we do not want them not to
be accessible in functions with variable variables'.

Ok, so much. Versions of PHP has already been released, so we should
document it.

Btw, goba, using the search on php.net I couldn't find a single page
refering to the super globals ... ? (I haven't yet browser through the
manual index as I tend to find that annyoing)



[2002-04-19 15:17:41] [EMAIL PROTECTED]

I have already reported this problem, but nothing happened.
Superglobals seemed to be accessible with variable variables in the
global scope, but not in any local scope (inside a function). Derick
told me, that it is by design, but IMHO this is incosistent, and quite
ugly :((

--
Goba



[2002-04-19 14:53:51] [EMAIL PROTECTED]

Reclassified.

It should be documented that due the special way super globals are
treated the cannot be used with variable variables.



[2002-04-19 12:40:50] [EMAIL PROTECTED]

True true. Derick (or someone else) mind briefly explaining why this
is/has to be different?



[2002-04-19 11:11:00] [EMAIL PROTECTED]

But then why does it work under certain circumstances and not others? 
Regardless whether intended or not, this is inconsistent behaviour.

I also think that having these differences between regular variables
and the "superglobals" shouldn't be necessary.  If I can't use them in
the same contexts as regular variables, then I would personally prefer
the $HTTP_*_VARS instead, because you can.

I have found my approach to abstracting this difference ($HTTP_*_VARS
vs. $_*) between PHP versions to be really beneficial to my scripts.  I
can abstract them both down to one name, and use a single reference to
the appropriate one instead of sticking if statements every time I need
to know which one to use.

Sorry to keep buggin' ya, but I think this may be a fair enough
argument for change.



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/16687

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




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

2002-04-20 Thread Renato Arruda

rarruda Sat Apr 20 03:31:19 2002 EDT

  Modified files:  
/phpdoc/pt_BR   translation.xml 
  Log:
  fixed a wrong email. ops.
  
  
Index: phpdoc/pt_BR/translation.xml
diff -u phpdoc/pt_BR/translation.xml:1.1 phpdoc/pt_BR/translation.xml:1.2
--- phpdoc/pt_BR/translation.xml:1.1Fri Apr 19 23:26:02 2002
+++ phpdoc/pt_BR/translation.xmlSat Apr 20 03:31:18 2002
@@ -10,19 +10,22 @@
 
  
 
-  
+  



-   
+   

-   
+   
 
  
  
  
-  
-  
+  
+  
+  
+  
+  
  
 
 





[PHP-DOC] cvs: phpdoc /pt_BR/reference/overload reference.xml /pt_BR/reference/overload/functions overload.xml

2002-04-20 Thread Renato Arruda

rarruda Sat Apr 20 03:23:49 2002 EDT

  Modified files:  
/phpdoc/pt_BR/reference/overloadreference.xml 
/phpdoc/pt_BR/reference/overload/functions  overload.xml 
  Log:
  translation revision tags added (whew, last commits for the day)
  
  
Index: phpdoc/pt_BR/reference/overload/reference.xml
diff -u phpdoc/pt_BR/reference/overload/reference.xml:1.1 
phpdoc/pt_BR/reference/overload/reference.xml:1.2
--- phpdoc/pt_BR/reference/overload/reference.xml:1.1   Sun Apr 14 21:41:15 2002
+++ phpdoc/pt_BR/reference/overload/reference.xml   Sat Apr 20 03:23:49 2002
@@ -1,5 +1,6 @@
 
-
+
+
  
   Object property and method call overloading
   Object overloading
Index: phpdoc/pt_BR/reference/overload/functions/overload.xml
diff -u phpdoc/pt_BR/reference/overload/functions/overload.xml:1.1 
phpdoc/pt_BR/reference/overload/functions/overload.xml:1.2
--- phpdoc/pt_BR/reference/overload/functions/overload.xml:1.1  Sun Apr 14 21:41:18 
2002
+++ phpdoc/pt_BR/reference/overload/functions/overload.xml  Sat Apr 20 03:23:49 
+2002
@@ -1,4 +1,5 @@
 
+
 
 
   





[PHP-DOC] cvs: phpdoc /pt_BR/appendices aliases.xml /pt_BR/chapters config.xml intro.xml /pt_BR/language variables.xml

2002-04-20 Thread Renato Arruda

rarruda Sat Apr 20 03:18:20 2002 EDT

  Modified files:  
/phpdoc/pt_BR/appendicesaliases.xml 
/phpdoc/pt_BR/chapters  config.xml intro.xml 
/phpdoc/pt_BR/language  variables.xml 
  Log:
  nslation revision tags added
  
  
Index: phpdoc/pt_BR/appendices/aliases.xml
diff -u phpdoc/pt_BR/appendices/aliases.xml:1.2 phpdoc/pt_BR/appendices/aliases.xml:1.3
--- phpdoc/pt_BR/appendices/aliases.xml:1.2 Wed Dec 12 15:56:25 2001
+++ phpdoc/pt_BR/appendices/aliases.xml Sat Apr 20 03:18:19 2002
@@ -1,5 +1,6 @@
 
-
+
+
 
  Lista de sinônimos (aliases)
  
Index: phpdoc/pt_BR/chapters/config.xml
diff -u phpdoc/pt_BR/chapters/config.xml:1.8 phpdoc/pt_BR/chapters/config.xml:1.9
--- phpdoc/pt_BR/chapters/config.xml:1.8Wed Dec 12 15:56:26 2001
+++ phpdoc/pt_BR/chapters/config.xmlSat Apr 20 03:18:19 2002
@@ -1,4 +1,5 @@
 
+
  
   Configuração
 
@@ -1523,4 +1524,4 @@
 sgml-local-catalogs:nil
 sgml-local-ecat-files:nil
 End:
--->
\ No newline at end of file
+-->
Index: phpdoc/pt_BR/chapters/intro.xml
diff -u phpdoc/pt_BR/chapters/intro.xml:1.5 phpdoc/pt_BR/chapters/intro.xml:1.6
--- phpdoc/pt_BR/chapters/intro.xml:1.5 Wed Dec 12 15:56:27 2001
+++ phpdoc/pt_BR/chapters/intro.xml Sat Apr 20 03:18:19 2002
@@ -1,4 +1,5 @@
 
+
 
  
   Introdução
Index: phpdoc/pt_BR/language/variables.xml
diff -u phpdoc/pt_BR/language/variables.xml:1.6 phpdoc/pt_BR/language/variables.xml:1.7
--- phpdoc/pt_BR/language/variables.xml:1.6 Wed Dec 12 15:56:37 2001
+++ phpdoc/pt_BR/language/variables.xml Sat Apr 20 03:18:19 2002
@@ -1,4 +1,5 @@
 
+
  
   Variables