PHP 8.5.0 Beta 3 available for testing

Voting

: min(eight, seven)?
(Example: nine)

The Note You're Voting On

bvidinli at gmail dot com
16 years ago
if you link your php to /bin/linkedphp and your php is at for ex /home/actual.php

when you run linkedphp in somewhere in your filesystem,
getcwd returns /bin instead of working dir,

solution: use dirname(__FILENAME__) instead

<< Back to user notes page

To Top