[PHP-DEV] PHP 7.2 minimum ICU version

2019-08-21 Thread Trevor Rowbotham
Hello, I realize that this may be a little late given that PHP 7.2 initially released roughly 2 years ago, but I came across an issue yesterday regarding the minimum required version of the ICU library. The user's hosting provider was using PHP 7.2.1, but it was linked with an ICU version of 4.2.1

[PHP-DEV] Re: Windows builds of PHP 7.4+ use Visual Studio 2019

2019-08-21 Thread Christoph M. Becker
Hi all! On 06.06.2019 at 14:11, Christoph M. Becker wrote: > I like to inform you, that the official Windows builds of PHP 7.4 and > master (available from windows.php.net; currently only snapshot builds, > of course) are done with Visual Studio 2019. While it is still possible > to build these

Re: [PHP-DEV] RFC: var_export - short syntax for array

2019-08-21 Thread Benjamin Morel
> > There are other issues with the format besides just the long array syntax. > E.g. opening bracket on same line? Indentation? For the record, I have a userland implementation of var_export() that does all of this: - (object) array export of stdClass for PHP < 7.3 - short array syntax - bracke

Re: [PHP-DEV] RFC: var_export - short syntax for array

2019-08-21 Thread Lynn
On Wed, Aug 21, 2019 at 10:25 AM Andreas Hennings wrote: > Avoiding disruption is indeed a concern. > As an example, Drupal 7 features module uses a custom variation of > var_export() to write configuration to code, which is then typically > tracked in git. > Hi Andreas, If the output is being

Re: [PHP-DEV] RFC: var_export - short syntax for array

2019-08-21 Thread Andreas Hennings
Avoiding disruption is indeed a concern. As an example, Drupal 7 features module uses a custom variation of var_export() to write configuration to code, which is then typically tracked in git. I am not sure if changing the native var_export() would have an impact here, and anyway the module can be