tal Sat Sep 21 06:58:46 2002 EDT
Modified files:
/php4/ext/fribidi fribidi.c
Log:
Changed version from NO_VERSION_YET to 0.1
@ - Fixed compilation errors when compiling with the fribidi extension (Bug #16414)
(Tal)
Index: php4/ext/fribidi/fribidi.c
diff -u php4/ext/fribidi/fribidi.c:1.20 php4/ext/fribidi/fribidi.c:1.21
--- php4/ext/fribidi/fribidi.c:1.20 Tue Sep 17 15:30:06 2002
+++ php4/ext/fribidi/fribidi.c Sat Sep 21 06:58:46 2002
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: fribidi.c,v 1.20 2002/09/17 19:30:06 tal Exp $ */
+/* $Id: fribidi.c,v 1.21 2002/09/21 10:58:46 tal Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -45,7 +45,7 @@
NULL,
NULL,
PHP_MINFO(fribidi),
- NO_VERSION_YET,
+ "0.1",
STANDARD_MODULE_PROPERTIES
};
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php