PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Database » DB » Bug #10135

Compilation Error

Details

Submitted2007-02-20 15:51 UTC
Fromthomas at goodking dot ca
Assignedaharvey
StatusBogus
PackageDB
PHP Version5.2.1
OSFreeBSD 6.2
Roadmaps(Not assigned)

Comments

[2007-02-20 15:51 UTC] thomas at goodking dot ca

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()

[2007-02-26 18:54 UTC] rodolfo at zappa dot eti dot br

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-19 11:57 UTC] thomas at goodking dot ca

This issue seems to have gone away since the php5-/pcre ports were updated.