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
||*()*|| 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
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.
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
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
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
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
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
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
> > 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
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
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
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
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
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
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'
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
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
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
+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
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
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/
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
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
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
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
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
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
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
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-
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
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
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&
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
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
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
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
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
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
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
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
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-
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:
---
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
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
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
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
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
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
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
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
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-
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
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
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
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
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
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
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
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
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
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
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
You removed a line, but added nothing in place?
Yes. It is defined earlier, this line only redefined it under some
circumstances.
ACK.
Goba
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
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
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 */
/* {{
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
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
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
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
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
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
tabs are bad mmmkay
> +$filename = 'test.txt';
> +if (is_readable($filename)) {
> + echo 'The file is readable';
> +} else {
> + echo 'The file is not readable';
> +}
> +?>
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
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
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
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
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
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
> 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
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
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
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-
> 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
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
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
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
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
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
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
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
> >>> 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
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
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
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
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
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
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
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 - 100 of 120 matches
Mail list logo