Re: [fw-general] Zend_Db_Select methods to return individual parts if invoked without arguments

2006-12-12 Thread Shekar C Reddy
I wish I were in a better position to elaborate on this one but my responses are limited due to NDA.I was pulled over recently for not honoring my contract :-( For now, I'll suffice it to say that we merge/consolidate from, join and where clauses dynamically based on some conditions. This is just

Re: [fw-general] Zend_Acl example

2006-12-12 Thread Simon Mundy
The current manual in the incubator will get you started. However Darby is making some excellent changes to make Zend_Acl a whole lot better, so this may be likely for a 0.7 release (of course, that's me saying that without asking Darby first :) Cheers hi all, i would like to use Zend_Ac

Re: [fw-general] Zend_Acl example

2006-12-12 Thread Matthew Ratzloff
http://framework.zend.com/wiki/display/ZFDOC/Zend_Acl Hope that helps, -Matt - Original Message - From: "Superbiji" <[EMAIL PROTECTED]> To: "Zend Framework General" Sent: Tuesday, December 12, 2006 7:59 PM Subject: [fw-general] Zend_Acl example hi all, i would like to use Zend_Ac

[fw-general] Zend_Acl example

2006-12-12 Thread Superbiji
hi all, i would like to use Zend_Acl where can i find online manual in incubator? thanks

Re: [fw-general] PHP Adoption and the Zend Framework

2006-12-12 Thread Ryan Lange
Paul Court wrote: I am 99% sure the default ubuntu (6.10) server comes with PHP 5 (If you choose the LAMP option). I don't remember doing any other webstuff and my server signature is thus... Apache/2.0.55 (Ubuntu) PHP/5.1.6 mod_ssl/2.0.55 OpenSSL/0.9.8b Server at mail2 Port 443 (Sorry, P

Re: [fw-general] Build Zend Framework, parse errors.

2006-12-12 Thread Julien Duponchelle
On 12/12/06, Nico Edtinger <[EMAIL PROTECTED]> wrote: [12.12.2006 16:26] Joe Kramer wrote: > There is no "compile php", you can only do "php -f" to parse single > file. There is a syntax checker (lint) built into php with "php -l". -f does also execute the file. > Probably can be automated usin

Re: [fw-general] Build Zend Framework, parse errors.

2006-12-12 Thread Stanislav Malyshev
Based on these, in each case, the issue is with perfectly valid PHP using the 'array' type hint. As an example: protected function _setInvokeArgs(array $args = array()) It looks like Zend Guard is not currently compatible with valid PHP 5.1 syntax, or you're not using PHP >= 5.1.0. If you *a

Re: Re: Re: [fw-general] Build Zend Framework, parse errors.

2006-12-12 Thread Matthew Weier O'Phinney
-- Joe Kramer <[EMAIL PROTECTED]> wrote (on Tuesday, 12 December 2006, 06:32 PM +0200): > > I suggest you put your money where your mouth is and show some exampes > > of the parse errors you say are being generated when you run Zend > > Guard's syntax-checking abilities against the latest version o

Re: [fw-general] Build Zend Framework, parse errors.

2006-12-12 Thread Bill Karwin
Matthew Weier O'Phinney wrote: -- Joe Kramer <[EMAIL PROTECTED]> wrote (on Tuesday, 12 December 2006, 05:26 PM +0200): How is snapshot/release of Zend Framework is being built? Just export form SVN and that's it? Snapshots and releases are two different things. The snapshots are done n

Re: Re: Re: [fw-general] Build Zend Framework, parse errors.

2006-12-12 Thread Matthew Ratzloff
As many suspected, this is a bug in Zend Guard. Specifying the 'array' type hint in function declarations has been valid since PHP 5.1. To resolve this, you can submit a support request to http://www.zend.com/support/ and discontinue use of Zend Guard with Zend Framework until the issue has been

Re: Re: [fw-general] Build Zend Framework, parse errors.

2006-12-12 Thread Joe Kramer
On 12/12/06, Eric Coleman <[EMAIL PROTECTED]> wrote: Why are you encoding Zend Framework at all? It's an open source project, not like you need to conceal any intellectual property... It's not only about obfuscating. Zend Guard optimizes performance of scripts. Compiles php files into bytecod

Re: Re: [fw-general] Build Zend Framework, parse errors.

2006-12-12 Thread Matthew Ratzloff
Joe, > My point is incompatibility between Zend products. > > If you build serious, enterprise-level project, you probably will use > Zend Guard. I am not being elitist, but it seems like Zend framework > is not used for projects that are encoded with Zend Guard? Because > nobody raised the issue

Re: Re: Re: [fw-general] Build Zend Framework, parse errors.

2006-12-12 Thread Joe Kramer
I suggest you put your money where your mouth is and show some exampes of the parse errors you say are being generated when you run Zend Guard's syntax-checking abilities against the latest version of ZF. That's the only way to be sure. Here you go, Zend Guard 4.0.1 is the latest version, php 5

Re: [fw-general] Build Zend Framework, parse errors.

2006-12-12 Thread Eric Coleman
Why are you encoding Zend Framework at all? It's an open source project, not like you need to conceal any intellectual property... Regards, Eric On Dec 12, 2006, at 11:02 AM, Joe Kramer wrote: Nico, My point is incompatibility between Zend products. If you build serious, enterprise-level

[fw-general] PDO, MSSQL and FreeTDS

2006-12-12 Thread Todd Wolaver
Hi, I'm using FreeTDS under Linux to access MSSQL databases, which won' t work with the framework since the PDO driver is dblib not mssql. $db = Zend_Db::factory('pdo_mssql', $params); will return: "The mssql driver is not currently installed" This is set in the Mssql.php PDO adapter (Zend

Re: [fw-general] Code freeze 12/15 for ZF 0.6.0

2006-12-12 Thread Bill Karwin
The code-freeze should apply to documentation, documentation translations, and tests as well as code. The purpose of a code-freeze period is to reduce incoming changes while the product is being packaged. Only critical fixes to resolve build failures or test failures should be committed durin

Re: Re: [fw-general] Build Zend Framework, parse errors.

2006-12-12 Thread Chris Hartjes
On 12/12/06, Joe Kramer <[EMAIL PROTECTED]> wrote: Nico, My point is incompatibility between Zend products. If you build serious, enterprise-level project, you probably will use Zend Guard. I am not being elitist, but it seems like Zend framework is not used for projects that are encoded with Z

Re: [fw-general] Build Zend Framework, parse errors.

2006-12-12 Thread Davey Shafik
Joe, Technically, the Zend Framework is not a "Zend Product". Can you please paste said errors because you have them to hand and I can't install Zend Guard. - Davey On Dec 12, 2006, at 11:02 AM, Joe Kramer wrote: Nico, My point is incompatibility between Zend products. If you build serio

Re: [fw-general] Build Zend Framework, parse errors.

2006-12-12 Thread Matthew Weier O'Phinney
-- Joe Kramer <[EMAIL PROTECTED]> wrote (on Tuesday, 12 December 2006, 05:26 PM +0200): > How is snapshot/release of Zend Framework is being built? Just export > form SVN and that's it? Snapshots and releases are two different things. The snapshots are done nightly from whatever revision is curren

Re: Re: [fw-general] Build Zend Framework, parse errors.

2006-12-12 Thread Joe Kramer
Nico, My point is incompatibility between Zend products. If you build serious, enterprise-level project, you probably will use Zend Guard. I am not being elitist, but it seems like Zend framework is not used for projects that are encoded with Zend Guard? Because nobody raised the issue before.

Re: Re: [fw-general] Build Zend Framework, parse errors.

2006-12-12 Thread Joe Kramer
Davey, There are no problems in "my setup". You can reproduce the problem easily: 1. Download latest version of Zend Guard 2. Download latest version of Zend Framework 3. Try to encode. - Parse errors. On 12/12/06, Davey Shafik <[EMAIL PROTECTED]> wrote: IonCube also has these features. It wou

Re: [fw-general] Build Zend Framework, parse errors.

2006-12-12 Thread Nico Edtinger
[12.12.2006 16:26] Joe Kramer wrote: There is no "compile php", you can only do "php -f" to parse single file. There is a syntax checker (lint) built into php with "php -l". -f does also execute the file. Probably can be automated using some script to parse every file in whole project tre

Re: [fw-general] Build Zend Framework, parse errors.

2006-12-12 Thread Davey Shafik
IonCube also has these features. It would be more than easy to write a simple tool to run php -l on all the files in the tree, furthermore, Are you using the PHP 5 version of Zend Guard? Perhaps you should lay the problems at the feet of that which they lay, your setup or your software, rathe

[fw-general] Build Zend Framework, parse errors.

2006-12-12 Thread Joe Kramer
Hello, How is snapshot/release of Zend Framework is being built? Just export form SVN and that's it? The logical way to do the build of snapshot or release is to export and check/compile the source code. There is no "compile php", you can only do "php -f" to parse single file. Probably can be au

Re: [fw-general] Code freeze 12/15 for ZF 0.6.0

2006-12-12 Thread Ralf Eggert
Hi Bill, thanks for the very good news. I have just only little question regarding the manual translations. Should the translations for the new components also be ready by the 15th? Or do we have some more time until the 18th to keep the manuals in sync with the English manual for the new componen