Re: [PHP-DEV] Using a cross-platform glob implementation on all platforms

2025-04-04 Thread Tim Düsterhus
Hi Am 2025-03-27 22:18, schrieb Calvin Buckley: The code change is pretty minimal beyond cleanup. There are some things that might need to be changed (i.e. if we want to support system glob implementations), but those can be put off the table. It does simplify some documentation concerns as well

RE: [PHP-DEV] Using a cross-platform glob implementation on all platforms

2025-03-28 Thread Juris Evertovskis
-Original Message- From: Calvin Buckley Sent: Thursday, March 27, 2025 11:19 PM To: php internals Subject: [PHP-DEV] Using a cross-platform glob implementation on all platforms > CI is currently passing with this. Hi, It looks like you didn't have to adjust any tests. Can you clarify