Re: [Components] Roadmap for the next release

2008-07-24 Thread Derick Rethans
On Mon, 14 Jul 2008, Andreas Schamberger wrote: > I'm quite busy at the moment but I took the time today to write a quick > requirements document for a ezlupdate.php script. > > Most of the required functionality is already in the script I posted some time > ago. Therefore it shouldn't be too muc

Re: [Components] SOAP component / ezcMail Mime Handling

2008-07-24 Thread Derick Rethans
Hello, On Wed, 23 Jul 2008, Andreas Schamberger wrote: > Before I get to some problems I had with the MIME code in ezcMail I want > to raise an important question: How do we solve the problem that we > don't rely on other components and don't want to duplicate code either? > By not adding a SO

Re: [Components] Roadmap for the next release

2008-07-24 Thread Gunnstein Lye
On Monday 14 July 2008, Andreas Schamberger wrote: > I'm quite busy at the moment but I took the time today to write a quick > requirements document for a ezlupdate.php script. > > Most of the required functionality is already in the script I posted > some time ago. Therefore it shouldn't be too mu

Re: [Components] Roadmap for the next release

2008-07-24 Thread Andreas Schamberger
Gunnstein Lye schrieb: > The req. doc talks about translatable strings in templates, but such strings > can also be placed in PHP files (there are many in the current kernel). This > must be supported. As the title of the requirements document says I want to build a tool for the TemplateTransla

Re: [Components] Roadmap for the next release

2008-07-24 Thread Gunnstein Lye
On Thursday 24 July 2008, Andreas Schamberger wrote: > Gunnstein Lye schrieb: > > The req. doc talks about translatable strings in templates, but such > > strings can also be placed in PHP files (there are many in the current > > kernel). This must be supported. > > As the title of the requirements

Re: [Components] ezcFactory

2008-07-24 Thread Derick Rethans
On Thu, 24 Jul 2008, eddier waldir gallego rios wrote: > I am just a newbie in ez components, so i don´t know what are the pros > and cons of, Would you mind to tell me more details about how can i > connet oracle whit ezcomponents or do you now about who had connet to > oracle and can help me.

[Components] ezcFactory

2008-07-24 Thread eddier waldir gallego rios
Hi, I am just a newbie in ez components, so i don´t know what are the pros and cons of, Would you mind to tell me more details about how can i connet oracle whit ezcomponents or do you now about who had connet to oracle and can help me. Trying $dbparams = array( 'type' => 'oracle', 'dbname' =

Re: [Components] SOAP component / ezcMail Mime Handling

2008-07-24 Thread Andreas Schamberger
Hi Derick, > We'd need to split out the MIME handling support into perhaps it's own > component. I don't know how feasible that is -- I've little idea on how > SOAP deals with MIME as well - would you have a link to some summarized > information? I need to have a look at the existing MIME code

Re: [Components] Roadmap for the next release

2008-07-24 Thread Gaetano Giunta
Derick Rethans a écrit : > On Mon, 14 Jul 2008, Andreas Schamberger wrote: > > >> I'm quite busy at the moment but I took the time today to write a quick >> requirements document for a ezlupdate.php script. >> >> Most of the required functionality is already in the script I posted some >> time

Re: [Components] ezcFactory

2008-07-24 Thread Gaetano Giunta
Derick Rethans a écrit : > On Thu, 24 Jul 2008, eddier waldir gallego rios wrote: > > >> I am just a newbie in ez components, so i don´t know what are the pros >> and cons of, Would you mind to tell me more details about how can i >> connet oracle whit ezcomponents or do you now about who had

[Components] FW: ezcDbFactory - Oracle

2008-07-24 Thread eddier waldir gallego rios
I run this statament whit zend and ok. $c1 =ocilogon("ARIESW", "ariesW", "EWG"); if (!$c1) { //echo ("Error de conexion de la Base de Datos"); $error=ocierror(); print htmlentities($error['message']);} but when a try whit ez components it's not perform, I think the Oracle service name is the