[srm-cvs] CVS Update: - Sync with PHP changes

From: <d.rethans[@]jdimedia.nl>
Date: Thu Sep 19 2002 - 10:48:48 CEST

Date: Thu Sep 19 10:48:48 CEST 2002
User: Derick Rethans
Directory: sapi_srm

Log Message:
 [0.25]
 - Sync with PHP changes
 
Modified files:
           sapi_srm/srm.c (version: 1.54)

[FILE: /sapi_srm/srm.c]

--- sapi_srm/srm.c:1.53 Mon Sep 02 06:02:26 2002 GMT
+++ sapi_srm/srm.c Thu Sep 19 06:48:48 2002 GMT
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: cvstemp,v 1.53 2002/09/02 08:02:26 derick Exp $ */
+/* $Id: cvstemp,v 1.54 2002/09/19 08:48:48 derick Exp $ */
 
 #include "php.h"
 #include "php_ini.h"
@@ -164,7 +164,7 @@
 /* {{{ int php_srm_startup(sapi_module) */
 static int php_srm_startup(sapi_module_struct *sapi_module)
 {
- if (php_module_startup(sapi_module) == FAILURE || zend_startup_module(&php_srm_module) == FAILURE) {
+ if (php_module_startup(sapi_module, &php_srm_module, 1) == FAILURE) {
                 return FAILURE;
         } else {
                 return SUCCESS;
Received on Thu Sep 19 11:21:22 2002

This archive was generated by hypermail 2.1.8 : Tue Jan 06 2009 - 11:00:06 CET