Re: [PHP-DEV] Re: LDAP build broken

2015-07-06 Thread Côme BERNIGAUD
On 2015-07-06 10:11, Andreas Heigl wrote: It gives me 3001 as API-Version. Does that help you? Any other values that might be of interest? As far as I can see that it's 3001 since 2004 at least. Yeah it does not help, this is the same version official openldap is giving. The Mac Os build

RE: [PHP-DEV] Re: LDAP build broken

2015-07-06 Thread Anatol Belski
Hi Come, -Original Message- From: Côme BERNIGAUD [mailto:come.bernig...@opensides.be] Sent: Monday, July 6, 2015 10:45 AM To: Andreas Heigl; PHP internals Subject: Re: [PHP-DEV] Re: LDAP build broken On 2015-07-06 10:36, Andreas Heigl wrote: Am 06.07.15 um 10:15 schrieb Côme

RE: [PHP-DEV] Error Subclasses

2015-07-06 Thread Anatol Belski
Hi Aaron, -Original Message- From: Aaron Piotrowski [mailto:aa...@icicle.io] Sent: Monday, July 6, 2015 8:16 AM To: internals@lists.php.net Subject: [PHP-DEV] Error Subclasses Hello everyone! I recently pushed changes that eliminated E_EXCEPTION and allows an exception type to

Re: [PHP-DEV] Re: LDAP build broken

2015-07-06 Thread Ferenc Kovacs
On Sun, Jul 5, 2015 at 7:02 PM, Côme BERNIGAUD come.bernig...@opensides.be wrote: On 2015-07-05 11:18, Stanislav Malyshev wrote: I've been rebuilding my checkout of master and I've discovered LDAP build is broken: Undefined symbols for architecture x86_64: _ldap_control_find, referenced

Re: [PHP-DEV] Re: LDAP build broken

2015-07-06 Thread Ferenc Kovacs
On Mon, Jul 6, 2015 at 10:05 AM, Côme BERNIGAUD come.bernig...@opensides.be wrote: On 2015-07-06 10:05, Ferenc Kovacs wrote: I can reproduce the issue mentioned by Stas, with the default libldap.dylib on Mac OSX 10.10.14 (latest version). The interesting thing is that the header file

Re: [PHP-DEV] Re: LDAP build broken

2015-07-06 Thread Côme BERNIGAUD
On 2015-07-06 10:36, Andreas Heigl wrote: Am 06.07.15 um 10:15 schrieb Côme BERNIGAUD: Possibilities are: - Add a test in the configure for this method and disable if it’s not there, tell Mac users to get a real openldap. That might be the best solution but I think it's not really practical.

Re: [PHP-DEV] Re: LDAP build broken

2015-07-06 Thread Côme BERNIGAUD
On 2015-07-06 10:05, Ferenc Kovacs wrote: I can reproduce the issue mentioned by Stas, with the default libldap.dylib on Mac OSX 10.10.14 (latest version). The interesting thing is that the header file contains the function: [tyrael@Ferencs-MacBook-Pro php-src.git (master ✗)]$ grep

Re: [PHP-DEV] Wiki access for ihabunek

2015-07-06 Thread Ivan Habunek
Hey all, Took a little longer than planned, since i was away on a business trip last week. I actually ended up restructuring the document a little. To me it seems much more readable this way. I put it up in a Gist for you to have a look: https://gist.github.com/ihabunek/c74fb2d555fecea37aef Any

Re: [PHP-DEV] Re: LDAP build broken

2015-07-06 Thread Côme BERNIGAUD
On 2015-07-06 13:13, Anatol Belski wrote: I've also another symbol error with today's master /usr/bin/ld.bfd.real: ext/ldap/.libs/ldap.o: undefined reference to symbol 'ber_scanf@@OPENLDAP_2.4_2' /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2: error adding symbols: DSO missing from command line

Re: [PHP-DEV] Error Subclasses

2015-07-06 Thread Bob Weinand
Hey Anatol Am 06.07.2015 um 12:06 schrieb Anatol Belski anatol@belski.net: Hi Aaron, -Original Message- From: Aaron Piotrowski [mailto:aa...@icicle.io] Sent: Monday, July 6, 2015 8:16 AM To: internals@lists.php.net Subject: [PHP-DEV] Error Subclasses Hello everyone! I

RE: [PHP-DEV] Error Subclasses

2015-07-06 Thread Anatol Belski
Hi Bob, -Original Message- From: Bob Weinand [mailto:bobw...@hotmail.com] Sent: Monday, July 6, 2015 2:59 PM To: Anatol Belski Cc: Aaron Piotrowski; internals@lists.php.net Subject: Re: [PHP-DEV] Error Subclasses Hey Anatol Am 06.07.2015 um 12:06 schrieb Anatol Belski

Re: [PHP-DEV] Error Subclasses

2015-07-06 Thread Aaron Piotrowski
Hi Anatol, On Jul 6, 2015, at 8:29 AM, Anatol Belski anatol@belski.net wrote: Hi Bob, -Original Message- From: Bob Weinand [mailto:bobw...@hotmail.com] Sent: Monday, July 6, 2015 2:59 PM To: Anatol Belski Cc: Aaron Piotrowski; internals@lists.php.net Subject: Re: [PHP-DEV]

[PHP-DEV] Re: Migrating PECL extension : Advice needed

2015-07-06 Thread Jan Ehrhardt
François Laupretre in php.internals (Mon, 6 Jul 2015 18:03:54 +0200): I'm currently adapting the 'PHK' PECL extension for PHP 7. I initially wanted to keep a single branch for PHP 5 and PHP 7, and enclose differences in macros and #ifdef blocks, starting with a backport of zend_string.

Re: [PHP-DEV] Allow exceptions in __toString()

2015-07-06 Thread Johannes Schlüter
On Sun, 2015-07-05 at 23:45 +0200, Nikita Popov wrote: On Sun, Jul 5, 2015 at 10:51 PM, Nikita Popov nikita@gmail.com wrote: On Sun, Jul 5, 2015 at 10:33 PM, Stanislav Malyshev smalys...@gmail.com wrote: Hi! I can see

Re: [PHP-DEV] Re: Revert unapproved language change, was: Fix division by zero to throw exception (round 2)

2015-07-06 Thread Sherif Ramadan
On Sun, Jul 5, 2015 at 4:39 PM, Levi Morrison le...@php.net wrote: I just want to chime in and say that I have a contributed to a popular application written in C that actually uses division by zero in a useful manner. I feel like the rest of you think this is solely a programmer error, and

Re: [PHP-DEV] Migrating PECL extension : Advice needed

2015-07-06 Thread Pierre Joye
On Jul 6, 2015 11:21 PM, Pierre Joye pierre@gmail.com wrote: On Jul 6, 2015 11:04 PM, François Laupretre franc...@php.net wrote: Hi everybody, I'm currently adapting the 'PHK' PECL extension for PHP 7. I initially wanted to keep a single branch for PHP 5 and PHP 7, and enclose

Re: [PHP-DEV] Migrating PECL extension : Advice needed

2015-07-06 Thread Pierre Joye
On Jul 6, 2015 11:04 PM, François Laupretre franc...@php.net wrote: Hi everybody, I'm currently adapting the 'PHK' PECL extension for PHP 7. I initially wanted to keep a single branch for PHP 5 and PHP 7, and enclose differences in macros and #ifdef blocks, starting with a backport of

Re: [PHP-DEV] Error Subclasses

2015-07-06 Thread Pierre Joye
hi Aaron, On Mon, Jul 6, 2015 at 1:15 PM, Aaron Piotrowski aa...@icicle.io wrote: Hello everyone! I recently pushed changes that eliminated E_EXCEPTION and allows an exception type to be provided for what were fatals in PHP, while still falling back to an E_ERROR if necessary. Since more

Re: [PHP-DEV] Error Subclasses

2015-07-06 Thread Niklas Keller
2015-07-07 2:22 GMT+02:00 Pierre Joye pierre@gmail.com: hi Aaron, On Mon, Jul 6, 2015 at 1:15 PM, Aaron Piotrowski aa...@icicle.io wrote: Hello everyone! I recently pushed changes that eliminated E_EXCEPTION and allows an exception type to be provided for what were fatals in PHP,

Re: [PHP-DEV] Headsup: PHP7 feature freeze

2015-07-06 Thread Matt Wilmas
Hello RMs, all! - Original Message - From: Kalle Sommer Nielsen Sent: Thursday, June 25, 2015 Howdy This is a quick heads up that we plan to have the next release of 7.0.0 be Beta 1, this marks a feature freeze and from there on, we will switch focus on to stabilization, regressions

RE: [PHP-DEV] Headsup: PHP7 feature freeze

2015-07-06 Thread Anatol Belski
Hi Matt, -Original Message- From: Matt Wilmas [mailto:php_li...@realplain.com] Sent: Tuesday, July 7, 2015 4:10 AM To: Internals; Kalle Sommer Nielsen Cc: Anatoliy Belsky; Dmitry Stogov; Nikita Popov; Ferenc Kovacs; Xinchen Hui Subject: Re: [PHP-DEV] Headsup: PHP7 feature freeze

[PHP-DEV] Error Subclasses

2015-07-06 Thread Aaron Piotrowski
Hello everyone! I recently pushed changes that eliminated E_EXCEPTION and allows an exception type to be provided for what were fatals in PHP, while still falling back to an E_ERROR if necessary. Since more specific Error classes can be thrown, I'd like to propose the following additions to

[PHP-DEV] Migrating PECL extension : Advice needed

2015-07-06 Thread François Laupretre
Hi everybody, I'm currently adapting the 'PHK' PECL extension for PHP 7. I initially wanted to keep a single branch for PHP 5 and PHP 7, and enclose differences in macros and #ifdef blocks, starting with a backport of zend_string. Unfortunately, PHK interacts a lot with the PHP core and, as

RE: [PHP-DEV] Re: LDAP build broken

2015-07-06 Thread Anatol Belski
Hi Come, -Original Message- From: Côme BERNIGAUD [mailto:come.bernig...@opensides.be] Sent: Monday, July 6, 2015 3:18 PM To: Anatol Belski; 'Andreas Heigl'; 'PHP internals' Subject: Re: [PHP-DEV] Re: LDAP build broken On 2015-07-06 13:13, Anatol Belski wrote: I've also another