1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 08:58:28 +02:00
Commit Graph

77 Commits

Author SHA1 Message Date
Pierre Joye 1a0f27a707 - #7586 (pecl), filter is not reseted between element 2006-05-09 11:14:43 +00:00
Pierre Joye fd2199bf53 - one line inline doc 2006-05-09 10:24:09 +00:00
Pierre Joye f8c8a13e18 - fix logic, scalar is the default 2006-05-09 00:46:31 +00:00
Pierre Joye f03e94f985 - remove unused arg and use the right one 2006-05-09 00:29:30 +00:00
Pierre Joye 4cc946a706 - this one too must be changed
NB: add a define for the default string name as well
2006-05-08 21:26:09 +00:00
Pierre Joye 458cdcf323 - update/add inline docs
- CS
2006-05-08 20:57:59 +00:00
Pierre Joye 27753b3382 - #6567, wrong php dependency 2006-05-08 17:06:22 +00:00
Pierre Joye 6a408c9bcb - sync them 2006-05-08 16:41:26 +00:00
Pierre Joye f51fb7853f - fix tsrm build 2006-05-08 16:34:12 +00:00
Pierre Joye 1fd3c9baf2 - #6136, ini_set should not be able to change the filter.default 2006-05-08 16:24:12 +00:00
Pierre Joye 065a10808f - set unsafe_raw as default, will be set back to string for php6. 5.
will use unsafe_raw. Discusses optimizations are coming.
2006-05-08 15:42:47 +00:00
Pierre Joye 826a577675 - add input_get_args (input_get is kept untouched for now)
- add FILTER_FLAG_SCALAR and FILTER_FLAG_ARRAY
- update ReST doc and add an example
2006-05-08 14:39:57 +00:00
Pierre Joye 94bc7343a0 - update constants names 2006-05-03 12:06:06 +00:00
Derick Rethans 32c8092096 - Added my doc so that other people can work on it.
#- Please keep it RST compatible.
2006-05-03 11:35:00 +00:00
Pierre Joye f6d3ff6ef6 - update changelog
- make a fake date so package.xml can be used from cvs :)
2006-05-01 17:16:33 +00:00
Pierre Joye fdeb6ba904 - fix possible leak, when orig_array_ptr is null 2006-05-01 17:14:40 +00:00
Derick Rethans a3349bd3ff - Use pcre convenience function that also caches.
#- Patch by pierre.
2006-04-11 14:41:56 +00:00
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