- 
pjusticeMore specifically, the function-entry and function-return probes don't seem to do anything.
 - 
nikolamKhm, something is wrong here. I am trying to upgrade platform image on USB flash, for booting Standalone SmartOS install. And I get wrong MD5 checksum.
 - 
nikolamus-central.manta.mnx.io//Joyent_Dev…martOS/20140111T020931Z/md5sums.txt says b4d64f93dc51d58adb72fcdcfa27ec37 and us-central.manta.mnx.io/Joyent_Dev/public/SmartOS/platform-latest.tgz is 07e9cc65431502a31b4bde667a156938 per digest -a md5 , after download.
 - 
nikolamFollowing docs.smartos.org/remotely-upgrading-a-usb-key-based-deployment for USB flash nott drive update
 - 
nikolamMaybe something is not updated on release
 - 
nikolamoh I forgot i need to change release number.. when downloading md5sums.txt.. sorry silly me
 - 
nikolamSo the link for latest release is us-central.manta.mnx.io//Joyent_Dev…martOS/20251002T000521Z/md5sums.txt
 - 
jperkin_pjustice: it looks like it has deteriorated over time, php56 fires on all the probes, php74 fires on startup and errors but not on function calls, and php8+ only fires on startup
 - 
jperkin_pjustice: digging further into the source code, for some reason they've now moved it behind a check for a USE_ZEND_DTRACE environment variable, and sure enough if that's set then the function probes work again
 - 
jperkin_php/php-src 0c78fe4 - the whole point of dtrace probes is that they only cost when enabled, so this suggests they are doing something wrong, but at least there's a workaround
 - 
pjusticeThanks!
 - 
neiracnikolam Are you still getting a wrong MD5 checksum?