Commit Graph

60 Commits

Author SHA1 Message Date
Derick Rethans
8440dc27db - Test commit to see if mail works. 2006-02-04 15:36:35 +00:00
Derick Rethans
8a05386f7d - Implemented PECL req #6641: negative values for hexadecimal and octal numbers
are not supported.
2006-01-31 19:12:29 +00:00
Derick Rethans
e3f84aafc8 - Fixed tests. 2006-01-31 19:09:07 +00:00
Derick Rethans
d96c1d0895 - Fixed PECL bug #6639: uppercase hexadecimal digits are not supported. 2006-01-31 18:51:49 +00:00
Derick Rethans
3bed27f4a6 - An empty string is still a valid string, so there is no reason to return
NULL here.
2006-01-29 16:37:42 +00:00
Derick Rethans
655d2824d4 - Go with 0.9.4. 2006-01-23 09:04:50 +00:00
Derick Rethans
c839665f10 - Fixed constant names in tests. 2006-01-21 15:57:43 +00:00
Derick Rethans
a0bff6f8d6 - namespace protect constants 2006-01-21 12:48:46 +00:00
foobar
61a80cf37b ws fix 2006-01-14 15:10:54 +00:00
foobar
56c182d41c - Install header file 2006-01-14 15:04:12 +00:00
foobar
4b4d6e54c9 - Fixed headers 2006-01-14 14:58:35 +00:00
Frank M. Kromann
c443a8d20b Allow the extension to be compiled as shared object on win32 2005-12-08 19:43:53 +00:00
foobar
0c90ddd3a1 fix tests 2005-12-07 11:53:28 +00:00
Antony Dovgal
a42b9d7a0f fix CS 2005-12-06 15:20:53 +00:00
Antony Dovgal
6cebabed0a add tests
Code covered:	91.3 %
2005-12-06 15:18:56 +00:00
Antony Dovgal
a59ddf0a56 reimplement php_filter_callback() as exception-safe and without memleaks 2005-12-06 15:17:38 +00:00
Antony Dovgal
a317347723 accept strings and arrays as callback name 2005-12-06 15:16:33 +00:00
Antony Dovgal
b35b72f9ed don't try to encode empty strings 2005-12-06 13:46:56 +00:00
Antony Dovgal
df5f4abe96 fix tests 2005-12-06 10:23:28 +00:00
Antony Dovgal
43f74ba5f1 plug multiple leaks
(you need to destroy the zval before changing its type manually)
2005-12-06 10:21:52 +00:00
foobar
a05e8e335d - nuke php3 legacy 2005-12-06 02:10:00 +00:00
foobar
7b396961da - Fixed PECL bug #6124: Crash on HTML tags when using FS_STRING 2005-12-01 16:24:19 +00:00
foobar
2208b59602 - Added win32 build stuff 2005-12-01 00:48:13 +00:00
foobar
1b716123f2 - No need for extra strlen() call here 2005-11-23 15:51:45 +00:00
foobar
754d011d8d fix leaks 2005-11-23 15:50:27 +00:00
foobar
f94c2783b4 - Fixed PECL bug #6021: parse_str() returns empty array when filter enabled 2005-11-23 00:20:16 +00:00
Michael Wallner
65ccbc1bc4 - fix PCRE_INCDIR for external libpcre 2005-11-19 10:30:52 +00:00
Derick Rethans
168db42521 - Ready 0.9.3. 2005-11-18 09:56:11 +00:00
Derick Rethans
ccbf79462f - Fixed default so that it does not even encode quotes. 2005-11-18 09:17:59 +00:00
foobar
1c41c53e39 - Filters may behave differently with empty string so pass it on 2005-11-17 00:49:48 +00:00
foobar
f8667e1809 - Add simple test for filter_data() basic filters 2005-11-17 00:48:51 +00:00
foobar
2f42d7df03 - Fix PECL bug #5963 2005-11-17 00:03:03 +00:00
foobar
1d086bd268 - Fix build in PECL mode and in PHP core 2005-11-16 23:18:16 +00:00
foobar
29c580f138 fix warning 2005-11-15 13:43:57 +00:00
foobar
0907893b2b - Prepare for including in PHP core 2005-11-15 11:55:28 +00:00
Derick Rethans
19c7917e35 - Update package files. 2005-10-27 09:36:26 +00:00
Derick Rethans
50e247999d - Fixed a crash when a non-array option was passed in combination with the
callback filter.
2005-10-27 09:27:34 +00:00
Derick Rethans
04d1624be9 - Make it compile when inside the PHP source tree. 2005-10-26 15:05:22 +00:00
Derick Rethans
35a0866735 - Allow settable default flags for the filters. 2005-10-26 14:37:08 +00:00
Derick Rethans
bcf6e4057a - Update package.xml files. 2005-10-26 13:23:16 +00:00
Derick Rethans
a3997030fa - Implemented this like the comment says, otherwise it will ofcourse modify
both instances of this variable name...
2005-10-26 13:20:52 +00:00
Derick Rethans
c07f4ff8b6 - More ZTS fixes. 2005-10-26 07:56:16 +00:00
Derick Rethans
9f28be05e3 - Fixed ZTS mode
- Added input_name_to_filter() function.
2005-10-26 07:48:51 +00:00
Derick Rethans
bc6dba17e4 - Fixed segfault in case an empty parameter was passed. 2005-10-25 07:54:13 +00:00
Derick Rethans
85f1a3f3b0 - Update package files. 2005-10-05 12:25:32 +00:00
Derick Rethans
1451c14684 - Remove README, everything is implemented now. 2005-10-05 11:46:18 +00:00
Derick Rethans
17bc1d09e8 - Implemented user level data filter.
- Fixed a memory leak.
2005-10-04 14:47:30 +00:00
Derick Rethans
6f9c13f222 - Add a function that returns whether a specific input variable exists or not. 2005-10-04 13:42:52 +00:00
Derick Rethans
01520328e6 - Implemented input_filters_list() function to return all supported filters. 2005-09-28 09:10:45 +00:00
Derick Rethans
74c7eb7723 - Implemented callback filter. 2005-09-26 18:38:49 +00:00