|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-12-02 13:23 UTC] robert dot penz at outertech dot com
ereg( '^[a-z0-9_\-\.]+@[a-z0-9_\-\.]+\.[a-z0-9]+', 'me@some.where', $bla); does hang with 100% cpu&mem so the kernel kills it Dec 2 17:49:51 whitestar kernel: Out of Memory: Killed process 6176 (apache). it happens only if I compile with --with-system-regex after I figured that out, I stopped investigating deeper .. I don't know if its a debian or php problem ... but I though I report it anyway. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 13:00:01 2025 UTC |
i used that for compiling and I didn't get an error message, and it hangs. ./configure --with-gmp --enable-ftp --with-zlib\ --enable-bcmath --enable-sysvsem --enable-sysvshm --enable-calendar\ --enable-trans-sid --enable-versioning --enable-track-vars\ --enable-inline-optimization --with-config-file-path=/etc/php4\ --enable-readline --with-pam --with-gettext\ --with-gdbm --with-mysql --with-apxs\ --with-xml --with-sablot --with-xslt-sablot\ --enable-xslt --enable-force-cgi-redirect --with-system-regex\ --with-dom --enable-mcrypt --with-mhash I changed it to ./configure --with-gmp --enable-ftp --with-zlib\ --enable-bcmath --enable-sysvsem --enable-sysvshm --enable-calendar\ --enable-trans-sid --enable-versioning --enable-track-vars\ --enable-inline-optimization --with-config-file-path=/etc/php4\ --with-gdbm --with-mysql --with-apxs\ --with-xml --with-sablot --with-xslt-sablot\ --enable-xslt --enable-force-cgi-redirect \ --with-dom --enable-mcrypt --with-mhash and now it works