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

2003-02-21 Thread Philip Olson
philip Sat Feb 22 01:53:31 2003 EDT Modified files: /phpdoc/en/language constants.xml Log: typo (figured 'make test' would have found this) Index: phpdoc/en/language/constants.xml diff -u phpdoc/en/language/constants.xml:1.28 phpdoc/en/language/constants.xml

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

2003-02-21 Thread Philip Olson
philip Sat Feb 22 01:51:10 2003 EDT Modified files: /phpdoc/en/language constants.xml Log: Expand info on constant and scope, similar to superglobals Index: phpdoc/en/language/constants.xml diff -u phpdoc/en/language/constants.xml:1.27 phpdoc/en/language/con

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

2003-02-21 Thread Philip Olson
philip Sat Feb 22 01:49:06 2003 EDT Modified files: /phpdoc/entitiesglobal.ent Log: Added link.superglobals entity Index: phpdoc/entities/global.ent diff -u phpdoc/entities/global.ent:1.80 phpdoc/entities/global.ent:1.81 --- phpdoc/entities/global.ent:1.

[PHP-DOC] cvs: phpdoc /en/reference/info/functions extension-loaded.xml get-defined-constants.xml get-included-files.xml get-loaded-extensions.xml get-required-files.xml getlastmod.xml getmyinode.xml getmypid.xml ini-alter.xml ini-get.xml ini-restore.xml php-logo-guid.xml phpversion.xml

2003-02-21 Thread Damien Seguy
damsFri Feb 21 23:24:24 2003 EDT Modified files: /phpdoc/en/reference/info/functions extension-loaded.xml get-defined-constants.xml get-included-files.xml

[PHP-DOC] cvs: phpdoc /en/reference/mbstring reference.xml /en/reference/mbstring/functions mb-regex-set-options.xml

2003-02-21 Thread Damien Seguy
damsFri Feb 21 22:45:46 2003 EDT Modified files: /phpdoc/en/reference/mbstring reference.xml /phpdoc/en/reference/mbstring/functions mb-regex-set-options.xml Log: minor typos Index: phpdoc/en/reference/mbstring/reference.xml diff -u phpdoc/en/

[PHP-DOC] cvs: phpdoc /en/reference/mcrypt/functions mcrypt-generic.xml mcrypt-get-iv-size.xml mdecrypt-generic.xml

2003-02-21 Thread Damien Seguy
damsFri Feb 21 22:44:32 2003 EDT Modified files: /phpdoc/en/reference/mcrypt/functions mcrypt-generic.xml mcrypt-get-iv-size.xml mdecrypt-generic.xml Log: mi

[PHP-DOC] cvs: phpdoc /en/reference/ncurses/functions ncurses-clear.xml ncurses-clrtobot.xml ncurses-clrtoeol.xml ncurses-erase.xml ncurses-isendwin.xml

2003-02-21 Thread Damien Seguy
damsFri Feb 21 22:36:04 2003 EDT Modified files: /phpdoc/en/reference/ncurses/functions ncurses-clear.xml ncurses-clrtobot.xml ncurses-clrtoeol.xml

[PHP-DOC] cvs: phpdoc /en/reference/pdf/functions pdf-set-word-spacing.xml pdf-setfont.xml pdf-stringwidth.xml

2003-02-21 Thread Damien Seguy
damsFri Feb 21 22:11:45 2003 EDT Modified files: /phpdoc/en/reference/pdf/functions pdf-set-word-spacing.xml pdf-setfont.xml pdf-stringwidth.xml Log: Minor update on see also

[PHP-DOC] #21485 [Opn->Asn]: feof() doesn't return true on a non-blocking socket stream

2003-02-21 Thread wez
ID: 21485 Updated by: [EMAIL PROTECTED] Reported By: bjarne at sourcetech dot se -Status: Open +Status: Assigned Bug Type: Documentation problem Operating System: Win2K/Linux PHP Version: 4.3.0 -Assigned To: wez +Assigned To:

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

2003-02-21 Thread Ron Chmara
ronabop Fri Feb 21 18:49:27 2003 EDT Modified files: /phpdoc/en/reference/pgsql/functionspg-fetch-array.xml Log: Grammar, comma. Index: phpdoc/en/reference/pgsql/functions/pg-fetch-array.xml diff -u phpdoc/en/reference/pgsql/functions/pg-fetch-array.xml:

[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-fetch-array.xml pg-fetch-assoc.xml pg-fetch-object.xml pg-fetch-row.xml

2003-02-21 Thread Damien Seguy
damsFri Feb 21 18:17:32 2003 EDT Modified files: /phpdoc/en/reference/pgsql/functionspg-fetch-array.xml pg-fetch-assoc.xml pg-fetch-object.xml

[PHP-DOC] #22158 [Ana]: "8M" isn't and integer is it ?

2003-02-21 Thread greg at getnetez dot com
ID: 22158 User updated by: greg at getnetez dot com Reported By: greg at getnetez dot com Status: Analyzed Bug Type: Documentation problem Operating System: Red Hat 8.0 PHP Version: 4.2.2 New Comment: The php.conf file I found is actually in the c

Re: [PHP-DOC] fault in preg_replace example

2003-02-21 Thread Sander Roobol
This has already been fixed in CVS 4 weeks ago :) Thanks anyway, Sander On Fri, Feb 21, 2003 at 09:03:47PM +0100, Konstantin Schukraft wrote: > hi, > > i just foung a little fault in the first example to preg_replace: > first used: > $str = "April 15, 2003"; //$str instead $string > but later: >

[PHP-DOC] fault in preg_replace example

2003-02-21 Thread Konstantin Schukraft
hi, i just foung a little fault in the first example to preg_replace: first used: $str = "April 15, 2003"; //$str instead $string but later: print preg_replace($pattern, $replacement, $string); //$string I don't have a CVS-Acc yet, so someone else should fix this :) Konstantin Schukraft -- PHP

Re: [PHP-DOC] Re: my.php.net RFC

2003-02-21 Thread Gabor Hojtsy
> With all due respect, the ideas are nice, but IMO it will only cause a > lot of work while there is no direct benefit from it. I think it will be > impossible to maintain. Well, I think it is not a huge task to program. The language preference code is just a few lines ;) We need a page to set it

[PHP-DOC] Re: my.php.net RFC

2003-02-21 Thread Derick Rethans
On Fri, 21 Feb 2003, Gabor Hojtsy wrote: > I am quite disappointed that no reply was posted to this RFC. I donated > significant time to dig up all details, and I have also written this > twice, as I had crash, before sending the first version. So I needed to > write it again. Well, I have expe

[PHP-DOC] Re: my.php.net RFC

2003-02-21 Thread Gabor Hojtsy
I am quite disappointed that no reply was posted to this RFC. I donated significant time to dig up all details, and I have also written this twice, as I had crash, before sending the first version. So I needed to write it again. Well, I have expected many replys, but nothing... : Goba Gabo

Re: [PHP-DOC] Syntax coloring PHP examples

2003-02-21 Thread Gabor Hojtsy
While trying to learn DocBook and the other pets that we use to generate the manual, I stumbled across the colorize.php-script that can be found in cvs/peardoc. Why don't we use that script in our manual (well, atleast when building phpweb). It only matches , which will be generated when doing ,

Re: [PHP-DOC] cvs: phpdoc -it/reference/array/functions sort.xml /scripts php.ini

2003-02-21 Thread Marco Cucinato
Il 18:50, venerdì 21 febbraio 2003, Derick Rethans ha scritto: > You also commited php.ini, was that intentional? > No, it was not. I just reverted the change, thanks. -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DOC] cvs: phpdoc -it/reference/array/functions sort.xml /scripts php.ini

2003-02-21 Thread Derick Rethans
On Fri, 21 Feb 2003, Marco Cucinato wrote: > cucinato Fri Feb 21 12:48:54 2003 EDT > > Modified files: > /phpdoc-it/reference/array/functions sort.xml > /phpdoc/scripts php.ini > Log: > fixed tag You also commited php.ini, was that intentional?

[PHP-DOC] cvs: phpdoc -it/reference/array/functions sort.xml /scripts php.ini

2003-02-21 Thread Marco Cucinato
cucinatoFri Feb 21 12:48:54 2003 EDT Modified files: /phpdoc-it/reference/array/functionssort.xml /phpdoc/scripts php.ini Log: fixed tag Index: phpdoc-it/reference/array/functions/sort.xml diff -u phpdoc-it/reference/array/functions/s

[PHP-DOC] #22198 [Com]: date() returning incorrect date

2003-02-21 Thread say_ten at multiplay dot co dot uk
ID: 22198 Comment by: say_ten at multiplay dot co dot uk Reported By: jm at sindigit dot pt Status: Analyzed Bug Type: Documentation problem Operating System: Solaris 8 (sparc) PHP Version: 4.3.0 New Comment: I have a very similar problem to

[PHP-DOC] #20531 [Opn]: Object property association broken

2003-02-21 Thread cynic
ID: 20531 Updated by: [EMAIL PROTECTED] Reported By: tim dot lokot at printsoft dot com Status: Open -Bug Type: Class/Object related +Bug Type: Documentation problem Operating System: Win NT 4 Server PHP Version: 4.2.3 New Comment: thi

[PHP-DOC] Syntax coloring PHP examples

2003-02-21 Thread Victor Boivie
While trying to learn DocBook and the other pets that we use to generate the manual, I stumbled across the colorize.php-script that can be found in cvs/peardoc. Why don't we use that script in our manual (well, atleast when building phpweb). It only matches , which will be generated when doing ,

[PHP-DOC] #22342 [Bgs->Dup]: the behaviour of require(..) or die(..); is non-intuitive

2003-02-21 Thread hholzgra
ID: 22342 Updated by: [EMAIL PROTECTED] Reported By: peter-phpbug at dataloss dot nl -Status: Bogus +Status: Duplicate Bug Type: Documentation problem Operating System: Linux PHP Version: 4.3.1 New Comment: dup. of #15438 operator

[PHP-DOC] #22342 [Opn->Bgs]: the behaviour of require(..) or die(..); is non-intuitive

2003-02-21 Thread sniper
ID: 22342 Updated by: [EMAIL PROTECTED] Reported By: peter-phpbug at dataloss dot nl -Status: Open +Status: Bogus Bug Type: Documentation problem Operating System: Linux PHP Version: 4.3.1 New Comment: require() dies with fatal error