Changeset 2246 for trunk/server/common/oursrc/php_scripts/php_scripts.h
- Timestamp:
- Jun 27, 2012, 10:29:47 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/fc17-dev (added) merged: 2081,2195-2198,2202,2204-2208,2210-2212,2215-2226,2230-2232,2235-2236,2238-2243,2245
- Property svn:mergeinfo changed
-
trunk/server/common/oursrc/php_scripts/php_scripts.h
r1137 r2246 28 28 void scripts_error_cb(int type, const char *error_filename, const uint error_lineno, const char *format, va_list args); 29 29 30 static function_entry scripts_functions[] = {30 static zend_function_entry scripts_functions[] = { 31 31 {NULL, NULL, NULL} 32 32 };
Note: See TracChangeset
for help on using the changeset viewer.