Skip to content

Commit

Permalink
Update version in README instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bperel authored and derickr committed Dec 3, 2015
1 parent fbf9421 commit c08b3f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -14,11 +14,11 @@ are slight, but important, differences between PHP versions.

Once you have access to ``phpize`` and ``php-config``, do the following:

1. Unpack the tarball: ``tar -xzf xdebug-2.2.x.tgz``. Note that you do
1. Unpack the tarball: ``tar -xzf xdebug-2.4.x.tgz``. Note that you do
not need to unpack the tarball inside the PHP source code tree. Xdebug is
compiled separately, all by itself, as stated above.

2. ``cd xdebug-2.2.x``
2. ``cd xdebug-2.4.x``

3. Run phpize: ``phpize``
(or ``/path/to/phpize`` if phpize is not in your path).
Expand Down

0 comments on commit c08b3f0

Please sign in to comment.