#49333 [Opn]: Bug in recursive regex processing

2009-08-25 Thread inf3rno dot hu at gmail dot com
ID: 49333 User updated by: inf3rno dot hu at gmail dot com Reported By: inf3rno dot hu at gmail dot com Status: Open Bug Type: PCRE related Operating System: Windows XP PHP Version: 5.2.10 New Comment: Original pattern was this: '%(?.*?)(?

#49333 [Fbk->Opn]: Bug in recursive regex processing

2009-08-25 Thread inf3rno dot hu at gmail dot com
ID: 49333 User updated by: inf3rno dot hu at gmail dot com Reported By: inf3rno dot hu at gmail dot com -Status: Feedback +Status: Open Bug Type: PCRE related Operating System: Windows XP PHP Version: 5.2.10 New Comment: No, hahaha :D

#49333 [Fbk->Opn]: Bug in recursive regex processing

2009-08-24 Thread inf3rno dot hu at gmail dot com
ID: 49333 User updated by: inf3rno dot hu at gmail dot com Reported By: inf3rno dot hu at gmail dot com -Status: Feedback +Status: Open Bug Type: PCRE related Operating System: Windows XP PHP Version: 5.2.10 New Comment: Hmm, I'll t

#49333 [Opn]: Bug in recursive regex processing

2009-08-24 Thread inf3rno dot hu at gmail dot com
ID: 49333 User updated by: inf3rno dot hu at gmail dot com Reported By: inf3rno dot hu at gmail dot com Status: Open Bug Type: PCRE related Operating System: Windows XP PHP Version: 5.2.10 New Comment: I reproduced it on another computer with the

#49333 [Opn]: Bug in recursive regex processing

2009-08-24 Thread inf3rno dot hu at gmail dot com
ID: 49333 User updated by: inf3rno dot hu at gmail dot com Reported By: inf3rno dot hu at gmail dot com Status: Open Bug Type: PCRE related Operating System: Windows XP PHP Version: 5.2.10 New Comment: Apache and Php reinstall didn't hel

#49333 [Com]: Bug in recursive regex processing

2009-08-24 Thread inf3rno dot hu at gmail dot com
ID: 49333 Comment by: inf3rno dot hu at gmail dot com Reported By: inf3rno dot hu at gmail dot com Status: Open Bug Type: PCRE related Operating System: Windows XP PHP Version: 5.2.10 New Comment: Yes, I can reproduce it. Tried with

#49333 [NEW]: Bug in recursive regex processing

2009-08-23 Thread inf3rno dot hu at gmail dot com
From: inf3rno dot hu at gmail dot com Operating system: Windows XP PHP version: 5.2.10 PHP Bug Type: PCRE related Bug description: Bug in recursive regex processing Description: I developed a recursive regex pattern for compile template patterns. During the

#49198 [Bgs]: Incorrect result for .*

2009-08-10 Thread inf3rno dot hu at gmail dot com
ID: 49198 User updated by: inf3rno dot hu at gmail dot com Reported By: inf3rno dot hu at gmail dot com Status: Bogus Bug Type: PCRE related Operating System: * PHP Version: 5.2.10 New Comment: Tried out in javascript too: same result, so I were

#49198 [Bgs]: Incorrect result for .*

2009-08-10 Thread inf3rno dot hu at gmail dot com
ID: 49198 User updated by: inf3rno dot hu at gmail dot com Reported By: inf3rno dot hu at gmail dot com Status: Bogus Bug Type: PCRE related Operating System: * PHP Version: 5.2.10 New Comment: I don't agree. How do you explain the same beha

#49198 [Com]: Incorrect result for .*

2009-08-09 Thread inf3rno dot hu at gmail dot com
ID: 49198 Comment by: inf3rno dot hu at gmail dot com Reported By: inf3rno dot hu at gmail dot com Status: Open Bug Type: PCRE related Operating System: * PHP Version: 5.2.10 New Comment: It's not preg_match_all specific, same bug with

#49198 [NEW]: Incorrect result for .*

2009-08-08 Thread inf3rno dot hu at gmail dot com
From: inf3rno dot hu at gmail dot com Operating system: Windows XP PHP version: 5.2.10 PHP Bug Type: PCRE related Bug description: Incorrect result for .* Description: For pattern: .* there is an empty match at the end of the string. Reproduce code