Philip Olson
1855e292b4
Made many changes. Added a lot of Autoglobal information, made
...
all informal examples formal, reworded various parts, and added
a lot of links.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88828 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-16 21:09:37 +00:00
Philip Olson
14386dbef1
safe_mode_include_dir: Can take on semi-colon separated list, as of PHP 4.2.0
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88814 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-16 18:34:45 +00:00
Philip Olson
dcc9565166
config : Documented file_uploads directive
...
file-upload : <note> Mentioned related directives, such as file_uploads
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88813 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-16 18:16:01 +00:00
Gabor Hojtsy
c3cfe1d19a
Build errors corrected
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88786 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-16 13:11:09 +00:00
Gabor Hojtsy
ea9e07092f
Adding tut.php as a DocBook document, as this should reside here.
...
This enables translation, and php.net/tut to jump to the translated
one. This way, this page also jumps up in searches, and manual people
can update it, as it should be. php.net/tut.php will be deleted as
this is generated to be online...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88785 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-16 13:09:25 +00:00
Philip Olson
c6ae99a464
* Removed constant description table, see error handling section (and php.ini).
...
* May use named constants too
* For runtime, see error_reporting().
* See also display_errors directive
* Default does not show E_NOTICE, you may want to show them during development
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88686 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-14 20:06:55 +00:00
Philip Olson
fa9c2436a6
* Reworded "don't use php constants in httpd.conf" note.
...
* Added link to ini_get()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88614 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-14 00:21:34 +00:00
Philip Olson
5b443beead
Whitespace.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88598 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-13 23:13:45 +00:00
Leszek Krupinski
d5bd17527d
typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88594 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-13 16:31:35 +00:00
Yasuo Ohgaki
99346c6afc
Added note for php_value, php_admin_value limitation.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88588 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-13 09:04:11 +00:00
Gabor Hojtsy
2dfb1c5b83
Correcting php.ini entity
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88308 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-11 09:31:03 +00:00
Philip Olson
04ef949a01
* Not all directives are documented, see php.ini in CVS
...
* <note>: register_globals = off as of PHP 4.2.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88304 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-11 08:04:31 +00:00
Philip Olson
8fddd0ad7b
Removing the undocumented and mysterious nsapi_ext, isapi_ext and cgi_ext
...
entries. They aren't even in php.ini
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88302 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-11 07:22:25 +00:00
Philip Olson
295fcf03c6
Document disable_functions directive. Close bug #15088 .
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88301 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-11 06:50:52 +00:00
Sebastian Nohn
9de6cad09a
Added some info about using variables in CGI enviroments
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88228 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-10 16:13:05 +00:00
Jan Lehnardt
44f1f63d55
- fix build
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87972 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-07 18:26:02 +00:00
Jan Lehnardt
1944a33985
- fix #16290
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87960 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-07 16:44:26 +00:00
Philip Olson
c1d2b0f1b4
short_open_tag:
...
- Can use <?php echo '<?xml version="1.0"'; ?> for xml if on
- <?= won't work if off
- <?xml works inline if short_open_tag if off
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87535 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-03 02:29:14 +00:00
Philip Olson
649707bdfd
Added an example on what register_globals means.
...
Defaults to off as of PHP 4.2.0 (links to release announcement)
Added a few links, like to predefined vars and superglobals
Cannot set at runtime, but may be able to use .htaccess
<note>: variables_order affects register_globals
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87526 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-03 00:19:19 +00:00
Markus Fischer
ffd2f85063
- Use new superglobals by default, mention old way were applicable.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85824 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-16 07:11:04 +00:00
Markus Fischer
d04f1309c8
- Add appropriate warnings that Windows does not support remote file access
...
for the include/require friends.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85326 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-10 21:41:16 +00:00
Markus Fischer
2e6da020b4
- Document the PHPRC variable and some other php.ini related additionas, closes #13777 .
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85247 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-10 10:22:39 +00:00
Leszek Krupinski
9d5a1f8366
Few corrections. Hope good ones...
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@83715 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-27 16:52:49 +00:00
Friedhelm Betz
b18accca84
id and link corrections
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@83671 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-27 11:33:48 +00:00
Friedhelm Betz
f03913e845
entity corrections
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@83667 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-27 10:10:03 +00:00
Markus Fischer
69cb80001d
- Add documentation for safe_mode_gid and safe_mode_include_dir ( closes #16691 ).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@82981 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-20 16:38:40 +00:00
Derick Rethans
33a4e45695
- Fix DLL
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@81773 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-11 08:53:21 +00:00
Markus Fischer
9f8ab10027
- Document 'implicit_flush'.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@81687 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-10 13:26:33 +00:00
Friedhelm Betz
4c604a0f6b
link correction for commandline
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@81328 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-06 10:46:41 +00:00
Dirkjan Ochtman
79eecd48d1
Fixed bug 9986.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@80408 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-29 11:25:51 +00:00
Andy Lindeman
86aa99f8f5
making this cron/task scheduler thing more clear
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@79809 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-24 22:06:39 +00:00
Wez Furlong
97416b5093
fix build
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78001 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-13 01:22:40 +00:00
Marcus Boerger
f59bb0ee20
(Describing ini settings for exif.) and explain need for mbstring and how it works.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@77921 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-12 19:07:48 +00:00
Marcus Boerger
745feb51a9
Describing ini settings for exif.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@77920 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-12 18:58:32 +00:00
Yasuo Ohgaki
890d1f951e
Added description for post_max_size.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@76370 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-03 08:30:56 +00:00
Friedhelm Betz
6139923d75
moving ini-settings for ODBC to function-ref.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@76246 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-01 21:06:11 +00:00
Paul Dorneanu
b4edfe13b6
a very small correction
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@76186 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-01 17:06:02 +00:00
Andy Lindeman
0921f97a07
clarify paragraph on cron
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75872 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-30 02:18:04 +00:00
Friedhelm Betz
d6ef6ac337
moving ini-settings for MySQL to function-ref.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75858 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-29 23:25:46 +00:00
Andy Lindeman
c07a514c8f
picky stuff
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75825 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-29 18:55:19 +00:00
Andy Lindeman
e504eac458
typos/picky stuff
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75824 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-29 18:51:43 +00:00
Andy Lindeman
71b4317c48
typos and other picky stuff
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75820 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-29 18:47:33 +00:00
Andy Lindeman
ffb95f2480
typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75819 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-29 18:37:27 +00:00
Andy Lindeman
6d0cfcdec3
typos/clarification
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75818 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-29 18:35:19 +00:00
Andy Lindeman
be29d66d4e
picky stuff
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75814 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-29 18:30:02 +00:00
Sander Roobol
ce9bf0c4ef
Oops... forgot closing tag.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75806 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-29 16:23:15 +00:00
Sander Roobol
7dd0372f20
Fixed #16336 . Added various <filename> tags. Added crack extension.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75805 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-29 16:21:17 +00:00
Friedhelm Betz
d3bd038f9d
thinko on id
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75796 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-29 15:35:31 +00:00
Friedhelm Betz
3e088c94b2
correcting uodbc directives. changed uodbc.* to odbc.*
...
minor changes to MySQL directives
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75795 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-29 15:31:37 +00:00
Sander Roobol
c6df0d19be
Some more <filename> fixes and a new path for XP.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75644 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-28 18:03:59 +00:00