On Mon, 23 Jun 2003, James Cox wrote:

> The next stage to happen is that I will bring php4 HEAD into sync with
> the 4.x development branch, so expect a big patch.

ARGH! Didn't I ask you NOT to do this... you just created a lot of 
trouble for people working with a php5 checkout (co php5)... it now 
updated to the PHP_4_3 branch. Result: 

[EMAIL PROTECTED] php-5.0.0dev]# cvs update
cvs server: Updating .
P .gdbinit
P CODING_STANDARDS
U ChangeLog
P EXTENSIONS
P LICENSE
P Makefile.global
P NEWS
P README.EXT_SKEL
P README.PARAMETER_PARSING_API
P README.STREAMS
P README.SUBMITTING_PATCH
P README.TESTING
P README.Zeus
P TODO
P acinclude.m4
P buildconf
...

[EMAIL PROTECTED] php-5.0.0dev]# cat main/php_version.h 
/* automatically generated by configure */
/* edit configure.in to change version number */
#define PHP_MAJOR_VERSION 4
#define PHP_MINOR_VERSION 3
#define PHP_RELEASE_VERSION 3
#define PHP_EXTRA_VERSION "RC2-dev"
#define PHP_VERSION "4.3.3RC2-dev"


Great, thanks for this nice mess, we now ended up with useles PHP 4.3 
checkouts with PHP 5 development stuff in it.

Derick

-- 
"Interpreting what the GPL actually means is a job best left to those
                    that read the future by examining animal entrails."
-------------------------------------------------------------------------
 Derick Rethans                                 http://derickrethans.nl/ 
 International PHP Magazine                          http://php-mag.net/
-------------------------------------------------------------------------

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to