Summary | use of php5's function "str_split()" instead of PHP 4.3.0+ functions |
Queue | Horde Framework Packages |
Queue Version | FRAMEWORK_3 |
Type | Bug |
State | Resolved |
Priority | 3. High |
Owners | selsky (at) columbia (dot) edu |
Requester | christian.brandes (at) forschungsgruppe (dot) de |
Created | 07/26/2006 (7000 days ago) |
Due | |
Updated | 07/27/2006 (6999 days ago) |
Assigned | 07/26/2006 (7000 days ago) |
Resolved | 07/26/2006 (7000 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
the ultimate solution has been released?
the ultimate solution has been released?
Does this problem eventually occur in other parts of horde, too?
State ⇒ Resolved
Assigned to Matt Selsky
State ⇒ Assigned
anything and then close?
backport functions across major versions, it's likely to affect a
number of users. So we need a different solution than str_split, or a
seperate check for it.
package.http://security.debian.org/debian-security/pool/updates/main/p/php4/php4_4.3.10-16.diff.gz
How do I find out if my PHP install has the imap_getacl function or not?
4.3.10-16. I have installed them by aptitude.
Where is the config file that I had to define it. And what in detail
should I have defined?
you're using PHP 4. If you do, then the PHP docs are wrong. That's
what I'm asking you: does your PHP install have the imap_getacl
function or not?
4.3.10-16. I have installed them by aptitude.
Where is the config file that I had to define it. And what in detail
should I have defined?
State ⇒ Feedback
imap_getacl is documented as being a php 5-only function. Do you have
it defined in a PHP 4 install?
Priority ⇒ 3. High
State ⇒ Unconfirmed
Queue ⇒ Horde Framework Packages
Summary ⇒ use of php5's function "str_split()" instead of PHP 4.3.0+ functions
Type ⇒ Bug
horde 3.1.2
imp H3 4.1.1
The access of options->mail->share folders results in a:
Fatal error: Call to undefined function: str_split() in
/var/www/horde/lib/Horde/IMAP/ACL/rfc2086.php on line 310
Because of the use of str_split() which is available in PHP 5.
Prerequisity for horde is PHP 4.3.0 or above.
How is it still possible to run Horde with PHP 4.3?