The PHP Interpreter
Go to file
1999-10-25 08:23:54 +00:00
ext added some more options 1999-10-25 08:23:54 +00:00
main - Make COM compile again 1999-10-20 19:16:17 +00:00
regex POSIX_MISTAKE is enabled by default. 1999-10-09 16:44:39 +00:00
sapi (php_ns_hash_environment): provide more CGI/1.1 variables to scripts. 1999-10-20 19:30:37 +00:00
scripts Decent configure speedup. Makefiles are now generated only for the 1999-09-29 15:17:02 +00:00
tests - Converted math.c to use new convert_to_number_ex() macro. 1999-10-15 06:31:40 +00:00
TSRM This should fix the deadlock 1999-10-10 13:30:03 +00:00
win32 - Make Win32 compile again 1999-09-18 19:13:38 +00:00
Zend Allow CYGWIN directory to be specified as via environment variable 1999-10-23 19:27:24 +00:00
acconfig.h.in Decent configure speedup. Makefiles are now generated only for the 1999-09-29 15:17:02 +00:00
acinclude.m4 * archive-based convenience libraries completely replaced 1999-10-04 15:18:26 +00:00
apidoc-zend.txt Time to rename the child 1999-05-22 09:24:21 +00:00
apidoc.txt I think that is the preferred way as of now 1999-05-28 18:51:51 +00:00
apMakefile.libdir PHP 4.0 1999-04-07 21:05:13 +00:00
apMakefile.tmpl Close bug #1742 1999-08-14 16:52:28 +00:00
build-defs.h.in Changes for updated odbc module 1999-09-05 13:06:24 +00:00
build.mk automake scans aclocal.m4 as well 1999-10-10 18:08:31 +00:00
buildconf Enable hardcoding runpaths for more platforms and allow Solaris' patch to run 1999-10-06 23:26:36 +00:00
calendar.mak PHP 4.0 1999-04-07 21:05:13 +00:00
ChangeLog ChangeLog update 1999-10-25 01:09:29 +00:00
CODING_STANDARDS PHP 4.0 1999-04-07 21:05:13 +00:00
configure.in Remove SAPI_TARGET and use PHP_SAPI completely. 1999-10-07 21:04:26 +00:00
CREDITS * Turn on debug by default 1999-07-17 16:43:11 +00:00
crypt.mak PHP 4.0 1999-04-07 21:05:13 +00:00
dbase.mak PHP 4.0 1999-04-07 21:05:13 +00:00
dbm.mak PHP 4.0 1999-04-07 21:05:13 +00:00
dlist.c malloc.h is deprecated, use stdlib.h instead 1999-08-23 19:43:01 +00:00
dlist.h Moving dlist stuff into core. 1999-07-19 18:58:44 +00:00
fhttpd.c License update 1999-07-16 13:13:16 +00:00
filepro.mak PHP 4.0 1999-04-07 21:05:13 +00:00
footer PHP 4.0 1999-04-07 21:05:13 +00:00
FUNCTION_LIST.txt PHP 4.0 1999-04-07 21:05:13 +00:00
gd.mak PHP 4.0 1999-04-07 21:05:13 +00:00
genfiles Generate files for distribution (also adds parsedate.c) 1999-10-05 14:12:43 +00:00
genif.pl vpath patches (cool job Stig!) 1999-05-03 19:59:55 +00:00
genif.sh - add global startup/shutdown handlers 1999-09-03 17:46:39 +00:00
getopt.c getopt.h conflicted with system include file 1999-05-29 13:53:59 +00:00
header Generalized server-API build process on UNIX. Each SAPI 1999-09-27 16:34:28 +00:00
hyperwave.mak PHP 4.0 1999-04-07 21:05:13 +00:00
imap4.mak PHP 4.0 1999-04-07 21:05:13 +00:00
INSTALL Started working on the Zeus support. Zeus's ISAPI obviously differs from 1999-09-28 12:08:34 +00:00
ldap.mak PHP 4.0 1999-04-07 21:05:13 +00:00
LICENSE untabified 1999-09-06 13:35:37 +00:00
main.h License update 1999-07-16 13:13:16 +00:00
MAINTAINERS Added zlib module to list of maintained extensions. (Stefan). 1999-10-18 19:27:56 +00:00
makeall.bat PHP 4.0 1999-04-07 21:05:13 +00:00
makedist Generate files for distribution (also adds parsedate.c) 1999-10-05 14:12:43 +00:00
Makefile.am Add mergesort.c to compilation list. 1999-10-15 19:25:04 +00:00
makeparser.bat PHP 4.0 1999-04-07 21:05:13 +00:00
MODULES_STATUS Fixed odbc_fetch_into, added prototype return values. 1999-08-09 16:35:47 +00:00
msql1.mak PHP 4.0 1999-04-07 21:05:13 +00:00
msql.mak PHP 4.0 1999-04-07 21:05:13 +00:00
mtparser.bat PHP 4.0 1999-04-07 21:05:13 +00:00
mysql.mak PHP 4.0 1999-04-07 21:05:13 +00:00
NEWS Add session.use_cookies option 1999-10-22 08:10:08 +00:00
output.c - X-* is probably more standard. 1999-09-13 20:03:56 +00:00
output.h Time to do that - rename the output layer prefix 1999-09-12 03:25:02 +00:00
patch-aa Enable hardcoding runpaths for more platforms and allow Solaris' patch to run 1999-10-06 23:26:36 +00:00
patch-ab Allow *.a and *.o as libtool objects, and hardcode runpaths into 1999-10-06 18:58:14 +00:00
php3_realpath.c License update 1999-07-16 13:13:16 +00:00
php3_realpath.h License update 1999-07-16 13:13:16 +00:00
php3_sprintf.c Removed '3' from key functions in PHP (maintained compatibility through 1999-08-02 19:17:14 +00:00
php4.dsp - Changed phpinfo() to list modules that have no info function 1999-08-07 17:52:11 +00:00
php4.dsw * Plenty of thread safety and Win32 work. 1999-04-26 14:00:49 +00:00
php4.gif temporary icon for RPMs until Colin gets back and can make us a spiffy new one 1999-07-24 19:00:06 +00:00
php4.spec.in added workaround for Solaris PIC weirdness. 1999-07-24 19:02:38 +00:00
php4dll.dsp Allow CYGWIN directory to be specified as via environment variable 1999-10-24 16:32:46 +00:00
php4dllts.dsp Allow CYGWIN directory to be specified as via environment variable 1999-10-24 16:32:46 +00:00
php4ext.dsw * Add a new workspace for dynamic PHP extensions. 1999-06-04 10:45:54 +00:00
php4ts.dsp - Make CVS compile on Win32. 1999-10-20 18:09:44 +00:00
php4ts.dsw - Add PHP Modules workspace 1999-08-13 21:03:27 +00:00
php_custom_build.mak PHP 4.0 1999-04-07 21:05:13 +00:00
php_getopt.h getopt.h conflicted with system include file 1999-05-29 13:53:59 +00:00
php.ini-dist Add session.use_cookies option 1999-10-22 08:10:08 +00:00
php.sym The .sym format isn't that complex. 1999-10-04 15:42:32 +00:00
README-BCMATH Handle BCMath 1999-07-17 10:59:22 +00:00
README.CVS-RULES Added notice about LXR and Bonsai. 1999-10-11 20:45:03 +00:00
README.QNX PHP 4.0 1999-04-07 21:05:13 +00:00
request_info.c Fix for #2457. 1999-10-07 13:23:33 +00:00
request_info.h License update 1999-07-16 13:13:16 +00:00
snmp.mak PHP 4.0 1999-04-07 21:05:13 +00:00
stamp-h.in PHP 4.0 1999-04-07 21:05:13 +00:00
stub.c * archive-based convenience libraries completely replaced 1999-10-04 15:18:26 +00:00
TODO New files. 1999-10-07 21:38:22 +00:00
TODO-LeftOver Some ChangeLog surgery. 1999-10-07 19:53:33 +00:00
zlib.mak PHP 4.0 1999-04-07 21:05:13 +00:00

QNX4 Installation Notes
-----------------------

NOTE: General installation instructions are in the INSTALL file 


1. To compile and test PHP3 you have to grab, compile and install:
	- GNU dbm library or another db library;
	- GNU bison (1.25 or later; 1.25 tested);
	- GNU flex (any version supporting -o and -P options; 2.5.4 tested);
	- GNU diffutils (any version supporting -w option; 2.7 tested);

2. To use CVS version you may need also:
	- GNU CVS (1.9 tested);
	- GNU autoconf (2.12 tested);
	- GNU m4 (1.3 or later preferable; 1.4 tested);

3. To run configure define -lunix in command line:
	LDFLAGS=-lunix ./configure

4. To use Sybase SQL Anywhere define ODBC_QNX and CUSTOM_ODBC_LIBS in
	command line and run configure with --with-custom-odbc:
	CFLAGS=-DODBC_QNX LDFLAGS=-lunix CUSTOM_ODBC_LIBS="-ldblib -lodbc" ./configure --with-custom-odbc=/usr/lib/sqlany50
   If you have SQL Anywhere version 5.5.00, then you have to add 
	CFLAGS=-DSQLANY_BUG
   to workaround its SQLFreeEnv() bug. Other versions has not been tested,
   so try without this flag first.

5. To build the Apache module, you may have to hardcode an include path for 
   alloc.h in your Apache base directory:
	- APACHE_DIRECTORY/src/httpd.h: 
		change	#include "alloc.h"
		to 		#include "APACHE_DIRECTORY/src/alloc.h"
   Unless you want to use system regex library, you have to hardcode also
   a path to regex.h:
	- APACHE_DIRECTORY/src/conf.h:  
		change  #include <regex.h>
		to		#include "APACHE_DIRECTORY/src/regex/regex.h"
   I don't know so far why this required for QNX, may be it is Watcom 
   compiler problem.

  If you building Apache module with SQL Anywhere support, you'll get
  symbol conflict with BOOL. It is defined in Apache (httpd.h) and in 
  SQL Anywhere (odbc.h). This has nothing to do with PHP, so you have to 
  fix it yourself someway.

6. With above precautions, it should compile as is and pass regression
	tests completely:
		make
		make check
		make install

	Don't bother me unless you really sure you made	that all but it 
	still doesn't work.

June 28, 1998
Igor Kovalenko -- owl@infomarket.ru