head	1.3;
access;
symbols
	old_BEFORE_PHP_4_3_0:1.2
	old_RELEASE_5_0_0:1.2
	old_RELEASE_4_7_0:1.2
	old_RELEASE_4_6_2:1.2
	old_RELEASE_4_6_1:1.2
	old_RELEASE_4_6_0:1.2
	old_BEFORE_PHP_4_2_0:1.2
	old_RELEASE_5_0_DP1:1.2
	old_RELEASE_4_5_0:1.2
	old_BEFORE_PHP_4_1_0:1.2
	old_RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2003.01.29.15.16.08;	author dirk;	state dead;
branches;
next	1.2;

1.2
date	2001.10.15.20.58.57;	author dirk;	state Exp;
branches;
next	1.1;

1.1
date	2001.06.25.21.06.08;	author dirk;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Update to 4.3.0.

lang/php was integrated into www/mod_php4.
@
text
@--- ext/ming/php_ming.h.orig	Mon May 28 02:09:57 2001
+++ ext/ming/php_ming.h	Mon Oct 15 22:53:37 2001
@@@@ -28,7 +28,10 @@@@
 
 #if HAVE_MING
 
-#include "ming.h"
+#include "ming/ming.h"
+
+/* XXX: dirty workaround */
+#define MING_VERSION_TEXT "0.2a"
 
 extern zend_module_entry ming_module_entry;
 #define ming_module_ptr &ming_module_entry
@


1.2
log
@Add a quick and dirty workaround to fix ming support.

PR:		ports/31183
Submitted by:	Okumura Yoshifumi <okumura@@mitsue.co.jp>
@
text
@@


1.1
log
@ming support was included in php-4.0.6.
@
text
@d2 2
a3 2
+++ ext/ming/php_ming.h	Mon Jun 25 22:58:57 2001
@@@@ -28,7 +28,7 @@@@
d9 3
@

