Need to install propel_generator version 1.3.5

試著忘記壹切 提交于 2019-12-11 17:58:44

问题


I need to install propel_generator version 1.3.5 on my machine. I tried to install it using PEAR via:

pear install propel/propel_generator-1.3.5

but it failed with the following message:

Failed to download propel/propel_generator, version "1.3.5", latest release is version 1.6.7, stability "stable", use "channel://pear.propelorm.org/propel_generator-1.6.7" to install
install failed

Following this answer I checked http://pear.propelorm.org/Chiara_PEAR_Server_REST/r/propel_generator/allreleases.xml and the earliest version of propel_generator that is available for install via PEAR from there is version 1.3.0 and the next to follow is 1.4.0 with no 1.3.5 in between.

Is there a way to install propel_generator version 1.3.5 using PEAR or any other way?

I can't even find the source code for the 1.3.5 generator.

PS: The generator is being used by a legacy system so upgrading isn't really an option.


回答1:


There was never an official release of 1.3.5, see the list of tags at http://svn.propelorm.org/tags/ - you won't get that version from anywhere.



来源:https://stackoverflow.com/questions/14730327/need-to-install-propel-generator-version-1-3-5

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!