[fw-general] Re: ZF Tool + extension intl = broken

2014-02-18 Thread richard ghizzoni jr
Yes, reading the error message made me think that way too. 
But, what about the "php --ri pgsql" command? It works properly with any
extension. The files are on the same directory, same ini file, poiting to
the same directory. 
I was thinking it is a problem because about that VC9, Vc11 stuff (sorry, im
kinda newb), my apache i took on apachelounge, php files from php.net. Maybe
this extension was compilled using an outdated files (VC9).
Well, thats not something i will bleed or lose if i dont make it work. In
the future, it will work on a linux server and probably this problem will
not exit.
thanks anyway.

by the way, thanks for the support on zend site and everything.




--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/ZF-Tool-extension-intl-broken-tp4661692p4661707.html
Sent from the Zend Framework mailing list archive at Nabble.com.

-- 
List: fw-general@lists.zend.com
Info: http://framework.zend.com/archives
Unsubscribe: fw-general-unsubscr...@lists.zend.com




[fw-general] ZF Tool + extension intl = broken

2014-02-16 Thread richard ghizzoni jr
Hello.
Im starting with Zend Framework, and reading the manual
http://framework.zend.com/manual/2.2/en/modules/zendtool.introduction.html i
cant make Zf Tool to work, this is the error i got:

c:\Apache\htdocs\zf2-tutorial\vendor\zendframework\zftool>php zf.php modules
list
PHP Warning:  PHP Startup: Unable to load dynamic library 'ext\php_intl.dll'
- %
1 nÒo Ú um aplicativo Win32 vßlido.
 in Unknown on line 0
Modules installed:

i have on php.ini this:
extension_dir = "ext"
extension=php_intl.dll

running on apache 2.4 (vc 11 in windows 7 ultimate 64 bits) with php 5.5.8.

when i do on command line:
php --ri pgsql
it returns me all the info about pgsql extension.
but when i do:
php --ri intl 
it says intl extension not present.

all the other extensions that came with the php package works with 'php --ri
ext-name' command, only intl doest not.

any help welcome.
thanks.





--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/ZF-Tool-extension-intl-broken-tp4661692.html
Sent from the Zend Framework mailing list archive at Nabble.com.

--
List: fw-general@lists.zend.com
Info: http://framework.zend.com/archives
Unsubscribe: fw-general-unsubscr...@lists.zend.com