For Programmers: Free Programming Magazines  


Home > Archive > PHP Mirrors > March 2005 > cvs: php-bugs-web /include functions.inc









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: php-bugs-web /include functions.inc
Derick Rethans

2005-03-27, 3:57 am

derick Sun Mar 27 01:46:43 2005 EDT

Modified files:
/php-bugs-web/include functions.inc
Log:
- PHP Versions are not irrelevant - never.


http://cvs.php.net/diff.php/php-bug...3&r2=1.144&ty=u
Index: php-bugs-web/include/functions.inc
diff -u php-bugs-web/include/functions.inc:1.143 php-bugs-web/include/functions.inc:1.144
--- php-bugs-web/include/functions.inc:1.143 Fri Mar 18 13:19:56 2005
+++ php-bugs-web/include/functions.inc Sun Mar 27 01:46:43 2005
@@ -121,7 +121,7 @@

function show_version_options($current,$default="")
{
- $versions = array("4.3.10", "4.3.9", "4CVS-".date("Y-m-d")." (stable)", "5.0.3", "5CVS-".date("Y-m-d")." (dev)", "Irrelevant");
+ $versions = array("4.3.10", "4.3.9", "4CVS-".date("Y-m-d")." (stable)", "5.0.3", "5CVS-".date("Y-m-d")." (dev)");
echo "<option value=\"\">--Please Select--</option>\n";
while (list(,$v) = each($versions)) {
echo "<option", ($current == $v ? " selected" : ""), ">$v</option>\n";
Sean Coates

2005-03-27, 3:55 pm

PHP Version is irrelevant for documentation problems. Especially things
like typos.

S

------

derick Sun Mar 27 01:46:43 2005 EDT

Modified files:
/php-bugs-web/include functions.inc
Log:
- PHP Versions are not irrelevant - never.
Gabor Hojtsy

2005-03-27, 3:55 pm

And for website, systems operation, etc. related problems.

Goba

> PHP Version is irrelevant for documentation problems. Especially things
> like typos.
>
> S
>
> ------
>
> derick Sun Mar 27 01:46:43 2005 EDT
>
> Modified files:
> /php-bugs-web/include functions.inc
> Log:
> - PHP Versions are not irrelevant - never.
>

Derick Rethans

2005-03-30, 3:56 pm

On Sun, 27 Mar 2005, Gabor Hojtsy wrote:

> And for website, systems operation, etc. related problems.


Might be, but I'd rather have people required to fill in a version as
bug reports for the source are useless withouth version number. So,
there is no harm if people fill in a version for above categories, but
it's a problem if they don't fill in one for php source bugs.

regards,
Derick

--
Derick Rethans
http://derickrethans.nl | http://ez.no | http://xdebug.org
Jacques Marneweck

2005-03-30, 3:56 pm

Derick Rethans wrote:

>On Sun, 27 Mar 2005, Gabor Hojtsy wrote:
>
>
>
>
>Might be, but I'd rather have people required to fill in a version as
>bug reports for the source are useless withouth version number. So,
>there is no harm if people fill in a version for above categories, but
>it's a problem if they don't fill in one for php source bugs.
>
>

We should prob "overrider" the website, systems, etc. with "Irrelevant"
for the version number?

Regards
--jm

>regards,
>Derick
>
>

Derick Rethans

2005-03-30, 3:56 pm

On Wed, 30 Mar 2005, Jacques Marneweck wrote:

> We should prob "overrider" the website, systems, etc. with "Irrelevant" for
> the version number?


Maybe :) But I'm not going to spend time on that ;-)

regards,
Derick

--
Derick Rethans
http://derickrethans.nl | http://ez.no | http://xdebug.org
Jacques Marneweck

2005-03-30, 3:56 pm

Derick Rethans wrote:

>On Wed, 30 Mar 2005, Jacques Marneweck wrote:
>
>
>
>
>Maybe :) But I'm not going to spend time on that ;-)
>
>regards,
>Derick
>
>
>

I'll look at it in a little bit after work.

Regards
--jm
Gabor Hojtsy

2005-03-30, 3:56 pm

>> Might be, but I'd rather have people required to fill in a version as
> We should prob "overrider" the website, systems, etc. with "Irrelevant"
> for the version number?


It is not a storage problem, but a user experience problem. If users are
forced to select version numbers, they will get . This is why
the irrelevant version was introduced... I was also tempted to say it is
a good choice, and envisioned the time when it will be removed, but now
I see it might be better to keep it. Since I don't have experience with
internals bug reports, I might be totally wrong, and the versionless bug
reports might really be too annoying.

Goba
Derick Rethans

2005-03-30, 8:56 pm

On Wed, 30 Mar 2005, Gabor Hojtsy wrote:

> Since I don't have experience with internals bug reports, I might be
> totally wrong, and the versionless bug reports might really be too
> annoying.


They are ;-)

Derick
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com