gwynne Sun, 07 Aug 2011 17:15:40 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=314441
Log:
Front- and back-port rev 314431 (missing php.h include)
Changed paths:
U
php/php-src/branches/PHP_5_3/ext/intl/resourcebundle/resourcebundle_class.h
U php/php-src/trunk/ext/intl/resourcebundle/resourcebundle_class.h
Modified:
php/php-src/branches/PHP_5_3/ext/intl/resourcebundle/resourcebundle_class.h
===================================================================
--- php/php-src/branches/PHP_5_3/ext/intl/resourcebundle/resourcebundle_class.h
2011-08-07 17:14:14 UTC (rev 314440)
+++ php/php-src/branches/PHP_5_3/ext/intl/resourcebundle/resourcebundle_class.h
2011-08-07 17:15:40 UTC (rev 314441)
@@ -20,6 +20,7 @@
#include <unicode/ures.h>
#include <zend.h>
+#include "php.h"
#include "intl_error.h"
Modified: php/php-src/trunk/ext/intl/resourcebundle/resourcebundle_class.h
===================================================================
--- php/php-src/trunk/ext/intl/resourcebundle/resourcebundle_class.h
2011-08-07 17:14:14 UTC (rev 314440)
+++ php/php-src/trunk/ext/intl/resourcebundle/resourcebundle_class.h
2011-08-07 17:15:40 UTC (rev 314441)
@@ -20,6 +20,7 @@
#include <unicode/ures.h>
#include <zend.h>
+#include "php.h"
#include "intl_error.h"
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php