Ticket #2907 (new defect)

Opened 4 years ago

Last modified 2 years ago

ereg error

Reported by: weyrick Assigned to: anonymous
Priority: normal Milestone: 3.0.0 release
Component: Standard Library Version: trunk
Severity: minor Keywords:
Cc:

Description (Last modified by weyrick)

Runtime error in file /testbinary on line 71: pregexp-read-char-list
Stack trace:
File /testbinary line 71: ereg(-H ([a-zA-Z0-9.-]+)_..., check_http -H www.mi..., )

Line 71 in PHP-Code is:

if ( ereg('-H ([a-zA-Z0-9.-]+)_([a-zA-Z0-9.-]*) ', $cmd, $matches) ) {


Change History

04/15/07 11:25:25 changed by weyrick

  • summary changed from ereg error (user submitted) to ereg error.
  • type set to defect.
  • description changed.
  • version set to trunk.
  • milestone set to 3.0.0 release.