[Freeswitch-branches] [commit] r2628 - freeswitch/branches/docelmo/trunk/src/mod/languages/mod_php

Freeswitch SVN docelmo at freeswitch.org
Sun Sep 10 19:13:28 EDT 2006


Author: docelmo
Date: Sun Sep 10 19:13:27 2006
New Revision: 2628

Modified:
   freeswitch/branches/docelmo/trunk/src/mod/languages/mod_php/mod_php.c

Log:
Update Yet again

Modified: freeswitch/branches/docelmo/trunk/src/mod/languages/mod_php/mod_php.c
==============================================================================
--- freeswitch/branches/docelmo/trunk/src/mod/languages/mod_php/mod_php.c	(original)
+++ freeswitch/branches/docelmo/trunk/src/mod/languages/mod_php/mod_php.c	Sun Sep 10 19:13:27 2006
@@ -44,16 +44,16 @@
 #endif
 
 #include <sapi/embed/php_embed.h>
-#include "php.h"
-#include "php_variables.h"
-#include "ext/standard/info.h"
-#include "php_ini.h"
-#include "php_globals.h"
-#include "SAPI.h"
-#include "php_main.h"
-#include "php_version.h"
-#include "TSRM.h"
-#include "ext/standard/php_standard.h"
+//#include "php.h"
+//#include "php_variables.h"
+//#include "ext/standard/info.h"
+//#include "php_ini.h"
+//#include "php_globals.h"
+//#include "SAPI.h"
+//#include "php_main.h"
+//#include "php_version.h"
+//#include "TSRM.h"
+//#include "ext/standard/php_standard.h"
 
 
 #include <switch.h>



More information about the Freeswitch-branches mailing list