Re: [PHP-DEV] PHP 5.6.9 is available

2015-05-15 Thread Rainer Jung
Am 15.05.2015 um 11:11 schrieb Ferenc Kovacs: Hello! The PHP development team announces the immediate availability of PHP 5.6.9. Seven security-related bugs were fixed in this release. All PHP 5.6 users are encouraged to upgrade to this version. For source downloads of PHP 5.6.9 please visit o

Re: [PHP-DEV] LDAP module requirements?

2015-08-10 Thread Rainer Jung
Hi, Am 18.06.2015 um 14:40 schrieb Côme BERNIGAUD: Hello, The code of the LDAP module have some ifdefs like LDAP_API_FEATURE_X_OPENLDAP to test if we are building against openldap or something else. Is there an exaustive list of the LDAP libs PHP is supposed to be buildable against? The follow

Re: [PHP-DEV] LDAP module requirements?

2015-08-10 Thread Rainer Jung
Hi Andreas and all, Am 10.08.2015 um 22:15 schrieb Andreas Heigl: Hi Rainer. Am 10.08.2015 um 21:48 schrieb Rainer Jung : Hi, Am 18.06.2015 um 14:40 schrieb Côme BERNIGAUD: Hello, The code of the LDAP module have some ifdefs like LDAP_API_FEATURE_X_OPENLDAP to test if we are building

Re: [PHP-DEV] LDAP module requirements?

2015-08-12 Thread Rainer Jung
Hi Côme, Am 11.08.2015 um 16:58 schrieb Côme BERNIGAUD: On 2015-08-11 00:36, Rainer Jung wrote: The current problems should be mostly around the above four compiler warnings. I can test any patches you want me to test. Can you test including the attached file in ext/ldap/ldap.c, and not

Re: [PHP-DEV] LDAP module requirements?

2015-08-13 Thread Rainer Jung
Am 12.08.2015 um 13:17 schrieb Andreas Heigl: Hi Rainer. Am 12.08.2015 um 13:00 schrieb Rainer Jung : Hi Côme, Am 11.08.2015 um 16:58 schrieb Côme BERNIGAUD: On 2015-08-11 00:36, Rainer Jung wrote: The current problems should be mostly around the above four compiler warnings. I can test

Re: [PHP-DEV] pecl, zts, non-zts, fastcgi and Apache

2012-03-03 Thread Rainer Jung
On 29.02.2012 10:43, jpauli wrote: On Wed, Feb 29, 2012 at 9:18 AM, Pierre Joye wrote: hi Bill, On Tue, Feb 28, 2012 at 11:29 PM, William A. Rowe Jr. wrote: On 2/28/2012 3:41 PM, Sebastian Bergmann wrote: On 02/28/2012 02:44 PM, Christopher Jones wrote: Build PHP with ZTS enabled by defa

[PHP-DEV] Using a common shared lib for multiple SAPIs?

2014-11-18 Thread Rainer Jung
Hi there, the default build process of PHP on Unix/Linux links together all code needed for any SAPI that one builds (excluding dynamically loadable extensions). This often leads to relatively big SAPI shared object files. But most of this code is exactly the same for all SAPIs. That adds con

Re: [PHP-DEV] --enable-debug and GCC 4.8 / -Og

2013-07-08 Thread Rainer Jung
On 07.07.2013 16:31, Sebastian Bergmann wrote: > From the release notes of GCC 4.8: > >"A new general optimization level, -Og, has been introduced. It >addresses the need for fast compilation and a superior debugging >experience while providing a reasonable level of runtime performanc

Re: [PHP-DEV] ext/pcre/pcrelib/config.h:#define HAVE_STDINT_H 1 - bug in PHP or ext(ernal) package that needs to be contacted?

2010-10-19 Thread Rainer Jung
On 19.10.2010 15:32, Michael Felt wrote: Maybe a bug? with ext/* I wonder if it is internal, or something borrowed. The hardpart is to get a compiler old enough to not have stdint.h I suppose, but when that is the case the build fails and/or configure misses it. from /data/prj/php-5.2.14 # gre

Re: [PHP-DEV] LDAP module requirements?

2015-09-18 Thread Rainer Jung
I checked the latest 5.6 release and it looks fine to me. Thanks for incorporating the patch! Rainer Am 13.08.2015 um 17:32 schrieb Andreas Heigl: Hi Rainer. Am 13.08.15 um 16:39 schrieb Rainer Jung: Am 12.08.2015 um 13:17 schrieb Andreas Heigl: Hi Rainer. Am 12.08.2015 um 13:00 schrieb

[PHP-DEV] PHP 8.2.9 missing?

2023-08-08 Thread Rainer Jung
Hi there, I noticed there is a 8.2.9 tarball on the download server, but it is not announced or linked on the download page. Since there is also the 8.2.9 branch in git, I am wondering, whether a final release step was forgotten, or the 8.2.9 file is broken or there is just a slight delay in

Re: [PHP-DEV] configure bug with static openssl 1.1.1? - bugid 77288

2019-10-14 Thread Rainer Jung
Am 13.10.2019 um 23:04 schrieb Helmut K. C. Tessarek: On 2019-10-13 17:00, Nikita Popov wrote: Don't know about previous versions, but at least on 7.4 setting OPENSSL_CFLAGS and OPENSSL_LIBS appropriately (e.g. using pkg-config --static --cflags/--libs return values) should work. These environme

Re: [PHP-DEV] configure bug with static openssl 1.1.1? - bugid 77288

2019-10-14 Thread Rainer Jung
Am 14.10.2019 um 10:12 schrieb Rainer Jung: Am 13.10.2019 um 23:04 schrieb Helmut K. C. Tessarek: On 2019-10-13 17:00, Nikita Popov wrote: Don't know about previous versions, but at least on 7.4 setting OPENSSL_CFLAGS and OPENSSL_LIBS appropriately (e.g. using pkg-config --static --c

Re: [PHP-DEV] configure bug with static openssl 1.1.1? - bugid 77288

2019-10-14 Thread Rainer Jung
Am 14.10.2019 um 11:06 schrieb Helmut K. C. Tessarek: Hello, On 2019-10-14 04:12, Rainer Jung wrote: I think what he means is doing: Yep, I remember I had tried that as well, but I just went through it again to get the info you requested: export PKG_CONFIG_PATH=/usr/local/ssl-1.1.1/lib

Re: [PHP-DEV] configure bug with static openssl 1.1.1? - bugid 77288

2019-10-21 Thread Rainer Jung
Am 22.10.2019 um 05:28 schrieb Helmut K. C. Tessarek: On 2019-10-14 07:01, Rainer Jung wrote: Could you do yet another test? First manipulate the configure script with the following two commands: cp -p configure configure.saved # the following is one long line sed -e 's#PKG_CONFIG -

Re: [PHP-DEV] PEAR install failures

2017-07-01 Thread Rainer Jung
Am 25.06.2017 um 20:55 schrieb Tom Van Looy: Chuck responded https://github.com/pear/pearweb_phars/issues/2#issuecomment-310918232 On Sun, Jun 25, 2017 at 6:47 PM, Tom Van Looy wrote: I also reported the issue here http://pear.php.net/bugs/bug.php?id=21222 Christian Weiske + Chuck Burgess are

Re: [PHP-DEV] PHP 7.2.6 Released

2018-05-25 Thread Rainer Jung
Am 25.05.2018 um 01:10 schrieb Peter Kokot: Thanks for the release. Link about the release on the homepage is somehow missing from the list: https://php.net and in the changelog http://www.php.net/ChangeLog-7.php#7.2.6 the section about 7.2.6 is directly on the top instead of first the headi

Re: [PHP-DEV] configure bug with static openssl 1.1.1?

2018-12-13 Thread Rainer Jung
Am 12.12.2018 um 16:37 schrieb Jakub Zelenka: On Wed, Dec 12, 2018 at 3:32 PM Helmut K. C. Tessarek wrote: On 2018-12-12 16:11, Jakub Zelenka wrote: You should create a bug report. Please note that a static configuration has some issues (e.g. https://bugs.php.net/bug.php?id=73609 and think