Commit graph

11464 commits

Author SHA1 Message Date
Nuno Lopes
79812ccb2d fix 2nd example (user note)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228783 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-02 22:06:12 +00:00
Philip Olson
146e028408 Documented this function (but will leave it marked undocumented as it's
not complete). The new example is based off a user note (Hugo Dworak). Added
the flags parameter, error role, and more.
Removed See Also unicode_decode() as this isn't in the manual (yet).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228721 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-02 05:52:50 +00:00
Mehdi Achour
e9101363ed Fix #40272: affects the matches parameter, not the returned value
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228719 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-02 02:44:17 +00:00
Mehdi Achour
cb69c49e00 Fix #40299: missing protos for PDF_endpath
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228717 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-02 02:15:31 +00:00
Mehdi Achour
3e355eb0ad WS, prepare for new doc style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228715 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-02 02:11:07 +00:00
Mehdi Achour
b3a6e79b61 Fix and document callbacks for PDO->sqliteCreateAggregate()
Also fix links and revamp ref.pdo_sqlite


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228709 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-02 00:26:54 +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
Philip Olson
658355c9e7 Removed register_globals = on requirement from an example, and using
htmlspecialchars() instead of strip_tags() for the XSS exploit
prevention example


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228612 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-01 00:40:24 +00:00
Jakub Vrana
85b3286e09 Description, parameters and return values
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228588 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-31 15:29:12 +00:00
Hannes Magnusson
714d106444 Typo in example output
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228539 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-30 22:31:56 +00:00
Hannes Magnusson
47c1637ba9 refname consistency
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228535 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-30 21:08:37 +00:00
Hannes Magnusson
8a149c975b refname consitency
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228534 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-30 21:06:02 +00:00
Hannes Magnusson
35ab4f4a50 Fix refname for the versioninfochecker
# Improves consistency too


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228531 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-30 20:55:32 +00:00
Antony Dovgal
8feaa6b90d fix typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228476 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-30 09:19:32 +00:00
Hannes Magnusson
e44970bf48 Fix examples to print the output and fix output
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228472 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-30 09:06:51 +00:00
Yannick Torres
afa227117b typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228435 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-29 17:46:59 +00:00
Yannick Torres
adc19e0929 typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228432 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-29 17:10:52 +00:00
Mehdi Achour
f5fec51ec0 WS, prepare for new docstyle
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228430 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-29 16:56:02 +00:00
Mehdi Achour
2113b603cc Go away, you don't exist
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228421 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-29 14:38:24 +00:00
Jakub Vrana
abf7452cac Fix return type
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228399 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-29 09:56:10 +00:00
Philip Olson
3f049c9792 Updated the variables_order description. This closes bug #36739
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228378 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-29 03:53:04 +00:00
Greg Beaver
b75f1750f7 update to include Phar metadata
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228376 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-29 03:17:36 +00:00
Philip Olson
31483fca6c Remove outdated HP-UX install information, and link to external resources.
This deals with bug #23714


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228375 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-29 03:14:06 +00:00
Philip Olson
da26e8fee6 Added a wordy "Installing the bundled version" for Mac OS to the install
section.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228369 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-29 02:38:08 +00:00
Greg Beaver
a7f15583a9 don't encourage \" ?>\" after __HALT_COMPILER();
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228354 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-28 21:52:56 +00:00
Greg Beaver
831ba60a41 docs are complete now for phar
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228347 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-28 21:45:44 +00:00
Mehdi Achour
aac62607eb WS, prepare for new doc style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228330 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-28 20:13:03 +00:00
Greg Beaver
a69f689899 update docs to current cvs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228329 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-28 20:08:52 +00:00
Mehdi Achour
197fd97add Fix protos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228324 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-28 18:34:44 +00:00
Mehdi Achour
d1a455fd5a Link to http://pecl4win.php.net/
# User note


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228320 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-28 17:26:57 +00:00
Mehdi Achour
4d18a3dd55 Fix #40264: pcntl_signal() not executed in the example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228317 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-28 16:52:48 +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
Yannick Torres
c0de515e1f typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228298 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-28 10:39:46 +00:00
Yannick Torres
4b685de3e7 typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228286 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-28 07:39:05 +00:00
Greg Beaver
cbbee1057b fix doc example screen output (take #2)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228283 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-28 05:39:12 +00:00
Greg Beaver
aaeddc313f fix doc example screen output
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228282 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-28 05:37:51 +00:00
Greg Beaver
d60ca4547e fix doc example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228281 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-28 05:36:47 +00:00
Greg Beaver
7dc7b75cb8 add docs for new functionality, update docs for old, fix a small typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228280 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-28 05:31:52 +00:00
Mehdi Achour
0dbc7d65b8 Fix whitespaces
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228279 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-28 05:22:02 +00:00
Mehdi Achour
151a5927cb Add missing functions and classsynopsis
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228278 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-28 05:15:38 +00:00
Mehdi Achour
5b71e6af80 ref.mysqli: switch to new style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228275 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-28 04:25:58 +00:00
Mehdi Achour
5e72515609 Add new protos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228268 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-28 02:27:25 +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
Mehdi Achour
4a69388b34 Document imap_savebody()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228261 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-28 00:33:19 +00:00
Mehdi Achour
80c84f3f15 Fix filenames
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228260 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-28 00:32:43 +00:00
Mehdi Achour
fbbb2251f3 Add 3 undocumented functions:
fbsql_rows_fetched()
 fbsql_set_characterset()
 fbsql_table_name()
Also reflect the fact that fbsql_tablename() is an alias of fbsql_table_name()


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228259 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-28 00:06:14 +00:00
Philip Olson
c490ba9545 grammar, thanks to bjori
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228245 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-27 21:35:42 +00:00
Philip Olson
e14accd49f Updated about.phpversions to reflect documenting PHP 6 is okay. Bug reports
on this topic can be directed here.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228221 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-27 19:08:32 +00:00
Mehdi Achour
15914a5a19 WS, prepare for new doc style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228204 c90b9560-bf6c-de11-be94-00142212c4b1
2007-01-27 17:37:36 +00:00