Re: [PHP-DEV] RC3

2002-04-11 Thread derick
On Thu, 11 Apr 2002, Andrey Hristov wrote: > Does the RC3 will be available tonight(GMT+3) or it is scheduled for tommorow's >night? At around Friday 12th, 22:00 GMT+2. Derick --- Did I help you? Consider a

Re: [PHP-DEV] RC3

2001-10-04 Thread Phil Driscoll
On Thursday 04 October 2001 11:29 am, Phil Driscoll wrote: > All my stuff, Phorum and phpMyAdmin seems to work fine. This shoulc have read All my stuff, plus Phorum and phpMyAdmin seem to work fine. I wasn't trying to claim credit for Phorum and phpMyAdmin :) -- Phil Driscoll -- PHP Developme

Re: [PHP-DEV] RC3

2001-10-04 Thread Phil Driscoll
On Thursday 04 October 2001 1:04 am, Zeev Suraski wrote: > Finally, it's out. > www.php.net/~zeev/php-4.0.7RC3.tar.gz Built and tested on SuSE 7.2 as apache module with Apache 1.3.20 --with-apxs=/usr/local/httpd/bin/apxs --with-mysql=/usr/local/mysql --with-gmp=/usr/local/lib/gmp All my stuff, Ph

Re: [PHP-DEV] RC3

2001-10-04 Thread Phil Driscoll
On Thursday 04 October 2001 1:04 am, Zeev Suraski wrote: > Finally, it's out. > www.php.net/~zeev/php-4.0.7RC3.tar.gz Builds fine on NT4 as cgi (Release_TS_Inline) and phpinfo works ok under IIS. When I try to build the test suite I get the following output - I don't know if this means that thin

Re: [PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] RC3

2001-10-03 Thread Stig Venaas
On Wed, Oct 03, 2001 at 11:24:08PM -0700, Rasmus Lerdorf wrote: > Ok, I have merged it and tested it on one of my servers. Didn't break Thanks. Now I see your commit and the 4.0.7 branch, maybe I made some silly mistake or the cvsweb page for ldap.c was cached or something. > anything. But whe

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] RC3

2001-10-03 Thread Rasmus Lerdorf
Ok, I have merged it and tested it on one of my servers. Didn't break anything. But where exactly is the ldap_result_entry freed? I am guessing that it is actually the same memory as ldap_result points to and when we free ldap_result there is no need to free the nested ldap_result_entry? Is th

Re: [PHP-DEV] RC3

2001-10-03 Thread Stig Venaas
On Thu, Oct 04, 2001 at 02:04:27AM +0200, Zeev Suraski wrote: > Finally, it's out. > www.php.net/~zeev/php-4.0.7RC3.tar.gz I see that my LDAP fix didn't make it. Can someone please explain how this works? I can't see any tags for ldap.c since May but ldap.c in RC3 is 1.94, I would like 1.96 to be

Re: [PHP-DEV] RC3

2001-10-03 Thread derick
Hi, found one problem compiling the ZIP extension, fixed in CVS. Derick On Thu, 4 Oct 2001, Zeev Suraski wrote: > Finally, it's out. > www.php.net/~zeev/php-4.0.7RC3.tar.gz > > > -- > PHP Development Mailing List > To unsubscribe, e-mail: [EMAIL PROTECTED] > For addition

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] RC3

2001-09-24 Thread Stig Venaas
On Mon, Sep 24, 2001 at 10:40:04PM +0200, Zeev Suraski wrote: > If it's a bug fix you believe to be important and the chances, in your > opinion, of it screwing things up more than it fixes are slim, go ahead and > commit it... Maybe I've already done what's needed, I'm not quite sure how this

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] RC3

2001-09-24 Thread Zeev Suraski
If it's a bug fix you believe to be important and the chances, in your opinion, of it screwing things up more than it fixes are slim, go ahead and commit it... Zeev At 14:20 24-09-01, Stig Venaas wrote: >On Wed, Sep 19, 2001 at 10:05:24PM +0200, Stig Venaas wrote: > > On Tue, Sep 18, 2001 at 0

Re: [PHP-DEV] RC3

2001-09-24 Thread Stig Venaas
On Wed, Sep 19, 2001 at 10:05:24PM +0200, Stig Venaas wrote: > On Tue, Sep 18, 2001 at 06:13:54PM +0300, Zeev Suraski wrote: > > Does anybody still have anything pending for RC3? > > There seems to be a serious LDAP bug. For instance the following > simple script crashes (you should be able to te

Re: [PHP-DEV] RC3

2001-09-19 Thread Zeev Suraski
I'm also investigating (well, fixing) a scanner thread safety issue. At 00:45 20-09-01, Derick Rethans wrote: >Hello, > >On Tue, Sep 18, 2001 at 06:13:54PM +0300, Zeev Suraski wrote: > > Does anybody still have anything pending for RC3? > >I've one little thing with mcrypt, which needs some littl

Re: [PHP-DEV] RC3

2001-09-19 Thread Derick Rethans
Hello, On Tue, Sep 18, 2001 at 06:13:54PM +0300, Zeev Suraski wrote: > Does anybody still have anything pending for RC3? I've one little thing with mcrypt, which needs some little investigation. Will have that sorted out before the weekend though. (The prob is that either libmcrypt is opening a

Re: [PHP-DEV] RC3

2001-09-19 Thread Stig Venaas
On Tue, Sep 18, 2001 at 06:13:54PM +0300, Zeev Suraski wrote: > Does anybody still have anything pending for RC3? There seems to be a serious LDAP bug. For instance the following simple script crashes (you should be able to test it): $ds=ldap_connect("garibaldi.venaas.no"); ldap_bind($ds,"","")

Re: [PHP-DEV] RC3

2001-09-18 Thread David Eriksson
On Tue, 18 Sep 2001, Sascha Schumann wrote: > No new features please. RCs are purely intended for cutting > down the number of bugs. NP. I just realized that it would be nice to have Universe included in PHP 4.0.7... but I know it's a little late now... :-/ -\- David Eriksson -/- "An

Re: [PHP-DEV] RC3

2001-09-18 Thread Sascha Schumann
On Tue, 18 Sep 2001, David Eriksson wrote: > On Tue, 18 Sep 2001, Zeev Suraski wrote: > > > Does anybody still have anything pending for RC3? > > Do you want Universe included in RC3? > > http://universe.2good.nu/ No new features please. RCs are purely intended for cutting down the nu

Re: [PHP-DEV] RC3

2001-09-18 Thread David Eriksson
On Tue, 18 Sep 2001, Zeev Suraski wrote: > Does anybody still have anything pending for RC3? Do you want Universe included in RC3? http://universe.2good.nu/ Regards, David -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] RC3?

2001-03-27 Thread Jani Taskinen
On Tue, 27 Mar 2001, Sebastian Bergmann wrote: >Derick Rethans wrote: >> AFAIK he just committed it (today) > > Yes, but he sent it tome a week ago or so nevertheless :) > If nobody objects I will merge the fix into the 4_0_5 branch later this evening. (hopefully before Zeev creates the RC3..)

Re: [PHP-DEV] RC3?

2001-03-27 Thread Sebastian Bergmann
Derick Rethans wrote: > AFAIK he just committed it (today) Yes, but he sent it tome a week ago or so nevertheless :) -- sebastian bergmann[EMAIL PROTECTED] http://www.sebastian-bergmann.de bonn.phpug.de | www.php.net | www.

Re: [PHP-DEV] RC3?

2001-03-27 Thread Derick Rethans
On Tue, 27 Mar 2001, Sebastian Bergmann wrote: > Jani Taskinen wrote: > > Should I merge that fix for arg_separator thingie into the 4_0_5 > > branch before you create RC3 ? > > +1 > > (Jani sent me that patch a week ago or so and I ran into no problems > here) AFAIK he just committed it (to

Re: [PHP-DEV] RC3?

2001-03-27 Thread Sebastian Bergmann
Jani Taskinen wrote: > Should I merge that fix for arg_separator thingie into the 4_0_5 > branch before you create RC3 ? +1 (Jani sent me that patch a week ago or so and I ran into no problems here) -- sebastian bergmann[EMAIL PROTECTED]

Re: [PHP-DEV] RC3?

2001-03-27 Thread Jani Taskinen
On Tue, 27 Mar 2001, Zeev Suraski wrote: >There were a few fixes since RC2 was tagged (a socket fix, a pgsql fix, a >checkdnsrr fix). It may be a good idea to have an RC3, but I want to hear >some feedback from others (RC2 seemed generally quite stable, so if we go >with RC3, it should only dela