[PHP-DEV] PHP 4.0 Bug #9062: Latest version, 0.12, breaks compatibility

2001-02-01 Thread jplock
From: [EMAIL PROTECTED] Operating system: FreeBSD v4.2 PHP version: 4.0.4pl1 PHP Bug Type: Pspell related Bug description: Latest version, 0.12, breaks compatibility The latest release of pspell, 0.12, on http://pspell.sourceforge.net breaks compatibility with the pspell

[PHP-DEV] PHP 4.0 Bug #9843: Decrement Operator

2001-03-19 Thread jplock
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.4pl1 PHP Bug Type: Scripting Engine problem Bug description: Decrement Operator I believe there is a problem with the decrement operator. http://www.artemisgroup.com/test.php $percentchange = .30; while

[PHP-DEV] PHP 4.0 Bug #10196: pspell functions no longer work

2001-04-05 Thread jplock
From: [EMAIL PROTECTED] Operating system: FreeBSD v4.2 PHP version: 4.0.4pl1 PHP Bug Type: Pspell related Bug description: pspell functions no longer work The Pspell functions no longer work after upgrading to pspell 0.12 and aspell 0.33. I know you have added the pspell

[PHP-DEV] PHP 4.0 Bug #10196 Updated: pspell functions no longer work

2001-04-05 Thread jplock
ID: 10196 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Pspell related Description: pspell functions no longer work pspell_new_config() at least is not returning a link value. Previous Comments: --- [2001-04-05

[PHP-DEV] PHP 4.0 Bug #10196 Updated: pspell functions no longer work

2001-04-06 Thread jplock
ID: 10196 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Pspell related Description: pspell functions no longer work Here is a bit of sample code: $pspell_config = pspell_config_create("en"); $pspell_link = pspell_new_config($pspell_config); $pspell_link

[PHP-DEV] PHP 4.0 Bug #10196 Updated: pspell functions no longer work

2001-04-06 Thread jplock
ID: 10196 User Update by: [EMAIL PROTECTED] Old-Status: Closed Status: Open Bug Type: Pspell related Description: pspell functions no longer work It wouldn't have anything to do with the sablotron xslt extension i also have compiled in would it? I remember reading a post on the dev list that

[PHP-DEV] PHP 4.0 Bug #10196 Updated: pspell functions no longer work

2001-04-06 Thread jplock
ID: 10196 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Pspell related Description: pspell functions no longer work I have also downloaded the latest CVS and I get the same problem. Previous Comments: ---

[PHP-DEV] PHP 4.0 Bug #10196 Updated: pspell functions no longer work

2001-04-10 Thread jplock
ID: 10196 User Update by: [EMAIL PROTECTED] Old-Status: Feedback Status: Open Bug Type: Pspell related Description: pspell functions no longer work Ok, it seems to be a problem with the aspell/pspell freebsd ports collection. They aren't building each other correctly or something because when I

[PHP-DEV] Bug #10306: xslt_process() causes page to be loaded twice

2001-04-12 Thread jplock
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.2 PHP version: 4.0 Latest CVS (12/04/2001) PHP Bug Type: Sablotron XSL Bug description: xslt_process() causes page to be loaded twice In one of my scripts, I make a function call to a function which contains the

[PHP-DEV] PHP 4.0 Bug #10306 Updated: xslt_process() causes page to be loaded twice

2001-04-12 Thread jplock
ID: 10306 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Sablotron XSL Description: xslt_process() causes page to be loaded twice Ok, this is just plain wierd...it decided to stop doing that...I will investigate further and see if I can reproduce it. Previous Comments:

[PHP-DEV] Bug #12564: PEAR::db and dbx extension

2001-08-03 Thread jplock
From: [EMAIL PROTECTED] Operating system: FreeBSD 4.3-STABLE PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: PEAR::db and dbx extension I was wondering what the plan of attack was for these two items, the PEAR::db set of files and the dbx extension.