Friedhelm Betz
378fdcfb21
entity correction
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104534 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-17 13:59:18 +00:00
Friedhelm Betz
e30bb85206
See also's to related ini-settings added.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104532 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-17 13:52:05 +00:00
Friedhelm Betz
d3e047c176
reordering of session.cookie* list
...
documentation for session.cookie_secure added
See also's to related function added.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104531 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-17 13:42:10 +00:00
Friedhelm Betz
3271a7e64e
minor rewording
...
linking to session.cache_expire
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104515 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-17 11:57:29 +00:00
Rui Hirokawa
8aac654b44
fixed version information.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104505 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-17 04:23:46 +00:00
foobar
1d34ef2490
oopsie..
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104459 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-16 17:59:49 +00:00
foobar
a5267088f1
- Expandedd the explanations for php_value/flag and php_admin_value/flag
...
to cover the exact behaviour and with what directives they can be used on.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104458 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-16 17:44:00 +00:00
Philip Olson
308eaf0256
Use defined() for constants. See also @ and defined().
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104416 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-16 10:50:29 +00:00
Philip Olson
918600ab1d
Note: isset only takes on variables. Closes bug #20454
...
Also using var_dump() instead of print in examples. Expanded examples a bit.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104406 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-16 07:54:03 +00:00
Philip Olson
572fa58ab8
Marking constants with <constant>, WS, and compacted the example.
...
Also, removed uneeded john@php.net comment.
Also, this function is available as of 4.3.0 so no need to specific per constant.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104399 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-16 01:50:30 +00:00
Moriyoshi Koizumi
0b23d6c686
Slightly revised version
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104396 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-16 00:09:59 +00:00
Moriyoshi Koizumi
b773363ac6
Updated overloaded function table
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104358 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-15 20:12:08 +00:00
Moriyoshi Koizumi
629f0ac924
Documented a new mbstring function mb_substr_count()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104356 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-15 20:09:30 +00:00
Philip Olson
992b05380b
Removing 404 link which is uneeded anyway. Reworded a bit too.
...
Helps close bug #14732
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104353 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-15 19:47:05 +00:00
Marcus Boerger
8aca0e3c47
Added information about locking
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104338 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-15 17:31:32 +00:00
Philip Olson
1c69193a3d
As of PHP 4.2.0 unitialized values are returned too. Closes bug #17537
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104166 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-15 10:35:58 +00:00
Philip Olson
f9c590a15d
Added when unserialize_callback_func became available (4.2.0) which closes
...
bug #16582 . Also a few typos and <?php ?> additions.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104162 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-15 10:04:39 +00:00
Philip Olson
a7b3ec072f
Adding entry for lex problems. Closes bug #15980
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104161 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-15 09:49:56 +00:00
Philip Olson
ddd0b09c61
A note about safe mode and safe_mode_exec_dir. Closing bug #15157
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104160 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-15 09:11:21 +00:00
Philip Olson
d82a66dfed
Commented out outdated stepwise information. Working on bug #14732
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104155 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-15 08:05:02 +00:00
Philip Olson
7986b44d68
Changed 404 link to a Linux HOWTO.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104139 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-15 07:11:54 +00:00
Philip Olson
2f24599d51
Oops, forgot to ./configure before 'make test' Typo fix.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104134 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-15 02:21:33 +00:00
Philip Olson
394a92ed10
Initial Checkin. Also closes bug #20434
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104127 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-15 02:11:43 +00:00
Moriyoshi Koizumi
75ebe5ca7e
Added descriptions for the new mbstring functions
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104123 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-15 02:10:04 +00:00
Philip Olson
e62ceb42a9
Initial checkin.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104110 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-15 00:35:47 +00:00
Philip Olson
387ab6dcd2
Initial checkin, slighly modified from Andrey Hristov's submission.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104096 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-15 00:14:32 +00:00
Moriyoshi Koizumi
db6d4e6f12
Fixed typo. What is my idenfity...
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103945 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-14 16:38:03 +00:00
Moriyoshi Koizumi
ceb4a92559
Updated the predefined constants section
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103944 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-14 16:33:48 +00:00
Philip Olson
42a37ff20f
Note that magic_quotes_sybase overrides _gpc. Also mention that _gpc cannot
...
be set at runtime. See also: addslashes(), stripslashes() and ini_get() and
remove set_magic_quotes_runtime() (this is confusing here). Also changed
the return value from long to int. Partly closes #20384
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103850 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-14 13:23:16 +00:00
Philip Olson
0c35e61f59
magic_quotes_sybase: Note that it overrides magic_quotes_gpc.
...
And a few minor adjustments.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103849 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-14 13:03:21 +00:00
Philip Olson
b4e4afde06
magic_quotes_gpc: A note about the awesome power of magic_quotes_sybase.
...
This partly closes bug #20384 .
See also: get_magic_quotes_gpc()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103848 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-14 12:50:59 +00:00
Philip Olson
07b530aa58
$argv and $argc only exist if register_globals = on in CLI before 4.3.0
...
Closes bug #20411
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103835 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-14 11:22:58 +00:00
Jon Parise
a24b52146e
Updating the range() documentation to include the new "step" parameter.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103826 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-14 05:57:58 +00:00
John Coggeshall
3be86cb45f
Documented the valid flags for the glob() function, including the
...
two new flags I added to the source (GLOB_ONLYDIR and GLOB_BRACE).
Other flags documented:
GLOB_MARK
GLOB_NOSORT
GLOB_NOCHECK
GLOB_NOESCAPE
GLOB_BRACE
GLOB_ONLYDIR
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103778 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-13 23:36:37 +00:00
Friedhelm Betz
120af91555
some rewording
...
less confusing version numbers; thanks to Goba
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103611 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-13 00:35:20 +00:00
Friedhelm Betz
342ff85558
introducing &return.success;
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103436 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-12 11:57:54 +00:00
Jason Sheets
f3d764c27e
fixed multiple spelling errors
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103409 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-12 04:16:33 +00:00
Xiao shengwen
4350016389
fix bug #20351
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103407 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-12 02:56:19 +00:00
Xiao shengwen
72d83b8994
fix bug #20369
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103406 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-12 02:46:34 +00:00
Jason Sheets
fc899a34a1
corrected comment for first example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103405 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-12 01:44:29 +00:00
Rui Hirokawa
0afa2e0bf9
fixed a typo.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103341 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-11 15:14:26 +00:00
Friedhelm Betz
984d0a285d
apache2 related install for Linux and windows
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103329 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-11 13:20:48 +00:00
Xiao shengwen
e36d09ba36
typo fixed
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103309 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-11 10:06:19 +00:00
Philip Olson
341b61b860
Documenting new optional base parameter; patch submitted by Pollita.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103305 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-11 07:29:48 +00:00
Jason Sheets
9aa989779f
Further example updating
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103291 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-11 03:08:40 +00:00
Xiao shengwen
619f4c1757
chang error <title>
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103286 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-11 02:23:06 +00:00
Philip Olson
ddf7426cca
See also array_walk(); and some <?php ?> additions.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103278 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-11 00:36:16 +00:00
Philip Olson
fd14b35700
See also array_map()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103277 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-11 00:34:07 +00:00
Philip Olson
b4cadd19ca
Returns resource on success.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103270 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-10 23:22:27 +00:00
Philip Olson
e78f54ade6
<note>Superglobals cannot be used as variable variables. Closes bug #18452
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103262 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-10 22:17:10 +00:00