Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.12.2

Bug #10135 Compilation Error
Submitted: 2007-02-20 15:51 UTC
From: thomas at goodking dot ca Assigned: aharvey
Status: Bogus Package: DB (version 1.7.9)
PHP Version: 5.2.1 OS: FreeBSD 6.2
Roadmaps: (Not assigned)    
Subscription  


 [2007-02-20 15:51 UTC] thomas at goodking dot ca (Thomas Abthorpe)
Description: ------------ - pear 1.5.0 - error stems from ports-mgmt/tinderbox /module/moduleBuildPorts.php(134) - differences from php.ini-dist * output_buffering = 4096 * allow_call_time_pass_reference = Off * memory_limit = 64M * log_errors = On * register_globals = On * include_path = ".:/usr/local/share/pear:/usr/local/www/data-dist/php" * date.timezone = America/Thunder_Bay - from the errorlog /usr/local/share/pear/DB/common.php(805) : Warning - preg_split() [<a href='function.preg-split'>function.preg-split</a>]: Compilation failed: lookbehind assertion is not fixed length at offset 7 /usr/local/share/pear/DB/common.php(810) : Warning - Invalid argument supplied for foreach()

Comments

 [2007-02-26 18:54 UTC] rodolfo at zappa dot eti dot br (Rodolfo Zappa)
I have this problem too, on running Roundcube Webmail, after upgrade php 5.2 to php 5.2.1 (and pear 1.4 to pear 1.5). I'm using FreeBSD 6.1-Release-p10. Follow the log error: [26-Feb-2007 15:05:14] PHP Warning: preg_split() [<a href='function.preg-split'>function.preg-split</a>]: Compilation failed: lookbehind assertion is not fixed length at offset 7 in /usr/local/www/roundcube/program/lib/DB/common.php on line 751
 [2007-03-16 13:04 UTC] aharvey (Adam Harvey)
I was hoping to get this fixed tonight, but as I can't reproduce this in my normal (Linux) testing environment, it'll have to wait until I have some time next week to get FreeBSD installed in a VM so I can more closely replicate the setups described in this ticket. Out of interest, could one or both of you gentlemen please note the DB backend you're using: I presume it's either Interbase/Firebird or Oracle, given the location of the error, but it'd be good to get confirmation. Thanks for reporting the issue.
 [2007-03-19 11:57 UTC] thomas at goodking dot ca
This issue seems to have gone away since the php5-/pcre ports were updated.
 [2007-03-20 07:45 UTC] aharvey (Adam Harvey)
I can't replicate this either with PHP built from an up-to-date ports tree, so I'm going to close this. Thanks for the report and subsequent feedback.