[fw-general] Extended Zend_Ldap component in Standard Incubator

2008-12-07 Thread Stefan Gehrig
Hello everybody, after having been accepted for Zend Standard Incubator development the proposed extended Zend_Ldap component (formerly known as Zend_Ldap_Ext) has been moved to the Standard Incubator for further development. Overview: The existing Zend_Ldap component currently just responds to a

Re: [fw-general] Extended Zend_Ldap component in Standard Incubator

2008-12-07 Thread Matthew Ratzloff
Can I suggest calling it Zend_Ldap_Extended instead? In the PHP world "ext" implies "PHP extension", e.g., ext/ldap. "Extended" would remove any possible confusion about its purpose. -Matt On Sun, Dec 7, 2008 at 6:33 AM, Stefan Gehrig <[EMAIL PROTECTED]> wrote: > Hello everybody, > > after havi

AW: [fw-general] Extended Zend_Ldap component in Standard Incubator

2008-12-07 Thread Stefan Gehrig
Hi Matt, the component will be called ‘Zend_Ldap’ as it currently is a merge of first proposed Zend_Ldap_Ext and the current Zend_Ldap. It’s a replacement, 100% backwards-compatible, for the current Zend_Ldap – as proposed by Ralph Schindler in his comment announcing the approval of the comp

RE: [fw-general] Extended Zend_Ldap component in Standard Incubator

2008-12-07 Thread Wil Sinclair
As a bit of a historical note, we always intended Zend_Ldap to be a placeholder for a full LDAP client implementation. What was contributed for 1.5 was only the functionality needed to bind, thereby authenticating a user, to an LDAP server. We felt it would be awkward to have all of this code in

[fw-general] S3 Service / CDN using ZF

2008-12-07 Thread robert mena
Hi, I've searched the archives but could not find anything new about a Zend_S3 (for Amazon's S3 service). The idea was dropped? I'd like to use Amazon's S3 to store image files and direct the users to their servers when they are not local. I'd need to use some GeoIP or other method to define th

[fw-general] Re: S3 Service / CDN using ZF

2008-12-07 Thread Justin Plock
robert mena wrote: Hi, I've searched the archives but could not find anything new about a Zend_S3 (for Amazon's S3 service). The idea was dropped? I'd like to use Amazon's S3 to store image files and direct the users to their servers when they are not local. I'd need to use some GeoIP or

Re: [fw-general] Re: S3 Service / CDN using ZF

2008-12-07 Thread robert mena
Hi Justin, Thank you. Does it work with CloudFront? (another amazon service). On Sun, Dec 7, 2008 at 9:22 PM, Justin Plock <[EMAIL PROTECTED]> wrote: > robert mena wrote: > >> Hi, >> >> I've searched the archives but could not find anything new about a Zend_S3 >> (for Amazon's S3 service). Th

Re: [fw-general] Re: S3 Service / CDN using ZF

2008-12-07 Thread robert mena
I'll give it a shot. I've downloaded ZF-1.7.1 but could not find it under incubator folder. Where is it? On Sun, Dec 7, 2008 at 9:54 PM, Justin Plock <[EMAIL PROTECTED]> wrote: > I haven't done any specific work with the CloudFront API. I've sort > of been on hold with the S3 class waiting fo

Re: [fw-general] Re: S3 Service / CDN using ZF

2008-12-07 Thread Jason Webster
It's actually in the laboratory at the moment. You can check it out from svn at: robert mena wrote: I'll give it a shot. I've downloaded ZF-1.7.1 but could not find it under incubator folder. Where is it? On S

Re: [fw-general] Extended Zend_Ldap component in Standard Incubator

2008-12-07 Thread Matthew Ratzloff
Ah, that makes the most sense. Thanks, -Matt On Sun, Dec 7, 2008 at 12:58 PM, Stefan Gehrig <[EMAIL PROTECTED]> wrote: > Hi Matt, > > > > the component will be called 'Zend_Ldap' as it currently is a merge of > first proposed Zend_Ldap_Ext and the current Zend_Ldap. It's a replacement, > 100% b

[fw-general] display images

2008-12-07 Thread ankuraeran
I am newbie to ZF. I could successfully create file upload action but due to some path abbiguity I am unable to display that uploaded image in browse. The path where I put the uploaded image is /data/uploads/ Will anybody please guide me how to access the image in template. Regards, Ankur --