summaryrefslogtreecommitdiff
path: root/ext/filter
Commit message (Expand)AuthorAgeFilesLines
* Remove more PHP 6 leftovers from testsNikita Popov2016-11-242-5/+5
* Fix CRLF line-endings in testsNikita Popov2016-11-202-46/+46
* Fix tests: don't count non-countablesChristoph M. Becker2016-11-131-4/+4
* Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-09-092-1/+25
|\
| * Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-092-1/+25
| |\
| | * Fix #73054: default option ignored when object passed to int filterChristoph M. Becker2016-09-092-2/+26
| | * Partially fix bug #67167 - Wrong return value...Levi Morrison2016-09-093-1/+43
* | | Merge branch 'PHP-7.0' into PHP-7.1Julien Pauli2016-09-053-42/+31
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Julien Pauli2016-09-053-42/+31
| |\ \ | | |/
| | * Fix #72972, Bad filter for the flags FILTER_FLAG_NO_RES_RANGE and FILTER_FLAG...Julien Pauli2016-09-053-42/+31
* | | Fix typos, previous version used reserver/reserverd/reservedSjon Hortensius2016-07-231-16/+19
* | | make constant name more descriptiveAnatol Belski2016-07-184-4/+4
* | | fix regex decls and c89 compatAnatol Belski2016-07-181-7/+12
* | | Support Unicode characters in the local part of an e-mail address.Leo Feyer2016-07-184-1/+67
* | | Merge branch 'PHP-7.0'Julien Pauli2016-07-083-2/+148
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Julien Pauli2016-07-083-2/+148
| |\ \ | | |/
| | * update filter_var filters for ipv4 addresses to reflect rfc6890Jos Elstgeest2016-07-083-2/+148
* | | Fixed compilation warningsDmitry Stogov2016-06-222-3/+5
|/ /
* | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-032-2/+2
* | Fix bug #71637: Multiple Heap Overflow due to integer overflowsStanislav Malyshev2016-02-211-1/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-016-6/+6
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-016-6/+6
* | Fixed testXinchen Hui2015-12-121-0/+2
* | Fixed test if PATH is not setXinchen Hui2015-12-081-2/+4
* | Fixed bug #71063 (filter_input(INPUT_ENV, ..) does not work)Reeze Xia2015-12-092-1/+13
* | Partially fix bug #67167 - Wrong return value...Levi Morrison2015-09-023-1/+42
* | Skip if ext/filter isn't loadedLevi Morrison2015-09-021-0/+2
* | switch to the unified globals accessor where appropriateAnatol Belski2015-07-291-4/+2
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-302-12/+12
* | Fix filter_var leak of object without __toString()Nikita Popov2015-04-171-0/+1
* | replace this version as it's unchanged since 5.4 at leastAnatol Belski2015-03-241-2/+1
* | cleaning up the version macrosAnatol Belski2015-03-232-3/+4
* | Merge branch 'PHP-5.6'Nikita Popov2015-03-142-1/+17
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Nikita Popov2015-03-142-1/+17
| |\
| | * Fix #69203: FILTER_FLAG_STRIP_HIGH doesn't strip ASCII 127Jeff Welch2015-03-142-1/+17
| * | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-03-092-1/+17
| |\ \ | | |/
| | * Fix #69202: FILTER_FLAG_STRIP_BACKTICK ignored unless other flags are used.Jeff Welch2015-03-092-1/+17
| | * Bump yearXinchen Hui2015-01-156-6/+6
* | | Fix #69202: FILTER_FLAG_STRIP_BACKTICK ignored unless other flags are used.Jeff Welch2015-03-092-1/+17
* | | Adjust logic in sanity checks.Jeff Welch2015-03-082-2/+25
* | | made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-162-3/+3
* | | Merge branch 'PHP-5.6'Xinchen Hui2015-02-131-6/+2
|\ \ \ | |/ /
| * | bump yearXinchen Hui2015-01-156-6/+6
* | | fix warningsMichael Wallner2015-01-302-6/+4
* | | Optimized php_addslashesXinchen Hui2015-01-191-1/+1
* | | bump yearXinchen Hui2015-01-156-6/+6
* | | trailing whitespace removalStanislav Malyshev2015-01-103-23/+23
* | | Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-214-8/+8
* | | second shot on removing TSRMLS_*Anatol Belski2014-12-141-1/+1
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-134-63/+63