Re: [PHP-DEV] php.net on PHP5

2004-07-02 Thread Lester Caine
(been laid low for a few days) Wez Furlong wrote: sqlite is compiled statically into PHP 5. I have tried to get SQLite running on PHP5 / Windows but for some reason it's built with links to the PHP4 files. Anybody got a PHP5 version for Windows ? The whole engine? If it is then that is code I can

Re: [PHP-DEV] php.net on PHP5

2004-06-26 Thread Wez Furlong
sqlite is compiled statically into PHP 5. I have tried to get SQLite running on PHP5 / Windows but for some reason it's built with links to the PHP4 files. Anybody got a PHP5 version for Windows ? -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit:

Re: [PHP-DEV] php.net on PHP5

2004-06-23 Thread Derick Rethans
On Tue, 22 Jun 2004, Curt Zirzow wrote: * Thus wrote Andi Gutmans: At 06:59 PM 6/19/2004 +0100, Lester Caine wrote: Sounds good. I assume you didn't check the bugs database right? We should check that too, and if possible, I suggest we install 5.0.0-dev on php.net as soon as

Re: [PHP-DEV] php.net on PHP5

2004-06-22 Thread Lester Caine
Andi Gutmans wrote: p.s. Thanks Jan - 15 mins and everything was running fine, so now I just need to sort out how to replace the 'extra' bits. Not done a comprehensive test, but php.net working fine on W2k/Apache2/PHP5 as was probably expected. The fun will come with running an update ;) Sounds

Re: [PHP-DEV] php.net on PHP5

2004-06-22 Thread Zeev Suraski
At 14:08 22/06/2004, Andi Gutmans wrote: At 06:59 PM 6/19/2004 +0100, Lester Caine wrote: p.s. Thanks Jan - 15 mins and everything was running fine, so now I just need to sort out how to replace the 'extra' bits. Not done a comprehensive test, but php.net working fine on W2k/Apache2/PHP5 as was

Re: [PHP-DEV] php.net on PHP5

2004-06-22 Thread Edin Kadribasic
On Tuesday 22 June 2004 15:37, Zeev Suraski wrote: One thing we could do pretty easily, I guess, is to add something like v5.php.net, which will be a complete replica of www.php.net, but running on PHP 5. We're doing something similar with zend.com right now (it actually runs quite well,

Re: [PHP-DEV] php.net on PHP5

2004-06-22 Thread Curt Zirzow
* Thus wrote Andi Gutmans: At 06:59 PM 6/19/2004 +0100, Lester Caine wrote: Sounds good. I assume you didn't check the bugs database right? We should check that too, and if possible, I suggest we install 5.0.0-dev on php.net as soon as possible. Can anyone think of other stuff we need to

[PHP-DEV] php.net on PHP5

2004-06-19 Thread Lester Caine
OK I've downloaded phpweb and tried to run it on PHP5, but have fallen at the first hurdle. index.php calls for include/pregen-events.inc but I can't see that on the CVS - where am I going wrong :) Second problem - it seems to be hard coded to be the root web directory, is that the same in

Re: [PHP-DEV] php.net on PHP5

2004-06-19 Thread Timm Friebe
Hello Lester, On Sat, 2004-06-19 at 18:22, Lester Caine wrote: OK I've downloaded phpweb and tried to run it on PHP5, but have fallen at the first hurdle. index.php calls for include/pregen-events.inc but I can't see that on the CVS - where am I going wrong :) Use rsync: -- snip

Re: [PHP-DEV] php.net on PHP5

2004-06-19 Thread Timm Friebe
On Sat, 2004-06-19 at 18:37, Lester Caine wrote: Timm Friebe wrote: [...] Use rsync: -- snip rsync.sh from our php.net mirror -- #!/bin/sh base=/home/httpd/php3.de /usr/local/bin/rsync -avzC --delete --delete-after rsync.php.net::phpweb $base/doc_root /dev/null -- /snip --

Re: [PHP-DEV] php.net on PHP5

2004-06-19 Thread Lester Caine
Timm Friebe wrote: On Sat, 2004-06-19 at 18:37, Lester Caine wrote: Timm Friebe wrote: [...] Use rsync: -- snip rsync.sh from our php.net mirror -- #!/bin/sh base=/home/httpd/php3.de /usr/local/bin/rsync -avzC --delete --delete-after rsync.php.net::phpweb $base/doc_root /dev/null -- /snip -- And

Re: [PHP-DEV] php.net on PHP5

2004-06-19 Thread Timm Friebe
On Sat, 2004-06-19 at 19:00, Lester Caine wrote: Timm Friebe wrote: [...] Anybody know how to use this script with Eclipse CVS on Windows ? Get cygwin (http://cygwin.com/) or check Google on a Windows version of it (http://www.google.com/search?q=rsync%20Windows). - Timm -- PHP Internals -

Re: [PHP-DEV] php.net on PHP5

2004-06-19 Thread Olivier Hill
Lester Caine wrote: Anybody know how to use this script with Eclipse CVS on Windows ? rsync has nothing to do with CVS. Try getting a Windows client of rsync. On the other hand, since the PHP website is running on UNIX, I don't think it should be tested on Windows. We have recently seen bugs with

Re: [PHP-DEV] php.net on PHP5

2004-06-19 Thread George Schlossnagle
On Jun 19, 2004, at 1:31 PM, Olivier Hill wrote: Lester Caine wrote: Anybody know how to use this script with Eclipse CVS on Windows ? rsync has nothing to do with CVS. Try getting a Windows client of rsync. On the other hand, since the PHP website is running on UNIX, I don't think it should be

Re: [PHP-DEV] php.net on PHP5

2004-06-19 Thread Jan Lehnardt
Hi, I did the rsync for Lester and put up an archive for him to download, excluding extra/ distributions/ and manual/ I sent him the URL to the archive in a private mail, if anyone else is interested, please drop me a note. Jan -- GPG Key: BB96 56B0 Q: Thank Jan? - A:

Re: [PHP-DEV] php.net on PHP5

2004-06-19 Thread Olivier Hill
George Schlossnagle wrote: Why eliminate a testing platform? PHP5 should be tested wherever possible and bugs reported. +1 ;) You are right. What I meant was more: Let's test it on Windows, but before we can conclude the website is PHP5 ready, let's test it on the same platform it is already

Re: [PHP-DEV] php.net on PHP5

2004-06-19 Thread Nuno Lopes
You are right. What I meant was more: Let's test it on Windows, but before we can conclude the website is PHP5 ready, let's test it on the same platform it is already running on. Which raise another question: Is someone hosting a PHP website mirror would be ready to migrate to PHP5? While it

Re: [PHP-DEV] php.net on PHP5

2004-06-19 Thread Lester Caine
Nuno Lopes wrote: You are right. What I meant was more: Let's test it on Windows, but before we can conclude the website is PHP5 ready, let's test it on the same platform it is already running on. Which raise another question: Is someone hosting a PHP website mirror would be ready to migrate to

Re: [PHP-DEV] php.net on PHP5

2004-06-19 Thread Lester Caine
Timm Friebe wrote: Anybody know how to use this script with Eclipse CVS on Windows ? Get cygwin (http://cygwin.com/) or check Google on a Windows version of it (http://www.google.com/search?q=rsync%20Windows). No thanks - I've been there before. I'm running Eclipse with PHPEclipse and if I need

Re: [PHP-DEV] php.net on PHP5

2004-06-19 Thread Sebastian Bergmann
Lester Caine wrote: I'm running Eclipse with PHPEclipse and if I need anything other than that then - 'Sorry I can't help' ;) What does an IDE (Eclipse in your case) have to do with running phpweb? -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/

Re: [PHP-DEV] php.net on PHP5

2004-06-19 Thread Lester Caine
Sebastian Bergmann wrote: Lester Caine wrote: I'm running Eclipse with PHPEclipse and if I need anything other than that then - 'Sorry I can't help' ;) What does an IDE (Eclipse in your case) have to do with running phpweb? Eclipse also has all my code management tools, such as CVS client, and

Re: [PHP-DEV] php.net on PHP5

2004-06-19 Thread Adam Maccabee Trachtenberg
On Sat, 19 Jun 2004, Lester Caine wrote: need to sort out how to replace the 'extra' bits. Not done a comprehensive test, but php.net working fine on W2k/Apache2/PHP5 as was probably expected. The fun will come with running an update ;) I just set up phpweb on Mac OS X / Apache 1.3 / PHP 5