#35222: php-imap causes cli to take 35 seconds to initialize --------------------------------+------------------------------------------- Reporter: localgod@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: php-imap --------------------------------+------------------------------------------- Comment(by localgod@…): Replying to [comment:5 ryandesign@…]:
Yes, ZendFramework, and most other PHP-using ports, still need to have php5, php53 and php54 variants added to let the user choose. Feel free to file tickets about the ones you need so their maintainers can begin working on that.
I have created a ticket with a request for that. (https://trac.macports.org/ticket/35227)
{{{ sudo port install php54-pear }}}
The install seems to have gone fine but I don't seem to have a pear
command in my terminal?!
Ah you seem to be right. I have not used PEAR in a long time and handed
this portion of PHP over to Bradley Giesbrecht. I think I remember hearing that the php54-pear port just lets the other separate PEAR module ports work correctly. So the answer is: don't use pear manually; instead, install the ports for the specific PEAR modules that you want. Running: {{{ sudo port install php54-pear sudo port install pear-PHP_CodeSniffer }}} Should allow me to run the ''phpcs'' command in my terminal. This dos not seem to be the case...even after a {{{source ~/.bash_profile}}} Am I missing something? -- Ticket URL: <https://trac.macports.org/ticket/35222#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS