Just to let you know :-)
Windows 7 built 7000 no updates made (in VMware Workstation 6.5)
Apache 2.2.11 from apachehaus.com
PHP 5.2.8 from php.net
Runs very smooth.
Changes I made was to change the ext path in php.ini(-recommend) and added PHP as module to httpd.conf
regards
Mario
Hi,
And how did you workaround the ownership issue of scripts?
All File System functions didn't work for me when I tried.
Another one is SQLite driver that didn't work (it seems the driver is
not bundled with this build).
Also, I got a segfault when I tried to run a test suite that uses >
200MB RAM. Still need to investigate this one.
JFYI, I tried to run PHP 5.3 alpha 3.
Regards,
Just to let you know :-)
Windows 7 built 7000 no updates made (in VMware Workstation 6.5)
Apache 2.2.11 from apachehaus.com
PHP 5.2.8 from php.netRuns very smooth.
Changes I made was to change the ext path in php.ini(-recommend) and added PHP as module to httpd.conf
regards
Mario
--
Guilherme Blanco - Web Developer
CBC - Certified Bindows Consultant
Cell Phone: +55 (16) 9215-8480
MSN: guilhermeblanco@hotmail.com
URL: http://blog.bisna.com
São Paulo - SP/Brazil
Ok, let me retify myself and try to be more clear.
It's nothing related to PHP this first part.
I installed PHP 5.3 on different machines running Vista and other
running 7 build 7000. Both were installed same way (without
deactivating ACL).
At the end, I got Vista running ok, but 7 was not working (I got
permission denied in all files I was trying to look at).
So it was a personal question about how did you get it working.
Regarding SQLite, I had php_sqlite and php_pdo_sqlite active and when
I tried to new PDO(...), it was failing. I didn't have too much time
to check that as I should, but it was just a point I wrote here.
Segfault follows the same reason of SQLite. I tried to run my test
suite and it didn't work (maybe the segfault was caused by not working
PDO connection), but I didn't check too much that.
I hope it's more clear now. I'll give it another try tonight and
provide better feedback (and possibly open bugs if needed).
Cheers,
On Tue, Feb 3, 2009 at 10:22 AM, Guilherme Blanco
guilhermeblanco@gmail.com wrote:
Hi,
And how did you workaround the ownership issue of scripts?
All File System functions didn't work for me when I tried.
Another one is SQLite driver that didn't work (it seems the driver is
not bundled with this build).Also, I got a segfault when I tried to run a test suite that uses >
200MB RAM. Still need to investigate this one.JFYI, I tried to run PHP 5.3 alpha 3.
Regards,
Just to let you know :-)
Windows 7 built 7000 no updates made (in VMware Workstation 6.5)
Apache 2.2.11 from apachehaus.com
PHP 5.2.8 from php.netRuns very smooth.
Changes I made was to change the ext path in php.ini(-recommend) and added PHP as module to httpd.conf
regards
Mario--
Guilherme Blanco - Web Developer
CBC - Certified Bindows Consultant
Cell Phone: +55 (16) 9215-8480
MSN: guilhermeblanco@hotmail.com
URL: http://blog.bisna.com
São Paulo - SP/Brazil
--
Guilherme Blanco - Web Developer
CBC - Certified Bindows Consultant
Cell Phone: +55 (16) 9215-8480
MSN: guilhermeblanco@hotmail.com
URL: http://blog.bisna.com
São Paulo - SP/Brazil
Hi,
I had no problems with the ownership. Apache as service and files owned by the Administrator.
I tried some fopen/fwrite/fclose without problems.
Also a large OOP test ran fine (need to adjust memory limit to 512M)
For some unknown reason the SQLite extension does not load. With other extension I had no problem.
PHP Warning: PHP Startup: Unable to load dynamic library 'C:/php5/ext\php_sqlite.dll' - Das angegebene Modul wurde nicht gefunden.\r\n in Unknown on line 0
regards
Mario
-----Ursprüngliche Nachricht-----
Von: Guilherme Blanco [mailto:guilhermeblanco@gmail.com]
Gesendet: Di 03.02.2009 13:22
An: Mario Brandt
Cc: internals@lists.php.net
Betreff: Re: [PHP-DEV] Windows 7 test passed
Hi,
And how did you workaround the ownership issue of scripts?
All File System functions didn't work for me when I tried.
Another one is SQLite driver that didn't work (it seems the driver is
not bundled with this build).
Also, I got a segfault when I tried to run a test suite that uses >
200MB RAM. Still need to investigate this one.
JFYI, I tried to run PHP 5.3 alpha 3.
Regards,
Just to let you know :-)
Windows 7 built 7000 no updates made (in VMware Workstation 6.5)
Apache 2.2.11 from apachehaus.com
PHP 5.2.8 from php.netRuns very smooth.
Changes I made was to change the ext path in php.ini(-recommend) and added PHP as module to httpd.conf
regards
Mario
--
Guilherme Blanco - Web Developer
CBC - Certified Bindows Consultant
Cell Phone: +55 (16) 9215-8480
MSN: guilhermeblanco@hotmail.com
URL: http://blog.bisna.com
São Paulo - SP/Brazil