phar
How can I install PEAR::Mail for TYPO3 without pear or phar?
In order to use the TYPO3 extension \'Direct Mail\' with an external SMTP server, I need to install PEAR::Mail (http://pear.php.net/package/Mail/download/1.2.0).[详细]
2023-04-10 02:14 分类:问答Can I package PHPUnit as a phar?
I would like to package PHPUnit 开发者_如何学Cand various other test dependencies into a phar and put that into svn. This way I can run phpunit on any client machine without needing pear. Can this be[详细]
2023-04-02 16:28 分类:问答Building single-file executables with PHP / PHAR
I want to create a single-file executable of some PHP cli application, which should reside under eg. \"/usr/local/bin\" after it\'s packaged up as PHAR. This works quite well already, however there is[详细]
2023-03-21 13:47 分类:问答What does PHP's Phar::mapPhar() method do?
I\'m considering creating a phar stub to use in a PHP CLI application. The documentation for the Phar::mapPhar method says it \"Reads the currently executed file (a phar) and registers its manifest\"[详细]
2023-03-13 09:55 分类:问答Please explain how to create PHP's Phar stubs
I\'m trying to create a very simple PHP CLI application that can be run as a phar file from the command line:[详细]
2023-03-12 09:51 分类:问答Need procedure to install PEAR (over old version) with go-pear.phar on redhat, centos with php5.3
I\'m on CentOS and So far I\'ve been reading about go-pear and go-pear.phar since my PEAR seems to have gotten behind enough that it can\'t be upgraded with command:> pear upgrade PEAR[详细]
2023-03-09 19:39 分类:问答PHP5.2: installing support for .phar files on Windows
I am开发者_如何学Python trying to install support for php\'s archive file format into windows servers that have php5.2.I tried to do this using pecl install phar.But I am getting this error:[详细]
2023-03-05 23:24 分类:问答Phar error, can't find stub.php
I created a Phar archive of Zend Framework but I get the following error: Warning: include(): Failed opening \'phar:开发者_JAVA技巧//z3.phar/stub.php\' for inclusion (include_path=\'.:/usr/share/pear:[详细]
2023-02-17 01:02 分类:问答PEAR on Apache/PHP 5.3, .phar
Yesterday I managed to install PEAR using SSH on one of my customers servers. Today I tried to install it on a similar Server but without SSH-access.[详细]
2023-02-15 21:35 分类:问答Packaging PHPUnit tests as a PHAR archive?
Is it possible to package PHPUnit tests as a PHAR archive, and run them using phpunit? I\'ve created a .phar with the follow script:[详细]
2022-12-28 03:25 分类:问答