|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-12-16 19:02 UTC] iliaa@php.net
[2002-12-16 19:24 UTC] kjanisz at fr dot pl
[2002-12-16 19:26 UTC] iliaa@php.net
[2002-12-17 03:20 UTC] edink@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Wed Feb 11 11:00:01 2026 UTC |
executing the following line: ereg("(idea|era|plus)=([0-9]{9}|[0-9]{11})", $forfile, $regs); where $forfile = ' \bsg\n\n"|/usr/bin/sendsms4 -idea=xxxxxxxxx"\n\n\n\n\n\n\n\n\n' caused segfaults on my server. Changed to preg_match works fine. Configure string: './configure' '--with-mysql=/usr/local' '--with-pgsql=/usr/local/pgsql' '--with-apxs=/usr/sbin/apxs' '--with-config-file-path=/etc' '--with-dbase' '--enable-track-vars' '--with-system-regex' '--enable-trans-sid' '--with-gd=/usr/local/src/gd-2.0.1gif' '--with-jpeg-dir' '--with-zlib-dir' '--with-expat=/usr/local/src/expat-1.95.1/' '--with-interbase=/usr/local/src/Interbase' '--with-gettext' '--with-xml' '--with-imap=/usr/local/src/imap/imap-2002.RC2' '--with-png-dir' '--with-curl' '--with-freetype-dir=/usr/local/src/freetype-2.1.2/freetype-2.1.2' '--with-ttf' '--enable-gd-native-ttf'