php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #23209 Float error with eregi
Submitted: 2003-04-14 15:20 UTC Modified: 2003-04-28 11:36 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: rudenko at id dot com dot ua Assigned:
Status: No Feedback Package: Regexps related
PHP Version: 4.3.2RC1 OS: Red Hat Linux 7.2 (Enigma)
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2003-04-14 15:20 UTC] rudenko at id dot com dot ua
echo eregi("^(/)|(http://)|(https://)|(ftp://)|(ftps://)", 'Rudenko Ilya');

Sometimes generate error:
Warning: eregi() [function.eregi]: REG_BADPAT in /home/rudenko/www/id.com.ua/www/test.php on line 2
But sometimes work without any problems.

Try to reload page many times: http://www.id.com.ua/php_bug.php
My phpinfo : http://www.id.com.ua/phpinfo.php

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-04-14 15:41 UTC] rudenko at id dot com dot ua
This error doesen't appear in ereg function
 [2003-04-23 03:24 UTC] sniper@php.net
What was your configure line like?
(I can not reproduce this..)

 [2003-04-28 11:36 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 12:01:29 2024 UTC