Date: Mon Mar 4 20:57:19 CET 2002
User: Derick Rethans
Directory: sapi_srm
Log Message:
[0.25]
- Fix build with latest CVS of PHP
#- Yasuo broke it :)
Modified files:
sapi_srm/srm.c (version: 1.47)
[FILE: /sapi_srm/srm.c]
--- sapi_srm/srm.c:1.46 Wed Feb 27 18:10:03 2002 GMT
+++ sapi_srm/srm.c Mon Mar 04 18:57:17 2002 GMT
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: cvstemp,v 1.46 2002/02/27 19:10:03 derick Exp $ */
+/* $Id: cvstemp,v 1.47 2002/03/04 19:57:17 derick Exp $ */
#include "php.h"
#include "php_ini.h"
@@ -653,7 +653,7 @@
file_handle.opened_path = NULL;
/* Start output buffering to redirect errors to the logfile */
- php_start_ob_buffer (NULL, 0 TSRMLS_CC);
+ php_start_ob_buffer (NULL, 0, 0 TSRMLS_CC);
/* Load the function library by executing the script */
php_execute_script(&file_handle TSRMLS_CC);
Received on Mon Mar 4 20:58:55 2002
This archive was generated by hypermail 2.1.8 : Tue Jan 06 2009 - 11:00:06 CET