Sterling Hughes <[EMAIL PROTECTED]> wrote:
> # I don't have a local test environment setup, so if someone would be so kind as to
>check
> # the XML, it would be much appreciated, I'll setup an environment as soon as
>possible, but
> # I wanted to get this stuff in *before* the release!
fix
jimwSat Dec 8 20:39:40 2001 EDT
Modified files:
/phpdoc/en/functionsxslt.xml
Log:
fix
Index: phpdoc/en/functions/xslt.xml
diff -u phpdoc/en/functions/xslt.xml:1.26 phpdoc/en/functions/xslt.xml:1.27
--- phpdoc/en/functions/xslt.xml:1.26 Sat Dec 8
sterlingSat Dec 8 20:08:31 2001 EDT
Modified files:
/phpdoc/en/functionsxslt.xml
Log:
Update the documentation to the new XSLT extension in anticipation of mondays
compatibility breaking
release.
# I don't have a local test environment
jimwSat Dec 8 18:53:01 2001 EDT
Modified files:
/phpdoc/en/functionsimage.xml
Log:
image*ellipse: add see also for image*arc
Index: phpdoc/en/functions/image.xml
diff -u phpdoc/en/functions/image.xml:1.64 phpdoc/en/functions/image.xml:1.65
--- phpd
jimwSat Dec 8 18:39:07 2001 EDT
Modified files:
/phpdoc/en/functionsstrings.xml
Log:
soundex: see alsos
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.133 phpdoc/en/functions/strings.xml:1.134
--- phpdoc/en/functio
jimwSat Dec 8 18:27:41 2001 EDT
Modified files:
/phpdoc/en/functionsmisc.xml
Log:
eval: minor cleanups, add ob-capture tip
Index: phpdoc/en/functions/misc.xml
diff -u phpdoc/en/functions/misc.xml:1.60 phpdoc/en/functions/misc.xml:1.61
--- phpdoc/en
Rasmus Lerdorf wrote:
>That's not true at all. The Host header is sent by every browser out
>there with HTTP/1.0 requests. True, the Host header is optional in
>HTTP/1.0 and required for HTTP/1.1, but that by no means means that it
>isn't present in 1.0 requests.
OK - I only looked into RFC
Johannes Froemter <[EMAIL PROTECTED]> wrote:
> Jim Winstead wrote:
>> fsockopen: add host header to example, add see also for curl extension
>>
>>-fputs ($fp, "GET / HTTP/1.0\r\n\r\n");
>>+fputs ($fp, "GET / HTTP/1.0\r\nHost: www.php.net\r\n\r\n");
>
> The Host: header is only present
jimwSat Dec 8 17:23:19 2001 EDT
Modified files:
/phpdoc/en/language types.xml
Log:
incorporate user note
Index: phpdoc/en/language/types.xml
diff -u phpdoc/en/language/types.xml:1.66 phpdoc/en/language/types.xml:1.67
--- phpdoc/en/language/types.xml:1.66
> Jim Winstead wrote:
>
> > fsockopen: add host header to example, add see also for curl extension
> >
> >-fputs ($fp, "GET / HTTP/1.0\r\n\r\n");
> >+fputs ($fp, "GET / HTTP/1.0\r\nHost: www.php.net\r\n\r\n");
>
> The Host: header is only present in HTTP/1.1 requests.
That's not true
Jim Winstead wrote:
> fsockopen: add host header to example, add see also for curl extension
>
>-fputs ($fp, "GET / HTTP/1.0\r\n\r\n");
>+fputs ($fp, "GET / HTTP/1.0\r\nHost: www.php.net\r\n\r\n");
The Host: header is only present in HTTP/1.1 requests.
--
Johannes
jimwSat Dec 8 17:14:24 2001 EDT
Modified files:
/phpdoc/en/functionsfilesystem.xml
Log:
file: incorporate user notes
Index: phpdoc/en/functions/filesystem.xml
diff -u phpdoc/en/functions/filesystem.xml:1.96 phpdoc/en/functions/filesystem.xml:1.97
-
jimwSat Dec 8 17:12:25 2001 EDT
Modified files:
/phpdoc/en language-snippets.ent
Log:
new tip about fopen wrappers
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.14 phpdoc/en/language-snippets.ent:1.15
--- phpdoc/en/langu
jimwSat Dec 8 16:58:49 2001 EDT
Modified files:
/phpdoc/en/functionsnetwork.xml
Log:
fsockopen: add host header to example, add see also for curl extension
Index: phpdoc/en/functions/network.xml
diff -u phpdoc/en/functions/network.xml:1.47 phpdoc/e
philip Sat Dec 8 16:36:13 2001 EDT
Modified files:
/phpdoc/en/functionsvar.xml
Log:
Added reference (a link) to language.variables
Index: phpdoc/en/functions/var.xml
diff -u phpdoc/en/functions/var.xml:1.78 phpdoc/en/functions/var.xml:1.79
--- phpd
jimwSat Dec 8 16:21:50 2001 EDT
Modified files:
/phpdoc/en/functionsstrings.xml
Log:
parse_str: incorporate user notes
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.132 phpdoc/en/functions/strings.xml:1.133
--- ph
jimwSat Dec 8 16:11:24 2001 EDT
Modified files:
/phpdoc/en/functionsdir.xml
Log:
add note about order of entries returned from dir object.
Index: phpdoc/en/functions/dir.xml
diff -u phpdoc/en/functions/dir.xml:1.26 phpdoc/en/functions/dir.xml:1.27
jimwSat Dec 8 16:06:10 2001 EDT
Modified files:
/phpdoc/en/functionsarray.xml
Log:
array_search: add return.falseproblem note
Index: phpdoc/en/functions/array.xml
diff -u phpdoc/en/functions/array.xml:1.132 phpdoc/en/functions/array.xml:1.133
--- p
jimwSat Dec 8 15:04:38 2001 EDT
Modified files:
/phpdoc/en/functionsstrings.xml
Log:
note length of md5 hash
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.131 phpdoc/en/functions/strings.xml:1.132
--- phpdoc/en/fu
jimwSat Dec 8 14:56:06 2001 EDT
Modified files:
/phpdoc/en/functionsimage.xml
Log:
imagecolorallocate: returns -1 on failure
Index: phpdoc/en/functions/image.xml
diff -u phpdoc/en/functions/image.xml:1.63 phpdoc/en/functions/image.xml:1.64
--- phpd
jimwSat Dec 8 14:46:08 2001 EDT
Modified files:
/phpdoc/en/functionsstrings.xml
Log:
echo: add example using here documents
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.130 phpdoc/en/functions/strings.xml:1.131
-
jimwSat Dec 8 14:33:17 2001 EDT
Modified files:
/phpdoc/en/functionsmath.xml
Log:
floor: duh, it does round down, not truncate. stupid negative numbers. :)
Index: phpdoc/en/functions/math.xml
diff -u phpdoc/en/functions/math.xml:1.60 phpdoc/en/func
jimwSat Dec 8 14:32:00 2001 EDT
Modified files:
/phpdoc/en/functionsmath.xml
Log:
floor: add examples, say 'truncating' instead of 'rounding down'.
Index: phpdoc/en/functions/math.xml
diff -u phpdoc/en/functions/math.xml:1.59 phpdoc/en/functions/ma
jimwSat Dec 8 14:22:07 2001 EDT
Modified files:
/phpdoc/en/functionsfilesystem.xml
Log:
move_uploaded_file: add warning about destination being overwritten, remove
redundant version note
Index: phpdoc/en/functions/filesystem.xml
diff -u phpdoc/en/
jimwSat Dec 8 14:17:04 2001 EDT
Modified files:
/phpdoc/en/functionsfilesystem.xml
Log:
flock: incorporate user notes
Index: phpdoc/en/functions/filesystem.xml
diff -u phpdoc/en/functions/filesystem.xml:1.94 phpdoc/en/functions/filesystem.xml:1.95
¤»¤d¤»¦Ê¸Uµ§¥þ¥@¬É³Ì·sEmail¦W³æ
§Ú¦³¤»¤d¤»¦Ê¸Uµ§¥þ¥@¬É³Ì·sEmail¦W³æ¡A
§A¥i¥H¦bªá¶O·¥¤Öªº±¡§Î¤U¡A±µÄ²¨ì¥þ¥@¬É¤»¤d¤»¦Ê¸U¤H¡I
³o¨Ç³£¬O³Ì·sªº¦a§}¡A¬O§Ú¦bºô¸ô¤W¡A¦³¨t²Î¦a¦¬¶°¤U¨Óªº¡A
¸g¹L³nÅé´ú¸Õ¡A¥u«O¯d¦³®Ä¦a§}¡A¨ÃºÉ¶q§â¤£Ä@¦¬«HªÌ±Æ°£¡C
¤w¸g¹L²Îp¾ã²z¡B
OUTLANDER is The RUSH of the new millenium!
For RUSH fans everywhere, there is finally a new band that brings the complexity, power,
lyrical depth and musicianship of RUSH into the new millenium! They are OUTLANDER, a hard progressive rock
trio who has started a worldwide, fast growing, grass
tpugSat Dec 8 11:48:58 2001 EDT
Modified files:
/phpdoc/tr bookinfo.xml
Log:
corrected misspelled word
Index: phpdoc/tr/bookinfo.xml
diff -u phpdoc/tr/bookinfo.xml:1.7 phpdoc/tr/bookinfo.xml:1.8
--- phpdoc/tr/bookinfo.xml:1.7 Sat Dec 1 19:33:42 2001
+++
mk Sat Dec 8 06:53:31 2001 EDT
Modified files:
/phpdoc/de preface.xml
Log:
No Manual on snaps.php.net. I commented out the paragraph
Index: phpdoc/de/preface.xml
diff -u phpdoc/de/preface.xml:1.7 phpdoc/de/preface.xml:1.8
--- phpdoc/de/preface.xml:1.7
gobaSat Dec 8 04:40:38 2001 EDT
Modified files:
/phpdoc/en/functionsfunchand.xml
Log:
Correct CDATA error reported by Gyozo Papp
Index: phpdoc/en/functions/funchand.xml
diff -u phpdoc/en/functions/funchand.xml:1.21 phpdoc/en/functions/funchand.x
gobaSat Dec 8 04:37:33 2001 EDT
Modified files:
/phpdoc/howto howto.xml
Log:
Just adding some todo items
Index: phpdoc/howto/howto.xml
diff -u phpdoc/howto/howto.xml:1.16 phpdoc/howto/howto.xml:1.17
--- phpdoc/howto/howto.xml:1.16 Sun Nov 18 08:05
31 matches
Mail list logo