Re: [PHP-DOC] Default for url_rewriter.tags

2005-01-19 Thread Jakub Vrana
Ordal, Peter wrote: I just noticed a slight documentation bug. On the page CVIII. Session Handling Functions (http://www.php.net/manual/en/ref.session.php), the default value for url_rewriter.tags is a=href,area=href,frame=src,input=src,form=fakeentry,fieldset= However, on the ini_set

[PHP-DOC] [PATCH] imagegd and imagegd2

2005-01-19 Thread mazzanet
Attached are some patches for the manual pages of imagegd and imagegd2. Matt Index: imagegd.xml === RCS file: /repository/phpdoc/en/reference/image/functions/imagegd.xml,v retrieving revision 1.4 diff -u -r1.4 imagegd.xml ---

[PHP-DOC] #31608 [NEW]: [chm] bug on language.oop5.patterns.html

2005-01-19 Thread richard dot quadling at bandvulc dot co dot uk
From: richard dot quadling at bandvulc dot co dot uk Operating system: windows PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: [chm] bug on language.oop5.patterns.html Description: I have found a bug on page

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

2005-01-19 Thread Mehdi Achour
didou Wed Jan 19 08:16:15 2005 EDT Modified files: /phpdoc/en/language/oop5patterns.xml Log: fix for #31608: The static declaration must be after the visibility declaration.

[PHP-DOC] #31608 [Opn-Csd]: [chm] bug on language.oop5.patterns.html

2005-01-19 Thread didou
ID: 31608 Updated by: [EMAIL PROTECTED] Reported By: richard dot quadling at bandvulc dot co dot uk -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: windows PHP Version: Irrelevant New Comment: This

[PHP-DOC] cvs: phpdoc /en/reference/sqlite/functions sqlite-array-query.xml sqlite-close.xml sqlite-fetch-all.xml

2005-01-19 Thread Kenneth Schwartz
irchtml Wed Jan 19 08:55:44 2005 EDT Modified files: /phpdoc/en/reference/sqlite/functions sqlite-array-query.xml sqlite-close.xml sqlite-fetch-all.xml Log:

[PHP-DOC] cvs: phpdoc /en/docweb main.ent

2005-01-19 Thread Vincent Gevers
vincent Wed Jan 19 11:52:29 2005 EDT Modified files: /phpdoc/en/docweb main.ent Log: Should save my files before comitting http://cvs.php.net/diff.php/phpdoc/en/docweb/main.ent?r1=1.9r2=1.10ty=u Index: phpdoc/en/docweb/main.ent diff -u

Re: [PHP-DOC] cvs: phpdoc /en/reference/sqlite/functions sqlite-array-query.xml sqlite-close.xml sqlite-fetch-all.xml

2005-01-19 Thread Nuno Lopes
+ +/* OO Example */ +$dbhandle = new SQLiteDatabase('sqlitedb'); + +$query = $dbhandle-query(SELECT name, email FROM users LIMIT 25); // buffered result set +$query = $dbhandle-unbufferedQuery(SELECT name, email FROM users LIMIT 25); // unbuffered result set using '$var = new xx;' is

[PHP-DOC] HELP: I can't build manual due to this

2005-01-19 Thread j0seph
Hi there, I'm getting this error when doing make test. Don'tyou know what should I do with this? The output of make test is as follows: /usr/bin/onsgmls:/home/joseph/cvs/work/phpdoc-sk/en/reference/strings/functions/localeconv.xml:169:26:E: non SGML character number 130 make: *** [test] Error

[PHP-DOC] cvs: phpdoc /en/reference/ldap configure.xml /en/reference/ldap/functions ldap-sasl-bind.xml

2005-01-19 Thread Philip Olson
philip Wed Jan 19 15:09:09 2005 EDT Modified files: /phpdoc/en/reference/ldap/functions ldap-sasl-bind.xml /phpdoc/en/reference/ldap configure.xml Log: Document SASL support

Re: [PHP-DOC] HELP: I can't build manual due to this

2005-01-19 Thread Nuno Lopes
Sorry, you should run autoconf before configure. - Original Message - Just update your CVS tree and run ./configure again. Nuno - Original Message - From: j0seph [EMAIL PROTECTED] To: phpdoc@lists.php.net Sent: Wednesday, January 19, 2005 6:00 PM Subject: [PHP-DOC] HELP: I can't

[PHP-DOC] #31616 [NEW]: Indexing system doesn't work on windows

2005-01-19 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: n/a PHP version: Irrelevant PHP Bug Type: Livedocs problem Bug description: Indexing system doesn't work on windows Description: The current index system doesn't work corrently on windows/cygwin. Patch:

Re: [PHP-DOC] HELP: I can't build manual due to this

2005-01-19 Thread Nuno Lopes
Just update your CVS tree and run ./configure again. Nuno - Original Message - From: j0seph [EMAIL PROTECTED] To: phpdoc@lists.php.net Sent: Wednesday, January 19, 2005 6:00 PM Subject: [PHP-DOC] HELP: I can't build manual due to this Hi there, I'm getting this error when doing make

Re: [PHP-DOC] cvs: phpdoc /en/reference/sqlite/functions sqlite-array-query.xml sqlite-close.xml sqlite-fetch-all.xml

2005-01-19 Thread Kenneth Schwartz
+ +/* OO Example */ +$dbhandle = new SQLiteDatabase('sqlitedb'); + +$query = $dbhandle-query(SELECT name, email FROM users LIMIT 25); // buffered result set +$query = $dbhandle-unbufferedQuery(SELECT name, email FROM users LIMIT 25); // unbuffered result set using '$var =

[PHP-DOC] cvs: phpdoc /en/reference/sqlite/functions sqlite-changes.xml sqlite-exec.xml sqlite-fetch-all.xml sqlite-fetch-column-types.xml sqlite-num-rows.xml sqlite-open.xml

2005-01-19 Thread Kenneth Schwartz
irchtml Wed Jan 19 17:13:09 2005 EDT Modified files: /phpdoc/en/reference/sqlite/functions sqlite-changes.xml sqlite-exec.xml sqlite-fetch-all.xml

[PHP-DOC] cvs: phpdoc / configure.in

2005-01-19 Thread Nuno Lopes
nlopess Wed Jan 19 17:22:38 2005 EDT Modified files: /phpdoc configure.in Log: fix sk build http://cvs.php.net/diff.php/phpdoc/configure.in?r1=1.210r2=1.211ty=u Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.210 phpdoc/configure.in:1.211 ---

Re: [PHP-DOC] HELP: I can't build manual due to this

2005-01-19 Thread Nuno Lopes
I've commited a fix to configure.in. Please run autoconf configure again to see if it works. Nuno - Original Message - I did this! That's why I don't understand this. This is what I did in sequence: cvs update -dP autoconf ./configure I'm still getting the same error. This is what Gabor

[PHP-DOC] cvs: phpdoc /en/reference/sqlite/functions sqlite-array-query.xml sqlite-fetch-all.xml

2005-01-19 Thread Kenneth Schwartz
irchtml Wed Jan 19 18:02:44 2005 EDT Modified files: /phpdoc/en/reference/sqlite/functions sqlite-array-query.xml sqlite-fetch-all.xml Log: fix examples (coding standards)

[PHP-DOC] Re: [PATCH] imagegd and imagegd2

2005-01-19 Thread Aidan Lister
Hi mazz, The patches look good, but we should adopt the new docskel for newly documented functions. Docskel is here; http://wiki.phpdoc.info/DocSkel The last one I converted was: http://livedocs.homelinux.com/mysql_query + The GD2 format is commonly used to allow fast loading of parts