You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Andi Gutmans 1db7f1a910 * PHP 3.0 -> 4.0 changes 27 years ago
TSRM Release fix 27 years ago
Zend disable zend_handle_sigsegv 27 years ago
ext A useless check 27 years ago
main * Update logos 27 years ago
regex Finish porting aspell - tested and works ok now 27 years ago
scripts Sooner than you think, Sascha :) 27 years ago
tests More cleanup. 27 years ago
win32 Use php.ini instead of php3.ini 27 years ago
BUGS PHP 4.0 28 years ago
CHANGES PHP 4.0 28 years ago
CODING_STANDARDS PHP 4.0 28 years ago
COPYING PHP 4.0 28 years ago
CREDITS PHP 4.0 28 years ago
ChangeLog test commit 27 years ago
ChangeLog.TODO test commit (new format inspired by FreeBSD cvs-all) 27 years ago
EXTENSION_STATUS PHP 4.0 28 years ago
FUNCTION_LIST.txt PHP 4.0 28 years ago
INSTALL * PHP 3.0 -> 4.0 changes 27 years ago
LICENSE Small grammar fix 27 years ago
MODULES_STATUS *** empty log message *** 27 years ago
Makefile.in *** empty log message *** 27 years ago
README.QNX PHP 4.0 28 years ago
README.WIN32 PHP 4.0 28 years ago
TODO PHP 4.0 28 years ago
WISHLIST PHP 4.0 28 years ago
WISHLIST-3.1 PHP 4.0 28 years ago
acconfig.h.in add dmalloc 27 years ago
acinclude.m4 typo 27 years ago
apMakefile.libdir PHP 4.0 28 years ago
apMakefile.tmpl Time to rename the child 27 years ago
apidoc-zend.txt Time to rename the child 27 years ago
apidoc.txt I think that is the preferred way as of now 27 years ago
build-defs.h.in add some which are always substituted 27 years ago
buildconf Need to test for directory. 27 years ago
calendar.mak PHP 4.0 28 years ago
cgi_main.c - Add a bitwise flag to phpinfo() 27 years ago
config.guess PHP 4.0 28 years ago
config.sub PHP 4.0 28 years ago
configure.in.in * Update logos 27 years ago
crypt.mak PHP 4.0 28 years ago
cvsusers PHP 4.0 28 years ago
dbase.mak PHP 4.0 28 years ago
dbm.mak PHP 4.0 28 years ago
fhttpd.c * Get the Apache module to compile again 28 years ago
filepro.mak PHP 4.0 28 years ago
footer PHP 4.0 28 years ago
gd.mak PHP 4.0 28 years ago
genif.pl vpath patches (cool job Stig!) 27 years ago
genif.sh - run ext sources through conv_proto 27 years ago
getopt.c getopt.h conflicted with system include file 27 years ago
header PHP 4.0 28 years ago
hyperwave.mak PHP 4.0 28 years ago
imap4.mak PHP 4.0 28 years ago
install-sh PHP 4.0 28 years ago
ldap.mak PHP 4.0 28 years ago
libphp4.module.in merge in some autoconf stuff 27 years ago
ltconfig PHP 4.0 28 years ago
ltmain.sh PHP 4.0 28 years ago
main.h Some innocent cleanups 27 years ago
makeall.bat PHP 4.0 28 years ago
makedist PHP 4.0 28 years ago
makeparser.bat PHP 4.0 28 years ago
mod_php4.c * PHP 3.0 -> 4.0 changes 27 years ago
mod_php4.exp port Rasmus' APXS changes for AIX 27 years ago
mod_php4.h Some innocent cleanups 27 years ago
msql.mak PHP 4.0 28 years ago
msql1.mak PHP 4.0 28 years ago
mtparser.bat PHP 4.0 28 years ago
mysql.mak PHP 4.0 28 years ago
objects PHP 4.0 28 years ago
output.c Get CGI to work with the new headers code. 27 years ago
output.h Get CGI to work with the new headers code. 27 years ago
php.ini-dist *** empty log message *** 27 years ago
php3_realpath.c Remove tls.[ch] 28 years ago
php3_realpath.h PHP 4.0 28 years ago
php3_sprintf.c * Get Apache to work. POST doesn't work yet. 27 years ago
php4.dsp - Small fixes 27 years ago
php4.dsw * Plenty of thread safety and Win32 work. 28 years ago
php4dll.dsp Support PCRE under Win32 27 years ago
php4dllts.dsp * PHP 3.0 -> 4.0 changes 27 years ago
php4ext.dsw * Add a new workspace for dynamic PHP extensions. 27 years ago
php4ts.dsp - Small fixes 27 years ago
php4ts.dsw * Plenty of thread safety and Win32 work. 28 years ago
php_custom_build.mak PHP 4.0 28 years ago
php_getopt.h getopt.h conflicted with system include file 27 years ago
press-release-3.0.txt PHP 4.0 28 years ago
request_info.c No need for that either... 27 years ago
request_info.h * Get rid of another request_info element (filename) 27 years ago
setup last bunch of extensions moving to ext/ 28 years ago
snmp.mak PHP 4.0 28 years ago
stamp-h.in PHP 4.0 28 years ago
zlib.mak PHP 4.0 28 years ago

README.WIN32

Windows 95/NT Specific Notes on Compilation

Windows compilation has only been tested with Microsoft Visual C++
Version 5 Standard Edition. The PHP executable has only had limited
testing under Windows 95. SAFE MODE and any User or Group functionality
has not been ported/tested.

-----------------------------------------------------------------------
Compiling PHP with MSVC5

There are three msvc workspaces provided with this distribution. The one
most people will use is php3.dsw. This contains project files for two
versions on PHP, one with mySQL compiled internaly, and one without (both
have ODBC internaly compiled). It also contains all the modules.

The next workspace is php3extras.dsw. This project contains the converter
and a program called phpwatch, which is a simple program to watch debugger
output under windows. The 'socket' program is also available from the php
site, which is a better alternative to phpwatch.

The third workspace is php3sapi.dsw. These projects are experimental and
will probably not compile most of the time. It contains preliminary work
on the server api's for windows.

-----------------------------------------------------------------------
Base Configuration and Configuration Issues

*The base configuration for the windows php version contains odbc
support. Support for other database modules will be provided as external dll files.
*ODBC can be used to connect to many of the databases previously
supported by php (though they can still be compiled in if you have
the libraries!)

-----------------------------------------------------------------------
Makefiles

Be sure to edit any windows makefile and change the include directories
to be appropriate for your system.

-----------------------------------------------------------------------
CGI Version

The makefile for the cgi version of php is located in the win32
subdirectory of the php source tree. This make file is specificaly
for Visual C++ V5.

-----------------------------------------------------------------------
ISAPI/NSAPI/WSAPI/Apache Versions

These versions are not yet working. They are located in the php3sapi.dsw
workspace.


-----------------------------------------------------------------------
Other Libraries

See the php faq at php.net for information on where to obtain the various
libraries needed to compile some modules.