[PHP-DOC] streams reference

2003-01-02 Thread Sara Golemon
((A questing in OPN/#php brought up the following issue)) So we've got all these streams in php now, but (for all I can tell) no Streams section in the manual reference. Is anyone working on documenting these already? Most functions seem to be ported versions of already existing functions

[PHP-DOC] dns_*() vs. PEAR::Net_DNS

2003-01-02 Thread Sara Golemon
I've fielded a number of complaints about the lack of Win32 support for dns_get_record/dns_get_mx/get_check_record and sadly I have to tell them that the limitation is not in PHP but in Windows (lack of proper libresolv). After reading up on the RFCs and writting a non-libresolv based extension (

Re: [PHP-DOC] dns_*() vs. PEAR::Net_DNS

2003-01-02 Thread Gabor Hojtsy
Anyway, my question is... Would it be appropriate to ammend the notes which currently show on those manual pages: Note: This function is not implemented on Windows platforms. with a mention of the PEAR alternative?: Note: This function is not implemented on Windows platforms. Try the pear

[PHP-DOC] cvs: phpdoc /en/reference/network/functions checkdnsrr.xml dns-get-record.xml getmxrr.xml /entities global.ent

2003-01-02 Thread Sara Golemon
pollita Thu Jan 2 13:42:53 2003 EDT Modified files: /phpdoc/entitiesglobal.ent /phpdoc/en/reference/network/functions dns-get-record.xml getmxrr.xml checkdnsrr.xml Log: Added reference to PEAR Net_DNS

Re: [PHP-DOC] streams reference

2003-01-02 Thread Philip Olson
Sounds appropriate to me. Looks like only streams information exists for dev/api people currently: http://www.php.net/streams So in the end we will have php.net/streams going to the API docs and php.net/stream going to the function reference (ref.stream). Be sure to link each to one

Re: [PHP-DOC] streams reference

2003-01-02 Thread Sara Golemon
Sounds appropriate to me. Looks like only streams information exists for dev/api people currently: http://www.php.net/streams So in the end we will have php.net/streams going to the API docs and php.net/stream going to the function reference (ref.stream). Be sure to link each to one

Re: [PHP-DOC] streams reference

2003-01-02 Thread Gabor Hojtsy
Actually, turns out: stream_get_meta_data stream_register_wrapper stream_set_blocking stream_set_timeout stream_set_write_buffer ARE in the manual under the filesystem section. Should the missing functions be added in there? Or still go ahead with creating a new streams section and move

Re: [PHP-DOC] streams reference

2003-01-02 Thread Tularis
IMHO, since streams have become such an integral part of PHP, it would be best to create a full new section about them, and make links from all other files to the new section... - Tularis Sara Golemon wrote: Sounds appropriate to me. Looks like only streams information exists for dev/api

Re: [PHP-DOC] streams reference

2003-01-02 Thread Philip Olson
On Thu, 2 Jan 2003, Derick Rethans wrote: On Thu, 2 Jan 2003, Gabor Hojtsy wrote: Actually, turns out: stream_get_meta_data stream_register_wrapper stream_set_blocking stream_set_timeout stream_set_write_buffer ARE in the manual under the filesystem section. Should the

Re: [PHP-DOC] streams reference

2003-01-02 Thread Jesus M. Castagnetto
--- Derick Rethans [EMAIL PROTECTED] wrote: On Thu, 2 Jan 2003, Gabor Hojtsy wrote: Actually, turns out: stream_get_meta_data stream_register_wrapper stream_set_blocking stream_set_timeout stream_set_write_buffer ARE in the manual under the filesystem section. Should

Re: [PHP-DOC] streams reference

2003-01-02 Thread Sara Golemon
A major benefit of this new section will be having its own large introduction. This is much needed as it needs to be wordy, and include examples and comparisons of a few other alternative/older methods. I do not volunteer doing this as I don't understand the topic of streams yet but I do

Re: [PHP-DOC] streams reference

2003-01-02 Thread Philip Olson
Yup, as I mentioned pollita on #php, a new dir en/reference/streams would be the best way to go. +1 for that addition. Please make that dir stream not streams as to make the shortcuts nicer for api vs function reference. Regards, Philip -- PHP Documentation Mailing List

Re: [PHP-DOC] streams reference

2003-01-02 Thread Sara Golemon
Please make that dir stream not streams as to make the shortcuts nicer for api vs function reference. Half a step ahead of ya... ./en/reference/stream/reference.xml ./en/reference/stream/functions/stream-get-meta-data.xml ./en/reference/stream/functions/stream-register-wrapper.xml

[PHP-DOC] cvs: phpdoc /en/chapters config.xml

2003-01-02 Thread CHAILLAN Nicolas
nicos Thu Jan 2 21:26:43 2003 EDT Modified files: /phpdoc/en/chapters config.xml Log: fixing tabs Index: phpdoc/en/chapters/config.xml diff -u phpdoc/en/chapters/config.xml:1.88 phpdoc/en/chapters/config.xml:1.89 --- phpdoc/en/chapters/config.xml:1.88 Thu

[PHP-DOC] cvs: phpdoc /en/reference/stream reference.xml /en/reference/stream/functions stream-get-meta-data.xml stream-register-wrapper.xml stream-set-blocking.xml stream-set-timeout.xml stream-set-write-buffer.xml

2003-01-02 Thread Sara Golemon
pollita Thu Jan 2 21:41:14 2003 EDT Added files: /phpdoc/en/reference/stream reference.xml /phpdoc/en/reference/stream/functions stream-set-write-buffer.xml stream-set-timeout.xml

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

2003-01-02 Thread Sara Golemon
pollita Thu Jan 2 21:54:21 2003 EDT Modified files: /phpdoc/en/reference/stream reference.xml Log: typo / local revision mismatch ... all fixed... Index: phpdoc/en/reference/stream/reference.xml diff -u phpdoc/en/reference/stream/reference.xml:1.1

Re: [PHP-DOC] streams reference

2003-01-02 Thread Philip Olson
You may want to mention what the following means, this is from a phpinfo() on www.php.net: Registered PHP Streams: http php ftp https compress.zlib Is there a function to get this specific

Re: [PHP-DOC] strspn and strcspn

2003-01-02 Thread Philip Olson
On Thu, 2 Jan 2003, Andrey Hristov wrote: Hi all, maybe little offtopic but strspn() and strcspn() can get additional 2 parameters (starting 4.3.0) I have sent modified xmls to php-doc but was asked for a diff (unified). Unfortunately I cannot provide it. I have also asked for php-doc

Re: [PHP-DOC] streams reference

2003-01-02 Thread Sara Golemon
--Cross-Post from php-doc discussion thread-- You may want to mention what the following means, this is from a phpinfo() on www.php.net: Registered PHP Streams: http php ftp https compress.zlib