summaryrefslogtreecommitdiff
path: root/ext/spl/config.w32
diff options
context:
space:
mode:
authorEtienne Kneuss <colder@php.net>2008-06-18 14:54:40 +0000
committerEtienne Kneuss <colder@php.net>2008-06-18 14:54:40 +0000
commit0f5ddaf4cee92d3040dc03aa623f30a87e1e8b7f (patch)
tree6e0403d53fe74a9bf8d2999867fb3adb8e24c00b /ext/spl/config.w32
parente5e9be2d1aeb3a22933639541b14c734f32c430a (diff)
downloadphp-git-0f5ddaf4cee92d3040dc03aa623f30a87e1e8b7f.tar.gz
MFH: Rename everything from SplFastArray to SplFixedArray
Diffstat (limited to 'ext/spl/config.w32')
-rw-r--r--ext/spl/config.w322
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/config.w32 b/ext/spl/config.w32
index 7eaf7fad55..08f33da755 100644
--- a/ext/spl/config.w32
+++ b/ext/spl/config.w32
@@ -1,6 +1,6 @@
// $Id$
// vim:ft=javascript
- EXTENSION("spl", "php_spl.c spl_functions.c spl_engine.c spl_iterators.c spl_array.c spl_directory.c spl_sxe.c spl_exceptions.c spl_observer.c spl_dllist.c spl_heap.c spl_fastarray.c", false /*never shared */);
+ EXTENSION("spl", "php_spl.c spl_functions.c spl_engine.c spl_iterators.c spl_array.c spl_directory.c spl_sxe.c spl_exceptions.c spl_observer.c spl_dllist.c spl_heap.c spl_fixedarray.c", false /*never shared */);
AC_DEFINE('HAVE_SPL', 1);