[PHP-DOC] Colors in Documentation

2003-10-10 Thread Curt Zirzow

while browsing the website in many different sections, I noticed
some boxes that were shaded a light red or blue.

I was thinking that perhaps the red boxes could be consistantly
used for all 'Caution' blurbs and the blue boxes for all 'Info'
blurbs. I also came up with a color (hopefully the same tones) to
be used for all the 'Warning' blurbs.

I have put together a little demo of what color boxes I'm
refering to: 
  http://zirzow.dyndns.org/test.html

I'm not 100% sure how the documentation is involved with the
actual web site (ie. css definitions). But it appears that this
can easily be done with a little tweaking of the websites
stylesheet and some changes to the defintions to the 
tags (not sure of the others tags) in the xml documentation.

IMO, i think this could make the documentation a little nicer
using the colors instead of the table borders, and provide more
emphasis on the warnings and cautions.

If people are + on this I'd like to help to make this change
possible.

Curt
-- 
"My PHP key is worn out"
  PHP List stats since 1997: 
http://zirzow.dyndns.org/html/mlists/


[PHP-DOC] #25598 [Com]: strtotime can't handle dates before 1970, and the documentation doesn't say it.

2003-10-10 Thread thom at ourclubonline dot com
 ID:   25598
 Comment by:   thom at ourclubonline dot com
 Reported By:  bens at benjamindsmith dot com
 Status:   Open
 Bug Type: Documentation problem
 Operating System: 2.4.x Linux, Windows
 PHP Version:  4.3.2
 New Comment:

Same problem on PHP 4.3.2 on Linux 2.2.1.


Previous Comments:


[2003-09-22 16:38:30] wjs at sympatico dot ca

works on php 4.3.2, linux 2.4

not on php 4.3.3, linux 2.4 (rh 9.-0)



[2003-09-18 17:57:42] bens at benjamindsmith dot com

Description:

No matter what I do, strtotime can't seem to handle dates prior to
1970. The answer returned is always -1. 

The manual doesn't indicate this fact. 

Reproduce code:
---
echo phpversion();
echo "\n--\n";

$time1="1/1/1970";
$time2="31-dec-1969";
$time3="31-dec-1949";

echo strtotime($time1);
echo "\n";
echo strtotime($time2);
echo "\n";
echo strtotime($time3);
echo "\n";

Expected result:

4.3.2
-
28800
-{some integer other than 1} 
-{some bigger integer other than 1} 

Actual result:
--
4.3.2
--
28800
-1
-1






-- 
Edit this bug report at http://bugs.php.net/?id=25598&edit=1


[PHP-DOC] #25821 [Opn->Csd]: Function checkdnsrr() does not suppor AAAA type

2003-10-10 Thread pollita
 ID:   25821
 Updated by:   [EMAIL PROTECTED]
 Reported By:  ktak at nsk dot ru
-Status:   Open
+Status:   Closed
 Bug Type: Documentation problem
 Operating System: Linux
 PHP Version:  4.3.3
 New Comment:

This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.

That was probably my fault :o


Previous Comments:


[2003-10-10 10:06:04] ktak at nsk dot ru

Description:

Online documentation of function checkdnsrr() has record that 
type
is applicable from version 4.3.0.

But type  is absent in PHP 4.3.0 and PHP 4.3.3, but it is
presented
in PHP 5.

Reproduce code:
---
// http://www.php.net/manual/en/function.checkdnsrr.php





[2003-10-10 10:03:43] ktak at nsk dot ru

Description:

Online documentation of function checkdnsrr() has record that  type
is applicable from version 4.3.0.

But type  is absent in PHP 4.3.0 and PHP 4.3.3, but it is presented
in PHP 5.

Reproduce code:
---
http://www.php.net/manual/en/function.checkdnsrr.php






-- 
Edit this bug report at http://bugs.php.net/?id=25821&edit=1


[PHP-DOC] cvs: phpdoc /en/reference/network/functions checkdnsrr.xml

2003-10-10 Thread Sara Golemon
pollita Fri Oct 10 11:20:02 2003 EDT

  Modified files:  
/phpdoc/en/reference/network/functions  checkdnsrr.xml 
  Log:
   is in 5.0.0, not 4.3.0
  
Index: phpdoc/en/reference/network/functions/checkdnsrr.xml
diff -u phpdoc/en/reference/network/functions/checkdnsrr.xml:1.4 
phpdoc/en/reference/network/functions/checkdnsrr.xml:1.5
--- phpdoc/en/reference/network/functions/checkdnsrr.xml:1.4Thu Jan  2 13:42:52 
2003
+++ phpdoc/en/reference/network/functions/checkdnsrr.xmlFri Oct 10 11:20:01 
2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -33,7 +33,7 @@
 
  
   
-    type added with PHP 4.3.0
+    type added with PHP 5.0.0
   
  
 


[PHP-DOC] #25821 [Opn]: Function checkdnsrr() does not suppor AAAA type

2003-10-10 Thread ktak at nsk dot ru
 ID:   25821
 User updated by:  ktak at nsk dot ru
 Reported By:  ktak at nsk dot ru
 Status:   Open
 Bug Type: Documentation problem
 Operating System: Linux
 PHP Version:  4.3.3
 New Comment:

Description:

Online documentation of function checkdnsrr() has record that 
type
is applicable from version 4.3.0.

But type  is absent in PHP 4.3.0 and PHP 4.3.3, but it is
presented
in PHP 5.

Reproduce code:
---
// http://www.php.net/manual/en/function.checkdnsrr.php




Previous Comments:


[2003-10-10 10:03:43] ktak at nsk dot ru

Description:

Online documentation of function checkdnsrr() has record that  type
is applicable from version 4.3.0.

But type  is absent in PHP 4.3.0 and PHP 4.3.3, but it is presented
in PHP 5.

Reproduce code:
---
http://www.php.net/manual/en/function.checkdnsrr.php






-- 
Edit this bug report at http://bugs.php.net/?id=25821&edit=1


[PHP-DOC] #25821 [NEW]: Function checkdnsrr() does not suppor AAAA type

2003-10-10 Thread ktak at nsk dot ru
From: ktak at nsk dot ru
Operating system: Linux
PHP version:  4.3.3
PHP Bug Type: Documentation problem
Bug description:  Function checkdnsrr() does not suppor  type

Description:

Online documentation of function checkdnsrr() has record that  type is
applicable from version 4.3.0.

But type  is absent in PHP 4.3.0 and PHP 4.3.3, but it is presented in
PHP 5.

Reproduce code:
---
http://www.php.net/manual/en/function.checkdnsrr.php


-- 
Edit bug report at http://bugs.php.net/?id=25821&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=25821&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=25821&r=trysnapshot5
Fixed in CVS:   http://bugs.php.net/fix.php?id=25821&r=fixedcvs
Fixed in release:   http://bugs.php.net/fix.php?id=25821&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=25821&r=needtrace
Try newer version:  http://bugs.php.net/fix.php?id=25821&r=oldversion
Not developer issue:http://bugs.php.net/fix.php?id=25821&r=support
Expected behavior:  http://bugs.php.net/fix.php?id=25821&r=notwrong
Not enough info:http://bugs.php.net/fix.php?id=25821&r=notenoughinfo
Submitted twice:http://bugs.php.net/fix.php?id=25821&r=submittedtwice
register_globals:   http://bugs.php.net/fix.php?id=25821&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=25821&r=php3
Daylight Savings:   http://bugs.php.net/fix.php?id=25821&r=dst
IIS Stability:  http://bugs.php.net/fix.php?id=25821&r=isapi
Install GNU Sed:http://bugs.php.net/fix.php?id=25821&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=25821&r=float


[PHP-DOC] cvs: phpdoc /en/reference/info/functions php-logo-guid.xml

2003-10-10 Thread ali
ali Fri Oct 10 07:26:15 2003 EDT

  Modified files:  
/phpdoc/en/reference/info/functions php-logo-guid.xml 
  Log:
  fixing typo
  
  
Index: phpdoc/en/reference/info/functions/php-logo-guid.xml
diff -u phpdoc/en/reference/info/functions/php-logo-guid.xml:1.6 
phpdoc/en/reference/info/functions/php-logo-guid.xml:1.7
--- phpdoc/en/reference/info/functions/php-logo-guid.xml:1.6Thu Oct  9 15:28:06 
2003
+++ phpdoc/en/reference/info/functions/php-logo-guid.xmlFri Oct 10 07:26:15 
2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -18,7 +18,7 @@
 
 
  
-  php_logo_uid example
+  php_logo_guid example
   
 

Re: [PHP-DOC] printf() see also -> vprintf()

2003-10-10 Thread ali
Hi Thomas,

On Fri, 2003-10-10 at 00:05, Thomas -Balu- Walter wrote:
> Hi dudes,
> 
> a "see Also"-link in the manual from printf() to vprintf() would've
> avoided a lot searchin from my side :)

The link has been added and will be visible the next time the docs are
build.

Cheers, 
-ali

> 
>  Balu
> 


[PHP-DOC] cvs: phpdoc /en/reference/strings/functions printf.xml

2003-10-10 Thread ali
ali Fri Oct 10 06:51:42 2003 EDT

  Modified files:  
/phpdoc/en/reference/strings/functions  printf.xml 
  Log:
  adding see-also-link to vprintf
  
  
Index: phpdoc/en/reference/strings/functions/printf.xml
diff -u phpdoc/en/reference/strings/functions/printf.xml:1.3 
phpdoc/en/reference/strings/functions/printf.xml:1.4
--- phpdoc/en/reference/strings/functions/printf.xml:1.3Sat Jul 27 00:07:06 
2002
+++ phpdoc/en/reference/strings/functions/printf.xmlFri Oct 10 06:51:42 2003
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -18,9 +18,9 @@
  is described in the documentation for sprintf.
 
 
- See also print, sprintf, 
- sscanf, fscanf,
- and flush.
+ See also print, sprintf,
+ vprintf, sscanf, 
+ fscanf and flush.