Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:100006 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33684 invoked from network); 22 Jul 2017 06:44:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jul 2017 06:44:00 -0000 Authentication-Results: pb1.pair.com header.from=lists@rhsoft.net; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=lists@rhsoft.net; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain rhsoft.net designates 91.118.73.15 as permitted sender) X-PHP-List-Original-Sender: lists@rhsoft.net X-Host-Fingerprint: 91.118.73.15 mail.thelounge.net Received: from [91.118.73.15] ([91.118.73.15:23423] helo=mail.thelounge.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DF/FA-02884-724F2795 for ; Sat, 22 Jul 2017 02:43:53 -0400 Received: from srv-rhsoft.rhsoft.net (Authenticated sender: h.reindl@thelounge.net) by mail.thelounge.net (THELOUNGE MTA) with ESMTPSA id 3xDylN6qrYzXMZ; Sat, 22 Jul 2017 08:43:44 +0200 (CEST) To: internals@lists.php.net References: <885b2b51-01c2-47a1-b78c-01bba14826f5@rhsoft.net> <7102f22e-62a0-f28c-0820-39661fd115e5@rhsoft.net> Message-ID: <542334e8-03a7-c5fa-55c5-43dafa7e787a@rhsoft.net> Date: Sat, 22 Jul 2017 08:43:44 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <7102f22e-62a0-f28c-0820-39661fd115e5@rhsoft.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: de-CH Content-Transfer-Encoding: 8bit Subject: oh my god -> Re: [PHP-DEV] PHP 7.2.0 is broken since the first alpha -> opcache backtrace From: lists@rhsoft.net ("lists@rhsoft.net") i would say that is pretty one of the biggest major bugs i have ever seen because as you can see here even that single code snippet alone is enough and the variable $cms_https_only is explicitly set to 0 the line before even if you change it to if($cms_https_only === 1 && empty($_SERVER['HTTPS']) && !empty($_SERVER['REQUEST_URI']) && PHP_SAPI !== 'cli') the if-condition is executed well, that explains the endless 301 perfectly..... _________________________________ [harry@srv-rhsoft:~]$ curl http://corecms.testserver.rhsoft.net/opcache.php

Notice: Undefined variable: cl_api in /Volumes/dune/www-servers/corecms/opcache.php on line 6

Fatal error: Uncaught Error: Call to a member function location() on null in /Volumes/dune/www-servers/corecms/opcache.php:6 Stack trace: #0 {main} thrown in /Volumes/dune/www-servers/corecms/opcache.php on line 6
_________________________________ [root@testserver:~]$ cat /www/corecms/opcache.php location(str_replace(PROTOCOL_PREFIX , 'https://', rh_serverurl) . $_SERVER['REQUEST_URI'], /**$permanent*/1); } _________________________________ [harry@srv-rhsoft:/mnt/data/downloads]$ curl http://corecms.testserver.rhsoft.net/ HTTPS-ONLY: 0 _________________________________ /** https-Redirect verarbeiten */ //exit("HTTPS-ONLY: $cms_https_only"); if($cms_https_only && empty($_SERVER['HTTPS']) && !empty($_SERVER['REQUEST_URI']) && PHP_SAPI !== 'cli') { $cl_api->location(str_replace(PROTOCOL_PREFIX , 'https://', rh_serverurl) . $_SERVER['REQUEST_URI'], /**$permanent*/1); } Am 22.07.2017 um 07:30 schrieb lists@rhsoft.net: > sadly this is still opcache - when i disable the extension all 301 > becomes 200 responses and the whole suite runs as expected > > i can also see the 301 response in the apache log (the "File does not > exist" before is there because there is a 404-page pointing to a PHP > script which starts the cms and is supposed to generate the sitemap to > get the url list > > also when i try to access any page on the real webserver in the VM > firefox stops and says too many redirections > > what in the world can result in opcache part of the game every request > get a 301 response and how do i best debug this to help you fix the > issue - something currently don't love my codebase > > [Sat Jul 22 07:16:49.307064 2017] [core:info] [pid 17241] [client > 127.0.0.1:21520] AH00128: File does not exist: > /php-pgo-docroot/cms/sitemap.txt > 07:16:49 301 GET /cms/sitemap.txt HTTP/1.1 - 1 ms > > Am 22.07.2017 um 07:09 schrieb lists@rhsoft.net: >> thanks - the crash is gone with >> https://git.php.net/?p=php-src.git;a=snapshot;h=3fa76ac54f082d59f3f75a4e166fbc8b3ea8f28b;sf=tgz >> but my pgo-profiling stuff still don't work >> >> since with "/usr/sbin/httpd -X -f /rpmbuild/PHP-PGO/httpd.conf" there >> is only one httpd process the hang looks like a not working >> session_write_close() or otherwise locked and all the (301) responses >> which is currently not clear - the document root itself is placed in a >> symlink >> >> below also a manual run with the existing 7.1.8RC1 working as expected >> >> looks like i need to build one time without profiling and install the >> reulting binaries to debug what is going on here - that all used to >> work with HEAD until 7.2.0 alpha1 around with 7.0/7.1/7.2 and even >> https://github.com/zendtech/php-src/tree/jit-dynasm/ext/opcache/jit >> unchanged - so the now solved crash came later, i saw that hanging and >> 301 behavior for the crash-commit already >> ______________________________________________________ >> >> CONTENTLOUNGE BACKEND-COVERAGE STARTET >> * OK: >> http://localhost:9001/cms/autotests/custom/fileinfo_samples/sample.php >> (200) >> * OK: http://localhost:9001/cms/autotests/custom/json.php (403) >> * OK: http://localhost:9001/cms/autotests/custom/utf8.php (403) >> * OK: http://localhost:9001/cms/blank.php (301) >> * OK: http://localhost:9001/cms/bottom.php (301) >> * OK: http://localhost:9001/cms/captcha.php (200) >> * OK: http://localhost:9001/cms/cms.php (301) >> * OK: http://localhost:9001/cms/content_haupt.php (301) >> * OK: http://localhost:9001/cms/content_imgmeta2.php (301) >> * OK: http://localhost:9001/cms/content_sub_add.php (301) >> * OK: http://localhost:9001/cms/content_sub_add2.php (301) >> * OK: http://localhost:9001/cms/content_sub_list.php (301) >> * OK: http://localhost:9001/cms/content_sub_list2.php (301) >> * OK: http://localhost:9001/cms/content_sub_move.php (301) >> * OK: http://localhost:9001/cms/content_topframe.php (301) >> * OK: http://localhost:9001/cms/imagegroups.php (301) >> * OK: http://localhost:9001/cms/kalender.php (301) >> * OK: http://localhost:9001/cms/keep_session.php (200) >> * OK: http://localhost:9001/cms/lang_data.php (200) >> * OK: http://localhost:9001/cms/lock.php (301) >> * OK: http://localhost:9001/cms/meta_liste.php (301) >> * OK: http://localhost:9001/cms/modules/admin_css.php (301) >> * OK: http://localhost:9001/cms/modules/admin_ext_content.php (301) >> * OK: http://localhost:9001/cms/modules/admin_glossar.php (301) >> * OK: http://localhost:9001/cms/modules/admin_newsticker.php (301) >> * OK: http://localhost:9001/cms/modules/admin_pressespiegel.php (301) >> * OK: http://localhost:9001/cms/modules/admin_vpages.php (301) >> * OK: >> http://localhost:9001/cms/modules/bildgalerie/admin/gui_init.php (403) >> * OK: >> http://localhost:9001/cms/modules/bildgalerie/admin/image_list.php (301) >> * OK: >> http://localhost:9001/cms/modules/bildgalerie/admin/image_move.php (301) >> * OK: >> http://localhost:9001/cms/modules/bildgalerie/admin/main_add.php (301) >> * OK: >> http://localhost:9001/cms/modules/bildgalerie/admin/main_list.php (301) >> * OK: >> http://localhost:9001/cms/modules/bildgalerie/admin/sub_add.php (301) >> * OK: >> http://localhost:9001/cms/modules/bildgalerie/admin/sub_list.php (301) >> * OK: >> http://localhost:9001/cms/modules/bildgalerie/admin/sub_move.php (301) >> * OK: http://localhost:9001/cms/modules/bildgalerie/verify.php (301) >> * OK: >> http://localhost:9001/cms/modules/block_pages/interface_entrys_liste.php >> (301) >> * OK: >> http://localhost:9001/cms/modules/block_pages/interface_entrys_new.php >> (301) >> * OK: >> http://localhost:9001/cms/modules/block_pages/interface_groups_liste.php >> (301) >> * OK: >> http://localhost:9001/cms/modules/block_pages/interface_groups_new.php >> (301) >> * OK: http://localhost:9001/cms/modules/blog/blog_add.php (301) >> * OK: >> http://localhost:9001/cms/modules/contentform/interface_items_form.php >> (301) >> * OK: >> http://localhost:9001/cms/modules/contentform/interface_items_liste.php (301) >> >> * OK: >> http://localhost:9001/cms/modules/contentform/interface_topics_liste.php >> (301) >> * OK: http://localhost:9001/cms/modules/doc-managment/admin.php (301) >> * OK: >> http://localhost:9001/cms/modules/doc-managment/admin_add_document.php >> (301) >> * OK: >> http://localhost:9001/cms/modules/doc-managment/admin_add_group.php (301) >> * OK: >> http://localhost:9001/cms/modules/doc-managment/admin_recent_changes.php >> (301) >> * OK: http://localhost:9001/cms/modules/doc-managment/download.php >> (301) >> * OK: http://localhost:9001/cms/modules/doc-managment/stat.php (301) >> * OK: http://localhost:9001/cms/modules/events_liste.php (301) >> * OK: >> http://localhost:9001/cms/modules/formmailer_generic/interface_container_form.php >> (301) >> * OK: >> http://localhost:9001/cms/modules/formmailer_generic/interface_container_liste.php >> (301) >> * OK: >> http://localhost:9001/cms/modules/formmailer_generic/interface_items_form.php >> (301) >> * OK: >> http://localhost:9001/cms/modules/formmailer_generic/interface_items_liste.php >> (301) >> * OK: http://localhost:9001/cms/modules/formmailer_generic/stat.php >> (301) >> * OK: >> http://localhost:9001/cms/modules/formmailer_ng/interface_extended.php >> (301) >> * OK: >> http://localhost:9001/cms/modules/formmailer_ng/interface_form.php (301) >> * OK: >> http://localhost:9001/cms/modules/formmailer_ng/interface_liste.php (301) >> * OK: http://localhost:9001/cms/modules/forum/admin_boards_add.php >> (301) >> * OK: http://localhost:9001/cms/modules/forum/admin_boards_liste.php >> (301) >> * OK: http://localhost:9001/cms/modules/forum/forum_add_thread.php >> (301) >> * OK: >> http://localhost:9001/cms/modules/fotocontest/interface_images.php (301) >> * OK: >> http://localhost:9001/cms/modules/fotocontest/interface_kampagnen_liste.php >> (301) >> * OK: >> http://localhost:9001/cms/modules/fotocontest/interface_kampagnen_new.php >> (301) >> * OK: >> http://localhost:9001/cms/modules/fotos/interface_container_liste.php >> (301) >> * OK: >> http://localhost:9001/cms/modules/gewinnspiele/interface_container_form.php >> (301) >> * OK: >> http://localhost:9001/cms/modules/gewinnspiele/interface_container_liste.php >> (301) >> * OK: >> http://localhost:9001/cms/modules/gewinnspiele/interface_container_stat.php >> (301) >> * OK: >> http://localhost:9001/cms/modules/gewinnspiele/interface_items_form.php (301) >> >> * OK: >> http://localhost:9001/cms/modules/gewinnspiele/interface_items_liste.php >> (301) >> * OK: >> http://localhost:9001/cms/modules/gewinnspiele/interface_items_stat.php (301) >> >> * OK: http://localhost:9001/cms/modules/gewinnspiele/mailtest.php (301) >> * OK: http://localhost:9001/cms/modules/gewinnspiele/promote.php (301) >> * OK: http://localhost:9001/cms/modules/gewinnspiele/stat.php (301) >> * OK: http://localhost:9001/cms/modules/gridimage.php (200) >> * OK: http://localhost:9001/cms/modules/newsletter_ng/display.php (301) >> * OK: >> http://localhost:9001/cms/modules/newsletter_ng/interface_container_form.php >> (301) >> * OK: >> http://localhost:9001/cms/modules/newsletter_ng/interface_container_liste.php >> (301) >> * OK: >> http://localhost:9001/cms/modules/newsletter_ng/interface_items_form.php >> (301) >> * OK: >> http://localhost:9001/cms/modules/newsletter_ng/interface_items_liste.php >> (301) >> * OK: http://localhost:9001/cms/modules/newsletter_ng/stat.php (301) >> * OK: http://localhost:9001/cms/modules/pal/admin_katalog.php (301) >> * OK: http://localhost:9001/cms/modules/pal/pal_anfrage.php (301) >> * OK: http://localhost:9001/cms/modules/pal/pal_bestellung.php (301) >> * OK: http://localhost:9001/cms/modules/pal/pal_fotoanfrage.php (301) >> * OK: http://localhost:9001/cms/modules/pal/pal_plugin.php (200) >> * OK: http://localhost:9001/cms/modules/pal/xml_data.php (301) >> * OK: http://localhost:9001/cms/modules/pal/xml_synch.php (301) >> * OK: http://localhost:9001/cms/modules/personen/admin.php (301) >> * OK: http://localhost:9001/cms/modules/podcast/embed.js.php (301) >> * OK: http://localhost:9001/cms/modules/podcast/embed.php (301) >> * OK: >> http://localhost:9001/cms/modules/podcast/interface_eintraege_liste.php (301) >> >> * OK: >> http://localhost:9001/cms/modules/podcast/interface_eintraege_new.php >> (301) >> * OK: >> http://localhost:9001/cms/modules/podcast/interface_gruppen_liste.php >> (301) >> * OK: >> http://localhost:9001/cms/modules/podcast/interface_gruppen_new.php (301) >> * OK: http://localhost:9001/cms/modules/podcast/player.php (301) >> * OK: http://localhost:9001/cms/modules/podcast/stat.php (301) >> * OK: http://localhost:9001/cms/modules/podcast/track.php (301) >> * OK: >> http://localhost:9001/cms/modules/portal/interface_eintraege_liste.php >> (301) >> * OK: >> http://localhost:9001/cms/modules/portal/interface_eintraege_new.php >> (301) >> * OK: >> http://localhost:9001/cms/modules/portal/interface_gruppen_liste.php >> (301) >> * OK: >> http://localhost:9001/cms/modules/portal/interface_gruppen_new.php (301) >> * OK: >> http://localhost:9001/cms/modules/portal/interface_kategorien_liste.php (301) >> >> * OK: >> http://localhost:9001/cms/modules/portal/interface_kategorien_new.php >> (301) >> * OK: http://localhost:9001/cms/modules/portal/interface_top.php (301) >> * OK: http://localhost:9001/cms/modules/portal/linklist.php (301) >> * OK: http://localhost:9001/cms/modules/pressespiegel.php (301) >> * OK: >> http://localhost:9001/cms/modules/reservierungen/interface_container_form.php >> (301) >> * OK: >> http://localhost:9001/cms/modules/reservierungen/interface_container_liste.php >> (301) >> * OK: >> http://localhost:9001/cms/modules/reservierungen/interface_export_data.php >> (301) >> * OK: >> http://localhost:9001/cms/modules/rss/interface_eintraege_liste.php (301) >> * OK: >> http://localhost:9001/cms/modules/rss/interface_eintraege_new.php (301) >> * OK: >> http://localhost:9001/cms/modules/rss/interface_gruppen_liste.php (301) >> * OK: >> http://localhost:9001/cms/modules/rss/interface_gruppen_new.php (301) >> * OK: >> http://localhost:9001/cms/modules/sample/interface_container_form.php >> (301) >> * OK: >> http://localhost:9001/cms/modules/sample/interface_container_liste.php >> (301) >> * OK: >> http://localhost:9001/cms/modules/sample/interface_items_form.php (301) >> * OK: >> http://localhost:9001/cms/modules/sample/interface_items_liste.php (301) >> * OK: http://localhost:9001/cms/modules/search_protokoll.php (301) >> * OK: >> http://localhost:9001/cms/modules/voting_ng/interface_container_form.php >> (301) >> * OK: >> http://localhost:9001/cms/modules/voting_ng/interface_container_liste.php >> (301) >> * OK: >> http://localhost:9001/cms/modules/youtube/interface_container_form.php >> (301) >> * OK: >> http://localhost:9001/cms/modules/youtube/interface_container_liste.php (301) >> >> * OK: >> http://localhost:9001/cms/modules/youtube/interface_items_form.php (301) >> * OK: >> http://localhost:9001/cms/modules/youtube/interface_items_liste.php (301) >> * OK: http://localhost:9001/cms/modules/youtube/stat.php (301) >> * OK: http://localhost:9001/cms/newsletter/newsletter.php (301) >> * OK: http://localhost:9001/cms/quickbar.php (301) >> * OK: http://localhost:9001/cms/random_pwd.php (301) >> * OK: http://localhost:9001/cms/rte/catalog.php (301) >> * OK: http://localhost:9001/cms/rte/catalog2.php (301) >> * OK: http://localhost:9001/cms/rte/mce_content_css.php (301) >> * OK: http://localhost:9001/cms/rte/popups/cleaner.php (301) >> * OK: http://localhost:9001/cms/rte/popups/insert_image.php (301) >> * OK: http://localhost:9001/cms/rte/popups/insert_link.php (301) >> * OK: http://localhost:9001/cms/rte/popups/insert_plaintext.php (301) >> * OK: http://localhost:9001/cms/rte/popups/insert_snippet.php (301) >> * OK: http://localhost:9001/cms/rte/select_folder.php (301) >> * OK: http://localhost:9001/cms/search.php (301) >> * OK: http://localhost:9001/cms/staging_sub_list.php (301) >> * OK: http://localhost:9001/cms/staging_sub_list2.php (301) >> * OK: http://localhost:9001/cms/stat.php (301) >> * OK: http://localhost:9001/cms/status.php (301) >> * OK: http://localhost:9001/cms/uploadprogress/check.php (200) >> * OK: http://localhost:9001/cms/users_add.php (301) >> * OK: http://localhost:9001/cms/users_group_permissions.php (301) >> * OK: http://localhost:9001/cms/users_import.php (301) >> * OK: http://localhost:9001/cms/users_liste.php (301) >> * OK: http://localhost:9001/cms/users_newpwd.php (301) >> CONTENTLOUNGE BACKEND-COVERAGE FINISHED IN 0 SECONDS >> >> Laufzeit: 9 Sekunden >> >> RUNNING CMS PROFILE-GUIDED-OPTIMIZATION 6 TIMES >> ______________________________________________________ >> >> CONTENTLOUNGE BACKEND-COVERAGE STARTET >> * OK: >> http://localhost:9001/cms/autotests/custom/fileinfo_samples/sample.php >> (200) >> * OK: http://localhost:9001/cms/autotests/custom/json.php (403) >> * OK: http://localhost:9001/cms/autotests/custom/utf8.php (403) >> * OK: http://localhost:9001/cms/blank.php (200) >> * OK: http://localhost:9001/cms/bottom.php (200) >> * OK: http://localhost:9001/cms/captcha.php (200) >> * OK: http://localhost:9001/cms/cms.php (302) >> * OK: http://localhost:9001/cms/content_haupt.php (200) >> * OK: http://localhost:9001/cms/content_imgmeta2.php (200) >> * OK: http://localhost:9001/cms/content_sub_add.php (200) >> * OK: http://localhost:9001/cms/content_sub_add2.php (200) >> * OK: http://localhost:9001/cms/content_sub_list.php (200) >> * OK: http://localhost:9001/cms/content_sub_list2.php (200) >> * OK: http://localhost:9001/cms/content_sub_move.php (200) >> * OK: http://localhost:9001/cms/content_topframe.php (200) >> * OK: http://localhost:9001/cms/imagegroups.php (200) >> * OK: http://localhost:9001/cms/kalender.php (200) >> * OK: http://localhost:9001/cms/keep_session.php (200) >> * OK: http://localhost:9001/cms/lang_data.php (200) >> * OK: http://localhost:9001/cms/lock.php (200) >> * OK: http://localhost:9001/cms/meta_liste.php (200) >> * OK: http://localhost:9001/cms/modules/admin_css.php (200) >> * OK: http://localhost:9001/cms/modules/admin_ext_content.php (200) >> * OK: http://localhost:9001/cms/modules/admin_glossar.php (200) >> * OK: http://localhost:9001/cms/modules/admin_newsticker.php (200) >> * OK: http://localhost:9001/cms/modules/admin_pressespiegel.php (200) >> * OK: http://localhost:9001/cms/modules/admin_vpages.php (200) >> * OK: >> http://localhost:9001/cms/modules/bildgalerie/admin/gui_init.php (403) >> * OK: >> http://localhost:9001/cms/modules/bildgalerie/admin/image_list.php (200) >> * OK: >> http://localhost:9001/cms/modules/bildgalerie/admin/image_move.php (200) >> * OK: >> http://localhost:9001/cms/modules/bildgalerie/admin/main_add.php (200) >> * OK: >> http://localhost:9001/cms/modules/bildgalerie/admin/main_list.php (200) >> * OK: >> http://localhost:9001/cms/modules/bildgalerie/admin/sub_add.php (200) >> * OK: >> http://localhost:9001/cms/modules/bildgalerie/admin/sub_list.php (200) >> * OK: >> http://localhost:9001/cms/modules/bildgalerie/admin/sub_move.php (200) >> * OK: http://localhost:9001/cms/modules/bildgalerie/verify.php (200) >> * OK: >> http://localhost:9001/cms/modules/block_pages/interface_entrys_liste.php >> (200) >> * OK: >> http://localhost:9001/cms/modules/block_pages/interface_entrys_new.php >> (200) >> * OK: >> http://localhost:9001/cms/modules/block_pages/interface_groups_liste.php >> (200) >> * OK: >> http://localhost:9001/cms/modules/block_pages/interface_groups_new.php >> (200) >> * OK: http://localhost:9001/cms/modules/blog/blog_add.php (200) >> * OK: >> http://localhost:9001/cms/modules/contentform/interface_items_form.php >> (200) >> * OK: >> http://localhost:9001/cms/modules/contentform/interface_items_liste.php (200) >> >> * OK: >> http://localhost:9001/cms/modules/contentform/interface_topics_liste.php >> (200) >> * OK: http://localhost:9001/cms/modules/doc-managment/admin.php (200) >> * OK: >> http://localhost:9001/cms/modules/doc-managment/admin_add_document.php >> (200) >> * OK: >> http://localhost:9001/cms/modules/doc-managment/admin_add_group.php (200) >> * OK: >> http://localhost:9001/cms/modules/doc-managment/admin_recent_changes.php >> (200) >> * OK: http://localhost:9001/cms/modules/doc-managment/download.php >> (404) >> * OK: http://localhost:9001/cms/modules/doc-managment/stat.php (200) >> * OK: http://localhost:9001/cms/modules/events_liste.php (200) >> * OK: >> http://localhost:9001/cms/modules/formmailer_generic/interface_container_form.php >> (200) >> * OK: >> http://localhost:9001/cms/modules/formmailer_generic/interface_container_liste.php >> (200) >> * OK: >> http://localhost:9001/cms/modules/formmailer_generic/interface_items_form.php >> (200) >> * OK: >> http://localhost:9001/cms/modules/formmailer_generic/interface_items_liste.php >> (200) >> * OK: http://localhost:9001/cms/modules/formmailer_generic/stat.php >> (200) >> * OK: >> http://localhost:9001/cms/modules/formmailer_ng/interface_extended.php >> (200) >> * OK: >> http://localhost:9001/cms/modules/formmailer_ng/interface_form.php (200) >> * OK: >> http://localhost:9001/cms/modules/formmailer_ng/interface_liste.php (200) >> * OK: http://localhost:9001/cms/modules/forum/admin_boards_add.php >> (200) >> * OK: http://localhost:9001/cms/modules/forum/admin_boards_liste.php >> (200) >> * OK: http://localhost:9001/cms/modules/forum/forum_add_thread.php >> (200) >> * OK: >> http://localhost:9001/cms/modules/fotocontest/interface_images.php (200) >> * OK: >> http://localhost:9001/cms/modules/fotocontest/interface_kampagnen_liste.php >> (200) >> * OK: >> http://localhost:9001/cms/modules/fotocontest/interface_kampagnen_new.php >> (200) >> * OK: >> http://localhost:9001/cms/modules/fotos/interface_container_liste.php >> (200) >> * OK: >> http://localhost:9001/cms/modules/gewinnspiele/interface_container_form.php >> (200) >> * OK: >> http://localhost:9001/cms/modules/gewinnspiele/interface_container_liste.php >> (200) >> * OK: >> http://localhost:9001/cms/modules/gewinnspiele/interface_container_stat.php >> (200) >> * OK: >> http://localhost:9001/cms/modules/gewinnspiele/interface_items_form.php (200) >> >> * OK: >> http://localhost:9001/cms/modules/gewinnspiele/interface_items_liste.php >> (200) >> * OK: >> http://localhost:9001/cms/modules/gewinnspiele/interface_items_stat.php (200) >> >> * OK: http://localhost:9001/cms/modules/gewinnspiele/mailtest.php (200) >> * OK: http://localhost:9001/cms/modules/gewinnspiele/promote.php (404) >> * OK: http://localhost:9001/cms/modules/gewinnspiele/stat.php (200) >> * OK: http://localhost:9001/cms/modules/gridimage.php (200) >> * OK: http://localhost:9001/cms/modules/newsletter_ng/display.php (404) >> * OK: >> http://localhost:9001/cms/modules/newsletter_ng/interface_container_form.php >> (200) >> * OK: >> http://localhost:9001/cms/modules/newsletter_ng/interface_container_liste.php >> (200) >> * OK: >> http://localhost:9001/cms/modules/newsletter_ng/interface_items_form.php >> (200) >> * OK: >> http://localhost:9001/cms/modules/newsletter_ng/interface_items_liste.php >> (200) >> * OK: http://localhost:9001/cms/modules/newsletter_ng/stat.php (200) >> * OK: http://localhost:9001/cms/modules/pal/admin_katalog.php (200) >> * OK: http://localhost:9001/cms/modules/pal/pal_anfrage.php (404) >> * OK: http://localhost:9001/cms/modules/pal/pal_bestellung.php (404) >> * OK: http://localhost:9001/cms/modules/pal/pal_fotoanfrage.php (404) >> * OK: http://localhost:9001/cms/modules/pal/pal_plugin.php (200) >> * OK: http://localhost:9001/cms/modules/pal/xml_data.php (200) >> * OK: http://localhost:9001/cms/modules/pal/xml_synch.php (200) >> * OK: http://localhost:9001/cms/modules/personen/admin.php (200) >> * OK: http://localhost:9001/cms/modules/podcast/embed.js.php (200) >> * OK: http://localhost:9001/cms/modules/podcast/embed.php (200) >> * OK: >> http://localhost:9001/cms/modules/podcast/interface_eintraege_liste.php (200) >> >> * OK: >> http://localhost:9001/cms/modules/podcast/interface_eintraege_new.php >> (200) >> * OK: >> http://localhost:9001/cms/modules/podcast/interface_gruppen_liste.php >> (200) >> * OK: >> http://localhost:9001/cms/modules/podcast/interface_gruppen_new.php (200) >> * OK: http://localhost:9001/cms/modules/podcast/player.php (404) >> * OK: http://localhost:9001/cms/modules/podcast/stat.php (200) >> * OK: http://localhost:9001/cms/modules/podcast/track.php (200) >> * OK: >> http://localhost:9001/cms/modules/portal/interface_eintraege_liste.php >> (200) >> * OK: >> http://localhost:9001/cms/modules/portal/interface_eintraege_new.php >> (200) >> * OK: >> http://localhost:9001/cms/modules/portal/interface_gruppen_liste.php >> (200) >> * OK: >> http://localhost:9001/cms/modules/portal/interface_gruppen_new.php (200) >> * OK: >> http://localhost:9001/cms/modules/portal/interface_kategorien_liste.php (200) >> >> * OK: >> http://localhost:9001/cms/modules/portal/interface_kategorien_new.php >> (200) >> * OK: http://localhost:9001/cms/modules/portal/interface_top.php (200) >> * OK: http://localhost:9001/cms/modules/portal/linklist.php (200) >> * OK: http://localhost:9001/cms/modules/pressespiegel.php (200) >> * OK: >> http://localhost:9001/cms/modules/reservierungen/interface_container_form.php >> (200) >> * OK: >> http://localhost:9001/cms/modules/reservierungen/interface_container_liste.php >> (200) >> * OK: >> http://localhost:9001/cms/modules/reservierungen/interface_export_data.php >> (200) >> * OK: >> http://localhost:9001/cms/modules/rss/interface_eintraege_liste.php (200) >> * OK: >> http://localhost:9001/cms/modules/rss/interface_eintraege_new.php (200) >> * OK: >> http://localhost:9001/cms/modules/rss/interface_gruppen_liste.php (200) >> * OK: >> http://localhost:9001/cms/modules/rss/interface_gruppen_new.php (200) >> * OK: >> http://localhost:9001/cms/modules/sample/interface_container_form.php >> (200) >> * OK: >> http://localhost:9001/cms/modules/sample/interface_container_liste.php >> (200) >> * OK: >> http://localhost:9001/cms/modules/sample/interface_items_form.php (200) >> * OK: >> http://localhost:9001/cms/modules/sample/interface_items_liste.php (200) >> * OK: http://localhost:9001/cms/modules/search_protokoll.php (200) >> * OK: >> http://localhost:9001/cms/modules/voting_ng/interface_container_form.php >> (200) >> * OK: >> http://localhost:9001/cms/modules/voting_ng/interface_container_liste.php >> (200) >> * OK: >> http://localhost:9001/cms/modules/youtube/interface_container_form.php >> (200) >> * OK: >> http://localhost:9001/cms/modules/youtube/interface_container_liste.php (200) >> >> * OK: >> http://localhost:9001/cms/modules/youtube/interface_items_form.php (200) >> * OK: >> http://localhost:9001/cms/modules/youtube/interface_items_liste.php (200) >> * OK: http://localhost:9001/cms/modules/youtube/stat.php (200) >> * OK: http://localhost:9001/cms/newsletter/newsletter.php (200) >> * OK: http://localhost:9001/cms/quickbar.php (200) >> * OK: http://localhost:9001/cms/random_pwd.php (200) >> * OK: http://localhost:9001/cms/rte/catalog.php (200) >> * OK: http://localhost:9001/cms/rte/catalog2.php (200) >> * OK: http://localhost:9001/cms/rte/mce_content_css.php (200) >> * OK: http://localhost:9001/cms/rte/popups/cleaner.php (200) >> * OK: http://localhost:9001/cms/rte/popups/insert_image.php (200) >> * OK: http://localhost:9001/cms/rte/popups/insert_link.php (200) >> * OK: http://localhost:9001/cms/rte/popups/insert_plaintext.php (200) >> * OK: http://localhost:9001/cms/rte/popups/insert_snippet.php (200) >> * OK: http://localhost:9001/cms/rte/select_folder.php (200) >> * OK: http://localhost:9001/cms/search.php (200) >> * OK: http://localhost:9001/cms/staging_sub_list.php (200) >> * OK: http://localhost:9001/cms/staging_sub_list2.php (200) >> * OK: http://localhost:9001/cms/stat.php (200) >> * OK: http://localhost:9001/cms/status.php (200) >> * OK: http://localhost:9001/cms/uploadprogress/check.php (200) >> * OK: http://localhost:9001/cms/users_add.php (200) >> * OK: http://localhost:9001/cms/users_group_permissions.php (200) >> * OK: http://localhost:9001/cms/users_import.php (200) >> * OK: http://localhost:9001/cms/users_liste.php (200) >> * OK: http://localhost:9001/cms/users_newpwd.php (200) >> CONTENTLOUNGE BACKEND-COVERAGE FINISHED IN 2 SECONDS >> >> Laufzeit: 7 Sekunden >> >> RUNNING CMS PROFILE-GUIDED-OPTIMIZATION 1 TIMES >> * LOOKING FOR FWX-LINKS >> NO FWX-CMS FOUND >> >> * FETCH 1/228: >> http://localhost:9001/cms/show_content.php?sid=100&language=de >> * SESSION-COOKIE: 'LOUNGE_ID=8updld91vnf318el9m6ce128lj5ifsjcp4tt408a' >> * FETCH 2/238: >> http://localhost:9001/cms/show_content2.php?s2id=65&language=de >> * FETCH 3/246: >> http://localhost:9001/cms/show_content.php?sid=97&show_item=8&language=de >> * FETCH 4/250: >> http://localhost:9001/cms/show_content2.php?s2id=61&detail_id=6&language=en >> >> * FETCH 5/250: >> http://localhost:9001/cms/show_content2.php?s2id=68&language=en >> * FETCH 6/250: >> http://localhost:9001/cms/show_content2.php?s2id=60&detail_id=2&language=de >> >> * FETCH 7/250: >> http://localhost:9001/cms/show_content.php?sid=26&language=en >> * FETCH 8/250: >> http://localhost:9001/cms/show_content.php?sid=87&language=de >> * FETCH 9/250: >> http://localhost:9001/cms/show_content.php?sid=97&show_item=3&language=en >> * FETCH 10/254: >> http://localhost:9001/cms/show_content2.php?s2id=76&language=de >> * FETCH 11/254: >> http://localhost:9001/cms/show_content2.php?s2id=85&language=de >> * FETCH 12/254: >> http://localhost:9001/cms/show_content.php?sid=93&language=de >> * FETCH 13/254: >> http://localhost:9001/cms/show_content2.php?s2id=109&language=de >> * FETCH 14/254: >> http://localhost:9001/cms/show_content2.php?s2id=61&detail_id=10&language=de >> >> * FETCH 15/254: >> http://localhost:9001/cms/show_content2.php?s2id=31&language=de >> * FETCH 16/254: >> http://localhost:9001/cms/show_content.php?sid=101&language=de >> * FETCH 17/254: >> http://localhost:9001/cms/show_content2.php?s2id=35&language=en >> * FETCH 18/260: >> http://localhost:9001/cms/show_content2.php?s2id=72&language=de >> * FETCH 19/260: >> http://localhost:9001/cms/show_content.php?sid=97&show_item=6&language=en >> * FETCH 20/262: >> http://localhost:9001/cms/modules/bildgalerie/webservice.php >> * FETCH 21/262: >> http://localhost:9001/cms/show_content2.php?s2id=114&language=de >> * FETCH 22/262: >> http://localhost:9001/cms/show_content2.php?s2id=78&language=en >> * FETCH 23/262: >> http://localhost:9001/cms/show_content2.php?s2id=108&language=en >> * FETCH 24/262: >> http://localhost:9001/cms/show_content2.php?s2id=88&language=en >> * FETCH 25/262: >> http://localhost:9001/cms/show_content2.php?s2id=60&detail_id=1&language=de >> >> * FETCH 26/262: >> http://localhost:9001/cms/show_content.php?sid=34&language=en >> * FETCH 27/262: >> http://localhost:9001/cms/show_content2.php?s2id=69&language=en >> * FETCH 28/262: >> http://localhost:9001/cms/show_content2.php?s2id=74&language=en >> * FETCH 29/262: >> http://localhost:9001/cms/show_content2.php?s2id=60&detail_id=5&language=en >> >> * FETCH 30/262: >> http://localhost:9001/cms/show_content2.php?s2id=60&language=de >> * FETCH 31/262: >> http://localhost:9001/cms/show_content.php?sid=40&language=de >> * FETCH 32/262: >> http://localhost:9001/cms/show_content.php?sid=97&show_item=1&language=en >> * FETCH 33/266: >> http://localhost:9001/cms/show_content.php?sid=97&show_item=5&language=de >> * FETCH 34/266: >> http://localhost:9001/cms/show_content2.php?s2id=60&detail_id=2&language=en >> >> * FETCH 35/266: >> http://localhost:9001/cms/show_content2.php?s2id=116&language=de >> * FETCH 36/266: >> http://localhost:9001/cms/show_content2.php?s2id=84&language=de >> * FETCH 37/272: >> http://localhost:9001/cms/show_content2.php?s2id=61&detail_id=9&language=en >> >> * FETCH 38/272: >> http://localhost:9001/cms/show_content.php?sid=97&show_item=5&language=en >> * FETCH 39/274: >> http://localhost:9001/cms/modules/bildgalerie/webservice.php?list_images=1&3dwallpro=1 >> >> * FETCH 40/274: >> http://localhost:9001/cms/modules/bildgalerie/webservice.php?csv=1 >> * FETCH 41/274: >> http://localhost:9001/cms/show_content.php?sid=35&language=de >> * FETCH 42/274: >> http://localhost:9001/cms/show_content2.php?s2id=93&language=en >> * FETCH 43/274: >> http://localhost:9001/cms/show_content2.php?s2id=31&language=en >> * FETCH 44/274: >> http://localhost:9001/cms/show_content.php?sid=97&show_item=9&language=en >> * FETCH 45/274: >> http://localhost:9001/cms/show_content.php?sid=41&language=de >> * FETCH 46/278: >> http://localhost:9001/cms/show_content2.php?s2id=61&detail_id=7&language=de >> >> * FETCH 47/278: >> http://localhost:9001/cms/show_content2.php?s2id=79&language=de >> * FETCH 48/278: >> http://localhost:9001/cms/show_content.php?sid=35&language=en >> * FETCH 49/278: >> http://localhost:9001/cms/show_content2.php?s2id=66&language=de >> * FETCH 50/278: >> http://localhost:9001/cms/show_content2.php?s2id=108&language=de >> * FETCH 51/278: >> http://localhost:9001/cms/show_content2.php?s2id=114&language=en >> * FETCH 52/278: >> http://localhost:9001/cms/show_content.php?sid=32&language=de >> * FETCH 53/278: >> http://localhost:9001/cms/show_content.php?sid=97&show_item=7&language=de >> * FETCH 54/280: >> http://localhost:9001/cms/show_content2.php?s2id=84&language=en >> * FETCH 55/280: >> http://localhost:9001/cms/show_content2.php?s2id=77&language=de >> * FETCH 56/280: >> http://localhost:9001/cms/show_content.php?sid=97&showkat=Kalligraphie&language=de >> >> * FETCH 57/280: >> http://localhost:9001/cms/show_content.php?sid=92&language=de >> * FETCH 58/280: >> http://localhost:9001/cms/show_content2.php?s2id=94&language=en >> * FETCH 59/304: >> http://localhost:9001/cms/show_content2.php?s2id=69&language=de >> * FETCH 60/304: >> http://localhost:9001/cms/show_content.php?sid=40&language=en >> * FETCH 61/304: >> http://localhost:9001/cms/show_content2.php?s2id=85&language=en >> * FETCH 62/304: >> http://localhost:9001/cms/show_content2.php?s2id=70&language=en >> * FETCH 63/306: >> http://localhost:9001/cms/show_content.php?sid=92&language=en >> * FETCH 64/306: >> http://localhost:9001/cms/show_content2.php?s2id=111&language=en >> * FETCH 65/306: >> http://localhost:9001/cms/show_content2.php?s2id=64&language=en >> * FETCH 66/307: >> http://localhost:9001/cms/show_content2.php?s2id=82&language=en >> * FETCH 67/313: >> http://localhost:9001/cms/show_content.php?sid=79&language=en >> * FETCH 68/317: >> http://localhost:9001/cms/show_content2.php?s2id=32&language=en >> * FETCH 69/319: >> http://localhost:9001/cms/show_content.php?sid=36&language=de >> * FETCH 70/321: >> http://localhost:9001/cms/show_content2.php?s2id=103&language=en >> * FETCH 71/321: >> http://localhost:9001/cms/show_content2.php?s2id=91&language=de >> * FETCH 72/321: >> http://localhost:9001/cms/show_content2.php?s2id=112&language=de >> * FETCH 73/321: >> http://localhost:9001/cms/show_content.php?sid=95&language=en >> * FETCH 74/327: >> http://localhost:9001/cms/show_content2.php?s2id=63&language=de >> * FETCH 75/327: >> http://localhost:9001/cms/show_content.php?sid=78&language=de >> * FETCH 76/339: >> http://localhost:9001/cms/show_content.php?sid=104&language=en >> * FETCH 77/339: >> http://localhost:9001/cms/show_content.php?sid=97&language=de >> * FETCH 78/339: >> http://localhost:9001/cms/show_content2.php?s2id=74&language=de >> * FETCH 79/339: >> http://localhost:9001/cms/show_content2.php?s2id=83&language=en >> * FETCH 80/339: >> http://localhost:9001/cms/show_content.php?sid=78&language=en >> * FETCH 81/339: >> http://localhost:9001/cms/show_content2.php?s2id=112&language=en >> * FETCH 82/339: >> http://localhost:9001/cms/show_content2.php?s2id=59&language=de >> * FETCH 83/359: >> http://localhost:9001/cms/show_content2.php?s2id=87&language=en >> * FETCH 84/359: >> http://localhost:9001/cms/show_content.php?sid=97&show_item=6&language=de >> * FETCH 85/359: >> http://localhost:9001/cms/show_content2.php?s2id=60&detail_id=4&language=de >> >> * FETCH 86/359: >> http://localhost:9001/cms/show_content2.php?s2id=72&language=en >> * FETCH 87/359: >> http://localhost:9001/cms/show_content2.php?s2id=81&language=de >> * FETCH 88/359: >> http://localhost:9001/cms/show_content.php?sid=87&getplaincontent=1 >> * FETCH 89/359: >> http://localhost:9001/cms/show_content2.php?s2id=65&language=en >> * FETCH 90/359: >> http://localhost:9001/cms/show_content.php?sid=98&language=de >> * FETCH 91/359: >> http://localhost:9001/cms/show_content2.php?s2id=60&detail_id=5&language=de >> >> * FETCH 92/359: >> http://localhost:9001/cms/show_content2.php?s2id=64&language=de >> * FETCH 93/359: >> http://localhost:9001/cms/show_content2.php?s2id=86&language=de >> * FETCH 94/359: >> http://localhost:9001/cms/show_content2.php?s2id=61&detail_id=9&language=de >> >> * FETCH 95/359: >> http://localhost:9001/cms/modules/bildgalerie/webservice.php?details_gallery=1 >> >> * FETCH 96/359: >> http://localhost:9001/cms/show_content2.php?s2id=61&detail_id=7&language=en >> >> * FETCH 97/359: >> http://localhost:9001/cms/show_content2.php?s2id=75&language=en >> * FETCH 98/367: >> http://localhost:9001/cms/show_content2.php?s2id=103&language=de >> * FETCH 99/367: >> http://localhost:9001/cms/show_content2.php?s2id=34&language=de >> * FETCH 100/369: >> http://localhost:9001/cms/show_content.php?sid=36&language=en >> * FETCH 101/369: >> http://localhost:9001/cms/show_content2.php?s2id=116&language=en >> * FETCH 102/369: >> http://localhost:9001/cms/show_content.php?sid=87&language=en >> * FETCH 103/369: >> http://localhost:9001/cms/show_content.php?sid=97&show_item=8&language=en >> * FETCH 104/369: >> http://localhost:9001/cms/show_content.php?sid=97&show_item=4&language=en >> * FETCH 105/369: >> http://localhost:9001/cms/show_content2.php?s2id=105&language=en >> * FETCH 106/369: >> http://localhost:9001/cms/show_content2.php?s2id=102&language=de >> * FETCH 107/369: >> http://localhost:9001/cms/show_content.php?sid=94&language=de >> * FETCH 108/373: >> http://localhost:9001/cms/show_content2.php?s2id=110&language=de >> * FETCH 109/373: >> http://localhost:9001/cms/show_content2.php?s2id=107&language=en >> * FETCH 110/373: >> http://localhost:9001/cms/show_content2.php?s2id=80&language=en >> * FETCH 111/373: >> http://localhost:9001/cms/show_content.php?sid=1&language=en >> * FETCH 112/373: >> http://localhost:9001/cms/show_content.php?sid=32&language=en >> * FETCH 113/373: >> http://localhost:9001/cms/show_content.php?sid=102&language=de >> * FETCH 114/373: >> http://localhost:9001/cms/show_content2.php?s2id=38&language=en >> * FETCH 115/373: >> http://localhost:9001/cms/show_content2.php?s2id=60&detail_id=3&language=en >> >> * FETCH 116/373: >> http://localhost:9001/cms/show_content2.php?s2id=106&language=de >> * FETCH 117/373: >> http://localhost:9001/cms/show_content2.php?s2id=113&language=en >> * FETCH 118/373: >> http://localhost:9001/cms/show_content2.php?s2id=60&detail_id=4&language=en >> >> * FETCH 119/373: >> http://localhost:9001/cms/modules/bildgalerie/webservice.php?list_images=1 >> >> * FETCH 120/373: >> http://localhost:9001/cms/show_content2.php?s2id=38&language=de >> * FETCH 121/373: >> http://localhost:9001/cms/show_content.php?sid=97&show_item=1&language=de >> * FETCH 122/373: >> http://localhost:9001/cms/show_content2.php?s2id=60&detail_id=3&language=de >> >> * FETCH 123/373: >> http://localhost:9001/cms/show_content2.php?s2id=35&language=de >> * FETCH 124/373: >> http://localhost:9001/cms/show_content.php?sid=100&language=en >> * FETCH 125/373: >> http://localhost:9001/cms/show_content2.php?s2id=80&language=de >> * FETCH 126/373: >> http://localhost:9001/cms/show_content.php?sid=26&language=de >> * FETCH 127/373: >> http://localhost:9001/cms/show_content.php?sid=97&showkat=Kalligraphie&language=en >> >> * FETCH 128/373: >> http://localhost:9001/cms/show_content.php?sid=97&showkat=Bibliographie&language=de >> >> * FETCH 129/373: >> http://localhost:9001/cms/show_content.php?sid=90&language=de >> * FETCH 130/373: >> http://localhost:9001/cms/show_content2.php?s2id=92&language=de >> * FETCH 131/373: >> http://localhost:9001/cms/show_content2.php?s2id=79&language=en >> * FETCH 132/373: >> http://localhost:9001/cms/show_content2.php?s2id=62&language=de >> * FETCH 133/373: >> http://localhost:9001/cms/show_content.php?sid=34&language=de >> * FETCH 134/373: >> http://localhost:9001/cms/show_content2.php?s2id=77&language=en >> * FETCH 135/373: >> http://localhost:9001/cms/show_content2.php?s2id=34&language=en >> * FETCH 136/373: >> http://localhost:9001/cms/show_content.php?sid=79&language=de >> * FETCH 137/373: >> http://localhost:9001/cms/modules/bildgalerie/webservice.php?details_image=1 >> >> * FETCH 138/373: >> http://localhost:9001/cms/show_content2.php?s2id=61&language=de >> * FETCH 139/373: >> http://localhost:9001/cms/show_content.php?sid=103&language=en >> * FETCH 140/373: >> http://localhost:9001/cms/show_content.php?sid=97&showkat=Bibliographie&language=en >> >> * FETCH 141/373: >> http://localhost:9001/cms/show_content2.php?s2id=61&detail_id=6&language=de >> >> * FETCH 142/373: >> http://localhost:9001/cms/show_content.php?sid=105&language=de >> * FETCH 143/373: >> http://localhost:9001/cms/show_content2.php?s2id=111&language=de >> * FETCH 144/373: >> http://localhost:9001/cms/show_content2.php?s2id=76&language=en >> * FETCH 145/373: >> http://localhost:9001/cms/show_content2.php?s2id=61&detail_id=8&language=en >> >> * FETCH 146/373: >> http://localhost:9001/cms/show_content2.php?s2id=61&detail_id=8&language=de >> >> * FETCH 147/373: >> http://localhost:9001/cms/show_content.php?sid=1&language=de >> * FETCH 148/373: >> http://localhost:9001/cms/show_content.php?sid=33&language=en >> * FETCH 149/383: >> http://localhost:9001/cms/show_content.php?sid=98&language=en >> * FETCH 150/383: >> http://localhost:9001/cms/show_content2.php?s2id=109&language=en >> * FETCH 151/383: >> http://localhost:9001/cms/show_content2.php?s2id=61&detail_id=10&language=en >> >> * FETCH 152/383: >> http://localhost:9001/cms/show_content.php?sid=91&language=en >> * FETCH 153/383: >> http://localhost:9001/cms/show_content.php?sid=81&language=en >> * FETCH 154/385: >> http://localhost:9001/cms/show_content2.php?s2id=70&language=de >> * FETCH 155/385: >> http://localhost:9001/cms/show_content2.php?s2id=75&language=de >> * FETCH 156/385: >> http://localhost:9001/cms/show_content.php?sid=59&language=en >> * FETCH 157/391: >> http://localhost:9001/cms/show_content.php?sid=95&language=de >> * FETCH 158/391: >> http://localhost:9001/cms/show_content2.php?s2id=91&language=en >> * FETCH 159/391: >> http://localhost:9001/cms/show_content2.php?s2id=90&language=de >> * FETCH 160/391: >> http://localhost:9001/cms/show_content.php?sid=97&show_item=4&language=de >> * FETCH 161/391: >> http://localhost:9001/cms/modules/bildgalerie/webservice.php?details_container=1 >> >> * FETCH 162/391: >> http://localhost:9001/cms/show_content.php?sid=101&language=en >> * FETCH 163/391: >> http://localhost:9001/cms/show_content2.php?s2id=67&language=de >> * FETCH 164/391: >> http://localhost:9001/cms/show_content.php?sid=33&language=de >> * FETCH 165/391: >> http://localhost:9001/cms/show_content.php?sid=97&show_item=9&language=de >> * FETCH 166/391: >> http://localhost:9001/cms/show_content2.php?s2id=93&language=de >> * FETCH 167/391: >> http://localhost:9001/cms/show_content2.php?s2id=90&language=en >> * FETCH 168/391: >> http://localhost:9001/cms/show_content.php?sid=80&language=de >> * FETCH 169/395: >> http://localhost:9001/cms/show_content.php?sid=104&language=de >> * FETCH 170/395: >> http://localhost:9001/cms/show_content.php?sid=97&show_item=3&language=de >> * FETCH 171/395: >> http://localhost:9001/cms/show_content2.php?s2id=115&language=de >> * FETCH 172/399: >> http://localhost:9001/cms/show_content2.php?s2id=88&step=1 >> * FETCH 173/399: >> http://localhost:9001/cms/show_content.php?sid=80&language=en >> * FETCH 174/399: >> http://localhost:9001/cms/show_content2.php?s2id=30&language=de >> * FETCH 175/399: >> http://localhost:9001/cms/show_content.php?sid=90&language=en >> * FETCH 176/399: >> http://localhost:9001/cms/show_content2.php?s2id=73&language=de >> * FETCH 177/399: >> http://localhost:9001/cms/show_content.php?sid=89&language=en >> * FETCH 178/399: >> http://localhost:9001/cms/show_content.php?sid=81&language=de >> * FETCH 179/399: >> http://localhost:9001/cms/show_content2.php?s2id=73&language=en >> * FETCH 180/399: >> http://localhost:9001/cms/show_content.php?sid=89&language=de >> * FETCH 181/399: >> http://localhost:9001/cms/show_content2.php?s2id=86&language=en >> * FETCH 182/399: >> http://localhost:9001/cms/show_content.php?sid=97&language=en >> * FETCH 183/399: >> http://localhost:9001/cms/show_content.php?sid=59&language=de >> * FETCH 184/399: >> http://localhost:9001/cms/show_content2.php?s2id=37&language=en >> * FETCH 185/399: >> http://localhost:9001/cms/show_content2.php?s2id=60&language=en >> * FETCH 186/399: >> http://localhost:9001/cms/show_content.php?sid=97&show_item=2&language=en >> * FETCH 187/399: >> http://localhost:9001/cms/show_content2.php?s2id=66&language=en >> * FETCH 188/399: >> http://localhost:9001/cms/show_content2.php?s2id=87&language=de >> * FETCH 189/399: >> http://localhost:9001/cms/show_content2.php?s2id=32&language=de >> * FETCH 190/399: >> http://localhost:9001/cms/show_content.php?sid=93&language=en >> * FETCH 191/399: >> http://localhost:9001/cms/show_content2.php?s2id=110&language=en >> * FETCH 192/399: >> http://localhost:9001/cms/show_content2.php?s2id=60&detail_id=1&language=en >> >> * FETCH 193/399: >> http://localhost:9001/cms/show_content.php?sid=15&language=de >> * FETCH 194/399: >> http://localhost:9001/cms/show_content2.php?s2id=71&language=en >> * FETCH 195/399: >> http://localhost:9001/cms/show_content2.php?s2id=104&language=de >> * FETCH 196/399: >> http://localhost:9001/cms/show_content.php?sid=41&language=en >> * FETCH 197/399: >> http://localhost:9001/cms/show_content2.php?s2id=92&language=en >> * FETCH 198/399: >> http://localhost:9001/cms/show_content2.php?s2id=81&language=en >> * FETCH 199/399: >> http://localhost:9001/cms/show_content.php?sid=102&language=en >> * FETCH 200/399: >> http://localhost:9001/cms/show_content.php?sid=94&language=en >> * FETCH 201/399: >> http://localhost:9001/cms/show_content2.php?s2id=67&language=en >> * FETCH 202/399: >> http://localhost:9001/cms/show_content2.php?s2id=106&language=en >> * FETCH 203/399: >> http://localhost:9001/cms/show_content2.php?s2id=30&language=en >> * FETCH 204/399: >> http://localhost:9001/cms/show_content2.php?s2id=82&language=de >> * FETCH 205/399: >> http://localhost:9001/cms/show_content2.php?s2id=104&language=en >> * FETCH 206/399: >> http://localhost:9001/cms/show_content2.php?s2id=68&language=de >> * FETCH 207/399: >> http://localhost:9001/cms/show_content2.php?s2id=62&language=en >> * FETCH 208/399: >> http://localhost:9001/cms/show_content.php?sid=97&show_item=2&language=de >> * FETCH 209/399: >> http://localhost:9001/cms/show_content.php?sid=91&language=de >> * FETCH 210/399: >> http://localhost:9001/cms/show_content2.php?s2id=107&language=de >> * FETCH 211/399: >> http://localhost:9001/cms/show_content2.php?s2id=78&language=de >> * FETCH 212/399: >> http://localhost:9001/cms/show_content.php?sid=97&show_item=7&language=en >> * FETCH 213/399: >> http://localhost:9001/cms/show_content2.php?s2id=83&language=de >> * FETCH 214/399: >> http://localhost:9001/cms/show_content2.php?s2id=113&language=de >> * FETCH 215/399: >> http://localhost:9001/cms/show_content.php?sid=15&language=en >> * FETCH 216/399: >> http://localhost:9001/cms/show_content2.php?s2id=88&language=de >> * FETCH 217/399: >> http://localhost:9001/cms/show_content2.php?s2id=63&language=en >> * FETCH 218/399: >> http://localhost:9001/cms/show_content2.php?s2id=37&language=de >> * FETCH 219/399: >> http://localhost:9001/cms/show_content2.php?s2id=105&language=de >> * FETCH 220/399: >> http://localhost:9001/cms/show_content.php?sid=103&language=de >> * FETCH 221/399: >> http://localhost:9001/cms/show_content.php?sid=105&language=en >> * FETCH 222/399: >> http://localhost:9001/cms/show_content2.php?s2id=94&language=de >> * FETCH 223/401: >> http://localhost:9001/cms/show_content2.php?s2id=102&language=en >> * FETCH 224/401: >> http://localhost:9001/cms/show_content2.php?s2id=71&language=de >> * FETCH 225/401: >> http://localhost:9001/cms/show_content2.php?s2id=61&language=en >> * FETCH 226/401: >> http://localhost:9001/cms/modules/bildgalerie/webservice.php?list_galleries=1 >> >> * FETCH 227/401: >> http://localhost:9001/cms/show_content2.php?s2id=59&language=en >> * FETCH 228/401: >> http://localhost:9001/cms/show_content2.php?s2id=115&language=en >> >> Am 21.07.2017 um 23:28 schrieb Nikita Popov: >>> On Fri, Jul 21, 2017 at 1:14 PM, lists@rhsoft.net >>> >> > wrote: >>> >>> offlist-mail is out >>> >>> deleting functions until it stops happening is no option in case of >>> a global library, the autotest-suite is using them all... >>> >>> thx for feedback! >>> >>> >>> Thanks, the issue should be fixed with >>> https://github.com/php/php-src/commit/69ec51eb0221c76802a5a23e1c86cad1483faed2, >>> which will also be part of the next 7.2 beta. >>> >>> Nikita >>> >>> Am 21.07.2017 um 13:06 schrieb Nikita Popov: >>> >>> Can you provide the contents of >>> "/Volumes/dune/www-servers/phpincludes/contentlounge-api/functions.inc.php"? >>> >>> If this is not publicly available code, can you send the file to >>> nikic@php.net >> > and dmitry@php.net >>> >> >? (Or reduce the code -- in this case it >>> should be easy, just delete functions until it stops happening). >>> >>> Thanks, >>> Nikita >>> >>> PS: bugs.php.net is >>> usually a better venue to report these kinds of issues. >>> >>> On Fri, Jul 21, 2017 at 12:42 PM, lists@rhsoft.net >>> >> > >> >> >> wrote: >>> >>> /home/builduser/rpmbuild/BUILD/php-7.2.0/ext/opcache/Optimizer/zend_ssa.c:1090: >>> >>> zend_ssa_compute_use_def_chains: Assertion `phi->sources[j] >>> >= 0' >>> failed. >>> >>> below a backtrace of 'opcache' from 7.2.0 beta1, the used >>> 'php.ini' >>> and the start of the build-process with configure and >>> compiler params >>> >>> i used to build HEAD for a long time with my rpm-spec file >>> by just >>> replace the tarball, alpha1 did not compile at all, late >>> rbuild was >>> fine as well as our cli-cms-testsuite but the intermediate >>> webserver >>> before the second part for a PGO-build was broken >>> >>> currently 'opcache' when "opcache.enable_cli = 1" is >>> enabled crashs >>> very early (before any output line of the application) >>> _________________________________________________________ >>> >>> [builduser@testserver:/rpmbuild/PHP-PGO]$ gdb -ex=r --args >>> /home/builduser/rpmbuild/BUILD/php-7.2.0/sapi/cli/php -c >>> /rpmbuild/PHP-PGO/php.ini /php-pgo-docroot/cms/autotest.php >>> GNU gdb (GDB) Fedora 7.12.1-48.fc25 >>> Copyright (C) 2017 Free Software Foundation, Inc. >>> License GPLv3+: GNU GPL version 3 or later >>> >> >>> >> >> >>> >>> This is free software: you are free to change and >>> redistribute it. >>> There is NO WARRANTY, to the extent permitted by law. Type >>> "show >>> copying" >>> and "show warranty" for details. >>> This GDB was configured as "x86_64-redhat-linux-gnu". >>> Type "show configuration" for configuration details. >>> For bug reporting instructions, please see: >>> >> >>> >> >>. >>> Find the GDB manual and other documentation resources >>> online at: >>> >> >>> >> >>. >>> For help, type "help". >>> Type "apropos word" to search for commands related to >>> "word"... >>> Reading symbols from >>> /home/builduser/rpmbuild/BUILD/php-7.2.0/sapi/cli/php...done. >>> Starting program: >>> /home/builduser/rpmbuild/BUILD/php-7.2.0/sapi/cli/php -c >>> /rpmbuild/PHP-PGO/php.ini /php-pgo-docroot/cms/autotest.php >>> [Thread debugging using libthread_db enabled] >>> Using host libthread_db library "/lib64/libthread_db.so.1". >>> Detaching after fork from child process 25798. >>> php: >>> /home/builduser/rpmbuild/BUILD/php-7.2.0/ext/opcache/Optimizer/zend_ssa.c:1090: >>> >>> zend_ssa_compute_use_def_chains: Assertion `phi->sources[j] >>> >= 0' >>> failed. >>> >>> Program received signal SIGABRT, Aborted. >>> 0x00007ffff6d448df in raise () from /lib64/libc.so.6 >>> Missing separate debuginfos, use: dnf debuginfo-install >>> bzip2-libs-1.0.6-21.fc25.x86_64 >>> cyrus-sasl-lib-2.1.26-26.2.fc24.x86_64 >>> expat-2.2.1-1.fc25.x86_64 >>> fontconfig-2.12.1-1.fc25.x86_64 >>> freetype-2.6.5-9.fc25.x86_64 >>> gd-2.2.4-1.fc25.x86_64 glibc-2.24-9.fc25.x86_64 >>> jbigkit-libs-2.1-5.fc24.x86_64 >>> keyutils-libs-1.5.9-8.fc24.x86_64 >>> krb5-libs-1.14.4-7.fc25.x86_64 libX11-1.6.5-1.fc25.x86_64 >>> libXau-1.0.8-6.fc24.x86_64 libXpm-3.5.12-1.fc25.x86_64 >>> libcom_err-1.43.3-1.fc25.x86_64 >>> libcrypt-nss-2.24-9.fc25.x86_64 >>> libcurl-7.51.0-7.fc25.x86_64 libgcc-6.3.1-1.fc25.x86_64 >>> libgomp-6.3.1-1.fc25.x86_64 libicu-57.1-5.fc25.x86_64 >>> libidn2-2.0.2-1.fc25.x86_64 >>> libjpeg-turbo-1.5.1-0.fc25.x86_64 >>> libnghttp2-1.13.0-2.fc25.x86_64 libpng-1.6.27-1.fc25.x86_64 >>> libpsl-0.17.0-1.fc25.x86_64 libselinux-2.5-13.fc25.x86_64 >>> libssh2-1.8.0-1.fc25.x86_64 libstdc++-6.3.1-1.fc25.x86_64 >>> libtidy-5.4.0-1.fc25.x86_64 libtiff-4.0.8-1.fc25.x86_64 >>> libunistring-0.9.4-3.fc24.x86_64 >>> libwebp-0.5.2-1.fc25.x86_64 >>> libxcb-1.12-1.fc25.x86_64 libxml2-2.9.4-2.fc25.x86_64 >>> libzip-1.1.3-1.fc25.x86_64 nspr-4.15.0-1.fc25.x86_64 >>> nss-3.31.0-1.1.fc25.x86_64 >>> nss-softokn-freebl-3.31.0-1.0.fc25.x86_64 >>> nss-util-3.31.0-1.0.fc25.x86_64 >>> openldap-2.4.44-11.fc25.x86_64 >>> openssl-libs-1.0.2k-1.fc25.x86_64 pcre-8.41-1.fc25.x86_64 >>> xz-libs-5.2.2-2.fc24.x86_64 >>> (gdb) bt >>> #0 0x00007ffff6d448df in raise () from /lib64/libc.so.6 >>> #1 0x00007ffff6d464da in abort () from /lib64/libc.so.6 >>> #2 0x00007ffff6d3cd67 in __assert_fail_base () from >>> /lib64/libc.so.6 >>> #3 0x00007ffff6d3ce12 in __assert_fail () from >>> /lib64/libc.so.6 >>> #4 0x00007ffff5fa4fcd in zend_ssa_compute_use_def_chains >>> (arena=0x7fffffffa4a0, op_array=0x7ffff621bcb0, >>> ssa=0x7ffff630c288) >>> at >>> /home/builduser/rpmbuild/BUILD/php-7.2.0/ext/opcache/Optimizer/zend_ssa.c:1090 >>> >>> #5 0x00007ffff5f9cf9e in zend_dfa_analyze_op_array >>> (op_array=0x7ffff621bcb0, ctx=0x7fffffffa4a0, >>> ssa=0x7ffff630c288, >>> flags=0x7ffff630c284) >>> at >>> /home/builduser/rpmbuild/BUILD/php-7.2.0/ext/opcache/Optimizer/dfa_pass.c:102 >>> >>> #6 0x00007ffff5f82767 in zend_optimize_script >>> (script=0x7ffff6284a00, optimization_level=2147467263 >>> >>> >, debug_level=0) at >>> >>> /home/builduser/rpmbuild/BUILD/php-7.2.0/ext/opcache/Optimizer/zend_optimizer.c:1268 >>> >>> #7 0x00007ffff5f6a93b in cache_script_in_shared_memory >>> (new_persistent_script=0x7ffff6284a00, key=0x7ffff6292158 >>> "/Volumes/dune/www-servers/phpincludes/contentlounge-api/functions.inc.php", >>> >>> key_length=73, >>> from_shared_memory=0x7fffffffa750) at >>> /home/builduser/rpmbuild/BUILD/php-7.2.0/ext/opcache/ZendAccelerator.c:1321 >>> >>> #8 0x00007ffff5f6beea in persistent_compile_file >>> (file_handle=0x7fffffffa7c0, type=8) at >>> /home/builduser/rpmbuild/BUILD/php-7.2.0/ext/opcache/ZendAccelerator.c:1922 >>> >>> #9 0x00005555557f69e8 in compile_filename (type=8, >>> filename=0x7ffff621f6f0) at >>> Zend/zend_language_scanner.l:662 >>> #10 0x00005555558b096c in zend_include_or_eval >>> (inc_filename=0x7ffff621f6f0, type=8) at >>> >>> /home/builduser/rpmbuild/BUILD/php-7.2.0/Zend/zend_execute.c:2823 >>> #11 0x000055555591f40f in >>> ZEND_INCLUDE_OR_EVAL_SPEC_TMPVAR_HANDLER >>> () at >>> /home/builduser/rpmbuild/BUILD/php-7.2.0/Zend/zend_vm_execute.h:48099 >>> #12 0x0000555555934ac0 in execute_ex (ex=0x7ffff621f030) at >>> /home/builduser/rpmbuild/BUILD/php-7.2.0/Zend/zend_vm_execute.h:62475 >>> #13 0x00005555559357f7 in zend_execute >>> (op_array=0x7ffff6282700, >>> return_value=0x0) at >>> /home/builduser/rpmbuild/BUILD/php-7.2.0/Zend/zend_vm_execute.h:63099 >>> #14 0x00005555558519ab in zend_execute_scripts (type=8, >>> retval=0x0, >>> file_count=3) at >>> /home/builduser/rpmbuild/BUILD/php-7.2.0/Zend/zend.c:1490 >>> #15 0x00005555557bf27f in php_execute_script >>> (primary_file=0x7fffffffdfd0) at >>> /home/builduser/rpmbuild/BUILD/php-7.2.0/main/main.c:2550 >>> #16 0x00005555559380f0 in do_cli (argc=4, >>> argv=0x555555c9bd50) at >>> /home/builduser/rpmbuild/BUILD/php-7.2.0/sapi/cli/php_cli.c:1001 >>> #17 0x00005555559390aa in main (argc=4, >>> argv=0x555555c9bd50) at >>> /home/builduser/rpmbuild/BUILD/php-7.2.0/sapi/cli/php_cli.c:1394 >>> (gdb) >>> _________________________________________________________ >>> >>> [builduser@testserver:/rpmbuild/PHP-PGO]$ cat php.ini >>> [PHP] >>> extension_dir = >>> /home/builduser/rpmbuild/BUILD/php-7.2.0/modules >>> extension = "zlib.so" >>> extension = "openssl.so" >>> extension = "mbstring.so" >>> extension = "calendar.so" >>> extension = "curl.so" >>> extension = "dom.so" >>> extension = "exif.so" >>> extension = "fileinfo.so" >>> extension = "gd.so" >>> extension = "hash.so" >>> extension = "iconv.so" >>> extension = "intl.so" >>> extension = "json.so" >>> extension = "mysqlnd.so" >>> extension = "mysqli.so" >>> extension = "session.so" >>> extension = "simplexml.so" >>> extension = "tidy.so" >>> extension = "xml.so" >>> extension = "zip.so" >>> open_basedir = >>> "/Volumes/dune/www-servers:/usr/share/pear:/usr/share/php:/rpmbuild/PHP-PGO" >>> >>> include_path = >>> ".:/php-pgo-docroot/cms/php:/Volumes/dune/www-servers/phpincludes:/usr/share/pear:/usr/share/php" >>> >>> default_charset = "ISO-8859-1" >>> zend.enable_gc = 1 >>> zend.detect_unicode = 0 >>> register_argc_argv = 0 >>> upload_tmp_dir = "/rpmbuild/PHP-PGO/logs" >>> error_log = >>> "/rpmbuild/PHP-PGO/logs/php_error.log" >>> zlib.output_compression = 0 >>> max_execution_time = 120 >>> max_input_nesting_level = 32 >>> max_input_time = -1 >>> memory_limit = -1 >>> post_max_size = "150M" >>> >>> upload_max_filesize = "150M" >>> >>> file_uploads = 1 >>> >>> max_file_uploads = 30 >>> >>> allow_url_fopen = 1 >>> >>> allow_url_include = 0 >>> >>> realpath_cache_size = 64K >>> >>> realpath_cache_ttl = 300 >>> >>> error_reporting = E_ALL >>> >>> disable_functions = "" >>> >>> disable_classes = "" >>> >>> engine = 1 >>> >>> short_open_tag = 1 >>> output_buffering = 0 >>> output_handler = "" >>> implicit_flush = 0 >>> expose_php = 0 >>> report_memleaks = 1 >>> display_errors = 1 >>> display_startup_errors = 1 >>> log_errors = 1 >>> log_errors_max_len = 2048 >>> html_errors = 0 >>> track_errors = 0 >>> warn_plus_overloading = 1 >>> enable_dl = 0 >>> cgi.force_redirect = 0 >>> cgi.rfc2616_headers = 0 >>> fastcgi.impersonate = 1 >>> ignore_repeated_errors = 0 >>> ignore_repeated_source = 0 >>> arg_separator.output = "&" >>> arg_separator.input = "&" >>> auto_globals_jit = 1 >>> request_order = "GP" >>> default_mimetype = "text/html" >>> default_socket_timeout = 10 >>> auto_detect_line_endings = 0 >>> user_agent = "PHP" >>> gd.jpeg_ignore_warning = 1 >>> pcre.jit = 1 >>> >>> highlight.string = "#dd0000" >>> highlight.comment = "#ff8000" >>> highlight.keyword = "#007700" >>> highlight.bg >>> = "#ffffff" >>> highlight.default = "#0000bb" >>> highlight.html = "#000000" >>> >>> error_prepend_string = "" >>> error_append_string = "" >>> auto_prepend_file = "" >>> auto_append_file = "" >>> >>> [Session] >>> session.save_path = "/rpmbuild/PHP-PGO/logs" >>> session.save_handler = "files" >>> session.use_cookies = 1 >>> session.use_only_cookies = 1 >>> session.use_strict_mode = 1 >>> session.name >>> = "LOUNGE_ID" >>> >>> session.referer_check = "" >>> session.auto_start = 0 >>> session.cookie_lifetime = 0 >>> session.cookie_path = "/" >>> session.cookie_domain = "" >>> session.cookie_secure = 0 >>> session.cookie_httponly = 1 >>> session.serialize_handler = "php_serialize" >>> session.gc_probability = 0 >>> session.entropy_file = "/dev/urandom" >>> session.entropy_length = 16 >>> session.cache_limiter = "nocache" >>> session.cache_expire = 180 >>> session.use_trans_sid = 0 >>> session.bug_compat_42 = 0 >>> session.bug_compat_warn = 0 >>> session.hash_function = 1 >>> session.hash_bits_per_character = 6 >>> session.upload_progress.enabled = 1 >>> session.lazy_write = 1 >>> session.sid_bits_per_character = 5 >>> session.sid_length = 40 >>> url_rewriter.tags = "disabled" >>> >>> [MySQLI] >>> mysqli.default_host = "localhost" >>> mysqli.default_port = 3306 >>> mysqli.default_socket = >>> "/var/lib/mysql/mysql.sock" >>> mysqli.default_user = "" >>> mysqli.default_password = "" >>> mysqli.reconnect = 1 >>> mysqli.allow_local_infile = 0 >>> mysqli.allow_persistent = 0 >>> mysqli.max_links = 15 >>> >>> [mysqlnd] >>> mysqlnd.collect_statistics = 0 >>> mysqlnd.debug = 0 >>> mysqlnd.net_read_timeout = 60 >>> pdo_mysql.default_socket = >>> "/var/lib/mysql/mysql.sock" >>> >>> [Assertion] >>> zend.assertions = -1 >>> assert.active = 0 >>> assert.quiet_eval = 0 >>> >>> [soap] >>> soap.wsdl_cache_enabled = 1 >>> soap.wsdl_cache_dir = "/rpmbuild/PHP-PGO/logs" >>> soap.wsdl_cache_ttl = 5 >>> >>> [mbstring] >>> mbstring.language = "German" >>> mbstring.internal_encoding = "ISO-8859-1" >>> mbstring.http_input = "auto" >>> mbstring.encoding_translation = 0 >>> mbstring.detect_order = "auto" >>> mbstring.func_overload = 0 >>> >>> [Date] >>> date.timezone = "Europe/Vienna" >>> >>> [zend] >>> zend_extension = "opcache.so" >>> opcache.enable = 1 >>> opcache.enable_cli = 1 >>> opcache.load_comments = 0 >>> opcache.save_comments = 0 >>> opcache.use_cwd = 1 >>> opcache.validate_timestamps = 1 >>> opcache.validate_permission = 0 >>> opcache.revalidate_freq = 1 >>> opcache.revalidate_path = 0 >>> opcache.max_accelerated_files = 1000 >>> opcache.memory_consumption = 32 >>> opcache.interned_strings_buffer = 8 >>> opcache.max_file_size = 327680 >>> opcache.enable_file_override = 1 >>> opcache.fast_shutdown = 1 >>> opcache.log_verbosity_level = 1 >>> opcache.huge_code_pages = 1 >>> _________________________________________________________ >>> >>> [builduser@testserver:/rpmbuild/SPECS]$ rpmbuild -bb >>> php.spec >>> Ausführung(%prep): /bin/sh -e /var/tmp/rpm-tmp.VKIxrw >>> + umask 022 >>> + cd /home/builduser/rpmbuild/BUILD >>> + export LANG=C >>> + LANG=C >>> + cd /home/builduser/rpmbuild/BUILD >>> + rm -rf php-7.2.0 >>> + /usr/bin/xz -dc >>> /home/builduser/rpmbuild/SOURCES/php-7.2.0.tar.xz >>> + /usr/bin/tar -xof - >>> + STATUS=0 >>> + '[' 0 -ne 0 ']' >>> + cd php-7.2.0 >>> + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . >>> + echo 'Patch #1 (php-realpath-cache-openbasedir.patch):' >>> Patch #1 (php-realpath-cache-openbasedir.patch): >>> + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix >>> .realpath >>> --fuzz=0 >>> patching file main/main.c >>> Hunk #1 succeeded at 1642 (offset 40 lines). >>> Hunk #2 succeeded at 2230 (offset 52 lines). >>> + echo 'Patch #3 (php-71-systzdata.patch):' >>> Patch #3 (php-71-systzdata.patch): >>> + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix >>> .systzdata-71 --fuzz=0 >>> patching file ext/date/lib/parse_tz.c >>> patching file ext/date/lib/timelib.m4 >>> + '[' -f /usr/bin/php ']' >>> + /usr/bin/php ext/fileinfo/create_data_file.php >>> /usr/share/misc/magic.mgc >>> + '[' -f /usr/bin/php ']' >>> + /usr/bin/php Zend/zend_vm_gen.php --with-vm-kind=HYBRID >>> zend_vm_opcodes.h generated successfully. >>> zend_vm_opcodes.c generated successfully. >>> zend_vm_execute.h generated successfully. >>> + rm -f TSRM/tsrm_win32.h TSRM/tsrm_config.w32.h >>> Zend/zend_config.w32.h ext/mysqlnd/config-win.h >>> ext/standard/winver.h >>> main/win32_internal_function_disabled.h >>> main/win95nt.h >>> + find . -name '*.[ch]' -exec chmod 644 '{}' ';' >>> + xargs rm -f >>> + rm -rf ext/openssl/tests/ >>> + exit 0 >>> Ausführung(%build): /bin/sh -e /var/tmp/rpm-tmp.Hi7mx2 >>> + umask 022 >>> + cd /home/builduser/rpmbuild/BUILD >>> + cd php-7.2.0 >>> + export LANG=C >>> + LANG=C >>> + libtoolize --force --copy --quiet >>> ++ aclocal --print-ac-dir >>> ++ aclocal --print-ac-dir >>> ++ aclocal --print-ac-dir >>> ++ aclocal --print-ac-dir >>> ++ aclocal --print-ac-dir >>> + cat /usr/share/aclocal/libtool.m4 >>> /usr/share/aclocal/ltoptions.m4 >>> /usr/share/aclocal/ltsugar.m4 >>> /usr/share/aclocal/ltversion.m4 >>> /usr/share/aclocal/lt~obsolete.m4 >>> + touch configure.in >>> >>> + ./buildconf --force >>> Forcing buildconf >>> Removing configure caches >>> buildconf: checking installation... >>> buildconf: autoconf version 2.69 (ok) >>> rebuilding aclocal.m4 >>> rebuilding configure >>> autoconf: warning: both `configure.ac >>> ' and >>> `configure.in ' >>> are present. >>> autoconf: warning: proceeding with `configure.ac >>> '. >>> rebuilding main/php_config.h.in >>> >>> autoheader: 'configure.ac >>> ' and 'configure.in >>> ' both present. >>> autoheader: proceeding with 'configure.ac >>> ' >>> >>> + RH_LTO_FLAGS='-fno-lto -fuse-ld=gold -fuse-linker-plugin' >>> + export 'CFLAGS=-m64 -O0 -g3 -fno-lto' >>> + CFLAGS='-m64 -O0 -g3 -fno-lto' >>> + export 'CC=gcc -m64 -O0 -g3 -fno-lto' >>> + CC='gcc -m64 -O0 -g3 -fno-lto' >>> + export 'CXXFLAGS=-m64 -O0 -g3 -fno-lto' >>> + CXXFLAGS='-m64 -O0 -g3 -fno-lto' >>> + export 'CXX=gcc -m64 -O0 -g3 -fno-lto' >>> + CXX='gcc -m64 -O0 -g3 -fno-lto' >>> + export 'SH_LDFLAGS=-Wl,--as-needed -Wl,-z,now >>> -Wl,-z,relro >>> -Wl,-z,noexecstack -Wl,-z,nodump -m64 -O0 -g3 -fno-lto' >>> + SH_LDFLAGS='-Wl,--as-needed -Wl,-z,now -Wl,-z,relro >>> -Wl,-z,noexecstack -Wl,-z,nodump -m64 -O0 -g3 -fno-lto' >>> + export 'LDFLAGS=-Wl,--as-needed -Wl,-z,now -Wl,-z,relro >>> -Wl,-z,noexecstack -Wl,-z,nodump -m64 -O0 -g3 -fno-lto -pie >>> -fPIE' >>> + LDFLAGS='-Wl,--as-needed -Wl,-z,now -Wl,-z,relro >>> -Wl,-z,noexecstack -Wl,-z,nodump -m64 -O0 -g3 -fno-lto -pie >>> -fPIE' >>> + export EXTENSION_DIR=/usr/lib64/php/modules >>> + EXTENSION_DIR=/usr/lib64/php/modules >>> + ./configure --host=x86_64-redhat-linux >>> --build=x86_64-redhat-linux >>> --target=x86_64-redhat-linux --prefix=/usr >>> --program-prefix= >>> --libdir=/usr/lib64/php --disable-all >>> --disable-dependency-tracking >>> --enable-bcmath=shared --enable-calendar=shared >>> --enable-cli >>> --enable-ctype=shared --enable-dom=shared >>> --enable-exif=shared >>> --enable-fileinfo=shared --enable-filter >>> --enable-hash=shared >>> --enable-huge-code-pages --enable-inline-optimization >>> --enable-intl=shared --enable-json=shared --enable-libxml >>> --enable-mbregex --enable-mbstring=shared >>> --enable-mysqlnd=shared >>> --enable-opcache=shared --enable-opcache-jit >>> --enable-pcntl=shared >>> --enable-pdo=shared --enable-phar=shared >>> --enable-posix=shared >>> --enable-re2c-cgoto --enable-session=shared --enable-shared >>> --enable-simplexml=shared --enable-soap=shared >>> --enable-sockets=shared --enable-tokenizer=shared >>> --enable-xml=shared --enable-xmlreader=shared >>> --enable-xmlwriter=shared --enable-zip=shared >>> --with-apxs2=/usr/bin/apxs --with-bz2=shared,/usr >>> --with-config-file-path=/etc >>> --with-config-file-scan-dir=/etc/php.lounge.d >>> --with-curl=shared,/usr --with-freetype-dir=/usr >>> --with-gd=shared,/usr --with-gettext=shared,/usr >>> --with-iconv=shared >>> --with-imap-ssl=/usr --with-imap=shared,/usr >>> --with-kerberos=/usr >>> --with-layout=GNU --with-libdir=lib64 >>> --with-libedit=shared,/usr >>> --with-libxml-dir=/usr --with-libzip=/usr >>> --with-mysql-sock=/var/lib/mysql/mysql.sock >>> --with-mysqli=shared,mysqlnd --with-openssl=shared,/usr >>> --with-pcre-jit --with-pcre-regex=/usr >>> --with-pdo-mysql=shared,mysqlnd --with-pic >>> --with-system-ciphers >>> --with-system-tzdata --with-tidy=shared,/usr >>> --with-zlib=shared >>> --with-zlib-dir=/usr --disable-cgi --disable-dmalloc >>> --disable-dtrace --disable-gcov --disable-gd-jis-conv >>> --disable-ipv6 >>> --disable-mysqlnd-compression-support >>> --disable-opcache-file >>> --disable-phpdbg --disable-rpath --disable-short-tags >>> --disable-static --enable-gcc-global-regs --enable-debug >>> configure: WARNING: unrecognized options: >>> --disable-dependency-tracking, --enable-opcache-jit