Hello all.
I use websvn to publish the sources of my project.
I use a LAMP server, and php error reporting is configured
with E_NOTICES and
E_STRICT.
I have made a small change to remove a notification :
In the file include/configclass.inc, line 402
Old : if ( $rep == -1)
New : if (is_int($rep) && $rep == -1)
In the future, I wish to remove all warning and notices, to
allow websvn to be
used with PHP6 without problem.
It is also useful for peoples like us who manage a web
server, because if you
have too much notices or warning in logs, it is hard to see
which ones are
importants or no.
Thanks,
Andre Rodier
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe websvn.tigris.org
For additional commands, e-mail: dev-help websvn.tigris.org
|