Kalle Sommer Nielsen
cf577d2adf
* Added new examples for
...
* assert_options
* get_current_user
* ini_restore
* sys_get_temp_dir
* sha1_file
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267550 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-20 10:30:08 +00:00
Kalle Sommer Nielsen
193329c660
* Added examples for:
...
* register_shutdown_function
* get_magic_quotes_runtime
* set_magic_quotes_runtime
* zend_thread_id
* is_nan
* ignore_user_abort
* define_syslog_variables
* Fix examples on syslog and __halt_compiler functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267310 c90b9560-bf6c-de11-be94-00142212c4b1
2008-10-14 03:07:20 +00:00
Kalle Sommer Nielsen
20a326f84d
* Added caution note that ticks are deprecated as of 5.3
...
* Added note in changelog on the following functions that they will throw an E_DEPRECATED notice as of 5.3:
* mktime() -- is_dst parameter is deprecated
* register_tick_function()
* mysql_db_query()
* mysql_escape_string()
* setlocale() -- Behavior of passing strings insted of one of the LC_* constants is deprecated
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265410 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-24 07:26:26 +00:00
Kalle Sommer Nielsen
b0c200f9e6
zend_thread_id() is only available on ZTS + debug builds, not only ZTS
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@264621 c90b9560-bf6c-de11-be94-00142212c4b1
2008-08-11 15:22:01 +00:00
Philip Olson
97b4b22e86
Implemented role="noversion"
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@261050 c90b9560-bf6c-de11-be94-00142212c4b1
2008-06-11 15:41:12 +00:00
Felipe Pena
8d023a05ad
- Changed example (syntax {} to [] in string, user note by daniel.egeberg at gmail.com)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260841 c90b9560-bf6c-de11-be94-00142212c4b1
2008-06-06 11:10:13 +00:00
Kalle Sommer Nielsen
7631d20236
Forgot to remove the note refsec1
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260400 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-28 03:23:25 +00:00
Kalle Sommer Nielsen
91ea48a236
getmyinode() have always been available on Windows, don't know how the ¬e.no-windows; got in there
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260398 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-28 03:07:02 +00:00
Philip Olson
ea14075653
Rewrote and added examples, added new information, see also, and added markup
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260083 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-21 06:39:44 +00:00
Hannes Magnusson
c6e270d1af
Document the optional 'details' parameter added in 5.3
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@259263 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-07 20:05:01 +00:00
Hartmut Holzgraefe
30276933eb
return type fix
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@255318 c90b9560-bf6c-de11-be94-00142212c4b1
2008-03-17 23:04:28 +00:00
Philip Olson
e1f481ec14
See also [the new] php_ini_loaded_file(). Deals with bug #44112
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@254222 c90b9560-bf6c-de11-be94-00142212c4b1
2008-03-04 18:28:22 +00:00
Philip Olson
71e7032dcf
Documented the "Loaded Configuration File" php.ini information.
...
It's presented in both phpinfo() and the new function php_ini_loaded_file().
Closes bug #44112
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@254221 c90b9560-bf6c-de11-be94-00142212c4b1
2008-03-04 18:25:12 +00:00
Hannes Magnusson
6c23070d4d
Add ini_get_all to seealso
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@253657 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-24 13:08:04 +00:00
Philip Olson
d522d135a1
Removed PHP 3 information from the manual. Goodbye PHP 3, thanks for all the memories!
...
This commit covers many files.
The CVS file phpweb/manual/php3.php will exist to store [most of] this info.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@253274 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-19 21:45:32 +00:00
Hannes Magnusson
987700350a
Improve the changelog
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251507 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-28 12:42:47 +00:00
Hannes Magnusson
44601265c6
Fixed typo (chrisstocktonaz-at-gmail.com)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@250257 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-09 17:36:47 +00:00
TAKAGI Masahiro
46dd2e847e
reverted previous change (the changelog already exists).
...
see: http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/info/functions/getopt.xml?r1=1.15&r2=1.16
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248906 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-24 02:00:48 +00:00
Hannes Magnusson
8265844749
MFB: Add changelog
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248829 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-23 18:24:19 +00:00
Hannes Magnusson
2a820bab98
Really document this function
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@246578 c90b9560-bf6c-de11-be94-00142212c4b1
2007-11-21 10:19:51 +00:00
Hannes Magnusson
4c9ca01ce1
Document the optional parameter to get_loaded_extensions, as of 5.2.4
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244148 c90b9560-bf6c-de11-be94-00142212c4b1
2007-10-13 16:04:33 +00:00
Hannes Magnusson
c74ba3ce19
getopt() is no longer system dependent
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244146 c90b9560-bf6c-de11-be94-00142212c4b1
2007-10-13 15:39:27 +00:00
Jakub Vrana
b9c51f7f98
Booleans can be returned as literal strings (bug #33443 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241649 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-20 14:02:44 +00:00
Jakub Vrana
5d60ad95fe
Examples are now above notes
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241647 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-20 13:49:39 +00:00
Jakub Vrana
e8a243ac01
Returns empty string also for null (bug #41937 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241308 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-16 12:31:30 +00:00
Hannes Magnusson
47babea5e9
More Docbook5 upgrades...
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238171 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-21 00:43:30 +00:00
Hannes Magnusson
c030e2adf7
Upgrade to DocBook5:
...
- All id attributes are now xml:id
- Add docbook namespace to all root elements
- Replace <ulink /> with <link xlink:href />
- Minor markup fixes here and there
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238160 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-20 22:25:43 +00:00
Mehdi Achour
b5e7145d89
#37400 : Document zend_thread_id()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237903 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-17 10:30:03 +00:00
Jakub Vrana
75ecffb1cb
Fix methodsynopsis
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237770 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-15 15:53:14 +00:00
Philip Olson
4577031e2b
Document ini.memory_limit related changes for PHP 5.2.1
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@230878 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-27 09:32:36 +00:00
Mehdi Achour
a76cf4ca03
missing role
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@230204 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-19 00:25:55 +00:00
TAKAGI Masahiro
917fbd05f2
correct role.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229511 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-11 05:04:12 +00:00
Mehdi Achour
7ec2efbee8
ref.info: switch to new style
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228997 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-04 22:46:34 +00:00
Mehdi Achour
c3c3be1e6d
WS, prepare for new docstyle
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228996 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-04 22:46:33 +00:00
Philip Olson
9dfd4d483b
Removed use of PL, RC, and BETA from PHP versions as they go against our
...
conventions.
# Thanks to etienne and nuno for being regex masters ;-)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228614 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-01 00:46:02 +00:00
Mehdi Achour
ee233943ae
Document missing PHP 5 additions
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228316 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-28 16:49:31 +00:00
Mehdi Achour
9241d22eb9
Shut, don't reveal the secret
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228266 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-28 01:33:50 +00:00
Mehdi Achour
d17c045fde
Add missing functions
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228264 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-28 01:27:31 +00:00
Dan Scott
130ac5ff16
Note that dl() is _not_ deprecated in CLI.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@220175 c90b9560-bf6c-de11-be94-00142212c4b1
2006-09-18 14:17:49 +00:00
Nuno Lopes
a7f753029c
disabled in PHP 6 on server SAPIs
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@214444 c90b9560-bf6c-de11-be94-00142212c4b1
2006-06-08 11:38:11 +00:00
TAKAGI Masahiro
cbd9c32134
copy-paste error corrected.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@214309 c90b9560-bf6c-de11-be94-00142212c4b1
2006-06-06 11:50:45 +00:00
Nuno Lopes
7d647f243c
add new docs for memory_get_peak_usage()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@214306 c90b9560-bf6c-de11-be94-00142212c4b1
2006-06-06 11:31:44 +00:00
TAKAGI Masahiro
e09c1ce570
renamed sys-get-temp-dir.php to sys-get-temp-dir.xml
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@213327 c90b9560-bf6c-de11-be94-00142212c4b1
2006-05-19 13:20:58 +00:00
Hartmut Holzgraefe
9f35c90bde
Renamed php_get_tmpdir() to sys_get_temp_dir()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@213321 c90b9560-bf6c-de11-be94-00142212c4b1
2006-05-19 10:49:45 +00:00
Hartmut Holzgraefe
7d69568ac3
note to self: re-run "make test" even after apparently simple fixes!
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@212529 c90b9560-bf6c-de11-be94-00142212c4b1
2006-05-06 10:05:01 +00:00
Hartmut Holzgraefe
548f7620f2
added documentation for new function php_get_tmpdir()
...
(see also bug #35380 )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@212528 c90b9560-bf6c-de11-be94-00142212c4b1
2006-05-06 09:59:37 +00:00
Jakub Vrana
3bf5ddfc64
See also PHP_SAPI
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@206746 c90b9560-bf6c-de11-be94-00142212c4b1
2006-02-08 15:44:09 +00:00
Jakub Vrana
3b916f56e0
longopts is not available (bug #36319 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@206739 c90b9560-bf6c-de11-be94-00142212c4b1
2006-02-08 15:19:51 +00:00
Jakub Vrana
f61ed9a7f3
Include no longer points here as of 5.1.0 (bug #35176 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@200589 c90b9560-bf6c-de11-be94-00142212c4b1
2005-11-16 10:44:45 +00:00
Jakub Vrana
d366ccd222
Include functions still point here
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@200331 c90b9560-bf6c-de11-be94-00142212c4b1
2005-11-10 09:17:11 +00:00
Aidan Lister
6617f22923
Fix bug #35132
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@200137 c90b9560-bf6c-de11-be94-00142212c4b1
2005-11-07 00:41:11 +00:00
Sean Coates
f46825aaba
add link to config. changes page
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@192059 c90b9560-bf6c-de11-be94-00142212c4b1
2005-08-01 16:09:53 +00:00
Jakub Vrana
ca8e71d84b
Works only with expose_php
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189777 c90b9560-bf6c-de11-be94-00142212c4b1
2005-07-03 06:25:02 +00:00
Jakub Vrana
d7cff8e392
Fix return types (1/2)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189110 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-23 16:53:27 +00:00
Jakub Vrana
a7a3550ed8
Return bool with third parameter
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@188518 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-16 09:40:05 +00:00
Jakub Vrana
b0453515f0
Reveal PHP_VERSION
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@186374 c90b9560-bf6c-de11-be94-00142212c4b1
2005-05-14 06:15:52 +00:00
Nuno Lopes
bd9005422a
typo. spoted by user note
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@186290 c90b9560-bf6c-de11-be94-00142212c4b1
2005-05-12 16:35:27 +00:00
Philip Olson
cee7c2bba3
Implemented the new alias doc style. This alias no longer requires translation
...
as it exclusively uses the language-* files.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@185098 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-25 16:17:02 +00:00
Jakub Vrana
147c065529
Remove double article
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@184768 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-20 14:05:09 +00:00
Philip Olson
07dbb30114
s/PHP 4/PHP
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183715 c90b9560-bf6c-de11-be94-00142212c4b1
2005-04-06 03:34:52 +00:00
Philip Olson
fe51e4019e
Fix typos.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@181342 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-04 19:19:06 +00:00
Sean Coates
a5f265aee7
typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@179844 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-15 18:29:20 +00:00
Nuno Lopes
2b3ba267c6
move ini options to the appendix and add the changelog column
...
# any feedback is higly appreciated :)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@178527 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-30 16:27:46 +00:00
Philip Olson
0ab5f30df2
Refer to Superglobals in example and seealso.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@177580 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-18 17:53:28 +00:00
Dave Barr
8d29d5c62c
- faq => FAQ, fixes bug #31415 .
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@176488 c90b9560-bf6c-de11-be94-00142212c4b1
2005-01-05 07:35:14 +00:00
Nuno Lopes
5955a987d4
update ini settings using a new version of the script to fix directories and @PREFIX@ stuff
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@175595 c90b9560-bf6c-de11-be94-00142212c4b1
2004-12-26 16:03:46 +00:00
Nuno Lopes
d92412f24d
change code, by Derick's suggestion
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@174867 c90b9560-bf6c-de11-be94-00142212c4b1
2004-12-16 10:56:56 +00:00
Nuno Lopes
eec09c9bb6
add the G ini modifier
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@174829 c90b9560-bf6c-de11-be94-00142212c4b1
2004-12-15 20:20:28 +00:00
Tom Sommer
d2a5d982a4
I changed my mind
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@174033 c90b9560-bf6c-de11-be94-00142212c4b1
2004-12-03 23:40:27 +00:00
Tom Sommer
e824fc0611
- Fix type
...
- Note that phpversion will also return false is an extension isn't loaded
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@174032 c90b9560-bf6c-de11-be94-00142212c4b1
2004-12-03 23:38:04 +00:00
Aidan Lister
6cf048bf21
Removed duplicated info, and pointed users to the security section
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@173482 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-25 02:47:54 +00:00
Aidan Lister
261ea22153
Added second example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172073 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-04 03:40:37 +00:00
Sean Coates
d34c952697
precision in parameter description
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@171122 c90b9560-bf6c-de11-be94-00142212c4b1
2004-10-23 06:54:47 +00:00
Nuno Lopes
19dda78d0d
fix #30459 : document the optional parameter
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@170725 c90b9560-bf6c-de11-be94-00142212c4b1
2004-10-17 11:08:04 +00:00
Andy Lindeman
684843960d
One slash here
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@169306 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-27 00:08:50 +00:00
Aidan Lister
143eb06710
Used entity rather than filename
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168842 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-20 11:42:17 +00:00
Jakub Vrana
f48ea8409e
Remove bogus note (bug #30059 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168674 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-16 08:27:44 +00:00
Nuno Lopes
2cc0656210
update and add pecl
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168593 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-14 19:46:27 +00:00
Sean Coates
83304a07f6
grammar
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166707 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-18 16:18:48 +00:00
Jakub Vrana
34f1e53f1b
Categorize parameter
...
# Please check my grammar
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166662 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-18 11:35:32 +00:00
Mehdi Achour
da4c2145ac
used <option role="configure"> where needed
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166233 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-13 04:34:35 +00:00
Dave Barr
5aa855b67e
- Typo.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166223 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-13 01:00:48 +00:00
Sean Coates
147cfbfe1a
grammar
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166209 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-12 22:19:33 +00:00
Jakub Vrana
392e02ad3c
longopts
...
# I am not sure which platforms have getopt_long()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166161 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-12 17:31:20 +00:00
Friedhelm Betz
a3f050e977
markup:
...
no more <literal> with PHP (versions)
replace literal with meaningful tags where appropriate
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165937 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-10 16:30:22 +00:00
Jakub Vrana
8f448644fc
0 can be returned for Off (bug #25865 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165654 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-07 16:46:14 +00:00
Dave Barr
7c5debb487
- Completely redo php_uname(). Fixes #25186 too.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165526 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-06 13:01:28 +00:00
Aidan Lister
21dc25349e
Ensured example picked up more complicated cgi return values, such as cgi-fgdr
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165217 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-04 08:42:05 +00:00
Philip Olson
f5de7481b2
Show how to display shorthand notation as bytes as this is how the
...
php source does it.
And make the example formal.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165192 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-04 05:23:47 +00:00
Jakub Vrana
6ea4be0850
See also
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164934 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-02 09:32:14 +00:00
Nuno Lopes
02a29cf932
linking more options
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164336 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-26 12:08:26 +00:00
Philip Olson
0a3129ca8c
s/get_loaded_modules/get_loaded_extensions
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164062 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-23 02:17:35 +00:00
Mehdi Achour
58f051e5c1
missing closing tags and commnted invalid code
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163954 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-21 21:16:23 +00:00
Nuno Lopes
00faf67131
fix #29169 : the module_name must be in lowercase
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163368 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-15 11:11:55 +00:00
Nuno Lopes
dfcb304115
updating ini entries: adding links (using modified script by Jakub) and adding Zend internal INI entries
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162861 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-08 10:39:06 +00:00
Jakub Vrana
222d0a5ecc
Links to documented ini entries
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162791 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-07 10:25:57 +00:00
Aidan Lister
f01da4d71d
Updated example to handle "deep" arrays
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162778 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-06 22:42:47 +00:00
Aidan Lister
ea2324517a
Removed "see example 2"
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162738 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-06 07:54:58 +00:00
Aidan Lister
ce8da4a036
Added a second example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162733 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-06 07:10:06 +00:00
Curt Zirzow
93e723a63c
Add that this has been deprecated in php5.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162702 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-05 20:17:06 +00:00