RE: [PHP-DEV] RC5 on Thursday

2006-10-04 Thread Dmitry Stogov
I'll care about the problem. Thank you for patch. I'll review it. Dmitry. > -Original Message- > From: Pierre [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 05, 2006 3:04 AM > To: Edin Kadribasic > Cc: Ilia Alshanetsky; PHP Internals; [EMAIL PROTECTED] > Subject: Re: [PHP-DEV] RC5 o

Re: [PHP-DEV] RC5 on Thursday

2006-10-04 Thread Pierre
Hello, On 10/4/06, Pierre <[EMAIL PROTECTED]> wrote: Hello, On 10/4/06, Edin Kadribasic <[EMAIL PROTECTED]> wrote: > Hi all, > > We need to fix http://bugs.php.net/bug.php?id=38989 before the release. > Some change has broken path handling on windows recently. tsrm_virtual_cwd.c 1.74.2.9.2.3 i

Re: [PHP-DEV] pgsql patch

2006-10-04 Thread Dan Scott
Lukas: I tested your patch on Ubuntu 6.06 using PHP_5_2. The ext/pgsql tests ran 100% (with one skipped test because I hadn't built the dba extension). Dan On 04/10/06, Lukas Kahwe Smith <[EMAIL PROTECTED]> wrote: Hi, I am in a bit of time trouble and I unfortunately do not have the same rou

Re: [PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend.c zend_globals.h zend_unicode.c

2006-10-04 Thread Rob Richards
That does prevent the crash. I did find that within zend_shutdown, if I comment out the call to u_cleanup(), then ucol_close doesn't crash within unicode_globals_dtor during tsrm_shutdown. If that helps any. Rob Andrei Zmievski wrote: I suppose we can omit the ucol_close() call since we're s

Re: [PHP-DEV] RC5 on Thursday

2006-10-04 Thread Pierre
Hello, On 10/4/06, Edin Kadribasic <[EMAIL PROTECTED]> wrote: Hi all, We need to fix http://bugs.php.net/bug.php?id=38989 before the release. Some change has broken path handling on windows recently. tsrm_virtual_cwd.c 1.74.2.9.2.3 is the last working version (http://cvs.php.net/viewvc.cgi/TS

Re: [PHP-DEV] Per-request UG(unicode)

2006-10-04 Thread Pierre
Hello, On 10/4/06, Andrei Zmievski <[EMAIL PROTECTED]> wrote: On Oct 3, 2006, at 9:47 PM, Sara Golemon wrote: > I did check it out. Even made changes to try out a few variations on > the theme. I also stand by that I don't like the number of variables > it throws into the mix. > > How about a

Re: [PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend.c zend_globals.h zend_unicode.c

2006-10-04 Thread Andrei Zmievski
I suppose we can omit the ucol_close() call since we're shutting down completely and ICU will close all resources anyway on exit, I believe. -Andrei On Oct 4, 2006, at 6:28 AM, Rob Richards wrote: Seems to be a windows only problem for me. Works fine under linux, but I've tried 3 different

Re: [PHP-DEV] Per-request UG(unicode)

2006-10-04 Thread Michael Wallner
Andrei Zmievski wrote: > On Oct 3, 2006, at 9:47 PM, Sara Golemon wrote: > >> How about a compromise, we finish the code migration effort first, >> then address per-request semantics either before beta, or in the 6.1 >> branch. > > I am afraid that won't work. There are several extensions which n

Re: [PHP-DEV] Re: [PHP Guru question]: run php script from within pecl extension

2006-10-04 Thread Richard Lynch
On Wed, October 4, 2006 3:25 am, Richard Quadling wrote: > On 04/10/06, Roland Schwingel <[EMAIL PROTECTED]> wrote: > >> I tried the "AT" thingy also, but I am not very confident about >> errorlogging and it opens up an IMHO too big difference in Windows >> and Unix handling of my app's installatio

Re: [PHP-DEV] Per-request UG(unicode)

2006-10-04 Thread Andrei Zmievski
On Oct 3, 2006, at 9:47 PM, Sara Golemon wrote: I did check it out. Even made changes to try out a few variations on the theme. I also stand by that I don't like the number of variables it throws into the mix. How about a compromise, we finish the code migration effort first, then address

[PHP-DEV] pgsql patch

2006-10-04 Thread Lukas Kahwe Smith
Hi, I am in a bit of time trouble and I unfortunately do not have the same routine in testing patches (something I really need to setup). But I promised Ilia to get the following patch tested: http://bb.prohost.org/patch/pg.txt If someone could test it out with PostgreSQL 8.0.8 or 8.1.4 I wou

Re: [PHP-DEV] RC5 on Thursday

2006-10-04 Thread Edin Kadribasic
Hi all, We need to fix http://bugs.php.net/bug.php?id=38989 before the release. Some change has broken path handling on windows recently. Edin Ilia Alshanetsky wrote: > The filter issue has been cleared up, as you can probably tell from my > massive commit last night. Both of the protagonists o

Re: [PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend.c zend_globals.h zend_unicode.c

2006-10-04 Thread Rob Richards
Seems to be a windows only problem for me. Works fine under linux, but I've tried 3 different builds of the ICU library - even built one from source - and it always crashes at the same point within the ucol_close call. Rob Andrei Zmievski wrote: Strange. I don't see it here on FreeBSD. Does an

[PHP-DEV] CVS Account Request: dfgdfg

2006-10-04 Thread dfgdfg dff
d -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: zend_fcall_info API

2006-10-04 Thread Michael Wallner
Michael Wallner wrote: > Hi, > > I'd like to see zend_fcall_info_init() signature extended with an additional > 'zval *callable_name' argument. > Additionally it seems that a vararg version of the zend_fcall_info_args() > function would be valuable too: Please see attached patch. Regards, --

Re: [PHP-DEV] Re: [PHP Guru question]: run php script from within pecl extension

2006-10-04 Thread Richard Quadling
On 04/10/06, Roland Schwingel <[EMAIL PROTECTED]> wrote: I tried the "AT" thingy also, but I am not very confident about errorlogging and it opens up an IMHO too big difference in Windows and Unix handling of my app's installation and maintenance process, so I think I will give my cron solution

Re: [PHP-DEV] Re: [PHP Guru question]: run php script from within pecl extension

2006-10-04 Thread Roland Schwingel
Hi Richard, Richard Lynch schrieb: On Mon, October 2, 2006 8:59 am, Roland Schwingel wrote: I love cron, but I am mainly (85%) on windows with my apps and want to have a simple and easy setup and not a bunch of applications/services to install. There is just the apache service bringing in php a

Re: [PHP-DEV] Object Memory Leakage...

2006-10-04 Thread Richard Quadling
On 03/10/06, Jon Anderson <[EMAIL PROTECTED]> wrote: Sorry for the late reply. I was on vacation last week... Richard Quadling wrote: > Using PHP 5.2.0RC5-dev (cli) (built: Sep 18 2006 08:20:52) on Windows > (which has no memory_get_usage() functions), the scripts work fine. I tried again with l