[Perf/codesize] Put a pointer to the ObjectStaticCallbacks in ObjectData
[hiphop-php.git] / phpt / README
bloba349dac34a56867c15b4a478d7816ff73f3c0288
1 The directory php-5.2.5/ is obtained by
2 bzip2 -dc php-5.2.5.tar.bz2 | tar xvf -
3 find php-5.2.5/ | grep -v "/tests/" | xargs rm -f
4 cd php-5.2.5/; cleanlinks
6 The first command unpack the php-5.2.5 source package.
7 The second command removes any files that do not have "/tests" in their
8 paths. The assumption is that all the test files (.phpt files and test
9 data files) must have "/tests/" in their paths.
10 The third step uses the program cleanlinks to remove dangling symbolic
11 links and empty directories.
13 This leaves us perhaps with a little more than necessary for hphp testing
14 but we won't miss any.