Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:96032 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15755 invoked from network); 20 Sep 2016 09:00:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Sep 2016 09:00:28 -0000 Received: from [127.0.0.1] ([127.0.0.1:26908]) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ECSTREAM id 60/24-19521-CAAF0E75 for ; Tue, 20 Sep 2016 05:00:28 -0400 Authentication-Results: pb1.pair.com smtp.mail=filip.rydlo@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=filip.rydlo@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.45 as permitted sender) X-PHP-List-Original-Sender: filip.rydlo@gmail.com X-Host-Fingerprint: 209.85.213.45 mail-vk0-f45.google.com Received: from [209.85.213.45] ([209.85.213.45:32874] helo=mail-vk0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8B/C0-19521-10DE0E75 for ; Tue, 20 Sep 2016 04:02:10 -0400 Received: by mail-vk0-f45.google.com with SMTP id u196so14106412vkd.0 for ; Tue, 20 Sep 2016 01:02:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=A2hIoAMkKWZUaqcpQhGFfGNQjUZcTEn16nXvVigFS1A=; b=PqEZ8k/iQNvGL0+6k+MBE5nEFqc1O1fR61+TXFE4Q1sqAAY4v7Rd1P5/Lml/316iKw OD4S67YvAN/Er7xTS0H3gLhIJJ/7Zz+Cf7lhIh4GZ8HzSpZeTxQtLOdQlAyutkDROda6 ox2WmXlrJJDaZDka1Dl1gY1LLlM6wtI8L0vGOlyt/jq1rQNpM2JmBHER09OOMF9ePjc/ 2KgYi4LpvCbIZZuJXwMGB4psVt1CQI5i0TX+POMaQGk30odiO2Y7t5KM0Pbr882PiVBH p8pdchl2yw4Xkl8F5BgHHqbjdi/hGk8/LK7b1R8JQ6z9mYZcItyAFf/pKZapvIBPemgw pVQg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=A2hIoAMkKWZUaqcpQhGFfGNQjUZcTEn16nXvVigFS1A=; b=nFcoQQjERcrRDtCcT7EWDcgDSMMy/x/TGPqb4am72KV72s/qBCXHg+PBSMRZlCh1o0 leQ0BuHHClMgxZx4Kq9Kn+kQ+YEjJuSBTanl3IzRe8880MZzLgn8bx0e0l0beXcKRFiX ONBgDnOCjYRnIAsSIbffGMrLZW8x0boNZi4dhxFl3jo5QK7/sCjQTKqZJHCI5WyDg+h5 G+gXfMtdxt0cg//cks719IlTOZp9n4HaIddWZP08Q93RfaQzGKQuMnUbfhS4Dipk5JUZ eGChNqArQJD9o4206VMrGV/SmyU13JpbNVtAH4QFTGpiV9DFyloABfM2QFOlFQQfHcay Fc1w== X-Gm-Message-State: AE9vXwP6xGCPi28Qjz+dL/PzNtOku/LgIJa+s01yOvtRfWuNzivoyBuxB5RceBvFMBDOihDSjURqldN1zZ74Zw== X-Received: by 10.31.137.210 with SMTP id l201mr3056267vkd.96.1474358527061; Tue, 20 Sep 2016 01:02:07 -0700 (PDT) MIME-Version: 1.0 Received: by 10.31.13.78 with HTTP; Tue, 20 Sep 2016 01:02:06 -0700 (PDT) Date: Tue, 20 Sep 2016 10:02:06 +0200 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=001a1142d95c470175053cebd8b1 Subject: Do You think PHP's SOAP client should have an option to virtuallyAdd (for XSD imports!) missing end-slash in the URI to WSDL? I do! From: filip.rydlo@gmail.com (Filip Rydlo) --001a1142d95c470175053cebd8b1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello to all PHP developers! If You are interested how we could improve SOAPClient a bit, please, see my last comment here to understand my *WHYs*. :-) *https://github.com/php/php-src/pull/2121 * This pull request is in no way complete. It is just a small start to let us *track down* the exact code-path *where the problem occurs.* Sadly, the example scenario (HOW to reproduce) contains a *webservice= * which *only works* from *PCs / I.P.s* *located in Czech Republic, EU. *Hopefully, some of You also live there... or possibly You have some testing virtual webserver located there. :) *I would be happy to test the new feature!* But I am still unable to compile PHP5 from the sources on Debian 8.5 x64 because of some module called *opcache :-(* Here is the error I am getting. I am sure it is a well known error for You ... and You certainly know the solution. Unfortunatelly, I am not so good in linux development, yet. Maybe You could tell me how to overcome / workaround this problem, please?.That would be GREAT ! :-) I already tried all the classical solutions I could *google-out=C2=A8 *and installing all the dependencies.... did not solve *this*. Thank You so much. Filip The Overtonesinger ------------------------ ERROR compiling php *5.6.24* sources: ---------------------------------------------- /bin/bash /home/bob/A_php5/php-src/libtool --silent --preserve-dup-deps --mode=3Dlink cc -DPHP_ATOM_INC -I/home/bob/A_php5/php-src/include -I/home/bob/A_php5/php-src/main -I/home/bob/A_php5/php-src -I/home/bob/A_php5/php-src/ext/date/lib -I/usr/include/libxml2 -I/home/bob/A_php5/php-src/ext/sqlite3/libsqlite -I/home/bob/A_php5/php-src/TSRM -I/home/bob/A_php5/php-src/Zend -I/usr/include -g -O2 -fvisibility=3Dhidden -DZEND_SIGNALS -o ext/opcac= he/ opcache.la -export-dynamic -avoid-version -prefer-pic -module -rpath /home/bob/A_php5/php-src/modules ext/opcache/ZendAccelerator.lo ext/opcache/zend_accelerator_blacklist.lo ext/opcache/zend_accelerator_debug.lo ext/opcache/zend_accelerator_hash.lo ext/opcache/zend_accelerator_module.lo ext/opcache/zend_persist.lo ext/opcache/zend_persist_calc.lo ext/opcache/zend_file_cache.lo ext/opcache/zend_shared_alloc.lo ext/opcache/zend_accelerator_util_funcs.lo ext/opcache/shared_alloc_shm.lo ext/opcache/shared_alloc_mmap.lo ext/opcache/shared_alloc_posix.lo ext/opcache/Optimizer/zend_optimizer.lo ext/opcache/Optimizer/pass1_5.lo ext/opcache/Optimizer/pass2.lo ext/opcache/Optimizer/pass3.lo ext/opcache/Optimizer/optimize_func_calls.lo ext/opcache/Optimizer/block_pass.lo ext/opcache/Optimizer/optimize_temp_vars_5.lo ext/opcache/Optimizer/nop_removal.lo ext/opcache/Optimizer/compact_literals.lo ext/opcache/Optimizer/zend_cfg.lo ext/opcache/Optimizer/zend_dfg.lo ext/opcache/Optimizer/dfa_pass.lo ext/opcache/Optimizer/zend_ssa.lo ext/opcache/Optimizer/zend_inference.lo ext/opcache/Optimizer/zend_func_info.lo ext/opcache/Optimizer/zend_call_graph.lo ext/opcache/Optimizer/zend_dump.lo Reloading web server: apache2 failed! Apache2 is not running ... (warning). Makefile:870: recipe for target 'ext/opcache/opcache.la' failed make: *** [ext/opcache/opcache.la] Error 1 --001a1142d95c470175053cebd8b1--