Skip to content

Commit

Permalink
[0.05]
Browse files Browse the repository at this point in the history
- Fixed config.w32 file.


git-svn-id: svn+ssh://svn.xdebug.org/svn/php/vld/trunk@198 c02c618c-1a3f-4eb4-9619-0621aa290f9c
  • Loading branch information
derick committed Aug 28, 2009
1 parent c2c5a7b commit 3c19fc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.w32
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// $Id: config.w32,v 1.1 2008-08-26 17:40:56 helly Exp $
// $Id: config.w32,v 1.2 2009-08-28 11:09:00 derick Exp $
// vim:ft=javascript

ARG_ENABLE("vld", Enable Vulcan Opcode decoder" , "no");
ARG_ENABLE("vld", "Enable Vulcan Opcode decoder" , "no");

if (PHP_VLD != "no") {
EXTENSION("vld", "vld.c set.c srm_oparray.c");
Expand Down

0 comments on commit 3c19fc3

Please sign in to comment.