[PHP-DOC] cvs: phpdoc /en/reference/strings/functions substr.xml
fernandoc Sun Jan 12 03:06:40 2003 EDT Modified files: /phpdoc/en/reference/strings/functions substr.xml Log: Place a missing Change a capital letter Index: phpdoc/en/reference/strings/functions/substr.xml diff -u phpdoc/en/reference/strings/functions/substr.xml:1.4 phpdoc/en/reference/strings/functions/substr.xml:1.5 --- phpdoc/en/reference/strings/functions/substr.xml:1.4Sat Jul 13 04:44:43 2002 +++ phpdoc/en/reference/strings/functions/substr.xmlSun Jan 12 03:06:40 2003 @@ -1,5 +1,5 @@ - + @@ -15,7 +15,7 @@ intlength - Substr returns the portion of string + substr returns the portion of string specified by the start and length parameters. -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-DOC] #4821 [Com]: how clear this messages -> X-Powered-By: PHP/4.0.0 Content-type: text/html
ID: 4821 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Documentation problem Operating System: nt 4.0 sp4 PHP Version: 4.0 Release Candidate 2 New Comment: the mandatory inclusion of the http headder 'X-Powered-By: PHP' IS a bug because: if the (myhost.com/~user) user does not have access to get rid of that http headder his scripts cannot interact properly with other web services, search engines, and proxys -rendering php as a less useful language than say perl Previous Comments: [2002-06-03 14:13:57] [EMAIL PROTECTED] ok ...i´m sorry ... Peter [2000-06-09 05:40:07] [EMAIL PROTECTED] That's not a real bug report... If you meant, however, that you got this text in your browser when you tried to access a .php page - then the problem is most probably a buggy php.ini file. Try to remove your php.ini file (or rename it) and see if the problem persists. PHP 4.0.1 will properly report parse errors in php.ini using message boxes. [2000-06-05 15:30:03] [EMAIL PROTECTED] how clear this messages? X-Powered-By: PHP/4.0.0 Content-type: text/html thank -- Edit this bug report at http://bugs.php.net/?id=4821&edit=1 -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP-DOC] cvs: phpdoc /en/reference/filesystem/functionsfclose.xml feof.xml fflush.xml fgetc.xml fgetcsv.xml fgets.xml fgetss.xmlflock.xml fopen.xml fpassthru.xml fputs.xml fread.xml fscanf.xml fseek.xmlfstat.xml ftell.xml ftruncate.xml fwrite.xml p
> >> Changed int to resource for file handles. > >> Also renamed handle to fp > >> for consistency. > > > > I do think, that handle is much better than fp for beginners, so I would > > do the other way... > > > I changed handle to fp (rather than the other way 'round) because all of > those files listed used "fp" except for the ONE that used "handle". > That's of course not to say that we can't still change 'em all to > "handle", but there are several examples peppered throughout the manual > which use $fp as the resource variable. > > I'm personnally -1 on using "handle" as the parameter name, but it's a > weak -1... maybe more of a -0.5 Well, $fp is something kinda "leftover" for "file pointer". As fopen opens many more things then files (eg. STDIN :), it technically not a file pointer anymore. Therefore I think handle is better ;) Goba -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP-DOC] Re: "Description"
> actually, yes, there are quite a lot of them... > > Each section of functions (eg. array, mysql, etc) has about 2 or 3 of > them... =\ Well, if this is really the case, then go ahead, and add that entity ;) But do use it! :) Goba -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions fclose.xmlfeof.xml fflush.xml fgetc.xml fgetcsv.xml fgets.xml fgetss.xml flock.xmlfopen.xml fpassthru.xml fputs.xml fread.xml fscanf.xml
On Sun, 12 Jan 2003, Gabor Hojtsy wrote: > > I changed handle to fp (rather than the other way 'round) because > > all of those files listed used "fp" except for the ONE that used > > "handle". That's of course not to say that we can't still change 'em > > all to "handle", but there are several examples peppered throughout > > the manual which use $fp as the resource variable. > > > > I'm personnally -1 on using "handle" as the parameter name, but it's > > a weak -1... maybe more of a -0.5 > > Well, $fp is something kinda "leftover" for "file pointer". As fopen > opens many more things then files (eg. STDIN :), it technically not a > file pointer anymore. Therefore I think handle is better ;) I'm for "handle" too. Derick -- - Derick Rethans http://derickrethans.nl/ PHP Magazine - PHP Magazine for Professionals http://php-mag.net/ - -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-DOC] #4821 [Csd]: how clear this messages -> X-Powered-By: PHP/4.0.0 Content-type: text/html
ID: 4821 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Documentation problem Operating System: nt 4.0 sp4 PHP Version: 4.0 Release Candidate 2 New Comment: Web services are defined to not bother themselfs with these kind of headers. PHP can work with any web service even with this header in place, beleive me ;) You are probably on a wrong way, you shuold not see those two lines in a browser window, as they are processed by the browser... Previous Comments: [2003-01-12 03:03:15] [EMAIL PROTECTED] the mandatory inclusion of the http headder 'X-Powered-By: PHP' IS a bug because: if the (myhost.com/~user) user does not have access to get rid of that http headder his scripts cannot interact properly with other web services, search engines, and proxys -rendering php as a less useful language than say perl [2002-06-03 14:13:57] [EMAIL PROTECTED] ok ...i´m sorry ... Peter [2000-06-09 05:40:07] [EMAIL PROTECTED] That's not a real bug report... If you meant, however, that you got this text in your browser when you tried to access a .php page - then the problem is most probably a buggy php.ini file. Try to remove your php.ini file (or rename it) and see if the problem persists. PHP 4.0.1 will properly report parse errors in php.ini using message boxes. [2000-06-05 15:30:03] [EMAIL PROTECTED] how clear this messages? X-Powered-By: PHP/4.0.0 Content-type: text/html thank -- Edit this bug report at http://bugs.php.net/?id=4821&edit=1 -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions
So, how about $sp = Stream Pointer? or just $stream... that sounds better to me IMHO =S Gabor Hojtsy wrote: Well, $fp is something kinda "leftover" for "file pointer". As fopen opens many more things then files (eg. STDIN :), it technically not a file pointer anymore. Therefore I think handle is better ;) Goba -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-DOC] cvs: phpdoc /en language-snippets.ent
damsSun Jan 12 14:01:12 2003 EDT Modified files: /phpdoc/en language-snippets.ent Log: Adding useful short links. Index: phpdoc/en/language-snippets.ent diff -u phpdoc/en/language-snippets.ent:1.33 phpdoc/en/language-snippets.ent:1.34 --- phpdoc/en/language-snippets.ent:1.33Mon Nov 25 18:40:02 2002 +++ phpdoc/en/language-snippets.ent Sun Jan 12 14:01:11 2003 @@ -1,4 +1,4 @@ - + This extension is EXPERIMENTAL. The behaviour of this extension -- @@ -132,6 +132,19 @@ The windows version of PHP has built in support for this extension. You do not need to load any additional extension in order to use these functions.'> + + +PHP'> +safe mode'> + +string'> +integer'> +float'> +resource'> +boolean'> +array'> +object'> + -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP-DOC] cvs: phpdoc /en language-snippets.ent
Regarding types, I prefer: string As it already works and is clear. Regards, Philip On Sun, 12 Jan 2003, Damien Seguy wrote: > dams Sun Jan 12 14:01:12 2003 EDT > > Modified files: > /phpdoc/enlanguage-snippets.ent > Log: > Adding useful short links. > > Index: phpdoc/en/language-snippets.ent > diff -u phpdoc/en/language-snippets.ent:1.33 phpdoc/en/language-snippets.ent:1.34 > --- phpdoc/en/language-snippets.ent:1.33 Mon Nov 25 18:40:02 2002 > +++ phpdoc/en/language-snippets.ent Sun Jan 12 14:01:11 2003 > @@ -1,4 +1,4 @@ > - > + > > This extension is > EXPERIMENTAL. The behaviour of this extension -- > @@ -132,6 +132,19 @@ > The windows version of PHP > has built in support for this extension. You do not need to load any additional > extension in order to use these functions.'> > + > + > +PHP'> > +safe mode'> > + > +string'> > +integer'> > +float'> > +resource'> > +boolean'> > +array'> > +object'> > + > > > > > > -- > PHP Documentation Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP-DOC] cvs: phpdoc /en language-snippets.ent
On Sun, 12 Jan 2003, Damien Seguy wrote: > dams Sun Jan 12 14:01:12 2003 EDT > > Modified files: > /phpdoc/enlanguage-snippets.ent > Log: > Adding useful short links. > > +safe mode'> > + > +string'> String is safe_mode ? Derick -- - Derick Rethans http://derickrethans.nl/ PHP Magazine - PHP Magazine for Professionals http://php-mag.net/ - -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP-DOC] cvs: phpdoc /en language-snippets.ent
Took the words right outta my mouth! string'> > > Regarding types, I prefer: > > string > > As it already works and is clear. > > Regards, > Philip > >> +string'> -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions fclose.xml feof.xml fflush.xml fgetc.xml fgetcsv.xml fgets.xml fgetss.xml flock.xml fopen.xml fpassthru.xml fputs.xml fread.xml fscanf.xml
>> > I'm personnally -1 on using "handle" as the parameter name, but it's >> a weak -1... maybe more of a -0.5 >> >> Well, $fp is something kinda "leftover" for "file pointer". As fopen >> opens many more things then files (eg. STDIN :), it technically not a >> file pointer anymore. Therefore I think handle is better ;) > > I'm for "handle" too. > > Derick > Okay, I'll switch all these to "handle" instead of "fp" (and I do see your points and reasonings) and look for other similar instances to keep up consistency. I'm off to the aquarium today though, so don't look for the commits until tonight. -Pollita -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-DOC] :: i need karma ::
who can give me karma to translate the PEAR documetation to portuguese brazilian language^? Thanks,. Turbano
[PHP-DOC] #21601 [NEW]: vague imap_utf7_[en|de]code documentation
From: [EMAIL PROTECTED] Operating system: PHP version: 5CVS-2003-01-12 (dev) PHP Bug Type: Documentation problem Bug description: vague imap_utf7_[en|de]code documentation The documentation of the imap_utf7_* function is too vague in that is only says that 8bit data is accepted/returned. It doesn't state that it converts only iso-8859-1 data as clarified by Moriyoshi on php-i18n. -- Edit bug report at http://bugs.php.net/?id=21601&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=21601&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=21601&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=21601&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=21601&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=21601&r=oldversion Not developer issue:http://bugs.php.net/fix.php?id=21601&r=support Expected behavior: http://bugs.php.net/fix.php?id=21601&r=notwrong Not enough info:http://bugs.php.net/fix.php?id=21601&r=notenoughinfo Submitted twice:http://bugs.php.net/fix.php?id=21601&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=21601&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21601&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=21601&r=dst IIS Stability: http://bugs.php.net/fix.php?id=21601&r=isapi Install GNU Sed:http://bugs.php.net/fix.php?id=21601&r=gnused -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-DOC] cvs: phpdoc /en/reference/strings/functions vsprintf.xml
betzSun Jan 12 17:50:11 2003 EDT Modified files: /phpdoc/en/reference/strings/functions vsprintf.xml Log: selfreference vsprinf in see also deleted Index: phpdoc/en/reference/strings/functions/vsprintf.xml diff -u phpdoc/en/reference/strings/functions/vsprintf.xml:1.3 phpdoc/en/reference/strings/functions/vsprintf.xml:1.4 --- phpdoc/en/reference/strings/functions/vsprintf.xml:1.3 Sat Jul 27 00:07:06 2002 +++ phpdoc/en/reference/strings/functions/vsprintf.xml Sun Jan 12 17:50:10 2003 @@ -1,5 +1,5 @@ - + @@ -23,8 +23,7 @@ arguments, rather than a variable number of arguments. - See also sprintf, vsprintf, - vprintf + See also sprintf and vprintf -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-DOC] cvs: phpdoc /en/language types.xml
betzSun Jan 12 17:51:45 2003 EDT Modified files: /phpdoc/en/language types.xml Log: typo fix Index: phpdoc/en/language/types.xml diff -u phpdoc/en/language/types.xml:1.99 phpdoc/en/language/types.xml:1.100 --- phpdoc/en/language/types.xml:1.99 Sat Jan 11 04:57:37 2003 +++ phpdoc/en/language/types.xmlSun Jan 12 17:51:45 2003 @@ -1,5 +1,5 @@ - + Types @@ -574,7 +574,7 @@ A string is series of characters. In PHP, a character is the same as a byte, that is, there are exactly 256 different characters possible. This also implies that PHP -has no native support of Unicode. See utf8_enncode +has no native support of Unicode. See utf8_encode and utf8_decode for some Unicode support. -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions fclose.xml feof.xml fflush.xml fgetc.xml fgetcsv.xml fgets.xml fgetss.xml flock.xml fopen.xml fpassthru.xml fputs.xml fread.xml fscanf.xml fseek.xml fstat.xml ftell.xml ftruncate.xml fwrite.xml pclose.xml popen.xml rewind.xml tempnam.xml
pollita Sun Jan 12 21:54:28 2003 EDT Modified files: /phpdoc/en/reference/filesystem/functions fclose.xml feof.xml fflush.xml fgetc.xml fgetcsv.xml fgets.xml fgetss.xml flock.xml fopen.xml fpassthru.xml fputs.xml fread.xml fscanf.xml fseek.xml fstat.xml ftell.xml ftruncate.xml fwrite.xml pclose.xml popen.xml rewind.xml tempnam.xml Log: Use 'handle' instead of 'fp' in parameter declarations and examples. Index: phpdoc/en/reference/filesystem/functions/fclose.xml diff -u phpdoc/en/reference/filesystem/functions/fclose.xml:1.4 phpdoc/en/reference/filesystem/functions/fclose.xml:1.5 --- phpdoc/en/reference/filesystem/functions/fclose.xml:1.4 Sat Jan 11 13:20:22 2003 +++ phpdoc/en/reference/filesystem/functions/fclose.xml Sun Jan 12 21:54:28 2003 @@ -1,5 +1,5 @@ - + @@ -10,10 +10,10 @@ Description boolfclose - resourcefp + resourcehandle - The file pointed to by fp is closed. + The file pointed to by handle is closed. &return.success; @@ -30,9 +30,9 @@ Index: phpdoc/en/reference/filesystem/functions/feof.xml diff -u phpdoc/en/reference/filesystem/functions/feof.xml:1.3 phpdoc/en/reference/filesystem/functions/feof.xml:1.4 --- phpdoc/en/reference/filesystem/functions/feof.xml:1.3 Sat Jan 11 13:20:22 2003 +++ phpdoc/en/reference/filesystem/functions/feof.xml Sun Jan 12 21:54:28 2003 @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description boolfeof - resourcefp + resourcehandle Returns &true; if the file pointer is at EOF or an error occurs; Index: phpdoc/en/reference/filesystem/functions/fflush.xml diff -u phpdoc/en/reference/filesystem/functions/fflush.xml:1.4 phpdoc/en/reference/filesystem/functions/fflush.xml:1.5 --- phpdoc/en/reference/filesystem/functions/fflush.xml:1.4 Sat Jan 11 13:20:22 2003 +++ phpdoc/en/reference/filesystem/functions/fflush.xml Sun Jan 12 21:54:28 2003 @@ -1,5 +1,5 @@ - + @@ -10,11 +10,11 @@ Description boolfflush - resourcefp + resourcehandle This function forces a write of all buffered output to the - resource pointed to by the file handle fp. + resource pointed to by the file handle handle. Returns &true; if successful, &false; otherwise. Index: phpdoc/en/reference/filesystem/functions/fgetc.xml diff -u phpdoc/en/reference/filesystem/functions/fgetc.xml:1.3 phpdoc/en/reference/filesystem/functions/fgetc.xml:1.4 --- phpdoc/en/reference/filesystem/functions/fgetc.xml:1.3 Sat Jan 11 13:20:22 2003 +++ phpdoc/en/reference/filesystem/functions/fgetc.xml Sun Jan 12 21:54:28 2003 @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description stringfgetc - resourcefp + resourcehandle Returns a string containing a single character read from the Index: phpdoc/en/reference/filesystem/functions/fgetcsv.xml diff -u phpdoc/en/reference/filesystem/functions/fgetcsv.xml:1.6 phpdoc/en/reference/filesystem/functions/fgetcsv.xml:1.7 --- phpdoc/en/reference/filesystem/functions/fgetcsv.xml:1.6Sat Jan 11 13:20:22 2003 +++ phpdoc/en/reference/filesystem/functions/fgetcsv.xmlSun Jan 12 21:54:28 +2003 @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description arrayfgetcsv - resourcefp + resourcehandle intlength stringdelimiter stringenclosure @@ -31,7 +31,7 @@ - The fp parameter must be a valid file pointer to a file + The handle parameter must be a valid file pointer to a +file successfully opened by fopen, popen, or fsockopen. @@ -57,8 +57,8 @@ Index: phpdoc/en/reference/filesystem/functions/fgets.xml diff -u phpdoc/en/reference/filesystem/functions/fgets.xml:1.5 phpdoc/en/reference/filesystem/functions/fgets.xml:1.6 --- phpdoc/en/reference/filesystem/functions/fgets.xml:1.5 Sat Jan 11 13:20:22 2003 +++ phpdoc/en/reference/filesystem/functions/fgets.xml Sun Jan 12 21:54:28 2003 @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description stringfgets - resourcefp + resourcehandle intlength @@ -42,12 +42,12 @@ Reading a file line by line Index: phpdoc/en/reference/filesystem/functions/fgetss.xml diff -u phpdoc/en/reference/filesystem/functions/fgetss.xml:1.4 phpdoc/en/referenc
[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-fetch-row.xml
jsheets Sun Jan 12 22:17:20 2003 EDT Modified files: /phpdoc/en/reference/pgsql/functionspg-fetch-row.xml Log: updated example to use while Index: phpdoc/en/reference/pgsql/functions/pg-fetch-row.xml diff -u phpdoc/en/reference/pgsql/functions/pg-fetch-row.xml:1.4 phpdoc/en/reference/pgsql/functions/pg-fetch-row.xml:1.5 --- phpdoc/en/reference/pgsql/functions/pg-fetch-row.xml:1.4Wed Apr 24 21:07:17 2002 +++ phpdoc/en/reference/pgsql/functions/pg-fetch-row.xmlSun Jan 12 22:17:20 +2003 @@ -1,5 +1,5 @@ - + @@ -48,13 +48,9 @@ exit; } -$num = pg_num_rows($result); - -for ($i=0; $i < $num; $i++) { - $r = pg_fetch_row($result, $i); - - for ($j=0; $j < count($r); $j++) { -echo "$r[$j] "; +while ($row = pg_fetch_row($result, $i)) { + for ($j=0; $j < count($row); $j++) { +echo "$row[$j] "; } echo ""; -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-DOC] cvs: phpdoc /en/reference/pgsql/functions pg-pconnect.xml
jsheets Sun Jan 12 23:48:03 2003 EDT Modified files: /phpdoc/en/reference/pgsql/functionspg-pconnect.xml Log: added link to persistent connections information Index: phpdoc/en/reference/pgsql/functions/pg-pconnect.xml diff -u phpdoc/en/reference/pgsql/functions/pg-pconnect.xml:1.3 phpdoc/en/reference/pgsql/functions/pg-pconnect.xml:1.4 --- phpdoc/en/reference/pgsql/functions/pg-pconnect.xml:1.3 Thu Oct 3 02:23:24 2002 +++ phpdoc/en/reference/pgsql/functions/pg-pconnect.xml Sun Jan 12 23:48:03 2003 @@ -1,5 +1,5 @@ - + @@ -37,7 +37,9 @@ generated by pg_pconnect. - See also pg_connect. + See also pg_connect, and the section + Persistent Database + Connections for more information. -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-DOC] #21605 [NEW]: stream_get_meta_data() documentation typo
From: [EMAIL PROTECTED] Operating system: PHP version: 4.3.0 PHP Bug Type: Documentation problem Bug description: stream_get_meta_data() documentation typo At the english manual, the description of function stream_get_meta_data() (http://www.php.net/manual/en/function.stream-get-meta-data.php) has a wrong syntax: array file_get_meta_data ( resource stream) ^^ Must be stream_get_meta_data, the function file_get_meta_data() doesn't exist. -- Edit bug report at http://bugs.php.net/?id=21605&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=21605&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=21605&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=21605&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=21605&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=21605&r=oldversion Not developer issue:http://bugs.php.net/fix.php?id=21605&r=support Expected behavior: http://bugs.php.net/fix.php?id=21605&r=notwrong Not enough info:http://bugs.php.net/fix.php?id=21605&r=notenoughinfo Submitted twice:http://bugs.php.net/fix.php?id=21605&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=21605&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21605&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=21605&r=dst IIS Stability: http://bugs.php.net/fix.php?id=21605&r=isapi Install GNU Sed:http://bugs.php.net/fix.php?id=21605&r=gnused -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php