2013.03.09. 21:01, "Yussuf Khalil" <[email protected]> ezt írta: > > Hello, > > I was quite busy the last weeks and didn't have too much time... I'd like to request the PECL account now. But I've got one question: Do I actually need a php.net account? As far as I understand, I only need this for pushing to the php.net Git repository. We currently host the code at GitHub and I'd like to know if it is necessary to mirror it at php.net. And whome should I mention as sponsor? > > Thank you, > Yussuf Khalil > > >> Hello, >> >> my name is Yussuf Khalil. Me and a friend have created the extension >> DeepTrace, which we would now like to publish to PECL. DeepTrace allows >> removing constants, classes and functions, adding and removing methods >> from classes, catching calls to exit(), removing included files (making >> them includable again via include_once/require_once), altering the >> values of static variables inside functions along with some other features. >> >> DeepTrace is licensed under the Apache License 2.0. The code is >> available in a GitHub repository at https://github.com/NeoXiD/DeepTrace. >> We support PHP 5.4 and the current PHP 5.5 alpha. >> >> Thank you. > > > > -- > PECL development discussion Mailing List (http://pecl.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php >
you don't have to host it on php.net, so you don't need a php.net account for that, but usually it is still a good idea to request a php.net account, for example having the documentation for your extension on php.net. We also plan to remove the separate pecl account system and auth with the php.net accounts as we do that everywhere else, so sooner or later every pecl maintainer will need a php.net account.
