Merge question.

php.internals

Adam Dickmeiss

22 years ago
I'd like to merge ext/yaz source (not config.m4) from HEAD to PHP4 branch (which I assume would be in 4.3.6, when out). That's bad carma, right? FWIW, the YAZ API in PHP5 is completely backwards compatible with that of PHP4. I have now for more than a year built separate Debian packages for this for PHP 4.1.2 with source from HEAD. -- Adam

Wez Furlong

22 years ago
> I'd like to merge ext/yaz source (not config.m4) from HEAD to PHP4 > branch (which I assume would be in 4.3.6, when out). That's bad carma, > right?
Unless it fixes some critical major bad bugs, no, you're not allowed to merge from HEAD.
> FWIW, the YAZ API in PHP5 is completely backwards compatible with that > of PHP4. I have now for more than a year built separate Debian packages > for this for PHP 4.1.2 with source from HEAD.
Why not put it into PECL ? --Wez.

Adam Dickmeiss

22 years ago
Wez Furlong wrote:
>>I'd like to merge ext/yaz source (not config.m4) from HEAD to PHP4 >>branch (which I assume would be in 4.3.6, when out). That's bad carma, >>right? >> >> > >Unless it fixes some critical major bad bugs, no, you're not allowed >to merge from HEAD. > > > >>FWIW, the YAZ API in PHP5 is completely backwards compatible with that >>of PHP4. I have now for more than a year built separate Debian packages >>for this for PHP 4.1.2 with source from HEAD. >> >> > >Why not put it into PECL ? > >
Worth considering. That means taking it out from php-src as well, I suppose. Should documentation move away from phpdoc also? -- Adam -- Adam

Derick Rethans

22 years ago
On Wed, 7 Apr 2004, Adam Dickmeiss wrote:
> Worth considering. That means taking it out from php-src as well, I suppose.
Yes
> Should documentation move away from phpdoc also?
No :) regards, Derick

Adam Dickmeiss

22 years ago
Derick Rethans wrote:
>On Wed, 7 Apr 2004, Adam Dickmeiss wrote: > > > >>Worth considering. That means taking it out from php-src as well, I suppose. >> >> > >Yes > > > >>Should documentation move away from phpdoc also? >> >> > >No :) > >regards, >Derick > > >
I intent to move it, when time permits. After Easter. It should be trivial, as far as I can tell. -- Adam

Wez Furlong

22 years ago
If you want to preserve CVS history, I can do some magic on the CVS machine. Also note that you need to create a PECL_4_3 branch from the PHP_4_3 branch of that extension. Let me know when you're ready. --Wez. ----- Original Message ----- From: "Adam Dickmeiss" <adam@indexdata.dk> To: <internals@lists.php.net> Sent: Thursday, April 08, 2004 7:44 AM Subject: Re: [PHP-DEV] Merge question.
> Derick Rethans wrote: > > >On Wed, 7 Apr 2004, Adam Dickmeiss wrote: > >>Worth considering. That means taking it out from php-src as well, I
suppose.