php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #53914 SPL assumes HAVE_GLOB is defined
Submitted: 2011-02-02 23:58 UTC Modified: 2011-02-04 11:50 UTC
From: sixd@php.net Assigned: aharvey (profile)
Status: Closed Package: SPL related
PHP Version: 5.3.5 OS: All
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: sixd@php.net
New email:
PHP Version: OS:

 

 [2011-02-02 23:58 UTC] sixd@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


Patches

glob_spl.diff.txt (last revision 2011-02-02 22:58 UTC by sixd)

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-02-04 10:52 UTC] aharvey@php.net
-Status: Open +Status: Assigned -Assigned To: +Assigned To: aharvey
 [2011-02-04 11:49 UTC] aharvey@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-04 11:50 UTC] aharvey@php.net
-Status: Assigned +Status: Closed
 [2011-02-04 11:50 UTC] aharvey@php.net
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!
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Nov 21 13:01:29 2024 UTC