@ for the time being (Andi, Zend library)
int use_filename(char *filename, uint filename_length CLS_DC)
{
+ zend_error(E_COMPILE_ERROR,"use: Not yet supported. Please use include_once() or require_once()");
+ return FAILURE;
+
+#if 0
zend_file_handle file_handle;
file_handle.filename = (char *) emalloc(filename_length + zend_uv.import_use_extension_length);
return FAILURE; /* will never get here */
}
return SUCCESS;
+#endif
}