[PHP-DEV] Re: Please test PDO

2005-02-11 Thread Lester Caine
Wez Furlong wrote: It's the weekend, time for relaxation and recreational hacking. The perfect opportunity to give PDO a whirl :-) Wez I have had a look at PDO, but for many of us it is just a step BACK to the bad old days. ADOdb is well established and works. If you use the accelerator module th

Re: [PHP-DEV] XML RPC in PHP 5

2005-02-11 Thread Steph
Hi Justin, It entails looking at the source and not just going 'urgh' :) It works on win32 in PHP 5 with a libxml base, I don't think anyone got around to changing the config.m4 file for it yet though (so it _might_ break on *nix if the expat library isn't present). But it's a required extension

Re: [PHP-DEV] XML RPC in PHP 5

2005-02-11 Thread justin randell
hi all, i've been lurking here for some time without contributing to discussion or code. where i work, we use xmlrpc extensively, and are looking to move from php4=>php5 over the coming year. i'm new to C and have only read about the Zend engine's internals, but i'm looking for an excuse to lear

Re: [PHP-DEV] Please test PDO

2005-02-11 Thread Ryan King
On Feb 11, 2005, at 4:55 PM, Wez Furlong wrote: It's the weekend, time for relaxation and recreational hacking. The perfect opportunity to give PDO a whirl :-) Please *do* try it out soon as you can; with PHP 5.1 beta due on the first of March, it's really important to make sure that we don't have

Re: [PHP-DEV] [PATCH] Fix for bug #31936

2005-02-11 Thread Wez Furlong
Looks ok to me --Wez. On Sat, 12 Feb 2005 04:32:52 +0200 (EET), Jani Taskinen <[EMAIL PROTECTED]> wrote: > > Any objections on committing this fix: > >http://www.php.net/~jani/patches/bug31936.patch > > ?? > > --Jani > > -- > PHP Internals - PHP Runtime Development Ma

[PHP-DEV] [PATCH] Fix for bug #31936

2005-02-11 Thread Jani Taskinen
Any objections on committing this fix: http://www.php.net/~jani/patches/bug31936.patch ?? --Jani -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: [PECL-DEV] Please test PDO

2005-02-11 Thread Andi Gutmans
Yes, I'd like to second that. I'm still planning to release a beta in the beginning of March. Make sure you bring up any serious issues which would prevent that and/or need resolving first. Don't forget it's a beta so it doesn't have to be as perfect as an RC. Andi At 07:55 PM 2/11/2005 -0500,

[PHP-DEV] Please test PDO

2005-02-11 Thread Wez Furlong
It's the weekend, time for relaxation and recreational hacking. The perfect opportunity to give PDO a whirl :-) Please *do* try it out soon as you can; with PHP 5.1 beta due on the first of March, it's really important to make sure that we don't have any "brown-paper-bag" bugs sooner rather than l

Re: [PHP-DEV] Release 5.0.4?

2005-02-11 Thread Lukas Smith
Andi Gutmans wrote: At 11:21 PM 2/11/2005 +0100, Christian Stocker wrote: Hi 5.0.3 is out since quite some time and there were bugs introduced with that release, which are fixed since quite some time (for example the $str['str'] bug IIRC). So, a 5.0.4 release soon wouldn't be a bad idea, IMHO. S

Re: [PHP-DEV] Autoboxing in php 5.1

2005-02-11 Thread Marcus Boerger
Hello Andi, you can but that would be different. You somehow have to know then what is there to parse and you couldn't write something like 'phpdoc' that requires correct syntax for both code and comment. marcus Friday, February 11, 2005, 11:23:40 PM, you wrote: > Can't you use the reflection

Re: [PHP-DEV] XML RPC in PHP 5

2005-02-11 Thread Andi Gutmans
Any volunteers? At 05:27 PM 2/11/2005 -0500, Adam Maccabee Trachtenberg wrote: On Fri, 11 Feb 2005, Andi Gutmans wrote: > Is the XML RPC extension (ext/xmlrpc) still being maintained in PHP 5? > Asking because I heard there were some bugs and I'm not sure if this is due > to the move from PHP 4 to

Re: [PHP-DEV] XML RPC in PHP 5

2005-02-11 Thread Adam Maccabee Trachtenberg
On Fri, 11 Feb 2005, Andi Gutmans wrote: > Is the XML RPC extension (ext/xmlrpc) still being maintained in PHP 5? > Asking because I heard there were some bugs and I'm not sure if this is due > to the move from PHP 4 to PHP 5. I think it's still based on Expat. I think this is an extension in nee

Re: [PHP-DEV] Release 5.0.4?

2005-02-11 Thread Andi Gutmans
At 11:21 PM 2/11/2005 +0100, Christian Stocker wrote: Hi 5.0.3 is out since quite some time and there were bugs introduced with that release, which are fixed since quite some time (for example the $str['str'] bug IIRC). So, a 5.0.4 release soon wouldn't be a bad idea, IMHO. Since my own softwar

Re: [PHP-DEV] Autoboxing in php 5.1

2005-02-11 Thread Andi Gutmans
Can't you use the reflection API to get the data? At 11:19 PM 2/11/2005 +0100, Marcus Boerger wrote: Hello Andi, Friday, February 11, 2005, 8:51:16 PM, you wrote: > At 01:33 PM 2/11/2005 -0500, Sean Coates wrote: >>Andi Gutmans wrote: >>>I think phpDoc is the solution because especially as we start

[PHP-DEV] Release 5.0.4?

2005-02-11 Thread Christian Stocker
Hi 5.0.3 is out since quite some time and there were bugs introduced with that release, which are fixed since quite some time (for example the $str['str'] bug IIRC). So, a 5.0.4 release soon wouldn't be a bad idea, IMHO. Since my own software (or actually a PEAR class, which I use) has problems

Re: [PHP-DEV] Autoboxing in php 5.1

2005-02-11 Thread Marcus Boerger
Hello Andi, Friday, February 11, 2005, 8:51:16 PM, you wrote: > At 01:33 PM 2/11/2005 -0500, Sean Coates wrote: >>Andi Gutmans wrote: >>>I think phpDoc is the solution because especially as we start going into >>>the web services realm we're going to need to document more complex >>>signatures

Re: [PHP-DEV] Re: intercepting function calls

2005-02-11 Thread Andi Gutmans
OK you got a point. It doesn't really hurt to keep it so I'll leave it all in. I can think of cases where using those opcodes might be easier to use at runtime than overloading zend_execute. Andi At 09:09 AM 2/11/2005 +0100, Derick Rethans wrote: On Thu, 10 Feb 2005, Andi Gutmans wrote: > At 11:

Re: [PHP-DEV] Autoboxing in php 5.1

2005-02-11 Thread Andi Gutmans
At 01:33 PM 2/11/2005 -0500, Sean Coates wrote: Andi Gutmans wrote: I think phpDoc is the solution because especially as we start going into the web services realm we're going to need to document more complex signatures and this kind of syntax won't be sufficient anyway. We will need to have a wa

[PHP-DEV] XML RPC in PHP 5

2005-02-11 Thread Andi Gutmans
Hey. Is the XML RPC extension (ext/xmlrpc) still being maintained in PHP 5? Asking because I heard there were some bugs and I'm not sure if this is due to the move from PHP 4 to PHP 5. I think it's still based on Expat. Andi -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe,

Re: [PHP-DEV] Autoboxing in php 5.1

2005-02-11 Thread Andi Gutmans
At 10:33 AM 2/11/2005 +0100, Sebastian Bergmann wrote: John Coggeshall wrote: > I am only arguing the typehinting of primitives. I would like to see typehinting for primitives, too. Read the archives. There are good reasons why this wouldn't fit into PHP and the way it auto-juggles types. Andi -

Re: [PHP-DEV] Autoboxing in php 5.1

2005-02-11 Thread Sebastian Bergmann
John Coggeshall wrote: > I am only arguing the typehinting of primitives. I would like to see typehinting for primitives, too. -- Sebastian Bergmann http://www.sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69 -- PHP Internal

Re: [PHP-DEV] Autoboxing in php 5.1

2005-02-11 Thread Marcus Boerger
Hello Sean, Friday, February 11, 2005, 7:33:11 PM, you wrote: > Andi Gutmans wrote: >> I think phpDoc is the solution because especially as we start going into >> the web services realm we're going to need to document more complex >> signatures and this kind of syntax won't be sufficient anyway

Re: [PHP-DEV] Autoboxing in php 5.1

2005-02-11 Thread Sean Coates
Andi Gutmans wrote: I think phpDoc is the solution because especially as we start going into the web services realm we're going to need to document more complex signatures and this kind of syntax won't be sufficient anyway. We will need to have a way to document web services so that we can auto-

Re: [PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: TSRM(PHP_4_3) / TSRM.c TSRM.h tsrm_config.nw.h tsrm_config_common.h tsrm_nw.c tsrm_nw.h tsrm_virtual_cwd.c tsrm_virtual_cwd.h tsrm_win32.c tsrm_win32.h

2005-02-11 Thread Andi Gutmans
At 05:24 AM 2/11/2005 +0200, Jani Taskinen wrote: Fine, I'll revert it. Thanks. Andi -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Autoboxing in php 5.1

2005-02-11 Thread Andi Gutmans
I think phpDoc is the solution because especially as we start going into the web services realm we're going to need to document more complex signatures and this kind of syntax won't be sufficient anyway. We will need to have a way to document web services so that we can auto-generate WSDL files.

Re: [PHP-DEV] Re: How to unload a class

2005-02-11 Thread George Schlossnagle
On Feb 11, 2005, at 2:25 AM, Markus Fischer wrote: Sara Golemon wrote: What would happen to the instanciated objects? Only allowing class unloading for classes that have no instantiated objects would be an option. And how would you know if it'd been instantiated? Even if you recursively looped th

Re: [PHP-DEV] Re: intercepting function calls

2005-02-11 Thread George Schlossnagle
On Feb 11, 2005, at 3:09 AM, Derick Rethans wrote: ; I really need the statement call callback for single stepping through code. Seconded. I use something similar. The statement call is really useful. The fcall_(begin|end) hooks I never use though. George -- PHP Internals - PHP Runtime Develo

Re: [PHP-DEV] Autoboxing in php 5.1

2005-02-11 Thread Ante Drnasin
John Coggeshall wrote: To be clear: Although I think this might be implemented as some sort of object I am not interested in making objects out of everything. All I want is this: function foo(Integer $a, Float $b, String $c, Boolean $d) { } and be able to introspect against that... how that ultimat

Re: [PHP-DEV] Re: intercepting function calls

2005-02-11 Thread Derick Rethans
On Thu, 10 Feb 2005, Andi Gutmans wrote: > At 11:01 AM 2/9/2005 -0500, George Schlossnagle wrote: > > >On Feb 9, 2005, at 10:57 AM, Sara Golemon wrote: > > > >>>Is it possible to intercept a function call (user > >>>space or built-in) in the Zend Engine and execute user > >>>space code before/afte

Re: [PHP-DEV] Re: How to unload a class

2005-02-11 Thread Markus Fischer
Sara Golemon wrote: What would happen to the instanciated objects? Only allowing class unloading for classes that have no instantiated objects would be an option. And how would you know if it'd been instantiated? Even if you recursively looped through every variable hash from EG(symbol_table) on