ID:               29989
 Updated by:       [EMAIL PROTECTED]
 Reported By:      jesse at eonstreet dot com
-Status:           Assigned
+Status:           Closed
 Bug Type:         mbstring related
 Operating System: Linx Red Hat Enterprise 3 AS
 PHP Version:      5.0.1
 Assigned To:      moriyoshi
 New Comment:

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.




Previous Comments:
------------------------------------------------------------------------

[2004-10-19 02:11:42] gene_wood at example dot com

I've now seen this manifest on Redhat Enterprise Linux 3
I'll try the fix proposed for Fedora Core 2

------------------------------------------------------------------------

[2004-10-15 21:49:37] gene_wood at example dot com

This manifests on Redhat Fedora Core 2. 
It's still happening in php-5.0.2.

The workaround described here of commenting out "struct re_registers"
from "/usr/include/regex.h" worked for me.

------------------------------------------------------------------------

[2004-10-05 02:53:25] vinko at cprsig dot cl

Mandrake 10.0 has the same problem, too.

------------------------------------------------------------------------

[2004-09-22 09:50:53] cameron at teragen dot com dot au

I believe this is Red Hat specific, I had one of our programmers help
me track this down and found that 'struct re_registers' can also be
found in /usr/include/regex.h (checked on Red Hat 7.3, 9 and Fedora
Core 1 & 2). Under Fedora Core 2 if the following is commented out of
/usr/include/regex.h, I can successfully build PHP 5.0.1 rpms.

/* This is the structure we store register match data in.  See
   regex.texinfo for a full description of what registers match.  */
struct re_registers
{
  unsigned num_regs;
  regoff_t *start;
  regoff_t *end;
};

------------------------------------------------------------------------

[2004-09-06 08:24:05] [EMAIL PROTECTED]

Moriyoshi, any clue about this one? It works fine for me.

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/29989

-- 
Edit this bug report at http://bugs.php.net/?id=29989&edit=1

Reply via email to