Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 019242 #306

Merged
merged 3 commits into from
Apr 16, 2012
Merged

Issue 019242 #306

merged 3 commits into from
Apr 16, 2012

Conversation

crevillo
Copy link
Contributor

hi. even my branch has be created for issue 19242, there a commit for issue 19243 too.

$handlerFile = 'kernel/classes/ssohandlers/ez' . strtolower( $ssoHandler ) . 'ssohandler.php';
if ( file_exists( $handlerFile ) )
$className = 'eZ' . $ssoHandler . 'SSOHandler';
if( class_exists( $className ) )
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will make use of autoload mechanism. Much more efficient than the plain old include_once() calls

@nfrp
Copy link
Contributor

nfrp commented Mar 20, 2012

Thanks Carlos for this one !
Not sure we'll merge it right now (feature-freeze is on), but as soon as we can we'll make it !

@crevillo
Copy link
Contributor Author

yw. no problem with the delay. this can wait. i'll back here in case you forgot it :)
cheers.

@nfrp
Copy link
Contributor

nfrp commented Mar 20, 2012

Yes please :)

@patrickallaert
Copy link
Contributor

This sounds all good to me @crevillo
Thanks for this!

lolautruche added a commit that referenced this pull request Apr 16, 2012
@lolautruche lolautruche merged commit 166a895 into ezsystems:master Apr 16, 2012
@crevillo
Copy link
Contributor Author

glad it helped!. cheers.

@nfrp
Copy link
Contributor

nfrp commented Apr 24, 2012

Thanks guys, rock'n roll !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

5 participants