Re: [PHP-DEV] Re: ZendEngine2 / zend_ini_parser.y zend_ini_scanner.l

2004-05-15 Thread Andi Gutmans
At 01:10 PM 5/15/2004 -0700, Sara Golemon wrote: A) Isn't it late in the RC cycle to be adding features? Although personally I don't think this patch is very important/useful, it's quite self-contained so we thought it'd wouldn't be a big deal to add it. It is kind of late and I do prefer not to a

[PHP-DEV] Extension written in C++ and undefined symbols

2004-05-15 Thread Peter 'iridium' Waller
I've currently got some libraries written in C++ with various class interfaces, I was going to write an interface between them and PHP but got very stuck trying to get the extension to recognize any C++ linked to it at all.. I spent quite a while searching the archives and google before posting

Re: [PHP-DEV] CVS Account Request: matt

2004-05-15 Thread Derek Ford
Matthew Fonda wrote: I would like to help with documentation and contribute anything else possible, and also I was told to request a CVS account by [EMAIL PROTECTED] Spoke with him on irc, in #phpdoc. Derek Ford -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: htt

[PHP-DEV] CVS Account Request: matt

2004-05-15 Thread Matthew Fonda
I would like to help with documentation and contribute anything else possible, and also I was told to request a CVS account by [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: ZendEngine2 / zend_ini_parser.y zend_ini_scanner.l

2004-05-15 Thread Andrei Zmievski
On Sat, 15 May 2004, Sara Golemon wrote: > A) Isn't it late in the RC cycle to be adding features? I guess not. I got OK from Andi & Zeev. > B) You're mising a ; (line 259) Where exactly? What file? It compiles fine for me. -Andrei -- PHP Internals - PHP Runtime Development Mailing List To

RE: [PHP-DEV] Re: ZendEngine2 / zend_ini_parser.y zend_ini_scanner.l

2004-05-15 Thread Andrei Zmievski
I don't know, have you tried it? -Andrei > -Original Message- > From: Christian Schneider [mailto:[EMAIL PROTECTED] > > Does this allow for VirtualHosts to use the global ini settings? > E.g. could one do > php_value include_path "/some/path:{$include_path}" > with this patch? > > I thi

[PHP-DEV] Re: ZendEngine2 / zend_ini_parser.y zend_ini_scanner.l

2004-05-15 Thread Christian Schneider
Sara Golemon wrote: A) Isn't it late in the RC cycle to be adding features? Does this allow for VirtualHosts to use the global ini settings? E.g. could one do php_value include_path "/some/path:{$include_path}" with this patch? I think this would be a very valuable addition. - Chris -- PHP Internal

[PHP-DEV] Re: ZendEngine2 / zend_ini_parser.y zend_ini_scanner.l

2004-05-15 Thread Sara Golemon
A) Isn't it late in the RC cycle to be adding features? B) You're mising a ; (line 259) -Sara - Original Message - From: "Andrei Zmievski" <[EMAIL PROTECTED]> Newsgroups: php.zend-engine.cvs To: <[EMAIL PROTECTED]> Sent: Friday, May 14, 2004 1:58 PM Subject: cvs: ZendEngine2 / zend_in

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/sybase_ct

2004-05-15 Thread Ard Biesheuvel
Timm Friebe wrote: + case 3: + /* This signals we have an integer datatype, but we need to convert to double if we + * overflow. */ convert_to_double(&result->data[i][j]); + if (Z_DVAL(result->data[i][j]) >= LONG_MIN && Z_DVAL(result->data[i][j]) <= LONG_MAX) {

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/sybase_ct php_sybase_ct.c

2004-05-15 Thread Timm Friebe
On Fri, 2004-05-14 at 17:34, Alex Kiesel wrote: > Hi Internals, hi Timm, [...] > This patch (committed with rev. 1.89 in ext/sybase_ct/php_sybase_ct.c) > introduces a behaviour I consider broken: > > # select 2147483647 > becomes an int because Sybase automatically converts the input into > an