Commit:    97f22702c4b3af574049160f20982d1e38424296
Author:    Gustavo Lopes <glo...@nebm.ist.utl.pt>         Sun, 24 Feb 2013 
00:30:08 +0100
Parents:   fa3cb8608c35096dc5037291ab29548cdcf6a954
Branches:  PHP-5.5 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=97f22702c4b3af574049160f20982d1e38424296

Log:
Fix ext/intl build with phpize

Fixes bug #64284.

Bugs:
https://bugs.php.net/64284

Changed paths:
  M  ext/intl/converter/converter.c


Diff:
diff --git a/ext/intl/converter/converter.c b/ext/intl/converter/converter.c
index 387760a..5f2d1e7 100644
--- a/ext/intl/converter/converter.c
+++ b/ext/intl/converter/converter.c
@@ -21,7 +21,7 @@
 #include <unicode/ucnv.h>
 #include <unicode/ustring.h>
 
-#include "ext/intl/intl_error.h"
+#include "../intl_error.h"
 
 typedef struct _php_converter_object {
        zend_object obj;


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to