Re: [PHP-DOC] cvs: phpdoc /en/reference/pgsql constants.xml reference.xml /en/reference/pgsql/functions pg-affected-rows.xml pg-client-encoding.xml pg-close.xml pg-connect.xml pg-num-fields.xml pg-num-rows.xml

2005-04-05 Thread Christopher Kings-Lynne
I see no whitespace changes at all? Perhaps my commit message was inaccurate, it should have been: "Add parameter, returns and example blocks as per new coding style, all other conversion had already been done. Previously these did not exist, so they were written. All outdated, old, wrong docum

Re[2]: [PHP-DOC] cvs: phpdoc /en/reference/errorfunc/functions restore-error-handler.xml

2005-04-05 Thread anatoly techtonik
||*()*|| Hi, Gabor. >> +// redefine the user error constants - PHP 4 only >> +define("FATAL", E_USER_ERROR); >> +define("ERROR", E_USER_WARNING); >> +define("WARNING", E_USER_NOTICE); GH> Is this from a different part of the manual? Is it supposed to be a good GH> idea to rename WARNING to ERROR

[PHP-DOC] cvs: phpdoc /en/reference/errorfunc/functions restore-error-handler.xml

2005-04-05 Thread Jakub Vrana
vrana Tue Apr 5 03:16:49 2005 EDT Modified files: /phpdoc/en/reference/errorfunc/functionsrestore-error-handler.xml Log: Remove confusing constants, fix WS http://cvs.php.net/diff.php/phpdoc/en/reference/errorfunc/functions/restore-error-handler.xml?r1=1.

Re: [PHP-DOC] cvs: phpdoc /en/reference/errorfunc/functions

2005-04-05 Thread David Mytton
Yeah, I agree with the changes. It would make it much less confusing when you actually see the error output! Mehdi Achour wrote: Gabor Hojtsy wrote: +// redefine the user error constants - PHP 4 only +define("FATAL", E_USER_ERROR); +define("ERROR", E_USER_WARNING); +define("WARNING", E_USER_NO

Re: [PHP-DOC] cvs: phpdoc /en/reference/errorfunc/functions

2005-04-05 Thread Jakub Vrana
Ooops, I changed the example before reading this discussion. Please ignore my changes and modify the code in the way which will be agreed. My opinion on this is obvious :-). Jakub Vrana David Mytton wrote: > Yeah, I agree with the changes. It would make it much less confusing > when you actually

Re: [PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-send-query.xml

2005-04-05 Thread Jakub Vrana
Christopher Kings-Lynne wrote: > chriskl Mon Apr 4 21:47:58 2005 EDT > Modified files: > /phpdoc/en/reference/pgsql/functions pg-send-query.xml > Log: > # Revert previous erroneous commit. > + > + boolpg_send_query > + stringquery > + By look

Re: [PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-send-query.xml

2005-04-05 Thread Christopher Kings-Lynne
By looking to PHP sources, my commit wasn't erroneous. If I didn't miss something, connection is really required parameter in this function. Can you please confirm it and revert your change? No MY previous commit. It was me who removed that, by mistake. I don't quite get the pg_send_ functions - t

Re: [PHP-DOC] cvs: phpdoc /en/reference/pgsql constants.xml reference.xml /en/reference/pgsql/functions pg-affected-rows.xml pg-client-encoding.xml pg-close.xml pg-connect.xml pg-num-fields.xml pg-num-rows.xml

2005-04-05 Thread Christopher Kings-Lynne
I got a little carried away but the changes to the examples are whitespace only, so, should not be in this commit. I changed that (left aligned) since that is required by the new documentation template. I won't do it in the future... Overall the commit has enormous whitespace problems so that

[PHP-DOC] #32576 [Opn->Fbk]: Registry key use needs more information

2005-04-05 Thread vrana
ID: 32576 Updated by: [EMAIL PROTECTED] Reported By: peter dot ordal at rochester dot edu -Status: Open +Status: Feedback Bug Type: Documentation problem Operating System: Windows Server 2003 PHP Version: 5.0.4 New Comment: Can you p

Re: [PHP-DOC] cvs: phpdoc /en/reference/pgsql constants.xml reference.xml /en/reference/pgsql/functions pg-affected-rows.xml pg-client-encoding.xml pg-close.xml pg-connect.xml pg-num-fields.xml pg-num-rows.xml

2005-04-05 Thread Philip Olson
> > I got a little carried away but the changes to the > > examples are whitespace only, so, should not be in > > this commit. > > I changed that (left aligned) since that is required by the new > documentation template. I won't do it in the future... > > > Overall the commit has enormous whi

Re: [PHP-DOC] cvs: phpdoc /en/reference/pgsql constants.xml reference.xml /en/reference/pgsql/functions pg-affected-rows.xml pg-client-encoding.xml pg-close.xml pg-connect.xml pg-num-fields.xml pg-num-rows.xml

2005-04-05 Thread Christopher Kings-Lynne
Look at the diff, it's really clear. Hmmm it mustn't be clear on my viewers, as the next two examples look identical to me except for the amount of text... The following is Good: Text Text Text The following is Bad: Text http://cvs.php.net/co.php/phpdoc/en/reference/pg

Re: [PHP-DOC] cvs: phpdoc /en/reference/pgsql constants.xml reference.xml /en/reference/pgsql/functions pg-affected-rows.xml pg-client-encoding.xml pg-close.xml pg-connect.xml pg-num-fields.xml pg-num-rows.xml

2005-04-05 Thread Philip Olson
I got a little carried away but the changes to the examples are whitespace only, so, should not be in this commit. Overall the commit has enormous whitespace problems so that was my main point. Regards, Philip > I see no whitespace changes at all? > > Perhaps my commit message was inaccura

[PHP-DOC] cvs: phpdoc /scripts check-references.php

2005-04-05 Thread Jakub Vrana
vrana Tue Apr 5 04:36:55 2005 EDT Modified files: /phpdoc/scripts check-references.php Log: Remove slow ~S http://cvs.php.net/diff.php/phpdoc/scripts/check-references.php?r1=1.12&r2=1.13&ty=u Index: phpdoc/scripts/check-references.php diff -u phpdoc/scrip

[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-affected-rows.xml pg-client-encoding.xml pg-close.xml pg-connect.xml pg-num-fields.xml pg-num-rows.xml pg-set-error-verbosity.xml

2005-04-05 Thread Christopher Kings-Lynne
chriskl Tue Apr 5 04:56:10 2005 EDT Modified files: /phpdoc/en/reference/pgsql/functionspg-close.xml pg-affected-rows.xml pg-client-encoding.xml

Re: [PHP-DOC] cvs: phpdoc /en/reference/pgsql constants.xml reference.xml /en/reference/pgsql/functions pg-affected-rows.xml pg-client-encoding.xml pg-close.xml pg-connect.xml pg-num-fields.xml pg-num-rows.xml

2005-04-05 Thread Christopher Kings-Lynne
Overall the commit has enormous whitespace problems so that was my main point. OK, I've done a separate commit to fix (afaics) all whitespace issues (indenting and tabs). Apologies to translators... Chris

[PHP-DOC] #32576 [Fbk->Bgs]: Registry key use needs more information

2005-04-05 Thread vrana
ID: 32576 Updated by: [EMAIL PROTECTED] Reported By: peter dot ordal at rochester dot edu -Status: Feedback +Status: Bogus Bug Type: Documentation problem Operating System: Windows Server 2003 PHP Version: 5.0.4 New Comment: You can'

Re: [PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-send-query.xml

2005-04-05 Thread Jakub Vrana
Christopher Kings-Lynne wrote: > No MY previous commit. It was me who removed that, by mistake. I see, it wasn't part of my commit vrana-20050404121647 but yours. You didn't remove it by mistake, you removed it according to sources :-). > I don't quite get the pg_send_ functions - the use the ne

Re: [PHP-DOC] cvs: phpdoc /en/reference/pgsql constants.xml reference.xml /en/reference/pgsql/functions pg-affected-rows.xml pg-client-encoding.xml pg-close.xml pg-connect.xml pg-num-fields.xml pg-num-rows.xml

2005-04-05 Thread Gabor Hojtsy
I see no whitespace changes at all? Me neither :) But you used some tabs to indent some text in the file, or at least it has excessive whitespace at some places. Goba

Re: [PHP-DOC] cvs: phpdoc /en/reference/pgsql constants.xml reference.xml /en/reference/pgsql/functions pg-affected-rows.xml pg-client-encoding.xml pg-close.xml pg-connect.xml pg-num-fields.xml pg-num

2005-04-05 Thread Gabor Hojtsy
Fair enough, I can recommit to fix that. How come you guys didn't just standardise on xmllint output, since it seems to be a lot of work to maintain whitespace, that can just be done automatically. One time it is done, it would be a big pain for translators. Then after that it would be fine, bu

Re: [PHP-DOC] cvs: phpdoc /en/reference/errorfunc/functions restore-error-handler.xml

2005-04-05 Thread Gabor Hojtsy
+switch ($errno) { +case E_USER_ERROR: +echo "My FATAL [$errno] $errstr\n"; +echo " Fatal error in line $errline of file $errfile"; +echo ", PHP " . PHP_VERSION . " (" . PHP_OS . ")\n"; +echo "Aborting...\n"; +exit(1); +break; +case E_USE

Re: [PHP-DOC] #32573 [NEW]: Incomplete documentation of mysqli_query command

2005-04-05 Thread Derick Rethans
On Mon, 4 Apr 2005, David Mytton wrote: > Derick Rethans wrote: > > On Mon, 4 Apr 2005, David Mytton wrote: > > correct. you're saying that your cvs username and password don't work? > > Yeh, it didn't work when I tried to login. I suspect it hasn't propagated > throughout the whole site yet? Sh

[PHP-DOC] cvs: phpdoc /en/reference/errorfunc/functions restore-error-handler.xml

2005-04-05 Thread David Mytton
dmytton Tue Apr 5 06:51:54 2005 EDT Modified files: /phpdoc/en/reference/errorfunc/functionsrestore-error-handler.xml Log: Fixed example switch statement output to show correct error types http://cvs.php.net/diff.php/phpdoc/en/reference/errorfunc/functions/

Re: [PHP-DOC] cvs: phpdoc /en/reference/errorfunc/functions restore-error-handler.xml

2005-04-05 Thread David Mytton
Gabor Hojtsy wrote: The output should be changed too :) It is not a good prectice to echo WARNING in case of a NOTICE, right? David's copy of this example should also be fixed. David? Goba All done :) Regards, David Mytton Olate Ltd http://www.olate.co.uk

[PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli-data-seek.xml

2005-04-05 Thread David Mytton
dmytton Tue Apr 5 06:57:50 2005 EDT Modified files: /phpdoc/en/reference/mysqli/functions mysqli-data-seek.xml Log: Fixed bug 32570 http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-data-seek.xml?r1=1.17&r2=1.18&ty=u Index: phpdoc/en

Re: [PHP-DOC] #32573 [NEW]: Incomplete documentation of mysqli_query command

2005-04-05 Thread David Mytton
Sean Coates wrote: David Mytton wrote: By the way, the text you closed it with - is that in the quick fix drop menu as I can't see it on there anywhere? Yes, "fixed in CVS" S In which case, should http://bugs.php.net/quick-fix-desc.php be updated to say that the actual message posted will change

Re: [PHP-DOC] #32573 [NEW]: Incomplete documentation of mysqli_query command

2005-04-05 Thread David Mytton
Derick Rethans wrote: On Mon, 4 Apr 2005, David Mytton wrote: Should work now, can you please test? regards, Derick Yeh, it does work now - I just closed a bug ok. It had me logged in automatically. Regards, David Mytton Olate Ltd http://www.olate.co.uk

Re: [PHP-DOC] #32573 [NEW]: Incomplete documentation of mysqli_query command

2005-04-05 Thread Gabor Hojtsy
By the way, the text you closed it with - is that in the quick fix drop menu as I can't see it on there anywhere? Yes, "fixed in CVS" In which case, should http://bugs.php.net/quick-fix-desc.php be updated to say that the actual message posted will change depending on the category (I'm assuming

[PHP-DOC] cvs: phpdoc /en/reference/errorfunc/functions set-error-handler.xml

2005-04-05 Thread Gabor Hojtsy
gobaTue Apr 5 07:26:15 2005 EDT Modified files: /phpdoc/en/reference/errorfunc/functionsset-error-handler.xml Log: get rid of confusing shortcuts http://cvs.php.net/diff.php/phpdoc/en/reference/errorfunc/functions/set-error-handler.xml?r1=1.27&r2=1.28&t

Re: [PHP-DOC] #32573 [NEW]: Incomplete documentation of mysqli_query command

2005-04-05 Thread Gabor Hojtsy
By the way, the text you closed it with - is that in the quick fix drop menu as I can't see it on there anywhere? Yes, "fixed in CVS" In which case, should http://bugs.php.net/quick-fix-desc.php be updated to say that the actual message posted will change depending on the category (I'm assuming

[PHP-DOC] cvs: phpdoc /en/reference/errorfunc/functions restore-error-handler.xml

2005-04-05 Thread Jakub Vrana
vrana Tue Apr 5 08:00:25 2005 EDT Modified files: /phpdoc/en/reference/errorfunc/functionsrestore-error-handler.xml Log: Meaningful example different from set_error_handler http://cvs.php.net/diff.php/phpdoc/en/reference/errorfunc/functions/restore-error-

[PHP-DOC] #32554 [Opn->Csd]: member variable initialization with heredoc

2005-04-05 Thread vrana
ID: 32554 Updated by: [EMAIL PROTECTED] Reported By: 05 at gmail dot com -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Linux 2.6/Gentoo PHP Version: 4CVS,5CVS (2005-04-03) New Comment: This bug h

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

2005-04-05 Thread Jakub Vrana
vrana Tue Apr 5 08:20:45 2005 EDT Modified files: /phpdoc/en/language types.xml Log: Heredoc in class members (bug #32554) http://cvs.php.net/diff.php/phpdoc/en/language/types.xml?r1=1.151&r2=1.152&ty=u Index: phpdoc/en/language/types.xml diff -u phpdoc/en/la

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

2005-04-05 Thread Jakub Vrana
vrana Tue Apr 5 08:38:29 2005 EDT Modified files: /phpdoc/en/language operators.xml Log: Remove bogus note (bug #32545) # maybe it was true in previous versions but I can't trace in which http://cvs.php.net/diff.php/phpdoc/en/language/operators.xml?r1=1.84&

[PHP-DOC] #32545 [Opn->Csd]: error control operator on include() supresses Parse Errors

2005-04-05 Thread vrana
ID: 32545 Updated by: [EMAIL PROTECTED] Reported By: mailfrom-bugs dot php dot net at kopka dot net -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Gentoo PHP Version: 5.0.3 New Comment: This bug has b

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

2005-04-05 Thread Jakub Vrana
vrana Tue Apr 5 08:48:06 2005 EDT Modified files: /phpdoc/en/language control-structures.xml Log: Parse error causes processing halting since PHP 4.3.5 (bug #31736) http://cvs.php.net/diff.php/phpdoc/en/language/control-structures.xml?r1=1.113&r2=1.114&ty=u I

[PHP-DOC] cvs: phpdoc /en/reference/dio/functions dio-close.xml dio-fcntl.xml dio-open.xml dio-read.xml dio-seek.xml dio-stat.xml dio-tcsetattr.xml dio-truncate.xml dio-write.xml

2005-04-05 Thread Mehdi Achour
didou Tue Apr 5 08:50:56 2005 EDT Modified files: /phpdoc/en/reference/dio/functions dio-close.xml dio-fcntl.xml dio-open.xml dio-read.xml dio-seek.xml dio-stat.xml

[PHP-DOC] cvs: phpdoc /en/reference/dio/functions dio-close.xml dio-fcntl.xml dio-open.xml dio-read.xml dio-seek.xml dio-stat.xml dio-tcsetattr.xml dio-truncate.xml dio-write.xml

2005-04-05 Thread Mehdi Achour
didou Tue Apr 5 08:51:55 2005 EDT Modified files: /phpdoc/en/reference/dio/functions dio-close.xml dio-fcntl.xml dio-open.xml dio-read.xml dio-seek.xml dio-stat.xml

[PHP-DOC] cvs: phpdoc /en/reference/outcontrol/functions ob-start.xml

2005-04-05 Thread Jakub Vrana
vrana Tue Apr 5 08:59:59 2005 EDT Modified files: /phpdoc/en/reference/outcontrol/functions ob-start.xml Log: Functions using OB can't be called from a callback function (bug #31929) http://cvs.php.net/diff.php/phpdoc/en/reference/outcontrol/functions/ob-st

[PHP-DOC] #31929 [Opn->Csd]: Output Buffering Bug

2005-04-05 Thread vrana
ID: 31929 Updated by: [EMAIL PROTECTED] Reported By: clover at fromru dot com -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: WinXP, SuSe 9.2 (PHP:4.3...) PHP Version: 5.0.3 New Comment: This bug has b

[PHP-DOC] cvs: phpdoc /en/reference/errorfunc/functions restore-error-handler.xml

2005-04-05 Thread Jakub Vrana
vrana Tue Apr 5 09:08:56 2005 EDT Modified files: /phpdoc/en/reference/errorfunc/functionsrestore-error-handler.xml Log: Calling restore_error_handler() from the error_handler function is ignored (bug #31675) http://cvs.php.net/diff.php/phpdoc/en/referen

[PHP-DOC] #31675 [Opn->Csd]: restore_error_handler() not work inside error handler

2005-04-05 Thread vrana
ID: 31675 Updated by: [EMAIL PROTECTED] Reported By: zxd at zhangxiaodong dot net -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: RedHat Linux AS3 2.4.21-20 i686 PHP Version: 5.0.3 New Comment: This bu

[PHP-DOC] #31567 [Opn->Fbk]: ref.ftp: missing stuff

2005-04-05 Thread vrana
ID: 31567 Updated by: [EMAIL PROTECTED] Reported By: didou at keliglia dot com -Status: Open +Status: Feedback Bug Type:Documentation problem PHP Version: Irrelevant Previous Comments: [2005-03-

[PHP-DOC] #31567 [Fbk->Opn]: ref.ftp: missing stuff

2005-04-05 Thread didou
ID: 31567 Updated by: [EMAIL PROTECTED] Reported By: didou at keliglia dot com -Status: Feedback +Status: Open Bug Type:Documentation problem PHP Version: Irrelevant New Comment: Yes and also the last user note on ref.ftp Thank you Previous Comments: ---

[PHP-DOC] #31591 [Opn]: env information needs clarification

2005-04-05 Thread vrana
ID: 31591 Updated by: [EMAIL PROTECTED] Reported By: aronnax_98 at yahoo dot com Status: Open Bug Type: Documentation problem Operating System: Mac OS X 10.3.7 PHP Version: 4.3.9 New Comment: These functions differ only in availability (both

[PHP-DOC] #32576 [Bgs]: Registry key use needs more information

2005-04-05 Thread peter dot ordal at rochester dot edu
ID: 32576 User updated by: peter dot ordal at rochester dot edu Reported By: peter dot ordal at rochester dot edu Status: Bogus Bug Type: Documentation problem Operating System: Windows Server 2003 PHP Version: 5.0.4 New Comment: The problem was i

[PHP-DOC] #31545 [Opn->Bgs]: configure fails with cyrus-imap

2005-04-05 Thread vrana
ID: 31545 Updated by: [EMAIL PROTECTED] Reported By: fsegtrop at gmx dot net -Status: Open +Status: Bogus Bug Type: Documentation problem Operating System: Trustix 2.0 PHP Version: 4.3.10 New Comment: Please do not submit the same bu

[PHP-DOC] #30698 [Opn->Bgs]: preg_replace with /e does not escape single quotes as per documentation

2005-04-05 Thread vrana
ID: 30698 Updated by: [EMAIL PROTECTED] Reported By: php at richardneill dot org -Status: Open +Status: Bogus Bug Type: Documentation problem Operating System: Linux PHP Version: 4.3.9 New Comment: It works as expected and documented

[PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli-stmt-execute.xml mysqli-stmt-result-metadata.xml mysqli-stmt-store-result.xml

2005-04-05 Thread Jakub Vrana
vrana Tue Apr 5 10:01:05 2005 EDT Modified files: /phpdoc/en/reference/mysqli/functions mysqli-stmt-execute.xml mysqli-stmt-result-metadata.xml mysqli-stmt-store-r

[PHP-DOC] #30908 [Opn->Bgs]: How to use NULLS in mysqli prepared statements

2005-04-05 Thread vrana
ID: 30908 Updated by: [EMAIL PROTECTED] Reported By: phoeniks2k at mail dot ru -Status: Open +Status: Bogus Bug Type: Documentation problem Operating System: All PHP Version: 5.0.2 New Comment: It is already documented: mysqli_prepa

[PHP-DOC] cvs: phpdoc /en/reference/mysqli/functions mysqli-prepare.xml

2005-04-05 Thread Jakub Vrana
vrana Tue Apr 5 10:11:47 2005 EDT Modified files: /phpdoc/en/reference/mysqli/functions mysqli-prepare.xml Log: Superfluous brace http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-prepare.xml?r1=1.8&r2=1.9&ty=u Index: phpdoc/en/ref

[PHP-DOC] #30151 [Opn->Csd]: session_encode() encodes old data?

2005-04-05 Thread dmytton
ID: 30151 Updated by: [EMAIL PROTECTED] Reported By: bugs dot php dot net at b-a-l-u dot de -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Linux (Debian Woody) PHP Version: Irrelevant New Comment: Tha

[PHP-DOC] cvs: phpdoc /en/reference/ftp/functions ftp-get.xml ftp-pasv.xml ftp-put.xml

2005-04-05 Thread Jakub Vrana
vrana Tue Apr 5 10:21:30 2005 EDT Modified files: /phpdoc/en/reference/ftp/functions ftp-get.xml ftp-pasv.xml ftp-put.xml Log: ftp_pasv() and firewall http://cvs.php.net/diff.php/phpdoc/en/reference/ftp/functions/ftp-

[PHP-DOC] #31567 [Opn->Csd]: ref.ftp: missing stuff

2005-04-05 Thread vrana
ID: 31567 Updated by: [EMAIL PROTECTED] Reported By: didou at keliglia dot com -Status: Open +Status: Closed Bug Type:Documentation problem PHP Version: Irrelevant New Comment: ftp_pasv() was linked from ftp_get() and ftp_put(). That user note is not universal thus s

[PHP-DOC] Bug #26096 - Date format

2005-04-05 Thread David Mytton
Presumably, this was decided long ago and won't be changed, so this bug can be closed? http://bugs.php.net/bug.php?id=26096 -- Regards, David Mytton Managing Director - Olate Ltd http://www.olate.co.uk

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

2005-04-05 Thread Jakub Vrana
vrana Tue Apr 5 10:40:53 2005 EDT Modified files: /phpdoc configure.in Log: Use ISO format for build date (bug #26096) http://cvs.php.net/diff.php/phpdoc/configure.in?r1=1.227&r2=1.228&ty=u Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.227 phpd

[PHP-DOC] #26096 [Opn->Csd]: Manual release date format

2005-04-05 Thread vrana
ID: 26096 Updated by: [EMAIL PROTECTED] Reported By: david at acz dot org -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Any PHP Version: Irrelevant New Comment: This bug has been fixed in the documen

[PHP-DOC] #30698 [Bgs]: preg_replace with /e does not escape single quotes as per documentation

2005-04-05 Thread php at richardneill dot org
ID: 30698 User updated by: php at richardneill dot org Reported By: php at richardneill dot org Status: Bogus Bug Type: Documentation problem Operating System: Linux PHP Version: 4.3.9 New Comment: I don't think this is exactly bogus, since I thin

[PHP-DOC] cvs: phpdoc /scripts genfunclist.php

2005-04-05 Thread anatoly techtonik
techtonik Tue Apr 5 10:51:22 2005 EDT Modified files: /phpdoc/scripts genfunclist.php Log: * finally add documentation for last commit http://cvs.php.net/diff.php/phpdoc/scripts/genfunclist.php?r1=1.3&r2=1.4&ty=u Index: phpdoc/scripts/genfunclist.php

[PHP-DOC] funcsummary.txt

2005-04-05 Thread anatoly techtonik
Hello, phpdoc@lists.php.net Today I will speak about funcsummary.txt, Zend Engine documentation and function prototypes. At this time we have funcsummary.txt, which is generated by scanning sourcefiles of PHP for comments with lines like /* {{{ proto string zend_version(void) Get the versi

[PHP-DOC] #30698 [Bgs]: preg_replace with /e does not escape single quotes as per documentation

2005-04-05 Thread vrana
ID: 30698 Updated by: [EMAIL PROTECTED] Reported By: php at richardneill dot org Status: Bogus Bug Type: Documentation problem Operating System: Linux PHP Version: 4.3.9 New Comment: Unescaped quotes doesn't cause parse error thanks to escapi

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

2005-04-05 Thread Gabor Hojtsy
You removed a line, but added nothing in place? Goba vrana Tue Apr 5 10:40:53 2005 EDT Modified files: /phpdoc configure.in Log: Use ISO format for build date (bug #26096) http://cvs.php.net/diff.php/phpdoc/configure.in?r1=1.227&r2=1.228&ty=u Index: phpdoc/con

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

2005-04-05 Thread Jakub Vrana
Gabor Hojtsy wrote: > You removed a line, but added nothing in place? Yes. It is defined earlier, this line only redefined it under some circumstances. Jakub Vrana

[PHP-DOC] #30185 [Opn]: Documentation for native interfaces

2005-04-05 Thread vrana
ID: 30185 Updated by: [EMAIL PROTECTED] Reported By: sigsby at mopo3 dot com Status: Open Bug Type: Documentation problem Operating System: NA PHP Version: 5.0.1 New Comment: Documentation is available at http://www.php.net/~helly/php/ext/spl

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

2005-04-05 Thread Gabor Hojtsy
You removed a line, but added nothing in place? Yes. It is defined earlier, this line only redefined it under some circumstances. ACK. Goba

[PHP-DOC] #30437 [Opn->Bgs]: include fails to open file from parent directory of include path

2005-04-05 Thread vrana
ID: 30437 Updated by: [EMAIL PROTECTED] Reported By: gabe at mudbuginfo dot com -Status: Open +Status: Bogus Bug Type: Documentation problem Operating System: linux 2.4.26 PHP Version: 4.3.9 New Comment: Please do not submit the same

[PHP-DOC] #29919 [Opn->Bgs]: php.ini lacks dependency information

2005-04-05 Thread vrana
ID: 29919 Updated by: [EMAIL PROTECTED] Reported By: kermitthefrag at yahoo dot co dot uk -Status: Open +Status: Bogus Bug Type: Documentation problem Operating System: Win32 PHP Version: 5.0.1 New Comment: Mentioning this in the doc

Re: [PHP-DOC] funcsummary.txt

2005-04-05 Thread Gabor Hojtsy
Today I will speak about funcsummary.txt, Zend Engine documentation and function prototypes. At this time we have funcsummary.txt, which is generated by scanning sourcefiles of PHP for comments with lines like /* {{{ proto string zend_version(void) Get the version of the Zend Engine */ /* {{

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions is-readable.xml

2005-04-05 Thread David Mytton
dmytton Tue Apr 5 11:36:42 2005 EDT Modified files: /phpdoc/en/reference/filesystem/functions is-readable.xml Log: Added example http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/is-readable.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/reference

[PHP-DOC] Missing Examples List Updating

2005-04-05 Thread David Mytton
Hi, The http://www.phpdoc.info/meta/missing-examples.php list isn't updating. I'd like to use that so I can add examples to functions that don't have them. Is anyone able to set it updating again or tell me how I can do it? Thanks -- Regards, David Mytton http://www.olate.co.uk

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions is-file.xml

2005-04-05 Thread David Mytton
dmytton Tue Apr 5 11:46:30 2005 EDT Modified files: /phpdoc/en/reference/filesystem/functions is-file.xml Log: Added example http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/is-file.xml?r1=1.6&r2=1.7&ty=u Index: phpdoc/en/reference/filesys

[PHP-DOC] #30698 [Bgs]: preg_replace with /e does not escape single quotes as per documentation

2005-04-05 Thread php at richardneill dot org
ID: 30698 User updated by: php at richardneill dot org Reported By: php at richardneill dot org Status: Bogus Bug Type: Documentation problem Operating System: Linux PHP Version: 4.3.9 New Comment: Sorry - I'm not thinking clearly today - need mor

Re: [PHP-DOC] Missing Examples List Updating

2005-04-05 Thread Sean Coates
David Mytton wrote: > The http://www.phpdoc.info/meta/missing-examples.php list isn't > updating. /me checks ... cvs update: Updating xsl/docbook/lib error #1 occured while cvs updating. Uh.. ok.. ? I'll fix it tonight, when I get home. S

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

2005-04-05 Thread Mehdi Achour
didou Tue Apr 5 12:18:53 2005 EDT Modified files: /phpdoc/entitiesglobal.ent Log: add another entity for yaz http://cvs.php.net/diff.php/phpdoc/entities/global.ent?r1=1.218&r2=1.219&ty=u Index: phpdoc/entities/global.ent diff -u phpdoc/entities/global.ent

Re: [PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions is-readable.xml

2005-04-05 Thread Philip Olson
tabs are bad mmmkay > +$filename = 'test.txt'; > +if (is_readable($filename)) { > + echo 'The file is readable'; > +} else { > + echo 'The file is not readable'; > +} > +?>

[PHP-DOC] #32594 [NEW]: missing dll in download

2005-04-05 Thread mazdaf at yahoo dot com
From: mazdaf at yahoo dot com Operating system: win 2003 PHP version: Irrelevant PHP Bug Type: Documentation problem Bug description: missing dll in download Description: In the install file, it says The directory structure extracted from the zip is different for

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

2005-04-05 Thread Jakub Vrana
vrana Tue Apr 5 13:24:04 2005 EDT Modified files: /phpdoc/en/install/windows manual.xml Log: php4activescript.dll doesn't need to be contained in sapi (bug #32594) http://cvs.php.net/diff.php/phpdoc/en/install/windows/manual.xml?r1=1.16&r2=1.17&ty=u Index: p

[PHP-DOC] #30698 [Bgs]: preg_replace with /e does not escape single quotes as per documentation

2005-04-05 Thread vrana
ID: 30698 Updated by: [EMAIL PROTECTED] Reported By: php at richardneill dot org Status: Bogus Bug Type: Documentation problem Operating System: Linux PHP Version: 4.3.9 New Comment: The code is escaped, then executed. Read again the post fro

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

2005-04-05 Thread Gabor Hojtsy
Is it a release bug, or it was moved to PECL and not bundled anymore, or? Goba vrana Tue Apr 5 13:24:04 2005 EDT Modified files: /phpdoc/en/install/windows manual.xml Log: php4activescript.dll doesn't need to be contained in sapi (bug #32594) http://cvs.php.ne

[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions is-readable.xml is-writable.xml

2005-04-05 Thread David Mytton
dmytton Tue Apr 5 13:36:37 2005 EDT Modified files: /phpdoc/en/reference/filesystem/functions is-readable.xml is-writable.xml Log: Removed tabs from examples http://cvs.php.net/diff.php/phpdoc/en/reference/file

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

2005-04-05 Thread Philip Olson
Jakub, please explain this a little? Places it's not: - PHP 4 PECL snaps - PHP 4 download - PHP 4.3.1x Places it is in: - PHP 5 PECL download package - PHP 5 PECL snaps - PHP versions <= 4.3.9 ZIP Why is this not a bug? This change is not mentioned in the Changelog either. Regards, Philip On

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

2005-04-05 Thread Philip Olson
> Is it a release bug, or it was moved to PECL and not bundled anymore, or? I believe it's a PHP bug since version 4.3.10 but can't say for sure... :) See my other post. > > Goba > > > vrana Tue Apr 5 13:24:04 2005 EDT > > > > Modified files: > > /phpdoc/en/i

[PHP-DOC] #30908 [Bgs->Opn]: How to use NULLS in mysqli prepared statements

2005-04-05 Thread phoeniks2k at mail dot ru
ID: 30908 User updated by: phoeniks2k at mail dot ru Reported By: phoeniks2k at mail dot ru -Status: Bogus +Status: Open Bug Type: Documentation problem Operating System: All PHP Version: 5.0.2 New Comment: Here placeholder is *NOT* an in

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

2005-04-05 Thread anatoly techtonik
techtonik Tue Apr 5 14:27:08 2005 EDT Modified files: /phpdoc/en/reference/array/functionsarray-multisort.xml Log: * more descriptive example http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-multisort.xml?r1=1.15&r2=1.16&ty=u

[PHP-DOC] Translation and new doc-style

2005-04-05 Thread Cornelia Boenigk
Hi, > For translators, a diff should be as small as possible. Why? If I want to update pg-num-rows.xml in the de-tree, I see have two options: first: remove whitespaces, change the doc-skel and then update the translation. This means redoing everything Christopher has already done in the en-pg-

Re: [PHP-DOC] Translation and new doc-style

2005-04-05 Thread Gabor Hojtsy
> For translators, a diff should be as small as possible. Why? If I want to update pg-num-rows.xml in the de-tree, I see have two options: first: remove whitespaces, change the doc-skel and then update the translation. This means redoing everything Christopher has already done in the en-pg-num-r

[PHP-DOC] cvs: phpdoc /scripts genfuncsummary.php

2005-04-05 Thread anatoly techtonik
techtonik Tue Apr 5 15:37:58 2005 EDT Modified files: /phpdoc/scripts genfuncsummary.php Log: + rewritten from scratch Extract function summaries from sources of PHP and it's extensions Replacement for both genfuncsummary.sh and funcsummary.awk in ph

Re: [PHP-DOC] Translation and new doc-style

2005-04-05 Thread Friedhelm Betz
Gabor Hojtsy wrote: > For translators, a diff should be as small as possible. Why? If I want to update pg-num-rows.xml in the de-tree, I see have two options: first: remove whitespaces, change the doc-skel and then update the translation. This means redoing everything Christopher has already d

Re: [PHP-DOC] Translation and new doc-style

2005-04-05 Thread Gabor Hojtsy
I know that at least the Hungarian translators do that: - look up diff of English file (from revcheck) - change the Hungarian file according to the diff If the diff contains irrelevant changes (ws), it is getting harder. If ws is done in a separate commit, it can be steped over (with incrementa

Re: [PHP-DOC] Translation and new doc-style

2005-04-05 Thread Enrique Garcia Briones
Hi all, > >> I know that at least the Hungarian translators do > that: > >> > >> - look up diff of English file (from revcheck) > >> - change the Hungarian file according to the > diff > >> > >> If the diff contains irrelevant changes (ws), it > is getting harder. If > >> ws is done in a separa

Re: [PHP-DOC] Translation and new doc-style

2005-04-05 Thread Friedhelm Betz
Gabor Hojtsy wrote: I know that at least the Hungarian translators do that: - look up diff of English file (from revcheck) - change the Hungarian file according to the diff If the diff contains irrelevant changes (ws), it is getting harder. If ws is done in a separate commit, it can be steped ov

Re: [PHP-DOC] Translation and new doc-style

2005-04-05 Thread Friedhelm Betz
Friedhelm Betz wrote: [...] Probably a lot less people care about WS in the translations, it does not matter. If it does not matter, why should these WS fixes be done in the en tree? Just curiously asking Talking to myself, sorry. To make it absolutly clear: I am strong +1 for the new docstyle a

Re: [PHP-DOC] Translation and new doc-style

2005-04-05 Thread Gabor Hojtsy
I know that at least the Hungarian translators do that: - look up diff of English file (from revcheck) - change the Hungarian file according to the diff If the diff contains irrelevant changes (ws), it is getting harder. If ws is done in a separate commit, it can be steped over (with incrementa

Re: [PHP-DOC] Translation and new doc-style

2005-04-05 Thread Philip Olson
> >>> I know that at least the Hungarian translators do that: > >>> > >>> - look up diff of English file (from revcheck) > >>> - change the Hungarian file according to the diff > >>> > >>> If the diff contains irrelevant changes (ws), it is getting harder. > >>> If ws is done in a separate commi

[PHP-DOC] new funcsummary script

2005-04-05 Thread anatoly techtonik
Hello, phpdoc@lists.php.net I've commited a new summary script. Test it just to be sure it produces the same output as old .sh + .awk php -q -C scripts/genfuncsummary.php ../php-src > funcsummary2.txt Tell me if all is ok and I will add it to Makefile. After test will be passed, PECL

Re: [PHP-DOC] new funcsummary script

2005-04-05 Thread Antony Dovgal
On Tue, 5 Apr 2005 23:09:34 +0200 anatoly techtonik <[EMAIL PROTECTED]> wrote: > Hello, phpdoc@lists.php.net > > I've commited a new summary script. Test it just to be sure it > produces the same output as old .sh + .awk > > php -q -C scripts/genfuncsummary.php ../php-src > funcsummary2.txt

Re: [PHP-DOC] new funcsummary script

2005-04-05 Thread Derick Rethans
On Tue, 5 Apr 2005, Antony Dovgal wrote: > On Tue, 5 Apr 2005 23:09:34 +0200 > anatoly techtonik <[EMAIL PROTECTED]> wrote: > > > Hello, phpdoc@lists.php.net > > > > I've commited a new summary script. Test it just to be sure it > > produces the same output as old .sh + .awk > > > > php -q

Re: [PHP-DOC] new funcsummary script

2005-04-05 Thread Antony Dovgal
On Tue, 5 Apr 2005 22:22:44 +0200 (CEST) Derick Rethans <[EMAIL PROTECTED]> wrote: > On Tue, 5 Apr 2005, Antony Dovgal wrote: > > > On Tue, 5 Apr 2005 23:09:34 +0200 > > anatoly techtonik <[EMAIL PROTECTED]> wrote: > > > > > Hello, phpdoc@lists.php.net > > > > > > I've commited a new summar

[PHP-DOC] cvs: phpdoc / TODO

2005-04-05 Thread anatoly techtonik
techtonik Tue Apr 5 16:34:12 2005 EDT Modified files: /phpdoc TODO Log: + Zend API additions http://cvs.php.net/diff.php/phpdoc/TODO?r1=1.53&r2=1.54&ty=u Index: phpdoc/TODO diff -u phpdoc/TODO:1.53 phpdoc/TODO:1.54 --- phpdoc/TODO:1.53Mon Aug 30 2

Re: [PHP-DOC] Translation and new doc-style

2005-04-05 Thread Cornelia Boenigk
Hi > I rather to take the english file and > replace the english for my language. In this way (from > my point of view) is riskless to commit. Yes, I think also that this is less error-prone. Regards Conni

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

2005-04-05 Thread Jakub Vrana
Gabor Hojtsy wrote: > Is it a release bug, or it was moved to PECL and not bundled anymore, or? I don't know. This is only example of files in the directory structure and not all files are listed. So it's not a problem to remove one file. I understood this bug as "there's listed a file which is no

  1   2   >