I had the same problem. Function parse_ini_file have third parameter, which was added in PHP 5.3.0, and it was used in vendors script. I think that your php cli use php 5.2.* and that's why you have error here.
You should use php in version at least 5.3 to execute this script. Use something like that: path/to/php53/php ./bin/vendors Konrad On 1 Lip, 09:45, Francesco Levorato <flev...@flevour.net> wrote: > Can you make a screenshot of the console commands you used to trigger the > errors? > Which version are you using? > > Cheers, > ƒ > > On Thu, Jun 30, 2011 at 3:51 PM, nicolas.moreira <discotra...@gmail.com>wrote: > > > > > > > > > > > Hi all, > > > I think that ./bin/vendors install is not working right now. > > > Because i got this error: "Warning: Wrong parameter count for > > parse_ini_file() in /Applications/MAMP/htdocs/MYPROJECT/bin/vendors on > > line 52" > > > I think the reason is that deps file is out of bin directory. > > > Can any one fix it, thanks! > > > Regards, > > > Nico > > > -- > > If you want to report a vulnerability issue on symfony, please send it to > > security at symfony-project.com > > > You received this message because you are subscribed to the Google > > Groups "symfony developers" group. > > To post to this group, send email to symfony-devs@googlegroups.com > > To unsubscribe from this group, send email to > > symfony-devs+unsubscr...@googlegroups.com > > For more options, visit this group at > >http://groups.google.com/group/symfony-devs?hl=en > > -- > francesco levorato aka flevourhttp://flevour.net- on Twitter I am: @flevour > <http://twitter.com/flevour>http://doitagainapp.com- Motivational tool for > lazy peoplehttp://foopro.com- proud fooDev0 @ FooProhttp://screenfony.com- > symfony video tutorials -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to symfony-devs@googlegroups.com To unsubscribe from this group, send email to symfony-devs+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
