Fork me on GitHub

Github

Though I have loved using Assembla and still do I feel that it’s time to move on to Github. My hope is it will bring more eyes to the project and with luck more help. Eventually everything will be moved over but for now I have started with just setting up the repository.

Check it out:
http://github.com/T3chn0crat/phpInputValidator

Website Change

Ok I finally had enough comments about the old website and decided to change it over and make the WP blog the default page for the site.  So now you will no longer have to look at the ugly page any more.

v3 Work

Sorry for the long delay.  I have been working on other projects.

I have begun work on the next release v3.  It’s a total rewrite using php 5.3.0 as the base.  Which will mean no backward compatibility I believe.  I will see what I can do but at this point it looks pretty unlikely.

The positives are:

  • Using namespaces which will help make it less like to step on other libraries
  • No longer need to use the PIV prefix
  • Faster
  • Everything is loaded dynamically
  • Less memory intensive since
  • Much easier to add plugins and create extensions
I have also decided to remove the security component and make it an optional plugin.  Seems that people are not using it as much if even at all.  Most likely logging will be the same way.
As always you can follow the development on https://www.assembla.com/code/phpInputValidator/subversion/nodes  You can also help contribute.
Stay tuned.  More coming soon.

v2.0.1

2.0.1 has now been officially released.  Thank you to everyone that provided fixes or requests for new features.

+ Added reason of security event
+ Added ability to enable disable security
* Fixed error with true/false and 0

HtmlPurifier 4.2.0

phpInputValidator has been tested and works correctly with HTMLPurifier 4.2.0.  Please upgrade!

2.0.0

2.0.0 has now been officially released.  Thank you to everyone that provided fixes or requests for new features.

Change log:
+ Even/Odd type
* Multibyte is now enabled by default
* HTMLPurifier is now required to be v4 or better
* Changed HTMLPurifier configuration value setup (category => (config => value))

HTMLPurifier 4.1.1

I have tested with HTMLPurifier 4.1.1 and everything works correctly.

HTMLPurifer 4.1.0

I have tested phpInputValidator with the new release of HTMLPurifier 4.1.0 and it works fine.  Feel free to use it.

2.0.0-RC3

I have taken the feedback I have gotten from people trying it out and I have created another RC.  My belief is this will be the last RC.  Next release should be the final.

Change log:
* Changed config builders to ignore svn folders
+ convertNtoBR
+ convertBRtoN
+ fuzzy_bool
+ ISBN10
+ ISBN13
* Improved email reg
+ FirePHP support
- Unneeded UTF-8 files
* UTF-8 string in example file

Update to demo

I have fixed a few errors that were reported to me about the demo page.

  • UTF-8 is now working correctly
  • UTF-8 is now supported on the string test not just the HTML
  • Fixed HTML test giving an error of missing HTMLPurifier

Download

Version: 2.0.1

ziptar

Downloads: 829