Re: [PHP-DOC] cvs: phpdoc /en/functions xslt.xml

2002-04-17 Thread Ron Chmara
Gabor Hojtsy wrote: Please don't make any modifications in the main functions directory. It is freezed now. Make all your changes in the reference dir, in this case reference/xslt. That is used for building up the manual, and not the functions dir. Any modifications in functions are

Re: [PHP-DOC] Manual notes maintainer assignment

2001-07-28 Thread Ron Chmara
On Thursday, July 26, 2001, at 02:53 PM, Rasmus Lerdorf wrote: The notes in the online manual are piling up again. My apologies, for a while I was cleaning at a much faster rate, but then my consulting business became viable. :-) (A cleaner can take out about a third of the notes, it just

Re: [PHP-DOC] Manual notes maintainer assignment

2001-07-28 Thread Ron Chmara
On Friday, July 27, 2001, at 05:16 PM, Philip Olson wrote: Hojtsy Gabor wrote: Now [EMAIL PROTECTED] people are maitaining the manual notes. This change would be good IMHO, as there are not too many people there I'm new here but it appears that new notes are looked at pretty quickly

Re: [PHP-DOC] Manual notes maintainer assignment

2001-07-28 Thread Ron Chmara
On Saturday, July 28, 2001, at 01:02 AM, Rasmus Lerdorf wrote: I agree allowing the public to manage notes would work pretty well but for the record, I don't feel the problem sits with unmoderated new notes but rather, the old ones ... Spreading the love would help this too though,

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

2001-07-28 Thread Ron Chmara
ronabop Sat Jul 28 17:57:49 2001 EDT Modified files: /phpdoc/en/chapters security.xml Log: Enhancing, per recent discussions on PHP-DEV, and adding section on using register_globals to increase security. Index: phpdoc/en/chapters/security.xml diff -u

Re: [PHP-DOC] Re: [PHP-DEV] Security?

2001-07-07 Thread Ron Chmara
First of all, looking over this, this is all alreadly covered by the (possibly anemic) security section..which could definitely use more examples, explanations, and exploit examples (hint hint). On Wednesday, July 4, 2001, at 10:05 AM, sterling hughes wrote: On 03 Jul 2001 19:13:20

Re: [PHP-DOC] Fw: PHP Manual note (Why php-general@lists.php.net asdefault e-mail adderss?)

2001-04-26 Thread Ron Chmara
On Wednesday, April 25, 2001, at 09:46 PM, Yasuo Ohgaki wrote: As I mentioned in first e-mail, I have no idea how could possibly anyone misunderstood that content written in notes submission form is going to be posted to php-general. (It clearly written in instruction and it is impossible

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

2001-03-20 Thread Ron Chmara
ronabop Tue Mar 20 19:27:23 2001 EDT Modified files: /phpdoc/en/chapters install.xml Log: Adding apache restart hints from eratta. Index: phpdoc/en/chapters/install.xml diff -u phpdoc/en/chapters/install.xml:1.46 phpdoc/en/chapters/install.xml:1.47 ---

Re: [PHP-DOC] missing aliases functions

2001-03-14 Thread Ron Chmara
Damien Seguy wrote: According to Zend's site (http://www.zend.com/phpfunc/nodoku_alias.php), there is a bunch of undocumented functions which are only aliases. Docs says that, for instance, mysql() is still available for downward compatibility, but there is no entry for mysql() function. Is

Re: [PHP-DOC] Off-topic: adding the printed PHP manuals to books.php

2001-02-24 Thread Ron Chmara
Rasmus Lerdorf wrote: Since the PHP manual is under the GPL all people around the world think, they can copy it and publish it in printed form. This is also the thinking mostly all PHP Group and Documentation members. But the publisher have now the copyright and this can us protect from

[PHP-DOC] cvs: phpdoc /en/language control-structures.xml

2001-02-24 Thread Ron Chmara
ronabop Sat Feb 24 16:57:11 2001 EDT Modified files: /phpdoc/en/language control-structures.xml Log: Note that default belongs last, per errata. Index: phpdoc/en/language/control-structures.xml diff -u phpdoc/en/language/control-structures.xml:1.23

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

2001-02-24 Thread Ron Chmara
ronabop Sat Feb 24 17:20:18 2001 EDT Modified files: /phpdoc/en/functionspgsql.xml Log: Fixing order of arguments as per errata notes. Index: phpdoc/en/functions/pgsql.xml diff -u phpdoc/en/functions/pgsql.xml:1.29 phpdoc/en/functions/pgsql.xml:1.30

[PHP-DOC] cvs: phpdoc /en/functions url.xml

2001-02-24 Thread Ron Chmara
ronabop Sat Feb 24 17:34:59 2001 EDT Modified files: /phpdoc/en/functionsurl.xml Log: Fixing reference to $querystring, de-tabbing (minor XML cleanups). Index: phpdoc/en/functions/url.xml diff -u phpdoc/en/functions/url.xml:1.9

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

2001-02-24 Thread Ron Chmara
ronabop Sat Feb 24 18:38:53 2001 EDT Modified files: /phpdoc/en/functionsstrings.xml Log: Clarifying function returns. Index: phpdoc/en/functions/strings.xml diff -u phpdoc/en/functions/strings.xml:1.75 phpdoc/en/functions/strings.xml:1.76 ---

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

2001-02-24 Thread Ron Chmara
ronabop Sat Feb 24 19:05:49 2001 EDT Modified files: /phpdoc/en/functionsstrings.xml Log: Typos. Index: phpdoc/en/functions/strings.xml diff -u phpdoc/en/functions/strings.xml:1.76 phpdoc/en/functions/strings.xml:1.77 ---

Re: [PHP-DOC] cvs: phpdoc /en/functions ifx.xml

2001-02-24 Thread Ron Chmara
Jon Parise wrote: On Sun, Feb 25, 2001 at 01:49:17AM -, Ron Chmara wrote: -refpurposeCount the rows already fetched a query/refpurpose +refpurposeCount the rows already by fetched a query/refpurpose Perhaps "Count the rows already fetched by a query&qu

[PHP-DOC] cvs: phpdoc /en/functions http.xml

2001-02-04 Thread Ron Chmara
ronabop Sun Feb 4 14:45:17 2001 EDT Modified files: /phpdoc/en/functionshttp.xml Log: Move and enhance note about blank lines and header(). Index: phpdoc/en/functions/http.xml diff -u phpdoc/en/functions/http.xml:1.13 phpdoc/en/functions/http.xml:1.14

Re: [PHP-DOC] Appendix: PHP Debugger

2001-01-20 Thread Ron Chmara
Sebastian Bergmann wrote: Hojtsy Gabor wrote: I think it would be better to have a debugger in PHP 4. But this is a (maybe not too easy) task for php-dev. There will be a debugger / profiler from Zend as part of their ZendIDE product. Sure... When? :-) -Ronabop -- Personal:

Re: [PHP-DOC] Appendix: PHP Debugger

2001-01-20 Thread Ron Chmara
Hojtsy Gabor wrote: The question here is, what manual the PHP 3 programmers use. They should not use the actual manual I think, as there are so much PHP 4 specific content... If I were a programmer using PHP 3, I would use some older docs, but how are the others with this? I am currently

[PHP-DOC] cvs: phpdoc / global.ent

2001-01-14 Thread Ron Chmara
ronabop Sun Jan 14 00:39:46 2001 EDT Modified files: /phpdoc global.ent Log: Added links for install section. Index: phpdoc/global.ent diff -u phpdoc/global.ent:1.66 phpdoc/global.ent:1.67 --- phpdoc/global.ent:1.66 Sat Jan 13 17:50:01 2001 +++

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

2001-01-14 Thread Ron Chmara
Adam Trachtenberg wrote: On Sun, 14 Jan 2001, Ron Chmara wrote: ronabop Sun Jan 14 00:42:09 2001 EDT Modified files: /phpdoc/en/chapters install.xml Log: Massive Overhaul, many changes. Please check and review carefully. 1. There are two step #3 in the HP

[PHP-DOC] cvs: phpdoc / README.translations

2001-01-13 Thread Ron Chmara
ronabop Sat Jan 13 00:47:25 2001 EDT Added files: /phpdoc README.translations Log: Text file, per Hartmut's explanations, to give new translations a jump-start. Index: phpdoc/README.translations +++ phpdoc/README.translations READ THIS IF YOU WISH TO