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
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
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
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
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
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
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
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
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) {
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
10 matches
Mail list logo