Richard Quadling
ba351d4b1b
Renamed files with _ to -
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302791 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-26 08:26:00 +00:00
Peter Cowburn
658b27babf
added see also link from file_get_contents to $http_response_header
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302750 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-24 20:17:36 +00:00
Peter Cowburn
9bc006dc36
better basic example for fputcsv (doc #52680 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302723 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-23 21:50:12 +00:00
Adam Harvey
e01bd18a6e
Fix doc bug #52665 (Typo).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302671 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-23 03:18:01 +00:00
Adam Harvey
9197963209
Fix doc bug #52366 (flock() fails on gzopen()'d file pointer) by making it
...
clearer that flock() only works on actual file handles. Also fixed a couple of
grammatical problems, and added a more detailed explanation of when mandatory
locking will be used that's hopefully more or less accurate.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301386 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-19 04:30:25 +00:00
Jakub Vrana
58e026c057
Fix PHP syntax errors
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301119 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-09 11:28:40 +00:00
Peter Cowburn
48e96a6563
remove bad example (unlink a directory) - closes doc #52132
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300632 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-21 11:46:34 +00:00
Pedro Antonio Gil Rodríguez
31c7bd07e1
Added a </entry> tag in line 114
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299370 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-14 11:11:11 +00:00
Daniel Egeberg
f3b46b64e6
Fixed PHP bug #51771 (fclose() seems not to unlock the file)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299368 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-14 07:43:23 +00:00
Philip Olson
80d5ab0279
Have example use lib.inc.php instead of index.html to demonstrate multiple . behaviour
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299134 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-08 02:26:36 +00:00
Pierrick Charron
076bad363e
The default value should be false not 0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298681 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-28 03:29:16 +00:00
Peter Cowburn
8e818466a5
use_include_path is boolean not integer
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298661 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-27 13:32:52 +00:00
Richard Quadling
f4eb1d0736
Param is use_include_path. Fix#51673
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298656 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-27 12:27:15 +00:00
Hannes Magnusson
40abd3ce4e
Better folder/file name to showcase the need of escaping the slash
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298488 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-25 09:57:18 +00:00
Paul Dragoonis
91e5261947
Updated the reserved characters for ini files. Question marks are reserved also but not stated in this docs file.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298036 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-15 14:59:18 +00:00
Daniel Egeberg
45f23b0d1a
Fixed PHP bug #51497 (Missing informations for rmdir and unlink.)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297722 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-08 22:48:22 +00:00
Philip Olson
0b4c5897dd
Commented out more PHP 6 documentation. Grep 'FIXME PHP_6' to fix. Helps close PHP Bug #51468
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297626 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-07 17:09:10 +00:00
Philip Olson
3e57d6ccfd
Commented out or rewrote PHP 6 documentation as discussed. Grep 'FIXME PHP_6' to fix. Closes PHP Bug #51468
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297557 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-06 05:24:11 +00:00
Adam Harvey
b1d6df4015
Fix doc bug #51474 (Typo in clearstatcache documentation) and touch up a couple
...
of other grammatical issues with the clearstatcache() page at the same time.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297556 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-06 04:26:06 +00:00
Mark Wiesemann
ea7746ad91
coding standards
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297502 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-05 13:45:14 +00:00
Daniel Egeberg
2fd3f0c96d
Converted remaining files to utf-8
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297078 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-29 16:25:51 +00:00
Daniel Egeberg
92ac19c964
Reverted r297058
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297077 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-29 16:13:03 +00:00
Richard Quadling
41744b84ad
Converted to UTF-8
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297058 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-29 09:53:08 +00:00
Daniel Egeberg
96c9d88bad
Converted to utf-8
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297028 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-28 22:10:10 +00:00
Kalle Sommer Nielsen
81d42a8080
Space
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296956 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-28 02:44:38 +00:00
Pierrick Charron
0bd236ecea
Fixed bug #51408
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296900 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-27 02:40:32 +00:00
Jakub Vrana
1d2f019c2f
Utilize <initializer>
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296834 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-26 09:19:20 +00:00
Hannes Magnusson
d852bc6343
Missing version info
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296752 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-24 22:00:20 +00:00
Richard Quadling
e89c7494fb
Corrected titles. Fix bug#51377
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296698 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-24 10:07:00 +00:00
Richard Quadling
e3459b4e37
w/s Tab removal
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296582 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-22 16:07:38 +00:00
Kalle Sommer Nielsen
7af997f945
Fixed bug #51200 (file_get_contents() and "offset" & "length" misunderstanding)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296352 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-18 17:36:00 +00:00
Kalle Sommer Nielsen
fece0b4dcb
Fixed bug #51157 (The "recursive" parameter for mkdir is not documented.)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295712 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-02 01:50:22 +00:00
Joey Smith
31ead3f041
Note that these functions will trim NULs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295297 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-21 02:49:12 +00:00
Kalle Sommer Nielsen
fa4a06c39e
Fixed bug #51006 (bug in fwrite section of the manual)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295141 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-16 07:32:03 +00:00
Hannes Magnusson
5408903296
- Mention the fact realpath() needs to have executable permissions to work
...
- Remove odd period in the description
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294802 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-09 13:07:15 +00:00
Richard Quadling
98307ef0af
W/S tabs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294384 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-03 13:27:32 +00:00
Richard Quadling
4ac23ed948
W/S tabs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294383 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-03 13:26:54 +00:00
Richard Quadling
e1c4516b62
Set sgml-default-dtd-file to ~/.phpdoc/manual.ced
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294368 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-03 13:04:24 +00:00
Pedro Antonio Gil Rodríguez
d403f0c45a
Deleted tabs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294051 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-26 19:56:51 +00:00
Pedro Antonio Gil Rodríguez
61c1880f71
Deleted tabs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294050 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-26 19:55:40 +00:00
Daniel Egeberg
479f5f7ed0
Mentioning that is_dir() is restricted by open_basedir.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293994 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-25 15:53:23 +00:00
Yago Ferrer
b6843ffd21
Closing ?> tag
...
'Print file access time'
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293577 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-15 14:40:44 +00:00
Yago Ferrer
2a58fec35d
before instead of below.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293517 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-13 21:08:08 +00:00
Richard Quadling
c29b3639b7
Remove BOM
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293498 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-13 11:33:32 +00:00
Kalle Sommer Nielsen
4bc27d8766
Remove the last of the PHP3 related stuff around the manual, including the documentation for:
...
* ascii2ebcdic
* ebcdic2ascii
* mysql_change_user
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293483 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-13 04:01:06 +00:00
Kalle Sommer Nielsen
326303276c
Fixed bug #50218 (flock() has numerous documentation errors)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293481 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-13 02:50:20 +00:00
Kalle Sommer Nielsen
c653243a38
Fixed bug #47703 (ini file syntax not well documented)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293473 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-13 01:02:35 +00:00
Kalle Sommer Nielsen
f2c64624b2
Fix build, use <para> instead of <simpara>
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293384 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-11 05:04:12 +00:00
Kalle Sommer Nielsen
b4ceb970a7
Fixed bug #43782 (feof() does not detect timeout on socket)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293364 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-10 23:38:48 +00:00
Richard Quadling
04a0c156ef
Add <alt> tags to <mediaobject> tags.
...
Corrected typo in example title for image/functions/imagestringup.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293274 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-08 13:59:09 +00:00