On Sun, Feb 16, 2014 at 10:49 AM, richard ghizzoni jr <[email protected]> wrote: > 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
Are you sure this file exists? > > 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: [email protected] > Info: http://framework.zend.com/archives > Unsubscribe: [email protected] > > -- Matthew Weier O'Phinney Project Lead | [email protected] Zend Framework | http://framework.zend.com/ PGP key: http://framework.zend.com/zf-matthew-pgp-key.asc -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
