List Info

Thread: small change to remove a notification




small change to remove a notification
user name
2007-07-13 05:52:43
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-unsubscribewebsvn.tigris.org
For additional commands, e-mail: dev-helpwebsvn.tigris.org


[1]

about | contact  Other archives ( Real Estate discussion Medical topics )