[PHP-DOC] #27788 [Opn]: array_multisort doesn't mantain index associations with numeric arrays

2004-03-30 Thread derick
ID: 27788 Updated by: [EMAIL PROTECTED] Reported By: mail at spybreak dot de Status: Open -Bug Type: Feature/Change Request +Bug Type: Documentation problem Operating System: Win2K PHP Version: 4.3.4 Assigned To: andrei New Commen

[PHP-DOC] negative timestamp FUD

2004-03-30 Thread Ross P. Davis
Good day, I would like to bring up a few issues regarding negative timestamps. Firstly, I think it would be good to compose a document that discusses UNIX timestamps and the support or lack thereof regarding negative timestamps on various systems. For example, what is it about a system that gives

Re: [PHP-DOC] stream_wrapper_register

2004-03-30 Thread Friedhelm Betz
On Tuesday 30 March 2004 19:03, Gabor Hojtsy wrote: > > from the docs: > > STREAM_URL_STAT_QUIET > > If this flag is set, your wrapper should not raise any > > errors. If this flag is not set, you are responsible for > > reporting errors using the trigger_error > > function during stating of the p

Re: [PHP-DOC] stream_wrapper_register

2004-03-30 Thread Gabor Hojtsy
from the docs: STREAM_URL_STAT_QUIET If this flag is set, your wrapper should not raise any errors. If this flag is not set, you are responsible for reporting errors using the trigger_error function during stating of the path. I did not get the logic;-( Shouldn't this read: STREAM_URL_STAT_QUIET

Re: [PHP-DOC] See also refsects?

2004-03-30 Thread Gabor Hojtsy
In mysqli-client-encoding.xml, I ran into that : See also mysqli_client_encoding. mysqli_real_escape_string. Is that a policy for see also sections? Nope, should be: and . or: , and . So there is no problem if you put it into a refsect (it was actually a plan to

Re: [PHP-DOC] OO-interface documentation

2004-03-30 Thread Gabor Hojtsy
Hi! Erm, I know that much. My question was more along the lines of what markup to use. The use of multiple 's within a refentry is perfectly valid but our stylesheets display CVS version information for both refname's, which is ... rather ugly as version information will always default to "no ve

Re: [PHP-DOC] Convert Characters

2004-03-30 Thread Gabor Hojtsy
could someone please answer my first part of the question.. "Is there a way to convert any character to it's HTML &#xxx; equivalent in PHP?" I used to code in asp and I used "server.HtmlEncode" My problem is that I dont know what I have to use with php Our problem is that this is not the right lis

Re: [PHP-DOC] FW: PHP manual translation

2004-03-30 Thread Gabor Hojtsy
Hi Batuprev! You can ask for a CVS account of course, and start the translation. Due to the big size of the manual, if you are unable to attract more people, your efforts are quite pointless... :((( Goba batpurev wrote: Dear Gabor and Others, So far I was able to make 3 of my friends to join

Re: [PHP-DOC] See also refsects?

2004-03-30 Thread Derick Rethans
On Tue, 30 Mar 2004, Damien Seguy wrote: > Hi guys, > > In mysqli-client-encoding.xml, I ran into that : > > > See also > > mysqli_client_encoding. > mysqli_real_escape_string. > > > > Is that a policy for see also sections? Nope, should be: and . or: , an

[PHP-DOC] See also refsects?

2004-03-30 Thread Damien Seguy
Hi guys, In mysqli-client-encoding.xml, I ran into that : See also mysqli_client_encoding. mysqli_real_escape_string. Is that a policy for see also sections? Dams.

[PHP-DOC] cvs: phpdoc /en/reference/array/functions extract.xml

2004-03-30 Thread Kenneth Schwartz
irchtml Tue Mar 30 05:17:13 2004 EDT Modified files: /phpdoc/en/reference/array/functionsextract.xml Log: fixed note http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/extract.xml?r1=1.15&r2=1.16&ty=u Index: phpdoc/en/reference/array/functio

Re: [PHP-DOC] OO-interface documentation

2004-03-30 Thread [EMAIL PROTECTED]
Erm, I know that much. My question was more along the lines of what markup to use. The use of multiple 's within a refentry is perfectly valid but our stylesheets display CVS version information for both refname's, which is ... rather ugly as version information will always default to "no version

Re: [PHP-DOC] cvs: phpdoc /en/reference/array/functions extract.xml [snip]

2004-03-30 Thread [EMAIL PROTECTED]
Sure. > On Tue, Mar 09, 2004 at 10:38:14AM -, Kenneth Schwartz wrote: > > irchtml Tue Mar 9 05:38:14 2004 EDT > > > > Modified files: > > /phpdoc/en/reference/array/functionsextract.xml > [snip] > > Log: > > extract: minor revision > > others: use

Re: [PHP-DOC] cvs: phpdoc /en/reference/array/functions extract.xml [snip]

2004-03-30 Thread Stefan Walk
On Tue, Mar 09, 2004 at 10:38:14AM -, Kenneth Schwartz wrote: > irchtml Tue Mar 9 05:38:14 2004 EDT > > Modified files: > /phpdoc/en/reference/array/functions extract.xml [snip] > Log: > extract: minor revision > others: use > + user-input

Re: [PHP-DOC] Convert Characters

2004-03-30 Thread Mehdi Achour
Again, it's not the right list ... Reuben Sant wrote: could someone please answer my first part of the question.. "Is there a way to convert any character to it's HTML &#xxx; equivalent in PHP?" I used to code in asp and I used "server.HtmlEncode" My problem is that I dont know what I have to us