[PHP] Re: zend framework & getIdentity

2013-07-19 Thread Dan Joseph
On Wed, Jul 17, 2013 at 5:54 PM, Dan Joseph wrote: > Fatal error: Uncaught exception 'Zend_Session_Exception' with message > 'Zend_Session::start() - > /product/Messenger-dev/Messenger/library/Zend/Session.php(Line:480): Error > #2 Class __PHP_Incomplete_Class has no unserializer Array' in > /pro

[PHP] Re: Zend framework

2010-09-10 Thread Carlos Medina
Am 10.09.2010 03:33, schrieb chris h: Hello all, I'm starting a new project and I'm thinking about building it on Zend framework and possibly Zend server. I've only used the framework slightly and I've never really used Zend server. That being said I hear that the framework is pretty decent to

Re: [PHP] Re: Zend Framework and IIS

2009-02-05 Thread steve
See this blog entry: http://2bits.com/articles/high-php-execution-times-drupal-and-tuning-apc-includeonce-performance.html On Fri, Jan 30, 2009 at 12:49 PM, Robert Cummings wrote: > On Fri, 2009-01-30 at 15:42 -0500, Andrew Ballard wrote: >> On Fri, Jan 30, 2009 at 12:46 PM, Andrew Ballard wrot

Re: [PHP] Re: Zend Framework and IIS

2009-01-30 Thread Robert Cummings
On Fri, 2009-01-30 at 15:42 -0500, Andrew Ballard wrote: > On Fri, Jan 30, 2009 at 12:46 PM, Andrew Ballard wrote: > > Is anyone running Zend Framework under IIS? If so, how do you have it > > configured? (ISAPI versus FastCGI, etc.) Do you use any code > > optimizers? > > > > The reason I ask is

[PHP] Re: Zend Framework and IIS

2009-01-30 Thread Andrew Ballard
On Fri, Jan 30, 2009 at 12:46 PM, Andrew Ballard wrote: > Is anyone running Zend Framework under IIS? If so, how do you have it > configured? (ISAPI versus FastCGI, etc.) Do you use any code > optimizers? > > The reason I ask is because we set it up on a couple servers where I > work and it is dre

[PHP] Re: Zend Framework...where to start? -- do

2009-01-15 Thread Carlos Medina
Colin Guthrie schrieb: 'Twas brillig, and Daevid Vincent at 14/01/09 21:39 did gyre and gimble: The pages are significantly slower than straight PHP by orders of magnitude: http://paul-m-jones.com/?p=315 Shock News: Frameworks that allow you to write an application in less code do stuff in th

[PHP] Re: Zend Framework...where to start? -- do

2009-01-15 Thread Colin Guthrie
'Twas brillig, and Daevid Vincent at 14/01/09 21:39 did gyre and gimble: The pages are significantly slower than straight PHP by orders of magnitude: http://paul-m-jones.com/?p=315 Shock News: Frameworks that allow you to write an application in less code do stuff in the background for you.

[PHP] Re: Zend framework

2008-12-24 Thread Colin Guthrie
'Twas brillig, and Al at 24/12/08 17:51 did gyre and gimble: Richard Heyes wrote: 2008/12/24 Al : I've not given it much thought, so far. But, am curious about what you folks think about it. Anyone with experience have a comment? On what? The Zend Framework? Sorry, I wasn't clear. Anyo

[PHP] Re: Zend Platform

2008-09-09 Thread Colin Guthrie
Jochem Maas wrote: Zend Framework and Zend Platform are 2 different animals Egads.. totally didn't read that mail properly! Too much trawling on the ZF mailing lists today methinks! Col -- Colin Guthrie gmane(at)colin.guthr.ie http://colin.guthr.ie/ Day Job: Tribalogic Limited [http://ww

Re: [PHP] Re: Zend Platform

2008-09-09 Thread Jochem Maas
Colin Guthrie schreef: Nathan Rixham wrote: Short and sweet; does anybody have any practical experience; thoughts or case studies in regards to implementing the Zend Platform. I like it. I'm slowly converting across my companies applications to it, but it's a long process (mainly due to clie

[PHP] Re: Zend Platform

2008-09-09 Thread Colin Guthrie
Nathan Rixham wrote: Short and sweet; does anybody have any practical experience; thoughts or case studies in regards to implementing the Zend Platform. I like it. I'm slowly converting across my companies applications to it, but it's a long process (mainly due to clients getting in the way a

Re: [PHP] Re: Zend + Eclipse + Standized Framework

2005-11-22 Thread Roman Ivanov
Jochem Maas wrote: > Roman Ivanov wrote: > >> Greg Donald wrote: >> >>> Maybe Zend will get it right where all the previous attempts I've >>> seen/used are less than great. >> >> >> >> Personally, I would start creation of PHP framework by cleaning up PHP >> sytax. It's freakin' impossible to make

Re: [PHP] Re: Zend + Eclipse + Standized Framework

2005-11-22 Thread Jochem Maas
Roman Ivanov wrote: Greg Donald wrote: Maybe Zend will get it right where all the previous attempts I've seen/used are less than great. Personally, I would start creation of PHP framework by cleaning up PHP sytax. It's freakin' impossible to make complex OOP clean: there is plenty wrong w

Re: [PHP] Re: Zend + Eclipse + Standized Framework

2005-11-16 Thread Roman Ivanov
Greg Donald wrote: Maybe Zend will get it right where all the previous attempts I've seen/used are less than great. Personally, I would start creation of PHP framework by cleaning up PHP sytax. It's freakin' impossible to make complex OOP clean: $this->output(array('dir', 'template'), &new B

Re: [PHP] Re: Zend + Eclipse + Standized Framework

2005-11-15 Thread Greg Donald
On Tue, 15 Nov 2005, GamblerZG wrote: Convention over configuration. (Yaml, not XML. ActiveRecord not Propel/Phing.) Hard to do in pure PHP. But I tried: http://cvs.sourceforge.net/viewcvs.py/naturalgine/NECMS_0_3/tools/ori.php?rev=1.1.1.1&view=markup Maybe Zend will get it right where all

Re: [PHP] Re: Zend + Eclipse + Standized Framework

2005-11-15 Thread GamblerZG
Greg Donald wrote: On Mon, 2005-11-14 at 03:55 -0500, Roman Ivanov wrote: What features do you need from a framework? Convention over configuration. (Yaml, not XML. ActiveRecord not Propel/Phing.) Hard to do in pure PHP. But I tried: http://cvs.sourceforge.net/viewcvs.py/naturalgine/NECM

Re: [PHP] Re: Zend + Eclipse + Standized Framework

2005-11-14 Thread Greg Donald
On Mon, 2005-11-14 at 03:55 -0500, Roman Ivanov wrote: > What features do you need from a framework? Convention over configuration. (Yaml, not XML. ActiveRecord not Propel/Phing.) A persist-able domain model where logic and data are presented in one wrapping. (I don't want to re-assign my data

Re: [PHP] Re: Zend + Eclipse + Standized Framework

2005-11-14 Thread Esteamedpw
_http://andigutmans.blogspot.com/_ (http://andigutmans.blogspot.com/) Andi talks about the Framework on his Blog. - Clint

[PHP] Re: Zend + Eclipse + Standized Framework

2005-11-14 Thread Roman Ivanov
Dan Rossi wrote: Just found this article via phpeclipse.de stating Zend will be including Eclipse framework in their development schedules :) http://www.zend.com/news/zendpr.php?id=109 Id like to know more about this standardized application framework. Me too, considering the fact that I spe

[PHP] Re: Zend + Eclipse + Standized Framework

2005-11-14 Thread Roman Ivanov
Dan Rossi wrote: Personally, i am trying to avoid all these frameworks until everyones ideas are collabroated into one as i think they only work for some or for the developers purposes only. What features do you need from a framework? -- PHP General Mailing List (http://www.php.net/) To unsub

[PHP] Re: Zend + Eclipse + Standized Framework

2005-11-14 Thread GamblerZG
Dan Rossi wrote: Personally, i am trying to avoid all these frameworks until everyones ideas are collabroated into one as i think they only work for some or for the developers purposes only. What features do you need from a framework? -- PHP General Mailing List (http://www.php.net/) To unsub

[PHP] Re: Zend II api's RETURN_STRING macro

2005-03-15 Thread Jason Barnett
Usya Usya wrote: ... Please do not send multiple messages to the list, especially that many so close together. -- Teach a man to fish... NEW? | http://www.catb.org/~esr/faqs/smart-questions.html STFA | http://marc.theaimsgroup.com/?l=php-general&w=2 STFM | http://php.net/manual/en/index.php STFW

[PHP] Re: Zend Enc and 0T Q

2004-07-21 Thread Richard Davey
Php Gen wrote: After a lot of seaching (on this list(archives), google, forums etc) I saw a quite a few products like ioncube, zend, codesecure, blender, mmCache encryptor etc etc I think it depends on the scale of your product. If it is something that a company is going to deploy on their own web

[PHP] Re: Zend Optimiser -- wide spread??

2004-03-22 Thread Kim Steinhaug
As other people mention here PHP Zend Optimizer is usually NOT installed on any systems unless they have encountered a customer which needed it. Were selling a shoppingcart system and *every* host were encountered did not have it installed. Another sollution comes up, since a lot of the hosting c

[PHP] Re: Zend Optimiser -- wide spread??

2004-03-21 Thread Geir Pedersen - Activio AS
Justin, > Is Zend Optimiser (required to run encoded PHP files) part of > a base installation, or at the very least, is it widely spread > in use (available on most hosts)? >From looking around earlier my impression is that most good commercial web hosting providers have the Zend Optimiser ins

[PHP] Re: Zend Studio ESC key issue?

2004-01-29 Thread Eric Bolikowski
Hei Trevor I have got exactly the same problem, and there doesn't seem to be any solution to it... What you could to, is to send a mail to Zend and ask them to implement a feature that will allow us Zend Studio users to customize this. Eric "Trevor Gryffyn" <[EMAIL PROTECTED]> wrote in message

Re: [PHP] Re: Zend extensions license

2003-07-08 Thread Dan Anderson
Check out the license at the source: http://www.php.net/license/ http://www.trolltech.com/products/qt/freelicense.html Quoting: Q. So, what's the point of the Zend license? When should I be concerned about it? A. You should be aware of the Zend license in two cases. First, if you publish patch

Re: [PHP] Re: Zend extensions license

2003-07-08 Thread Matthieu Boyer EI3
Well, this is proprietary back-end stuff, so in a way, it won't be marketed but it'll have to remain the propriety of the company and be closed-source. As far as I've understood the PHP license, all i'm required to do is not to make use of the name "PHP". But I'm not a lawyer and I wanted to ch

[PHP] Re: Zend extensions license

2003-07-08 Thread l0t3k
what specifically are you attempting to do ? do you wish to market the extension ? donate it to the PHP community ? if the former, then im fairly certain the license allows it. as for the latter, its best to license your code under a non-GPL, OSI approved license (BSD, LGPL, PHP, etc). makes sure

[PHP] Re: Zend

2003-07-01 Thread Manuel Lemos
Hello, On 07/01/2003 02:27 AM, Gladk wrote: Can anybody give me direct link for downloading Zend Optimizer. I tried to do it a lot of times from the official site, but after accepting agreement nothing happens Maybe Zend site has some alergy to your browser or vice-versa. :-) BTW, if you are

Re: [PHP] Re: Zend encoding and security

2003-06-18 Thread Manuel Lemos
Hello, On 06/16/2003 07:20 AM, Zeev Suraski wrote: I guess they can't compare with what they can't afford to buy. It's therefore nice that it's available for free 21-day evaluation on zend.com, isn't it? :) I suppose that was not available when they started making those benchmarks. It was,

Re: [PHP] Re: Zend encoding and security

2003-06-16 Thread Zeev Suraski
At 20:09 15/06/2003, Manuel Lemos wrote: Hello, On 06/15/2003 12:39 PM, Zeev Suraski wrote: At 13:59 11/06/2003, Manuel Lemos wrote: I guess they can't compare with what they can't afford to buy. It's therefore nice that it's available for free 21-day evaluation on zend.com, isn't it? :) I suppo

Re: [PHP] Re: Zend encoding and security

2003-06-15 Thread Manuel Lemos
Hello, On 06/15/2003 12:39 PM, Zeev Suraski wrote: At 13:59 11/06/2003, Manuel Lemos wrote: I guess they can't compare with what they can't afford to buy. It's therefore nice that it's available for free 21-day evaluation on zend.com, isn't it? :) I suppose that was not available when they sta

Re: [PHP] Re: Zend encoding and security

2003-06-15 Thread Zeev Suraski
At 13:59 11/06/2003, Manuel Lemos wrote: I guess they can't compare with what they can't afford to buy. It's therefore nice that it's available for free 21-day evaluation on zend.com, isn't it? :) Anyway, it does not seem to make much sense to compare code acceleration based on plain caching/opt

[PHP] Re: Zend Optimizer not active?

2003-06-15 Thread Manuel Lemos
Hello, On 06/12/2003 10:16 PM, Steve Yates wrote: Starting with a working site (FreeBSD 4.7, Apache 1.3.27) using PHP 4.3.0 and the latest Zend Optimizer, I upraded to PHP 4.3.2. Afterwards, phpinfo () did not show the Optimizer as loaded. Reinstalling Optimizer did not change this, nor did un

[PHP] Re: Zend Optimizer not active?

2003-06-13 Thread Steve Yates
Ah, how clear things are afterwards. :) I found out my problem was that PHP was looking in the "wrong" folder for php.ini, and it apparently fails silently, taking the default settings instead. - Steve Yates - A chicken is just an egg's way of continuing the species. ~ Taglines by Ta

[PHP] Re: Zend Optimizer not active?

2003-06-13 Thread Steve Yates
On Fri, 13 Jun 2003 10:38:39 +0200, Marek Kilimajer wrote: >Are the logs saying anything? Or if you run php from command line? Sorry should have made that clear. Apache's error log does not show any reference to PHP or Zend, nor does /var/log/messages. Is there another place I should look? >Fr

Re: [PHP] Re: Zend encoding and security

2003-06-11 Thread Manuel Lemos
Hello, On 06/11/2003 06:08 AM, Zeev Suraski wrote: At 16:27 09/05/2003, Manuel Lemos wrote: Have you been on vacation or just working really hard to beat Turck? :-) I've been using the Turck MM Cache for 3 months now and the performance is amazing :) Yes, their benchmarks show that it pratical

Re: [PHP] Re: Zend encoding and security

2003-06-11 Thread Zeev Suraski
At 16:27 09/05/2003, Manuel Lemos wrote: I've been using the Turck MM Cache for 3 months now and the performance is amazing :) Yes, their benchmarks show that it pratically matches Zend products performance, thus beating all the others. Except they only compare it to the entry-level product from

[PHP] Re: Zend Gone missing

2003-05-30 Thread DvDmanDT
Like just go to the folder where you installed it and run? "Chris Blake" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > Greetings learned PHP(eople), > > I just downloaded and installed the Zend Studio trial package as I`m > tired of usign vim for all my PHP stuff, and during the

[PHP] Re: Zend Encoder

2003-02-24 Thread Manuel Lemos
Hello, On 02/24/2003 01:51 PM, Thomas Johnsson wrote: This might sound a bit paranoid, but since I don't know how it works, i'll ask anyway. If I encrypt a file using the Zend Encoder, is there anyone at zend who can view it, or it it an unreversable encryption? Sure. Actually it is technically po

[PHP] Re: Zend - Studio, Encoder, Optimiser...

2002-05-06 Thread Henrik Hansen
[EMAIL PROTECTED] (Brian McGarvie) wrote: > I am writing several php applications wich demand speed & security. > > I'm just looking for some reassurances from some ppl that might be using > the ZEND products to deliver this. > > Is the speed increase using the optimiser noticable? > > How w

[PHP] RE: [Zend Engine 2] Unsigned Right(Maybee Left) Shift [Again]

2002-04-04 Thread Rick Emery
Count me as AGAINST, because <<< is heredoc operator -Original Message- From: Jason Greene [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 9:43 AM To: PHP-Dev; Andi Gutmans; Zend Engine 2 Subject: [Zend Engine 2] Unsigned Right(Maybee Left) Shift [Again] So far, after posting

RE: [PHP] Re: Zend Cache & cache_gui

2001-09-25 Thread Joseph Blythe
PROTECTED]] Sent: Wednesday, 26 September 2001 2:24 AM To: [EMAIL PROTECTED] Subject: [PHP] Re: Zend Cache & cache_gui I had that problem. Appeared to be some incompatibility with Zend Optimizer and Zend Cache. Upgrade to Zend Optimizer 1.1.0 and everything worked. Regards, John "Jose

[PHP] Re: Zend Cache & cache_gui

2001-09-25 Thread John Lim
I had that problem. Appeared to be some incompatibility with Zend Optimizer and Zend Cache. Upgrade to Zend Optimizer 1.1.0 and everything worked. Regards, John "Joseph Blythe" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello all, > > I just installed Ze

[PHP] re: Zend Cache & cache_gui

2001-09-24 Thread Joseph Blythe
Hello all, I just installed Zend LaunchPad (PHP 4.0.4pl1) with Zend Cache v1.1.0 all seems ok when I run phpinfo() This program makes use of the Zend scripting language engine: Zend Engine v1.0.4, Copyright (c) 1998-2000 Zend Technologies with Zend Optimizer v1.0.0, Copyright (c) 1998-2000,

[PHP] Re: Zend Optimizer

2001-08-16 Thread Jonathan Hilgeman
Zend Optimizer will speed up the code, but I do not believe it crunches the size of files. If you need smaller files for a graph, use PNG or JPEG - not the GIF format. The GIF format is old and unoptimized in PHP/GD, so it gets really big in size unless you have something like ImageMagick to optim

[PHP] Re: Zend?

2001-03-19 Thread Richard Lynch
> I've heard alot about the Zend Encoder. Using it can I encode I file so that > php still executes it, but a person cannot read my source by looking at the > file? Yes. You replace all of the files you wish to protect with their Encoded representations, and they're pretty much indecipherable --

[PHP] RE: Zend Store products questions

2001-01-24 Thread Adi Brand
Hello Andrew, Thank you for contacting Zend and your interest in our products. Regarding your questions, the answers are: 1. YES. The Encoder Plugins are perpetual and have no time limitation. 2. You will receive all the prducts at nce, and you are entitled to all major S/W upgrades within this