This website requires JavaScript.
Explore
Help
Register
Sign In
php
/
archived-php-src
Watch
1
Star
0
Fork
0
You've already forked archived-php-src
mirror of
https://github.com/php/php-src.git
synced
2026-04-23 16:08:35 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a9953ca3d45bf2e9cbf1250045a4fa91fb484ff2
archived-php-src
/
ext
/
filter
T
History
Adam Harvey
1ac0c55897
Fix bug
#52929
(Segfault in filter_var with FILTER_VALIDATE_EMAIL with large
...
amount of data).
2010-09-27 07:08:04 +00:00
..
docs
This commit was manufactured by cvs2svn to create branch 'PHP_5_2'.
2006-07-05 10:12:43 +00:00
tests
Fix bug
#52929
(Segfault in filter_var with FILTER_VALIDATE_EMAIL with large
2010-09-27 07:08:04 +00:00
callback_filter.c
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
2010-01-03 09:23:27 +00:00
config.m4
MFH
2006-12-05 23:51:30 +00:00
config.w32
This commit was manufactured by cvs2svn to create branch 'PHP_5_2'.
2006-05-05 15:49:42 +00:00
CREDITS
Shoehorn myself into the credits.
2006-10-03 22:18:08 +00:00
filter_private.h
Added the full htmlspecialchars() functionality which includes utf-8
2010-03-31 21:50:36 +00:00
filter.c
- fix ts build (zend_list_insert change)
2010-09-17 10:51:53 +00:00
logical_filters.c
Fix bug
#52929
(Segfault in filter_var with FILTER_VALIDATE_EMAIL with large
2010-09-27 07:08:04 +00:00
php_filter.h
Added the full htmlspecialchars() functionality which includes utf-8
2010-03-31 21:50:36 +00:00
sanitizing_filters.c
Added concept of interned strings. All strings constants known at compile time are allocated in a single copy and never changed.
2010-04-20 11:05:54 +00:00