[phpldapadmin] [ phpldapadmin-Patches-2240107 ] gettext, pcre and session detection
"SourceForge.net" <[email protected]>
| Newsgroups | gmane.comp.ldap.davedap |
|---|---|
| Message-ID | <[email protected]> |
Patches item #2240107, was opened at 2008-11-08 12:54
Message generated for change (Settings changed) made by chipitsine
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=498548&aid=2240107&group_id=61828
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Open
Resolution: Accepted
Priority: 5
Private: No
Submitted By: Ilia Chipitsine (chipitsine)
Assigned to: Nobody/Anonymous (nobody)
Summary: gettext, pcre and session detection
Initial Comment:
here's second version of a previously submitted patch, now it detects
gettext
pcre
php-session
----------------------------------------------------------------------
Comment By: Ilia Chipitsine (chipitsine)
Date: 2008-12-06 13:29
Message:
I checked out CVS version of PLA today and it still doesn't contain my
patch
htdocs/index.php:
if (! extension_loaded('gettext'))
error('<p>Your install of PHP appears to be missing GETTEXT
support.</p><p>GETTEXT is used for language translation.</p><p>Please
install GETTEXT support
before using phpLDAPadmin.<br /><small>(Dont forget to restart your web
server afterwards)</small></p>','error',true);
...........
so, if php is compiled without gettext, "error" function is called. but
"error" itself calls _(), which is gettext function.
File Added: pla2.diff
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=498548&aid=2240107&group_id=61828
------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you. Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
______________________________________
phpLDAPadmin development mailing list.
To unsbuscribe: https://lists.sourceforge.net/lists/listinfo/phpldapadmin-devel
http://phpldapadmin.sourceforge.net/