Date: 05/31/98
- Next message: shane: "[PHP-DEV] CVS update: php31/sapi"
- Previous message: shane: "[PHP-DEV] CVS update: php31/main"
- Next in thread: rasmus: "[PHP-DEV] CVS update: php31/ext/standard"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sunday May 31, 1998 @ 16:45
Author: shane
Update of /repository/php31/ext/standard
In directory asf:/tmp/cvs-serv28769
Modified Files:
apache.c basic_functions.c
Added Files:
php3_apache.h
Log Message:
apache functions header
Index: php31/ext/standard/apache.c
diff -c php31/ext/standard/apache.c:1.1.1.1 php31/ext/standard/apache.c:1.2
*** php31/ext/standard/apache.c:1.1.1.1 Tue May 26 22:26:57 1998
--- php31/ext/standard/apache.c Sun May 31 16:45:08 1998
***************
*** 28,34 ****
+----------------------------------------------------------------------+
*/
! /* $Id: apache.c,v 1.1.1.1 1998/05/27 02:26:57 rasmus Exp $ */
#ifdef THREAD_SAFE
#include "tls.h"
#endif
--- 28,38 ----
+----------------------------------------------------------------------+
*/
! /* $Id: apache.c,v 1.2 1998/05/31 20:45:08 shane Exp $ */
!
! /* Something will have to be done with this particular file as it is
! apache specific and should move out of the core compile.
! */
#ifdef THREAD_SAFE
#include "tls.h"
#endif
***************
*** 60,65 ****
--- 64,70 ----
php3_module_entry apache_module_entry = {
"Apache", apache_functions, NULL, NULL, NULL, NULL, NULL, STANDARD_MODULE_PROPERTIES
};
+
/* This function is equivilent to <!--#include virtual...-->
* in mod_include. It does an Apache sub-request. It is useful
Index: php31/ext/standard/basic_functions.c
diff -c php31/ext/standard/basic_functions.c:1.8 php31/ext/standard/basic_functions.c:1.9
*** php31/ext/standard/basic_functions.c:1.8 Sun May 31 12:44:22 1998
--- php31/ext/standard/basic_functions.c Sun May 31 16:45:08 1998
***************
*** 35,41 ****
#include "php.h"
#include "modules.h"
#include "internal_functions.h"
- #include "internal_functions_registry.h"
#include "php3_list.h"
#include "basic_functions.h"
#include "operators.h"
--- 35,40 ----
- Next message: shane: "[PHP-DEV] CVS update: php31/sapi"
- Previous message: shane: "[PHP-DEV] CVS update: php31/main"
- Next in thread: rasmus: "[PHP-DEV] CVS update: php31/ext/standard"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

