Edit report at http://bugs.php.net/bug.php?id=53914&edit=1
ID: 53914 Updated by: ahar...@php.net Reported by: s...@php.net Summary: SPL assumes HAVE_GLOB is defined -Status: Assigned +Status: Closed Type: Bug Package: SPL related Operating System: All PHP Version: 5.3.5 Assigned To: aharvey Block user comment: N Private report: N New Comment: This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Thanks for the patches, Chris! Previous Comments: ------------------------------------------------------------------------ [2011-02-04 11:49:51] ahar...@php.net Automatic comment from SVN on behalf of aharvey Revision: http://svn.php.net/viewvc/?view=revision&revision=308013 Log: Fix bug #53914 (SPL assumes HAVE_GLOB is defined). Original patch by Chris Jones; test updates by myself. ------------------------------------------------------------------------ [2011-02-02 23:58:05] s...@php.net Description: ------------ SPL should not assume HAVE_GLOB is defined. See bug #53913 for background. This bug has some SPL changes that allow PHP to link. A patch against 5.3 for standard/basic_functions.c and streams/plain_wrapper.c is attached to bug #53913. Patches from both bugs are required. Props to Johannes for initiating the patches. To test, configure PHP and then #undef HAVE_GLOB in main/php_config.h ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=53914&edit=1