Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/iconv config.w32 /ext/libxml config.w32 /ext/xsl config.w32 /ext/zlib config.w32

2003-12-05 Thread Sebastian Bergmann
Rob Richards wrote: > This is from an older email I sent a while back. Ah, I remember, thanks, Sebastian -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de/ -- PHP Internals

[PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/ftp ftp.c /ext/sockets sockets.c /ext/standard info.c /main network.c php_network.h /win32/build config.w32 confutils.js

2003-12-05 Thread Sebastian Bergmann
Wez Furlong wrote: > wez Fri Dec 5 19:00:32 2003 EDT > > Modified files: > /php-src/ext/ftp ftp.c > /php-src/ext/sockets sockets.c > /php-src/ext/standard info.c > /php-src/main network.c php_network.h > /php-src/win32/build config.w32 confutils.j

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/iconv config.w32 /ext/libxml config.w32 /ext/xsl config.w32 /ext/zlib config.w32

2003-12-05 Thread Frank M. Kromann
Hi, Iconv-1.9.1 from ftp.gnu.org works fine as well. - Frank > From: Sebastian Bergmann > > > Where can I get these? Right now the build fails for me (I am using the > > php_build package from Edin). > > Sebastian, > > This is from an older email I sent a while back. These files are prob

Re: [PHP-DEV] [PATCH] for oci8 and some improvement proposals

2003-12-05 Thread Jani Taskinen
I had the impression that the 'other' oracle extension is somewhat deprecated and unsupported already? (next one to be moved to sibe..PECL ? :) --Jani On Fri, 5 Dec 2003, Maxim Maletsky wrote: > >it's been a while as I was mentioning that the naming convention for

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/iconv config.w32 /ext/libxml config.w32 /ext/xsl config.w32 /ext/zlib config.w32

2003-12-05 Thread Rob Richards
From: Sebastian Bergmann > Where can I get these? Right now the build fails for me (I am using the > php_build package from Edin). Sebastian, This is from an older email I sent a while back. These files are probably going to need to be put with the rest of the win build files as well for eas

[PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/iconv config.w32 /ext/libxml config.w32 /ext/xsl config.w32 /ext/zlib config.w32

2003-12-05 Thread Sebastian Bergmann
Wez Furlong wrote: > wez Fri Dec 5 15:17:48 2003 EDT > > Modified files: > /php-src/ext/iconvconfig.w32 > /php-src/ext/libxml config.w32 > /php-src/ext/xsl config.w32 > /php-src/ext/zlib config.w32 > Log: > Use Rob's static libxml+libiconv library; ne

Re: [PHP-DEV] [PATCH] for oci8 and some improvement proposals

2003-12-05 Thread Marcus Boerger
Hello Antony, Friday, December 5, 2003, 5:02:23 PM, you wrote: > On Fri, 05 Dec 2003 17:08:49 +0100 > Maxim Maletsky <[EMAIL PROTECTED]> wrote: >> >> it's been a while as I was mentioning that the naming convention for >> OCI8* functions should change into something like oracle_*. Problem is >>

Re: [PHP-DEV] include/require b0rked in HEAD

2003-12-05 Thread Sebastian Bergmann
Andi Gutmans wrote: > I suspect it's just something small which is breaking things. It's already fixed, Sebastian -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de/ -- PHP

Re: [PHP-DEV] status of __destruct

2003-12-05 Thread Andi Gutmans
Destructors are only called during a clean shutdown (i.e. no E_ERROR). They should actually be called by an exit() call. Can you post a short reproducing script (maybe with a print instead of a touch()) that displays this problem? Andi At 11:45 AM 12/5/2003 +0100, John Huntjens wrote: What the

Re: [PHP-DEV] include/require b0rked in HEAD

2003-12-05 Thread Andi Gutmans
I'm on a short vacation right now. Can you try and take a look (maybe with the help of Wez who knows this code quite well) and see what the problem is. I definitely tested it a few months ago when I wrote this patch (it fixes include_once()/require_once() on Windows). I suspect it's just somethi

Re: [PHP-DEV] [PATCH] for oci8 and some improvement proposals

2003-12-05 Thread Antony Dovgal
On Fri, 05 Dec 2003 17:08:49 +0100 Maxim Maletsky <[EMAIL PROTECTED]> wrote: > > it's been a while as I was mentioning that the naming convention for > OCI8* functions should change into something like oracle_*. Problem is > that there is also an old ora_* set of functions. imho oci8_* is quite

Re: [PHP-DEV] [PATCH] for oci8 and some improvement proposals

2003-12-05 Thread Maxim Maletsky
it's been a while as I was mentioning that the naming convention for OCI8* functions should change into something like oracle_*. Problem is that there is also an old ora_* set of functions. I think this is something like rewriting the whole thingie ;) if notbody else minds we could think of appl

Re: [PHP-DEV] :: context access (bug?)

2003-12-05 Thread Andi Gutmans
This is a "feature". We decided to keep it the way it is, and have people who really want to code correctly define their static methods as static. So to fix this you should define Miew() as static and you won't have access to the calling scope. Andi At 11:56 AM 12/4/2003 -0800, Marc Dembogurski

Re: [PHP-DEV] [PATCH] for oci8 and some improvement proposals

2003-12-05 Thread Antony Dovgal
On Fri, 5 Dec 2003 15:58:49 +0100 "Thies C.Arntzen" <[EMAIL PROTECTED]> wrote: > i'm all for it. > > just go ahead, apply for a cvs-account and start hacking;-) I already have one, but there is not enough karma to hack anything, except peardoc/peardoc-ru. --- WBR, Antony Dovgal aka tony2001 [E

Re: [PHP-DEV] [PATCH] for oci8 and some improvement proposals

2003-12-05 Thread Thies C . Arntzen
Am 05.12.2003 um 14:42 schrieb Antony Dovgal: On Fri, 5 Dec 2003 13:37:29 - "Wez Furlong" <[EMAIL PROTECTED]> wrote: Would it make sense to expose this stuff as a stream using the streams API, so the user would be able to fread($lob) etc? yes, I've been thinking about it as an option. I just w

Re: [PHP-DEV] [PATCH] for oci8 and some improvement proposals

2003-12-05 Thread Antony Dovgal
On Fri, 5 Dec 2003 13:37:29 - "Wez Furlong" <[EMAIL PROTECTED]> wrote: > Would it make sense to expose this stuff as a stream using > the streams API, so the user would be able to fread($lob) etc? yes, I've been thinking about it as an option. I just want to hear a principal answer about this

Re: [PHP-DEV] [PATCH] for oci8 and some improvement proposals

2003-12-05 Thread Wez Furlong
Would it make sense to expose this stuff as a stream using the streams API, so the user would be able to fread($lob) etc? You could still add functions for those things that aren't covered already by streams (the erase() call). One of the benefits would be avoiding adding more functions to the gl

[PHP-DEV] [PATCH] for oci8 and some improvement proposals

2003-12-05 Thread Antony Dovgal
Hi, all! I want to propose a patch, that will add functions listed below to OCI8 extension. Similar functions exist in Postgres & Informix extensions, but they are absent in OCI8 module. The patch is being used on 4 my servers (development, test & 2 production servers) about a week and seems to

[PHP-DEV] moreUselessArguments?

2003-12-05 Thread Hartmut Holzgraefe
two more things that i don't remember from the previous fla^H^H^Hthread (mentioned here for completeness) pro Caps: for the member function names themselves i still think that underscores improve readability, but when seen in the complete context $object->method_name, $object_method->name and $o

[PHP-DEV] status of __destruct

2003-12-05 Thread John Huntjens
What the status of destruct, should it work? I am asking because all the simple provided examples work, but in a more complex situation __destruct is never called. Is destruct called on a object when a exit is issued? for debugging I use this destruct: function __destruct() { touch("/tmp/des

[PHP-DEV] PHP community site

2003-12-05 Thread Alexander Wirtz
Arnaud already did this on PEAR-dev, so I think this should be posted here as well. Chris Shiflett has proposed to create a PHP community site with participation of O'Reilly and is now looking for the Right People[tm] to help him get this started. The "announcement" can be found at http://www.

[PHP-DEV] include/require b0rked in HEAD

2003-12-05 Thread Sebastian Bergmann
Even after Wez's fix yesterday the new TSRM code recently enabled by Andi causes phpMyAdmin to fail on Windows. phpMyAdmin/index.php has these require() calls: require('./libraries/grab_globals.lib.php'); require('./libraries/common.lib.php'); This results in Warning: main(.

Re: [PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend_execute.c

2003-12-05 Thread Moriyoshi Koizumi
On 2003/12/05, at 17:38, Sascha Schumann wrote: I've tried to do so again and again for last two or three hours, but I'm stuck with some CVS weirdness now. Anyone...? The stale locks have been purged. Thanks. Moriyoshi -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, v

Re: [PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend_execute.c

2003-12-05 Thread Sascha Schumann
On Fri, 5 Dec 2003, Moriyoshi Koizumi wrote: > > On 2003/12/05, at 5:37, Ilia Alshanetsky wrote: > > > On December 4, 2003 12:38 pm, Moriyoshi Koizumi wrote: > >> moriyoshi Thu Dec 4 12:38:21 2003 EDT > >> > >> Modified files: > >> /ZendEngine2 zend_execute.c > >> Log: > >> R

[PHP-DEV] PATCH: unpack unsigned values

2003-12-05 Thread Curt Zirzow
I know this might be a busy time for everyone, but I wrote a patch to return unsigned values using the appropriate format characters. patch: http://zirzow.dyndns.org/patches/pack.patch test script and output: http://zirzow.dyndns.org/patches/pack.phps If this is appoved the documentation ne