Gabor Hojtsy
1607f75444
Correct the xSAPI notes, cause xSAPI works now :)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40204 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-26 15:20:21 +00:00
Gabor Hojtsy
cd3c40f074
Inserting many-many new sections to the Windows install part.
...
- Separate CGI and xSAPI installs
- Added SAPI notes (from Windows dist. README.txt)
- Added the following server installs (from install.txt):
PWS 4 and up
Xitami
Oreilly
- Added some text to Omni install about the built
in PHP
- Added ISAPI to Apache, IIS, PWS sections
- Added Windows 2000 and Me to the lists of Windows systems
- Now it is time for someone to review my bad english grammar :)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40197 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-26 14:43:17 +00:00
Gabor Hojtsy
c320827ff0
Correcting some anoying typos.
...
- We dont explain installing Windows
- OmniHTTPd is the correct name for that server
- php4 is PHP 4
- PHP4 is PHP 4
- apache is Apache
- etc.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40192 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-26 10:17:53 +00:00
David Hedbor
c08a613e6f
Removed --enable-track-vars from Caudium install instructions since
...
it's not required anymore.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40154 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-25 21:28:54 +00:00
jim winstead
f2c08ee828
remove redundant note
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40125 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-24 19:23:35 +00:00
Jon Parise
24263db97f
Fix from the Department of Redundancy Department.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40090 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-24 05:53:47 +00:00
Jon Parise
8378a523a7
Add a note about the "write" handler being called _after_ the output stream
...
is closed. (User note: 10191)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40089 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-24 05:50:50 +00:00
foobar
49ba472951
Added info about imagegetsize() supporting URLs since 4.0.5
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40071 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-24 00:07:58 +00:00
jim winstead
654d0de41f
clean up some text, fix some extension/module confusion, reorganize the win32 install directions a bit, and include the win32 build instructions
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40068 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-23 23:43:14 +00:00
Egon Schmid
936c260025
Now it is correct indented with sgml-indent-step 1.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40034 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-23 11:00:10 +00:00
Damien Seguy
c6504e711d
Correcting some typos.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40028 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-23 10:29:05 +00:00
jim winstead
0436090b09
note that we use the c library's strftime, which may not support all the specifiers
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40026 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-23 03:25:46 +00:00
jim winstead
43c01b5cea
note that backtick operator is disabled when in safe_mode
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40024 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-23 02:50:39 +00:00
jim winstead
a638921429
document that HTTP_*_VARS are always set when enabled
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40023 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-23 02:35:42 +00:00
jim winstead
b71e069eb1
clear up some gzip/deflate confusion (of course, gzencode is undocumented, which leaves a bit of a hole)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40022 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-23 02:29:41 +00:00
jim winstead
b6ec0edf52
note that mysql_affected_rows must be called before commit when using transactions
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40014 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-23 02:07:46 +00:00
jim winstead
d119a57899
add warning about having a world-readable sessions.save_path
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40013 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-23 02:03:35 +00:00
jim winstead
f53a59c0f0
add note that parse errors can't be suppressed with @ prefix
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40012 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-23 01:56:45 +00:00
jim winstead
87014819d0
remove bogus example, tested with php3.0.6 and php4.0.3 to be wrong
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40011 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-23 01:43:38 +00:00
jim winstead
4207d86a69
add a multidimensional array example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40010 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-23 01:29:14 +00:00
jim winstead
9b35c54ee6
not return of mysql_affected_row when query had failed
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40009 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-23 01:26:21 +00:00
jim winstead
6d1b6f26ce
document preserve_keys param to array_reverse
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40008 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-23 01:20:41 +00:00
jim winstead
3e67bfa595
php4 doesn't create character classes for spaces
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40006 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-23 00:56:28 +00:00
jim winstead
78ee83ec50
clarify this, and not version difference
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@40000 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-23 00:32:06 +00:00
David Hedbor
c469ab6bdb
Added Caudium installation instructions.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39999 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-23 00:13:09 +00:00
Egon Schmid
6154b2afef
Typos and wrong nesting of elements.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39997 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-22 22:51:51 +00:00
Andrei Zmievski
d9990a9d99
Docs for /F modifier and matching delimeters.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39996 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-22 22:27:41 +00:00
Andrei Zmievski
6df83eb27d
Docs for str_replace() improvements.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39992 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-22 21:48:59 +00:00
Egon Schmid
07da8169a0
Element variablelist was missing.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39991 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-22 21:48:27 +00:00
Andrei Zmievski
c296e8a22f
Add docs about new functionality of extract().
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39971 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-22 17:44:34 +00:00
jim winstead
3cf34c1d63
add note that debugger is available in php 3 only, right now
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39947 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-22 01:34:53 +00:00
jim winstead
84cf6b2d02
fix a couple of dumb typos
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39935 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-22 01:02:01 +00:00
Hartmut Holzgraefe
89b970ff82
replaced incompat.xml with a more detailed description of
...
possible migration problems and solutions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39933 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-22 00:56:21 +00:00
jim winstead
7dd641009b
fix a bunch more entities that cause a stricter xml parser (xerces) to choke
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39899 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-20 21:08:27 +00:00
jim winstead
8b4e606f06
fix entity
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39898 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-20 20:56:42 +00:00
Sean Bright
c74e9e3846
Update setlocale() to reflect the addition of strcoll()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39893 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-20 19:15:05 +00:00
Gabor Hojtsy
1e7e134c7d
.php3 -> .php
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39892 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-20 19:13:22 +00:00
Sean Bright
980364095d
Added strcoll() documentation
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39891 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-20 19:12:53 +00:00
jim winstead
d13d821b8b
new incompatibilities appendix, using info from website
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39866 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-20 04:01:41 +00:00
jim winstead
8a7cc8d608
incorporate php3 to php4 migration notes from website into manual
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39864 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-20 03:49:35 +00:00
jim winstead
eb70859cdf
Remove bogus copyright notice for PHP. Note that this is *NOT* the
...
copyright notice for the documentation. That is located in bookinfo.xml.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39830 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-19 23:12:02 +00:00
Stig Venaas
cde202d6fb
Added details on controls to ldap_set_option() doc
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39739 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-18 23:26:48 +00:00
Gabor Hojtsy
11495c5d3d
Plus info for Omni installation...
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39715 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-18 18:43:02 +00:00
Gabor Hojtsy
e3de79603b
Correcting Stig's name...
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39708 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-18 18:33:16 +00:00
Gabor Hojtsy
fd298e88f7
Getting Jouni to show up in .chm-s too :)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39707 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-18 18:29:53 +00:00
Gabor Hojtsy
c45fccbdac
Correct misleading information...
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39706 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-18 18:28:47 +00:00
Egon Schmid
635a38ffee
Now it is formated and indented with emacs psgml-mode..
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39666 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-17 21:36:25 +00:00
Andrei Zmievski
a880128abe
Document the standardization of offset sign.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39664 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-17 21:10:57 +00:00
Sean Bright
dc8da852af
Added localeconv() documentation
...
Updated setlocale() documentation to reference localeconv()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39604 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-16 23:26:07 +00:00
Egon Schmid
b616d43b30
Forgot to commit.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@39599 c90b9560-bf6c-de11-be94-00142212c4b1
2001-01-16 21:57:38 +00:00