Index: rayphp.h
===================================================================
--- rayphp.h	(revision 896)
+++ rayphp.h	(revision 897)
@@ -59,6 +59,12 @@
 Use PHP ZipArchive class.
 **/
 
+__rayapi signed char raydium_rayphp_zip_add(char *zip_file, char *file);
+/**
+Add ##file## to ##zip_file## package file. Used to collect all media file in
+an zip package file. package zip filename is defined with --zip_package command line.
+**/
+
 __rayapi signed char raydium_rayphp_repository_defaults(char *def);
 /**
 Gives the default repositories for this application.