Stanislav Malyshev
ac40c0b562
Merge branch 'pull-request/341'
...
* pull-request/341: (23 commits)
typofixes
2013-06-10 14:20:18 -07:00
Pierrick Charron
1368364469
Fix common typos in the source code (Reported in Bug #54065 )
...
# External libraries were excluded
# Thanks eitan at eitanadler dot com for the first patch :)
2011-04-03 21:46:52 +00:00
Kalle Sommer Nielsen
dd8e59da8f
Removed safe_mode
...
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
2010-04-26 23:53:30 +00:00
Kalle Sommer Nielsen
febee11285
Removed register_globals
2010-04-21 01:27:22 +00:00
Rasmus Lerdorf
1f53affe7a
MFB cvs->svn
2009-07-11 04:24:45 +00:00
Pierre Joye
8235286324
- some cleanup, more to come
2009-03-18 18:40:44 +00:00
Pierre Joye
989b9d7c43
- php.ini-dev/prod
2009-03-18 17:58:09 +00:00
Nuno Lopes
b6fac40b3a
update install instructions (auto-generated from phpdoc XML sources)
2007-04-20 14:13:47 +00:00
Nuno Lopes
3e45bc0a51
update install instructions from phpdoc XMl sources
2007-01-19 19:25:02 +00:00
Nuno Lopes
e43dc5c95b
sync install instructions with the phpdoc xml sources
2006-08-09 23:22:49 +00:00
foobar
d23ad35375
sync with docs (?)
2005-12-01 00:42:13 +00:00
Edin Kadribasic
2d45bbb9cf
Updated install instructions from the documentation project (Philip Olson)
2005-03-30 13:15:05 +00:00
Andi Gutmans
b4faef2fe3
- MFB
2004-08-10 05:42:21 +00:00
Edin Kadribasic
60a2ea476b
Nuke references to InstallShield
2004-07-30 12:40:35 +00:00
Edin Kadribasic
6b8544ace5
Update for php5
2004-07-30 09:59:26 +00:00
Edin Kadribasic
bef5858483
s/php.exe/php-cgi.exe
2004-07-30 09:29:43 +00:00
Sara Golemon
60baea9671
Update sample SAPI locations. BugFix# 27829
2004-04-02 20:32:41 +00:00
foobar
f4983c0d3f
- Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5
2004-01-17 13:00:38 +00:00
Uwe Schindler
26b5772455
change names to php5_xxx in NSAPI
2003-11-18 09:04:31 +00:00
foobar
ee997ddbfa
fix the docs
2003-11-18 00:06:37 +00:00
Uwe Schindler
614fec8dbb
remove unix crap
2003-11-05 08:33:46 +00:00
Uwe Schindler
c22ddad21e
SunONE servers
2003-11-04 09:02:56 +00:00
Gabor Hojtsy
6345a7aa7b
The web server user name starts with IUSR_ and not ISUR_,
...
and some clarifications from Phil Driscoll
2003-10-23 09:53:31 +00:00
Derick Rethans
a4f4e9aed4
- Fixed typo
2003-09-19 12:24:06 +00:00
Derick Rethans
a62928a3e8
- Fix win32 install instructions
2003-06-30 20:29:52 +00:00
Derick Rethans
4ff9267143
s/gd/gd2
2003-01-14 13:55:00 +00:00
Derick Rethans
eb8b1ac923
- euch
2002-12-30 14:08:25 +00:00
Edin Kadribasic
183ebe3e14
MFB:
...
Making windows build system changes according to proposal:
http://news.php.net/article.php?group=php.dev&article=92682
2002-12-19 18:30:14 +00:00
Derick Rethans
a8e7b5b6a1
- Committing patch by Philip Olson <philip@cornado.com>.
2002-11-19 08:20:18 +00:00
Derick Rethans
a346564418
- Added Sambar install notes (patch by Steffen <com@sambarserver.info>)
2002-09-26 19:49:34 +00:00
Markus Fischer
504d7c2ebd
- Add note about IIS/CGI and cgi.force_redirect gotcha
2002-06-03 11:11:41 +00:00
Markus Fischer
82cc9a9404
- Typo
...
# Zorflix!
2002-05-30 10:24:52 +00:00
Markus Fischer
3d81af807d
- Give some useful updates to Win32/Apache/PHP4 installation. Also mention
...
strace for advanced users.
# Probably a lot of spelling/grammar errors, feel free to correct, thx.
2002-05-30 10:16:16 +00:00
Sebastian Bergmann
51c5cac572
s/php.exe/php-cgi.exe/.
2002-03-05 06:16:45 +00:00
Derick Rethans
8f0eb8cd04
- Update with XP (Thanx to Jan for the patch)
2002-02-24 13:01:10 +00:00
James Cox
f8a6ab9ae7
browscap url fix, plus removed ^M references. it should look nice on any os.
2002-01-07 18:51:51 +00:00
James Cox
fa9f75e3eb
changed the instructions for php with win32 + apache. Recommending using sapi
...
over cgi binary, since cgi binary and apache don't mix well security wise.
2002-01-07 18:31:18 +00:00
Zeev Suraski
a22cd5ba2d
Update installation instructions (Marco Kaiser)
2001-12-23 19:48:25 +00:00
Daniel Beulshausen
b017d9b01d
add MDAC note
2001-08-21 10:55:46 +00:00
foobar
9551824584
Updated the extension part a little bit.
...
# I guess people didn't see the forest from the trees.. :)
2001-08-09 06:46:43 +00:00
Phil Driscoll
e8e47107d8
uploaded the install.txt version which was shipped with the 4.0.6 windows binary distributions with slight enhancement to cover the issue of dll location.
2001-07-23 09:10:02 +00:00
Daniel Beulshausen
8e43b4a840
add notes about support directories
2001-04-27 18:00:14 +00:00
Daniel Beulshausen
c1f4144665
add instructions for Netscape/iPlanet servers
2001-04-27 17:48:11 +00:00
James Moore
426a9cea75
- Updating order slighly so the install is easier to follow.
2001-04-16 09:44:21 +00:00
Daniel Beulshausen
c0904e1c9e
install instructions for more webservers
2000-11-03 11:43:45 +00:00