And so on.
Once you guys realize how that php4 can't be in the same tree as php5,
then you will begin to realize what it was that I was trying to do.
-----Original Message-----
From: admin [mailto:admin] On Behalf Of Sebastian Bergmann
Sent: Tuesday, June 24, 2003 6:20 AM
To: internals@lists.php.net
Subject: [PHP-DEV] PHP_4_3 doesn't build on Windows... because ext/com is missing.
--
Sebastian Bergmann
http://sebastian-bergmann.de/
http://phpOpenTracker.de/
At 09:30 24/06/2003, James Cox wrote:
And so on.
Once you guys realize how that php4 can't be in the same tree as php5,
then you will begin to realize what it was that I was trying to do.
James,
There's no technical reason for php4 and php5 not to live together in the
same module. It doesn't mean that cleaning the mess we had before is
trivial, but there aren't any inherent limitations in CVS that prevent this
from being possible.
Let's leave it at that...
Zeev
And so on.
Once you guys realize how that php4 can't be in the same tree as php5,
then you will begin to realize what it was that I was trying to do.
A list of extensions you rm -rf from PHP 5 would be
appreciated.
- Sascha
Ok, here is the normalized diff from the CVS server.
James, now tell me again, why we cannot simply empty the HEAD
branch of these directories?
-apache
-aspell
-ccvs
-com
-cybercash
-cybermut
-cyrus
-dav
-dbplus
-domxml
-dotnet
-fribidi
-hyperwave
-icap
-java
-mailparse
+mono
-muscat
-overload
-phpdoc
-sablot
-satellite
+simplexml
+sqlite
-swf
-vpopmail
-xslt
-zip
- Sascha
All extensions which were marked with "-" have been copied
from php4.unused/ext to php-src/ext. Most extensions had an
empty HEAD branch already. For domxml, xslt, hyperwave, I
have manually emptied that branch.
After that, the PHP_4 tags have been copied from PHP_4_3 for
php-src/ext/*.
That should conclude this move. Sebastian, does PHP_4_3 work
for you now?
- Sascha
Sascha Schumann wrote:
Sebastian, does PHP_4_3 work for you now?
It's better than before, but the build fails with
php4\main\fopen_wrappers.c(168): error C2059:
Syntax error: 'type'
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
http://www.professionelle-softwareentwicklung-mit-php5.de/
Sascha Schumann wrote:
Sebastian, does PHP_4_3 work for you now?
It's better than before, but the build fails with
php4\main\fopen_wrappers.c(168): error C2059: Syntax error: 'type'
That's my fault, I'll fix it momentarily.
Ilia