[PHP-DEV] Renaming files
Any reason not to rename files under sapi/ from php4 to php5? Are there any special things to look out for? Andi -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP-DEV] Renaming files
NSAPI is still PHP5-ready (Windows, too; when used with the new build system of Wez). Webserver-called function names are php5_execute, php5_init, php5_auth_trans At 10:33 31.12.2003, you wrote: Any reason not to rename files under sapi/ from php4 to php5? Are there any special things to look out for? Andi -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php - Uwe Schindler [EMAIL PROTECTED] - http://www.php.net NSAPI SAPI developer Erlangen, Germany -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-DEV] Additions to PHP
If I wanted to suggest, and even offer to write, some new functions to be included in a standard PHP distribution, who should I speak to? -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP-DEV] Additions to PHP
On Wed, 31 Dec 2003, Eric Gorr wrote: > If I wanted to suggest, and even offer to write, some new functions > to be included in a standard PHP distribution, who should I speak to? This is the correct place. What do you have in mind? Derick -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP-DEV] Additions to PHP
Hello Eric, Wednesday, December 31, 2003, 3:42:22 PM, you wrote: > If I wanted to suggest, and even offer to write, some new functions > to be included in a standard PHP distribution, who should I speak to? The next 'standard' PHP distribution to contain new functionality will be 5.0.1. The version 4.3.x is a bugfix release version and there are no plans for further 4.x versions. The version 5.0.0 has a feature freeze and will enter release mode soon. Apart from that you can have your own extension in pecl: http://pecl.php.net Then the general way is to present something (code, ideas) on this list for review or on the pecl list for pecl. If your ideas are welcome you'll find someone who commits your stuff or you may get a cvs account to do yourself. -- Best regards, Marcusmailto:[EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP-DEV] Additions to PHP
At 3:54 PM +0100 12/31/03, Derick Rethans wrote: On Wed, 31 Dec 2003, Eric Gorr wrote: If I wanted to suggest, and even offer to write, some new functions to be included in a standard PHP distribution, who should I speak to? This is the correct place. What do you have in mind? On my site, I had implemented a couple of election resolution methods. Now, these methods can be computationally expensive and while I can implement them in PHP, it would be wonderful if I could call a compiled function to return a result. While my old web host allowed compiled CGI code, my new one does not. So, I wanted to look into a 'back-door', but trusted, way to get a compiled version of this stuff. The code is really quite simple and all I really need know is if this idea would be worth pursuing from the perspective of having it eventually be included in a standard distribution. I do not know what criteria is used in such matters. I am quite interested in this topic and believe it would be of great value for every website where a vote needed to be taken on some topic with multiple alternatives. Assuming people here felt it would be worth pursuing as an extension to PHP, it would be a trivial matter to implement more then a couple of these methods, increasing the overall value of the work. I will also take Marcus' suggestion and look into PECL. If anyone happens to be interested in looking into the general topic further, feel free to ask me. As a side note (and if you are interested), the Debian project (http://www.debian.org), uses one of these methods for their elections (http://www.debian.org/vote/2003/vote_0002). -- == Eric Gorr = http://www.ericgorr.net = ICQ:9293199 === "Therefore the considerations of the intelligent always include both benefit and harm." - Sun Tzu == Insults, like violence, are the last refuge of the incompetent... === -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP-DEV] Renaming files
On Wed, Dec 31, 2003 at 11:33:24AM +0200, Andi Gutmans wrote: > Any reason not to rename files under sapi/ from php4 to php5? And, I trust, /php4ts.dll as well, please. Thanks, --Dan -- T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y data intensive web and database programming http://www.AnalysisAndSolutions.com/ 4015 7th Ave #4, Brooklyn NY 11232 v: 718-854-0335 f: 718-854-0409 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP-DEV] PHP5b3 on Mac OS X
Thanks for the reply. Yes, I am quite sure it doesn't work. Moreover, it doesn't work when trying to configure b2 either, so something is fishy in the land of PHP. and then again with one that worked for b2: './configure' '--prefix=/usr/local/php/betas/php-5.0.0b2' '--with-apxs' '--with-dom=/sw' '--with-libxml-dir=/sw' '--with-xsl=/sw' '--with-zlib-dir=/sw' '--with-mysql=/sw' '--with-xsl=/sw' '--with-gd=/sw' Are you sure that doesn't work? -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP-DEV] PHP5b3 on Mac OS X
I did not have some things installed. I apologize for the time wasted. Thanks. On 31 Dec 2003, at 12:39 PM, [EMAIL PROTECTED] wrote: Thanks for the reply. Yes, I am quite sure it doesn't work. Moreover, it doesn't work when trying to configure b2 either, so something is fishy in the land of PHP. and then again with one that worked for b2: './configure' '--prefix=/usr/local/php/betas/php-5.0.0b2' '--with-apxs' '--with-dom=/sw' '--with-libxml-dir=/sw' '--with-xsl=/sw' '--with-zlib-dir=/sw' '--with-mysql=/sw' '--with-xsl=/sw' '--with-gd=/sw' Are you sure that doesn't work? -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php