Re: [PHP-DOC] translation documentation to Russian and/or Ukrainianlanguage

2002-09-22 Thread Gabor Hojtsy



Please contact [EMAIL PROTECTED]

Goba

  - Original Message - 
  From: 
  Andrew 
  To: [EMAIL PROTECTED] 
  Sent: Thursday, September 19, 2002 7:54 
  AM
  Subject: [PHP-DOC] translation 
  documentation to Russian and/or Ukrainian language
  
  I want to take part in translation of the 
  documentation on PHP on Russian and the Ukrainian language. To whom I can will 
  address for the detailed information? 
  
  Yours faithfully Golovin 
Andrey


Re: [PHP-DOC] Document for 'dir' class seem missing a property?

2002-09-22 Thread Gabor Hojtsy

 Well, I won't imprudently report this as a bug, but the description of
'dir'
 class in dir functions is:

  class dir {

   dir(string directory);
   string path;

   string read();
   void rewind();
   void close();
 }

 And then it refers a 'handle property' in the text follows.  I wonder if
 there is a missing 'handle' definition in class dir.  Thanks!

There is. Can you please add it.

Thanks,
Goba



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DOC] Question on ifx_prepare

2002-09-22 Thread Gabor Hojtsy

 The methodsynopsis says

 int ifx_prepare ( string query, int conn_id [, int cursor_def, mixed
 blobidarray])

 and in the text below the Parameter is called cursor_type parameter

 Which one is correct?

Form the PHP source:

/* --
** int ifx_prepare(string query, int connid,
** [, int cursortype] [, array blobidarry])
**
** $hold, $scroll are optional and valid only for select queries
** $blobidarray is optional, an array of blob id's
**
** prepares query $query on connection $connid
** select queries accept an optional cursortype param: IFX_SCROLL, IFX_HOLD
(or'ed mask)
** blobsupport: mark the blob-column with ? and add a
blob-id-functionparameter
** example: ifx_query(insert into catalog (stock_num, manu_code ,cat_descr,
**cat_picture) values(1,'HRO',?,?),$cid,$bid1,$bid2);
**
** returns a result id on success or FALSE on error
** also sets affected_rows for retrieval by ifx_affected_rows
** --
*/

/* {{{ proto int ifx_prepare(string query, int connid [, int cursortype] [,
array idarray])
   Prepare a query on a given connection */

Goba



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] cvs: phpdoc /en/reference/dir/functions class.dir.xml

2002-09-22 Thread Dallas Thunder

dallas  Sun Sep 22 13:56:46 2002 EDT

  Modified files:  
/phpdoc/en/reference/dir/functions  class.dir.xml 
  Log:
  Add the missing handle property.
  
  
Index: phpdoc/en/reference/dir/functions/class.dir.xml
diff -u phpdoc/en/reference/dir/functions/class.dir.xml:1.2 
phpdoc/en/reference/dir/functions/class.dir.xml:1.3
--- phpdoc/en/reference/dir/functions/class.dir.xml:1.2 Wed Apr 17 02:37:34 2002
+++ phpdoc/en/reference/dir/functions/class.dir.xml Sun Sep 22 13:56:46 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
 !-- splitted from ./en/functions/dir.xml, last change in rev 1.2 --
   refentry id=class.dir
refnamediv
 -16,6 +16,9 
  /constructorsynopsis
  fieldsynopsis
   typestring/typevarnamepath/varname
+ /fieldsynopsis
+ fieldsynopsis
+  typeresource/typevarnamehandle/varname
  /fieldsynopsis
  
methodsynopsistypestring/typemethodnameread/methodnamevoid//methodsynopsis
  
methodsynopsistypevoid/typemethodnamerewind/methodnamevoid//methodsynopsis



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] PDF manual in Chinese is totally unreadable

2002-09-22 Thread Dallas Thunder

Chinese characters are displayed as:

24341299922057030340315322010820214201072615

I saw a lot of such information below in build log:

Overfull \hbox (1137.13577pt too wide) in paragraph at lines 78368--78370
 \T1/ptm/m/n/10
sor^^Q6529236229259912641239044227882970222120
3034023383275973255320889652892615919968311813498724191
27
867242122999230340243202591828304201953072130340228102
999
236884330502641235821353286529223427214872388420837210
40

Can this problem be fixed?  Thanks.



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DOC] #18332 [Opn]: is_readable/is_writable/is_executable support under safe mode

2002-09-22 Thread iliaa

 ID:   18332
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Open
 Bug Type: Documentation problem
 Operating System: any
 PHP Version:  4.2.1
 New Comment:

In the current release of the manual is_readable/is_writable now
mention the fact that they will not check safe_mode limitation. The
is_executable however, still needs to be documented.


Previous Comments:


[2002-07-15 21:52:19] [EMAIL PROTECTED]

I think stat function can be used to know actual permissions. is_*
function supposed to return if current process can do something or not.
IMO.

We may need to change doc a bit. - Documentation Problem




[2002-07-13 18:31:32] [EMAIL PROTECTED]

It would be very useful if is_readable/is_writable/is_executable
series of functions would work with safe mode. Currently is_writable()
will report a file that in reality cannot be accessed undersafe mode is
writeable, which is clearly misleading.

At least, could the manual be modified in such a way as to document
that those functions will not work properly under safe_mode.




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


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php