#if HAVE_ASPELL
-#include "php3_aspell.h"
+#include "php_aspell.h"
#if APACHE
# ifndef DEBUG
# undef palloc
#if WITH_BCMATH
#include "number.h"
-#include "php3_bcmath.h"
+#include "php_bcmath.h"
function_entry bcmath_functions[] = {
PHP_FE(bcadd, NULL)
/* $Id$ */
-#ifndef _PHP3_BCMATH_H
-#define _PHP3_BCMATH_H
+#ifndef _PHP_BCMATH_H
+#define _PHP_BCMATH_H
#if COMPILE_DL
#undef WITH_BCMATH
#endif
-#endif /* _PHP3_BCMATH_H */
+#endif /* _PHP_BCMATH_H */
#endif
#if HAVE_CPDFLIB
-#include "php3_cpdf.h"
+#include "php_cpdf.h"
#ifdef THREAD_SAFE
DWORD CPDFlibTls;
*/
/* $Id$ */
-#ifndef _PHP3_CPDF_H
-#define _PHP3_CPDF_H
+#ifndef _PHP_CPDF_H
+#define _PHP_CPDF_H
#if HAVE_CPDFLIB
# endif
#endif
#include "php.h"
-#include "php3_dav.h"
+#include "php_dav.h"
#if defined(THREAD_SAFE) && !PHP_31
# undef THREAD_SAFE
#endif
-#include "php3_db.h"
-#include "ext/standard/php3_string.h"
+#include "php_db.h"
+#include "ext/standard/php_string.h"
#if THREAD_SAFE
DWORD DbmTls;
/* $Id$ */
-#ifndef _PHP3_DB_H
-#define _PHP3_DB_H
+#ifndef _PHP_DB_H
+#define _PHP_DB_H
#ifndef DLEXPORT
#undef phpext_db_ptr
#define phpext_db_ptr NULL
-#endif /* _PHP3_DB_H */
+#endif /* _PHP_DB_H */
#if HAVE_DBA
-#include "php3_dba.h"
-
-#include "php3_gdbm.h"
-#include "php3_ndbm.h"
-#include "php3_dbm.h"
-#include "php3_cdb.h"
-#include "php3_db2.h"
-#include "php3_db3.h"
+#include "php_dba.h"
+
+#include "php_gdbm.h"
+#include "php_ndbm.h"
+#include "php_dbm.h"
+#include "php_cdb.h"
+#include "php_db2.h"
+#include "php_db3.h"
function_entry dba_functions[] = {
PHP_FE(dba_open, NULL)
#include "php.h"
#if DBA_CDB
-#include "php3_cdb.h"
+#include "php_cdb.h"
#include <sys/types.h>
#include <unistd.h>
#include "php.h"
#if DBA_DB2
-#include "php3_db2.h"
+#include "php_db2.h"
#include <sys/stat.h>
#include <string.h>
#include "php.h"
#if DBA_DB3
-#include "php3_db3.h"
+#include "php_db3.h"
#include <sys/stat.h>
#include <string.h>
#include "php.h"
#if DBA_DBM
-#include "php3_dbm.h"
+#include "php_dbm.h"
#include <dbm.h>
#include "php.h"
#if DBA_GDBM
-#include "php3_gdbm.h"
+#include "php_gdbm.h"
#include <gdbm.h>
#include "php.h"
#if DBA_NDBM
-#include "php3_ndbm.h"
+#include "php_ndbm.h"
#include <fcntl.h>
+++ /dev/null
-#ifndef _PHP3_CDB_H
-#define _PHP3_CDB_H
-
-#if DBA_CDB
-
-#include "php3_dba.h"
-
-DBA_FUNCS(cdb);
-
-#endif
-
-#endif
+++ /dev/null
-#ifndef _PHP3_DB2_H
-#define _PHP3_DB2_H
-
-#if DBA_DB2
-
-#include "php3_dba.h"
-
-DBA_FUNCS(db2);
-
-#endif
-
-#endif
+++ /dev/null
-#ifndef _PHP3_DB3_H
-#define _PHP3_DB3_H
-
-#if DBA_DB3
-
-#include "php3_dba.h"
-
-DBA_FUNCS(db3);
-
-#endif
-
-#endif
+++ /dev/null
-#ifndef _PHP3_DBM_H
-#define _PHP3_DBM_H
-
-#if DBA_DBM
-
-#include "php3_dba.h"
-
-DBA_FUNCS(dbm);
-
-#endif
-
-#endif
+++ /dev/null
-#ifndef _PHP3_GDBM_H
-#define _PHP3_GDBM_H
-
-#if DBA_GDBM
-
-#include "php3_dba.h"
-
-DBA_FUNCS(gdbm);
-
-#endif
-
-#endif
+++ /dev/null
-#ifndef _PHP3_NDBM_H
-#define _PHP3_NDBM_H
-
-#if DBA_NDBM
-
-#include "php3_dba.h"
-
-DBA_FUNCS(ndbm);
-
-#endif
-
-#endif
--- /dev/null
+#ifndef _PHP_CDB_H
+#define _PHP_CDB_H
+
+#if DBA_CDB
+
+#include "php_dba.h"
+
+DBA_FUNCS(cdb);
+
+#endif
+
+#endif
--- /dev/null
+#ifndef _PHP_DB2_H
+#define _PHP_DB2_H
+
+#if DBA_DB2
+
+#include "php_dba.h"
+
+DBA_FUNCS(db2);
+
+#endif
+
+#endif
--- /dev/null
+#ifndef _PHP_DB3_H
+#define _PHP_DB3_H
+
+#if DBA_DB3
+
+#include "php_dba.h"
+
+DBA_FUNCS(db3);
+
+#endif
+
+#endif
--- /dev/null
+#ifndef _PHP_DBM_H
+#define _PHP_DBM_H
+
+#if DBA_DBM
+
+#include "php_dba.h"
+
+DBA_FUNCS(dbm);
+
+#endif
+
+#endif
--- /dev/null
+#ifndef _PHP_GDBM_H
+#define _PHP_GDBM_H
+
+#if DBA_GDBM
+
+#include "php_dba.h"
+
+DBA_FUNCS(gdbm);
+
+#endif
+
+#endif
--- /dev/null
+#ifndef _PHP_NDBM_H
+#define _PHP_NDBM_H
+
+#if DBA_NDBM
+
+#include "php_dba.h"
+
+DBA_FUNCS(ndbm);
+
+#endif
+
+#endif
#include "php.h"
-#include "php3_domxml.h"
+#include "php_domxml.h"
#if HAVE_DOMXML
/* $Id$ */
-#ifndef _PHP3_DOMXML_H
-#define _PHP3_DOMXML_H
+#ifndef _PHP_DOMXML_H
+#define _PHP_DOMXML_H
#if HAVE_DOMXML
#include <gnome-xml/parser.h>
#include <stdio.h>
#include "php.h"
-#include "php3_string.h"
+#include "php_string.h"
#include "reg.h"
unsigned char third_argument_force_ref[] = { 3, BYREF_NONE, BYREF_NONE, BYREF_FORCE };
#include "php.h"
#include "ext/standard/head.h"
#include <math.h>
-#include "php3_fdf.h"
+#include "php_fdf.h"
#if HAVE_SYS_WAIT_H
# include <sys/wait.h>
*/
/* $Id$ */
-#ifndef _PHP3_FDF_H
-#define _PHP3_FDF_H
+#ifndef _PHP_FDF_H
+#define _PHP_FDF_H
#if HAVE_FDFLIB
#if WIN32|WINNT
#else
#define phpext_fdf_ptr NULL
#endif
-#endif /* _PHP3_FDF_H */
+#endif /* _PHP_FDF_H */
#include "ext/standard/head.h"
#include <math.h>
#include "SAPI.h"
-#include "php3_gd.h"
+#include "php_gd.h"
#if HAVE_SYS_WAIT_H
# include <sys/wait.h>
/* $Id$ */
-#ifndef _PHP3_GD_H
-#define _PHP3_GD_H
+#ifndef _PHP_GD_H
+#define _PHP_GD_H
#define HAVE_GDIMAGECREATEFROMPNG 1
#endif
-#endif /* _PHP3_GD_H */
+#endif /* _PHP_GD_H */
#include <stdio.h>
#include "php.h"
-#include "php3_gettext.h"
+#include "php_gettext.h"
#if HAVE_LIBINTL
#include "php.h"
#include "php_globals.h"
-#include "ext/standard/php3_standard.h"
+#include "ext/standard/php_standard.h"
#include "ext/standard/head.h"
#include "ext/standard/info.h"
#include "SAPI.h"
#if HYPERWAVE
#include "php_ini.h"
-#include "php3_hyperwave.h"
+#include "php_hyperwave.h"
//hw_module php3_hw_module;
#include <signal.h>
#include <stdarg.h>
#include "cal.h"
-#include "php3_icap.h"
+#include "php_icap.h"
#include "modules.h"
#if (WIN32|WINNT)
#include "winsock.h"
#include "php.h"
#include "php_config.h"
-#include "php3_interbase.h"
+#include "php_interbase.h"
#if HAVE_IBASE
#include <ibase.h>
#include <time.h>
-#include "php3_string.h"
+#include "php_string.h"
#include "php_globals.h"
/* {{{ extension definition structures */
#include "dl/phpdl.h"
#include "ext/standard/dl.h"
-#include "php3_ldap.h"
+#include "php_ldap.h"
#if WIN32|WINNT
#include <string.h>
#define __STDC__ 1
#endif
-#include "ext/standard/php3_string.h"
+#include "ext/standard/php_string.h"
#if THREAD_SAFE & HAVE_NSLDAP
#endif
-#if 0 /* see my note in php3_ldap.h. smc */
+#if 0 /* see my note in php_ldap.h. smc */
/* Function for setting thread-specific LDAP error values */
static void php3_ldap_set_ld_error( int err, char *matched, char *errmsg, void *dummy )
{
/* $Id$ */
-#ifndef _PHP3_LDAP_H
-#define _PHP3_LDAP_H
+#ifndef _PHP_LDAP_H
+#define _PHP_LDAP_H
#if COMPILE_DL
#undef HAVE_LDAP
#define phpext_ldap_ptr ldap_module_ptr
-#endif /* _PHP3_LDAP_H */
+#endif /* _PHP_LDAP_H */
#include "php3_list.h"
#endif
#include "mcal.h"
-#include "php3_mcal.h"
+#include "php_mcal.h"
#include "modules.h"
#if (WIN32|WINNT)
#include "winsock.h"
#include "functions/dl.h"
#endif
#include "php_msql.h"
-#include "ext/standard/php3_standard.h"
+#include "ext/standard/php_standard.h"
#include "php_globals.h"
#if HAVE_MSQL
#include "php.h"
#include "php_globals.h"
-#include "ext/standard/php3_standard.h"
+#include "ext/standard/php_standard.h"
#include "php_mssql.h"
#include "php_ini.h"
#include "php.h"
#include "php_globals.h"
-#include "ext/standard/php3_standard.h"
+#include "ext/standard/php_standard.h"
#include "php_mysql.h"
#include "php_globals.h"
#if HAVE_OCI8
-#include "php3_oci8.h"
+#include "php_oci8.h"
/* True globals, no need for thread safety */
static int le_conn; /* active connections */
withval=/usr/local
fi
if test "$withval" != "no"; then
- ODBC_INCDIR=$withval/incl
- ODBC_LIBDIR=$withval/lib
- ODBC_LFLAGS=-L$ODBC_LIBDIR
- ODBC_INCLUDE=-I$ODBC_INCDIR
- ODBC_LIBS="${ODBC_LIBDIR}/odbclib.a -lsqlrte -lsqlptc"
+ AC_ADD_INCLUDE($withval/incl)
+ AC_ADD_LIBPATH($withval/lib)
+ ODBC_OBJS="${ODBC_LIBDIR}/odbclib.a"
+ AC_SUBST(ODBC_OBJS)
+ AC_ADD_LIBRARY_WITH_PATH(php_odbc, $abs_builddir/ext/odbc)
+ AC_ADD_LIBRARY(sqlrte)
+ AC_ADD_LIBRARY(sqlptc)
ODBC_TYPE=adabas
AC_DEFINE(HAVE_ADABAS)
AC_MSG_RESULT(yes)
])
fi
-if test -n "$ODBC_TYPE"; then
+if test -n "$ODBC_TYPE" && test -n "$ODBC_INCLUDE"; then
INCLUDES="$INCLUDES $ODBC_INCLUDE"
EXTRA_LIBS="$EXTRA_LIBS $ODBC_LFLAGS $ODBC_LIBS"
AC_DEFINE(HAVE_UODBC)
#include "php.h"
#include "php_globals.h"
-#include "ext/standard/php3_standard.h"
+#include "ext/standard/php_standard.h"
#include "php_odbc.h"
#if HAVE_UODBC
/* $Id$ */
-#ifndef _PHP3_VELOCIS_H
-#define _PHP3_VELOCIS_H
+#ifndef _PHP_VELOCIS_H
+#define _PHP_VELOCIS_H
#if COMPILE_DL
#undef HAVE_VELOCIS
#define velocis_module_ptr NULL
#endif /* HAVE_VELOCIS */
-#endif /* _PHP3_VELOCIS_H */
+#endif /* _PHP_VELOCIS_H */
/*
* Local variables:
#endif
#ifdef HAVE_VELOCIS
-#include "php3_velocis.h"
+#include "php_velocis.h"
function_entry velocis_functions[] = {
PHP_FE(velocis_connect, NULL)
#if HAVE_ORACLE
-#include "php3_oracle.h"
+#include "php_oracle.h"
#define HASH_DTOR (int (*)(void *))
#ifdef WIN32
/* synced with oracle.h,v 1.40 1999/06/01 08:11:04 thies Exp $ */
-#ifndef _PHP3_ORACLE_H
-#define _PHP3_ORACLE_H
+#ifndef _PHP_ORACLE_H
+#define _PHP_ORACLE_H
#if HAVE_ORACLE
#endif /* HAVE_ORACLE */
-#endif /* _PHP3_ORACLE_H */
+#endif /* _PHP_ORACLE_H */
/*
* Local Variables:
#if HAVE_PCRE || HAVE_BUNDLED_PCRE
-#include "ext/standard/php3_string.h"
+#include "ext/standard/php_string.h"
#define PREG_PATTERN_ORDER 0
#define PREG_SET_ORDER 1
#if HAVE_PDFLIB
-#include "php3_pdf.h"
+#include "php_pdf.h"
#ifdef THREAD_SAFE
DWORD PDFlibTls;
*/
/* $Id$ */
-#ifndef _PHP3_PDF_H
-#define _PHP3_PDF_H
+#ifndef _PHP_PDF_H
+#define _PHP_PDF_H
#if HAVE_PDFLIB
#define pdf_module_ptr NULL
#endif
#define phpext_pdf_ptr pdf_module_ptr
-#endif /* _PHP3_PDF_H */
+#endif /* _PHP_PDF_H */
#endif
#include "php.h"
-#include "php3_pgsql.h"
-#include "ext/standard/php3_standard.h"
+#include "php_pgsql.h"
+#include "ext/standard/php_standard.h"
#include "php_globals.h"
#if HAVE_PGSQL
if (index_ptr->type != le_index_ptr) {
RETURN_FALSE;
}
- link = (int) index_ptr->ptr;
+ link = (int) (long) index_ptr->ptr;
ptr = php3_list_find(link,&type); /* check if the link is still there */
if (ptr && (type==le_link || type==le_plink)) {
return_value->value.lval = PGG(default_link) = link;
/* $Id$ */
-#ifndef _PHP3_PGSQL_H
-#define _PHP3_PGSQL_H
+#ifndef _PHP_PGSQL_H
+#define _PHP_PGSQL_H
#if COMPILE_DL
#undef HAVE_PGSQL
#define phpext_pgsql_ptr pgsql_module_ptr
-#endif /* _PHP3_PGSQL_H */
+#endif /* _PHP_PGSQL_H */
/* $Id$ */
-#ifndef _PHP3_POSIX_H
-#define _PHP3_POSIX_H
+#ifndef _PHP_POSIX_H
+#define _PHP_POSIX_H
#if COMPILE_DL
#define HAVE_POSIX 1
#define phpext_posix_ptr posix_module_ptr
-#endif /* _PHP3_POSIX_H */
+#endif /* _PHP_POSIX_H */
#include "internal_functions.h"
#endif
#if PHP_31 || PHP_API_VERSION >= 19990421
-# include "ext/standard/php3_string.h"
+# include "ext/standard/php_string.h"
#else
-# include "php3_string.h"
+# include "php_string.h"
#endif
-#include "php3_posix.h"
+#include "php_posix.h"
#if HAVE_POSIX
#ifdef HAVE_SYS_TIME_H
#include "php_session.h"
#include "ext/standard/md5.h"
-#include "ext/standard/php3_var.h"
+#include "ext/standard/php_var.h"
#include "ext/standard/datetime.h"
#include "ext/standard/php_lcg.h"
#include "ext/standard/url_scanner.h"
*/
/* $Id$ */
-#ifndef _PHP3_SNMP_H
-#define _PHP3_SNMP_H
+#ifndef _PHP_SNMP_H
+#define _PHP_SNMP_H
#if COMPILE_DL
#undef HAVE_SNMP
#define phpext_snmp_ptr snmp_module_ptr
-#endif /* _PHP3_SNMP_H */
+#endif /* _PHP_SNMP_H */
#if defined(COMPILE_DL)
#include "dl/phpdl.h"
#endif
-#include "php3_snmp.h"
+#include "php_snmp.h"
#include <sys/types.h>
#if MSVC5
#include <winsock.h>
#include "../phpdl.h"
#include "functions/dl.h"
#endif
-#include "php3_snmp.h"
+#include "php_snmp.h"
#include <sys/types.h>
#include <windows.h>
#include "php.h"
#include "php_ini.h"
#include "internal_functions_registry.h"
-#include "php3_standard.h"
+#include "php_standard.h"
#include "zend_operators.h"
#include <stdarg.h>
#include <stdlib.h>
*/
#include "php.h"
-#include "php3_browscap.h"
+#include "php_browscap.h"
#include "php_ini.h"
#include "zend_globals.h"
extern char *crypt(char *__key,char *__salt);
#endif
-#include "php3_crypt.h"
+#include "php_crypt.h"
function_entry crypt_functions[] = {
PHP_FE(crypt, NULL)
#include "php.h"
#include "fopen-wrappers.h"
-#include "php3_dir.h"
+#include "php_dir.h"
#ifdef HAVE_DIRENT_H
# include <dirent.h>
#include <stdio.h>
#include "php.h"
#include <ctype.h>
-#include "php3_string.h"
+#include "php_string.h"
#include "safe_mode.h"
#include "ext/standard/head.h"
#include "exec.h"
#endif
#include "ext/standard/head.h"
#include "safe_mode.h"
-#include "php3_string.h"
+#include "php_string.h"
#include "file.h"
#if HAVE_PWD_H
#if MSVC5
# endif
#endif
-#include "php3_filestat.h"
+#include "php_filestat.h"
#ifndef THREAD_SAFE
static char *CurrentStatFile=NULL;
#include <math.h> /* modf() */
#include "php.h"
#include "ext/standard/head.h"
-#include "php3_string.h"
+#include "php_string.h"
#include "zend_execute.h"
#include <stdio.h>
#include <stdio.h>
#include "php.h"
-#include "ext/standard/php3_standard.h"
+#include "ext/standard/php_standard.h"
#include "SAPI.h"
#include "main.h"
#include "head.h"
*/
#include "php.h"
-#include "php3_iptc.h"
+#include "php_iptc.h"
#include "ext/standard/head.h"
#include <sys/stat.h>
/* $Id$ */
#include "php.h"
-#include "php3_filestat.h"
+#include "php_filestat.h"
#include "php_globals.h"
#include <stdlib.h>
#include <ctype.h>
#include "safe_mode.h"
-#include "php3_link.h"
+#include "php_link.h"
/* {{{ proto string readlink(string filename)
Return the target of a symbolic link */
#ifndef MSVC5
#include "build-defs.h"
#endif
-#include "php3_mail.h"
+#include "php_mail.h"
#include "php_ini.h"
#if APACHE
#endif
#include "ext/standard/head.h"
#include "safe_mode.h"
-#include "php3_string.h"
+#include "php_string.h"
#include "pack.h"
#if HAVE_PWD_H
#if MSVC5
*/
-#ifndef _PHP3_BROWSCAP_H
-#define _PHP3_BROWSCAP_H
+#ifndef _PHP_BROWSCAP_H
+#define _PHP_BROWSCAP_H
extern php3_module_entry browscap_module_entry;
#define browscap_module_ptr &browscap_module_entry
#define phpext_browscap_ptr browscap_module_ptr
-#endif /* _PHP3_BROWSCAP_H */
+#endif /* _PHP_BROWSCAP_H */
-#ifndef PHP3_CRYPT_H
-#define PHP3_CRYPT_H
+#ifndef PHP_CRYPT_H
+#define PHP_CRYPT_H
#if HAVE_CRYPT
extern php3_module_entry crypt_module_entry;
/* $Id$ */
-#ifndef _PHP3_DIR_H
-#define _PHP3_DIR_H
+#ifndef _PHP_DIR_H
+#define _PHP_DIR_H
extern php3_module_entry php3_dir_module_entry;
#define php3_dir_module_ptr &php3_dir_module_entry
#define phpext_dir_ptr php3_dir_module_ptr
-#endif /* _PHP3_DIR_H */
+#endif /* _PHP_DIR_H */
*/
/* $Id$ */
-#ifndef _PHP3_LINK_H
-#define _PHP3_LINK_H
+#ifndef _PHP_LINK_H
+#define _PHP_LINK_H
PHP_FUNCTION(link);
PHP_FUNCTION(unlink);
PHP_FUNCTION(linkinfo);
PHP_FUNCTION(symlink);
-#endif /* _PHP3_LINK_H */
+#endif /* _PHP_LINK_H */
#include "basic_functions.h"
#include "phpmath.h"
-#include "php3_string.h"
+#include "php_string.h"
#include "base64.h"
-#include "php3_dir.h"
+#include "php_dir.h"
#include "dns.h"
#include "reg.h"
-#include "php3_mail.h"
+#include "php_mail.h"
#include "md5.h"
#include "html.h"
#include "exec.h"
#include "file.h"
-#include "php3_syslog.h"
-#include "php3_filestat.h"
-#include "php3_browscap.h"
+#include "php_syslog.h"
+#include "php_filestat.h"
+#include "php_browscap.h"
#include "pack.h"
#include "datetime.h"
#include "microtime.h"
#include "url.h"
#include "pageinfo.h"
#include "cyr_convert.h"
-#include "php3_link.h"
+#include "php_link.h"
#include "fsock.h"
#include "php_image.h"
-#include "php3_iptc.h"
+#include "php_iptc.h"
#include "info.h"
#include "uniqid.h"
-#include "php3_var.h"
+#include "php_var.h"
#include "quot_print.h"
#include "type.h"
#include "dl.h"
-#include "php3_crypt.h"
+#include "php_crypt.h"
#include "head.h"
#include "post.h"
#include <stdio.h>
#include "php.h"
-#include "php3_standard.h"
+#include "php_standard.h"
#include "php_globals.h"
#include "SAPI.h"
#include <stdio.h>
#include "php.h"
-#include "php3_string.h"
+#include "php_string.h"
#include "reg.h"
unsigned char third_argument_force_ref[] = { 3, BYREF_NONE, BYREF_NONE, BYREF_FORCE };
#include <stdlib.h>
#include <errno.h>
#include <ctype.h>
-#include "php3_string.h"
+#include "php_string.h"
/* Simple soundex algorithm as described by Knuth in TAOCP, vol 3 */
/* {{{ proto string soundex(string str)
#include "php.h"
#include "reg.h"
#include "post.h"
-#include "php3_string.h"
+#include "php_string.h"
#ifdef HAVE_LOCALE_H
# include <locale.h>
#endif
#include <errno.h>
#include <stdio.h>
-#include "php3_syslog.h"
+#include "php_syslog.h"
static int syslog_started;
static char *syslog_device;
#include <stdlib.h>
#include <errno.h>
#include "php.h"
-#include "php3_string.h"
-#include "php3_var.h"
+#include "php_string.h"
+#include "php_var.h"
/* }}} */
/* {{{ php_var_dump */
/* $Id$ */
-#ifndef _PHP3_SYBASE_H
-#define _PHP3_SYBASE_H
+#ifndef _PHP_SYBASE_H
+#define _PHP_SYBASE_H
#if COMPILE_DL
#undef HAVE_SYBASE
#define phpext_sybase_ptr sybase_module_ptr
-#endif /* _PHP3_SYBASE_H */
+#endif /* _PHP_SYBASE_H */
#include "php.h"
-#include "php3_sybase.h"
-#include "ext/standard/php3_standard.h"
+#include "php_sybase.h"
+#include "ext/standard/php_standard.h"
#include "php_globals.h"
#if HAVE_SYBASE
#include "php.h"
#include "php_sybase_ct.h"
-#include "ext/standard/php3_standard.h"
+#include "ext/standard/php_standard.h"
#include "php_globals.h"
#if HAVE_SYBASE_CT
/* $Id$ */
-#ifndef _PHP3_SYSVSEM_H
-#define _PHP3_SYSVSEM_H
+#ifndef _PHP_SYSVSEM_H
+#define _PHP_SYSVSEM_H
#if COMPILE_DL
#undef HAVE_SYSVSEM
#define phpext_sysvsem_ptr sysvsem_module_ptr
-#endif /* _PHP3_SYSVSEM_H */
+#endif /* _PHP_SYSVSEM_H */
#include <sys/sem.h>
#include <errno.h>
-#include "php3_sysvsem.h"
+#include "php_sysvsem.h"
#if !HAVE_SEMUN && defined(__GNU_LIBRARY__) && __GNU_LIBRARY__ == 6
/* $Id$ */
-#ifndef _PHP3_SYSVSHM_H
-#define _PHP3_SYSVSHM_H
+#ifndef _PHP_SYSVSHM_H
+#define _PHP_SYSVSHM_H
#if COMPILE_DL
#undef HAVE_SYSVSHM
#define phpext_sysvshm_ptr sysvshm_module_ptr
-#endif /* _PHP3_SYSVSHM_H */
+#endif /* _PHP_SYSVSHM_H */
#include <errno.h>
-#include "php3_sysvshm.h"
-#include "../standard/php3_var.h"
+#include "php_sysvshm.h"
+#include "../standard/php_var.h"
function_entry sysvshm_functions[] = {
PHP_FE(shm_attach, NULL)
#define IS_EXT_MODULE
#include "php.h"
-#include "php3_xml.h"
+#include "php_xml.h"
#include "zend_variables.h"
-#include "ext/standard/php3_string.h"
+#include "ext/standard/php_string.h"
#if HAVE_LIBEXPAT
*/
/* $Id$ */
-#ifndef _PHP3_YP_H
-#define _PHP3_YP_H
+#ifndef _PHP_YP_H
+#define _PHP_YP_H
#if COMPILE_DL
#undef HAVE_YP
#define phpext_yp_ptr yp_module_ptr
-#endif /* _PHP3_YP_H */
+#endif /* _PHP_YP_H */
#if HAVE_YP
-#include "php3_yp.h"
+#include "php_yp.h"
#include <rpcsvc/ypclnt.h>
/* $Id$ */
-#ifndef _PHP3_ZLIB_H
-#define _PHP3_ZLIB_H
+#ifndef _PHP_ZLIB_H
+#define _PHP_ZLIB_H
#if COMPILE_DL
#undef HAVE_ZLIB
#define phpext_zlib_ptr zlib_module_ptr
-#endif /* _PHP3_ZLIB_H */
+#endif /* _PHP_ZLIB_H */
#endif
#include "ext/standard/head.h"
#include "safe_mode.h"
-#include "ext/standard/php3_standard.h"
-#include "php3_zlib.h"
+#include "ext/standard/php_standard.h"
+#include "php_zlib.h"
#include "fopen-wrappers.h"
#if HAVE_PWD_H
#if WIN32|WINNT
#endif
#include "safe_mode.h"
-#include "php3_realpath.h"
+#include "php_realpath.h"
#include "ext/standard/head.h"
-#include "ext/standard/php3_standard.h"
+#include "ext/standard/php_standard.h"
#include "zend_compile.h"
#if HAVE_PWD_H
#include <stdlib.h>
#include <stdio.h>
-#include "ext/bcmath/php3_bcmath.h"
-#include "ext/db/php3_db.h"
-#include "ext/gd/php3_gd.h"
+#include "ext/bcmath/php_bcmath.h"
+#include "ext/db/php_db.h"
+#include "ext/gd/php_gd.h"
#include "ext/standard/dl.h"
#include "ext/standard/file.h"
#include "ext/standard/fsock.h"
#include "ext/standard/head.h"
#include "ext/standard/pack.h"
-#include "ext/standard/php3_browscap.h"
-#include "ext/standard/php3_crypt.h"
-#include "ext/standard/php3_dir.h"
-#include "ext/standard/php3_filestat.h"
-#include "ext/standard/php3_mail.h"
-#include "ext/standard/php3_syslog.h"
-#include "ext/standard/php3_standard.h"
+#include "ext/standard/php_browscap.h"
+#include "ext/standard/php_crypt.h"
+#include "ext/standard/php_dir.h"
+#include "ext/standard/php_filestat.h"
+#include "ext/standard/php_mail.h"
+#include "ext/standard/php_syslog.h"
+#include "ext/standard/php_standard.h"
#include "ext/standard/php_lcg.h"
#include "ext/standard/php_output.h"
#include "ext/standard/php_array.h"
#include "ext/session/php_session.h"
/* SNMP has to be moved to ext */
-/* #include "dl/snmp/php3_snmp.h" */
+/* #include "dl/snmp/php_snmp.h" */
unsigned char first_arg_force_ref[] = { 1, BYREF_FORCE };
unsigned char first_arg_allow_ref[] = { 1, BYREF_ALLOW };
#include "php_globals.h"
#include "main.h"
#include "fopen-wrappers.h"
-#include "ext/standard/php3_standard.h"
+#include "ext/standard/php_standard.h"
#include "snprintf.h"
#if WIN32|WINNT
#include <io.h>
#include "zend_hash.h"
-#include "php3_compat.h"
+#include "php_compat.h"
#include "zend_alloc.h"
#include "zend_stack.h"
-#ifndef _PHP3_COMPAT_H
-#define _PHP3_COMPAT_H
+#ifndef _PHP_COMPAT_H
+#define _PHP_COMPAT_H
#define _php3_hash_init zend_hash_init
#define _php3_hash_destroy zend_hash_destroy
#define _php3_stripslashes php_stripslashes
#define php3_dl php_dl
-#endif /* _PHP3_COMPAT_H */
+#endif /* _PHP_COMPAT_H */
+----------------------------------------------------------------------+
*/
-#ifndef _PHP3_REALPATH_H_
-#define _PHP3_REALPATH_H_
+#ifndef _PHP_REALPATH_H_
+#define _PHP_REALPATH_H_
extern char *_php3_realpath(const char *path, char resolved_path []);
#include <stdio.h>
#include "php.h"
-#include "ext/standard/php3_standard.h"
+#include "ext/standard/php_standard.h"
#include "ext/standard/file.h" /* for php_file_le_uploads() */
#include "zend_globals.h"
#include "php_globals.h"
#include "zend_highlight.h"
#include "zend_indent.h"
-#include "ext/standard/php3_standard.h"
+#include "ext/standard/php_standard.h"
#include "util_script.h"
#include "zend_execute.h"
#include "zend_highlight.h"
#include "zend_indent.h"
-#include "ext/standard/php3_standard.h"
+#include "ext/standard/php_standard.h"
#include "util_script.h"
#include "php_version.h"
/*#include "mod_php4.h"*/
#include "php_globals.h"
#include "main.h"
#include "fopen-wrappers.h"
-#include "ext/standard/php3_standard.h"
+#include "ext/standard/php_standard.h"
#include "snprintf.h"
#if WIN32|WINNT
#include <io.h>
#include "php_globals.h"
#include "main.h"
#include "fopen-wrappers.h"
-#include "ext/standard/php3_standard.h"
-#include "ext/standard/php3_dir.h"
+#include "ext/standard/php_standard.h"
+#include "ext/standard/php_dir.h"
#include "snprintf.h"
#if WIN32|WINNT
#include <io.h>