[PHP-DEV] Typed properties - feature request

2018-12-13 Thread Benjamin Morel
Hi internals, I have a feature request related to upcoming typed properties, that I'd like to discuss here first. I'm building a data mapper that will target PHP 7.4, and will make heavy use of typed properties. One of the features that I want to have available, is allowing to load a partial

Re: [PHP-DEV] [RFC] FFI - Foreign Function Interface

2018-12-13 Thread Sara Golemon
On Wed, Dec 12, 2018 at 10:15 AM Anatol Belski wrote: > IMO ffi.enable=true by default is ok. Noted. IMO ffi.enable=true by default is cause to vote NO on the feature. Regards, -Sara

Re: [PHP-DEV] Typed properties - feature request

2018-12-13 Thread Marco Pivetta
Hi Ben, Such logic is already possible by casting the object to `(array)`, and therefore receiving a list of all properties that are explicitly set. Also, this seems like something I've already started from Doctrine 3 (but couldn't pursue further due to time constraints). Marco Pivetta

Re: [PHP-DEV] [RFC] FFI - Foreign Function Interface

2018-12-13 Thread Chase Peeler
On Wed, Dec 12, 2018 at 11:15 AM Anatol Belski wrote: > Hi Sara, > > > -Original Message- > > From: Sara Golemon > > Sent: Tuesday, December 11, 2018 5:20 PM > > To: Dmitry Stogov > > Cc: PHP internals > > Subject: Re: [PHP-DEV] [RFC] FFI - Foreign Function Interface > > > > I'm not

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

2018-12-13 Thread Helmut K. C. Tessarek
On 2018-12-13 17:52, Rainer Jung wrote: > > I might be wrong, but I vaguely remember that PHp does not call > "pkg-config --static --libs openssl" with a correctly setup > PKG_CONFIG_PAATZ to get the libs needed for static compilation. > Typically OpenSSL installs correct pc files that contain

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