Commit graph

3767 commits

Author SHA1 Message Date
Gabor Hojtsy
de8ca98aca Correct commas
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85378 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-11 13:07:26 +00:00
Gabor Hojtsy
277f76405d It's time to add credits info with the most important guys ;)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85376 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-11 13:05:19 +00:00
Hartmut Holzgraefe
136554cdf7 the en/reference/*/functions.xml files are now auto-generated
(should have been from the start, but somehow i forgot to
 move the generation code from the split to the configure script)

entities/chapters.ent is now called entities/file-entities.ent


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85367 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-11 10:54:22 +00:00
Hartmut Holzgraefe
e9c779875a started to document my mime_magic extension
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85361 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-11 10:14:50 +00:00
Markus Fischer
9bac3b96f6 - Document the *AUTH* vars in the predefined appendix, use $_SERVER and
$_REQUEST in the http auth example, closes #14804.
# Wth has there been used !strcmp() to match strigns?! Removed.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85331 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-10 23:02:34 +00:00
Markus Fischer
9c9839d15e - Include new mssql.max_procs ini option.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85327 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-10 21:59:22 +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
1cb3dbe288 - Document that we have @new but not @&new or &@new, closes #14094.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85252 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-10 10:51:58 +00:00
Markus Fischer
872e9bc010 - Fix proto and #13191 (FAT FS doesn't support flock()ing).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85251 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-10 10:36:18 +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
Markus Fischer
8029eed94b - Fix #13645.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85244 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-10 09:50:04 +00:00
Markus Fischer
032feb14d6 - Properly document when a var is considered to be NULL and when not,
closes #13577.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85243 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-10 09:15:37 +00:00
Markus Fischer
bed4bd6c00 - Document that order of class definition is important (closes #13165).
# Though the zend engine CAN handle class definitions not in the right order
# this is not always true, especially when extending classes which extend
# classes.  See the report.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85237 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-10 08:43:11 +00:00
Markus Fischer
e7457b50e7 - \\Recent can't be modified by the client, see RFC 2060 Section 2.3.2,
closes #12864).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85236 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-10 08:04:06 +00:00
Markus Fischer
806e937f28 - Update docs for new constants and correct since when the first parameter can
be ommited.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85235 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-10 07:53:22 +00:00
Markus Fischer
e91f0dc882 - Document that parse_url does NOT validate the url in anyway, e.g. invalid
hostnames containg _ are still parsed (closes #12706, #17533).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85221 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-09 23:37:41 +00:00
Markus Fischer
e0723bd42d - Document the behaviour of 'static' and 'global' when using references, closes
$12454 (and probably a few others too).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85216 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-09 23:15:26 +00:00
Markus Fischer
75affe46b1 - Add important warning in which order to load the recode extension when PHP
crashes, closes #12450.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85205 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-09 22:28:04 +00:00
Markus Fischer
741522f9ce - Document whitespace behaviour of the scanf functions, closes #12337.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85202 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-09 21:50:25 +00:00
Markus Fischer
6d6e6e0232 - Document which error types can't be handled.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85199 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-09 21:24:20 +00:00
Markus Fischer
2b2f92f366 - Explain more behaviours of using certain kind of keys for arrays.
- Removed note about negative array keys.
# Can someone explain me why there was an note about better not documented
# negative array indices? Explain me what's wrong not documented it, if you've
# good reason I will reconsider the removement. And the note was bogus too (IMHO).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85195 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-09 19:52:00 +00:00
Markus Fischer
b241d1aa87 - Document "smtp_port" ini setting for win32.
# Can someone test mail/reference.xml ? Somehow I was unable to configure my
# phpdoc to process it (mestupidtoday)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85055 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-08 15:31:23 +00:00
Markus Fischer
70882f39ec - Document list() specific behaviour of the order of assigning the values to
the variables.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85054 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-08 15:11:31 +00:00
Philip Olson
8528aef414 Minor update to example, removed see also to the alias join().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@84997 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-07 17:46:26 +00:00
Alessander Pery Lopes Thomaz
0e9d410391 Update
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@84866 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-06 19:24:59 +00:00
Alessander Pery Lopes Thomaz
66fb39c78d Update
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@84865 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-06 19:08:33 +00:00
Markus Fischer
e084644997 - Sync with latest commits to php_cgi.c .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@84861 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-06 18:36:45 +00:00
Gabor Hojtsy
fc91ce2880 Make the quoting issue a bit more clear, add an example for it.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@84679 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-05 07:15:48 +00:00
Edin Kadribasic
4f66065ef1 Fix for #15006.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@84665 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-04 23:23:13 +00:00
Sander Roobol
a98c8b62e9 Some more (small) changes/improvements to the math functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@84537 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-03 15:06:16 +00:00
Kai Schröder
b81c111d0c Bug #13292 file_exists works with UNC names
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@84460 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-02 19:09:28 +00:00
Kai Schröder
37caa3b5bb Bug #13292 file_exists works with UNC names
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@84459 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-02 19:03:06 +00:00
Derick Rethans
a256b90da7 - Fix for bug #17561
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@84451 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-02 16:58:29 +00:00
Sander Roobol
0982f71af9 Various small changes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@84417 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-02 11:56:51 +00:00
Philip Olson
0833c63fa2 Added some examples. Returns NULL on failure. Will fail if one variable is
undefined.  See also max().


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@84374 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-02 04:36:16 +00:00
Markus Fischer
822cde2b99 - Warn abuot the no-so-intuitive behaviour of socket_select().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@84370 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-02 03:51:10 +00:00
Philip Olson
c79b43a897 Fixed incorrect examples.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@84364 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-02 01:54:25 +00:00
Philip Olson
feed08b467 Fixed incorrect example.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@84363 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-02 01:47:58 +00:00
Philip Olson
31b7cb8f73 Fixing incorrect example.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@84362 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-02 01:43:41 +00:00
Philip Olson
ffe924ac93 Clarify the description, include an example, and See also: deg2rad().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@84361 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-02 01:17:15 +00:00
Sander Roobol
0fbac3c061 Some minor fixes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@84332 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-01 16:33:46 +00:00
Sander Roobol
dc0d04d32b Fix imap installation instructions (#17464)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@84331 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-01 16:31:22 +00:00
Simone Cortesi
edd6ab5b83 Fixing uppercase
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@84222 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-31 10:19:17 +00:00
James Cox
3fca563d85 3.0 was years ago
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@84210 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-31 09:55:37 +00:00
Mathieu Kooiman
ebbbc0528a - true -> TRUE in examples
- true -> &true; in <refpurpose>


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@84122 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-30 14:02:40 +00:00
Sander Roobol
3a86808ceb Fix for #17524
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@84120 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-30 12:32:59 +00:00
Markus Fischer
5ece80a00a - Add note about file session handlers and allowed characters.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@84119 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-30 11:59:16 +00:00
Friedhelm Betz
7600aa52d1 new structure and constants added
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@84029 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-29 18:46:11 +00:00
Friedhelm Betz
5841e4a937 huh, forgot another revision tag :-)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@84028 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-29 18:07:37 +00:00
Friedhelm Betz
96f531f799 huh, forgot revision tag :-)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@84027 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-29 18:06:13 +00:00