[PHP-CVS] cvs: php-src /ext/filter filter.c /main SAPI.c SAPI.h php_content_types.c

2009-04-28 Thread Stanislav Malyshev
stasTue Apr 28 22:59:07 2009 UTC Modified files: /php-src/ext/filter filter.c /php-src/main SAPI.c SAPI.h php_content_types.c Log: MF5 fix for #47930 http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.103r2=1.104diff_format=u

Re: [PHP-CVS] cvs: php-src /ext/filter filter.c

2009-04-14 Thread Dmitry Stogov
Hi Stas, This fix is incorrect. Now all 5.3 tests are failed for me because of memory leaks. The problem that php_sapi_filter() might be called from php_hash_environment() before RINIT() and your patch just overwrites properly initialized data. For some reason php_sapi_filter() isn't called

[PHP-CVS] cvs: php-src /ext/filter filter.c

2009-04-13 Thread Stanislav Malyshev
stasMon Apr 13 19:24:52 2009 UTC Modified files: /php-src/ext/filter filter.c Log: fix #47930 http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.101r2=1.102diff_format=u Index: php-src/ext/filter/filter.c diff -u

[PHP-CVS] cvs: php-src /ext/filter filter.c /ext/filter/tests bug42718.phpt

2008-11-02 Thread Arnaud Le Blanc
lbarnaudSun Nov 2 22:03:32 2008 UTC Added files: /php-src/ext/filter/tests bug42718.phpt Modified files: /php-src/ext/filter filter.c Log: Fixed bug #42718 (FILTER_UNSAFE_RAW not applied when configured as default filter)

[PHP-CVS] cvs: php-src /ext/filter filter.c

2008-06-24 Thread Felipe Pena
felipe Tue Jun 24 12:10:35 2008 UTC Modified files: /php-src/ext/filter filter.c Log: MFB: Added arginfo http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.94r2=1.95diff_format=u Index: php-src/ext/filter/filter.c diff -u

[PHP-CVS] cvs: php-src /ext/filter filter.c

2008-02-24 Thread Felipe Pena
felipe Sun Feb 24 18:42:09 2008 UTC Modified files: /php-src/ext/filter filter.c Log: MFB: Fixed segfault in filter extension when using callbacks. http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.92r2=1.93diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/filter filter.c

2008-02-06 Thread Jani Taskinen
janiWed Feb 6 19:05:18 2008 UTC Modified files: /php-src/ext/filter filter.c Log: - Fixed bug in handling arrays which caused the original array being modified too. http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.90r2=1.91diff_format=u

[PHP-CVS] cvs: php-src /ext/filter filter.c

2008-02-06 Thread Jani Taskinen
janiWed Feb 6 19:06:05 2008 UTC Modified files: /php-src/ext/filter filter.c Log: ws http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.91r2=1.92diff_format=u Index: php-src/ext/filter/filter.c diff -u php-src/ext/filter/filter.c:1.91

[PHP-CVS] cvs: php-src /ext/filter filter.c

2008-01-25 Thread Nuno Lopes
nlopess Fri Jan 25 20:21:18 2008 UTC Modified files: /php-src/ext/filter filter.c Log: MFB: const keywording http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.89r2=1.90diff_format=u Index: php-src/ext/filter/filter.c diff -u

[PHP-CVS] cvs: php-src /ext/filter filter.c

2007-09-28 Thread Jani Taskinen
janiFri Sep 28 12:54:42 2007 UTC Modified files: /php-src/ext/filter filter.c Log: - Fix compiler warnings http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.87r2=1.88diff_format=u Index: php-src/ext/filter/filter.c diff -u

[PHP-CVS] cvs: php-src /ext/filter filter.c

2007-04-04 Thread Pierre-Alain Joye
pajoye Wed Apr 4 20:51:42 2007 UTC Modified files: /php-src/ext/filter filter.c Log: - MFB: #40947, allow a single filter as argument for filter_var_arra http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.85r2=1.86diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/filter filter.c filter_private.h logical_filters.c /ext/filter/tests 030.phpt 045.phpt 046.phpt 047.phpt 048.phpt 049.phpt 050.phpt 051.phpt bug7733.phpt

2006-12-26 Thread Dmitry Stogov
dmitry Tue Dec 26 09:16:39 2006 UTC Modified files: /php-src/ext/filter filter.c filter_private.h logical_filters.c /php-src/ext/filter/tests 045.phpt 046.phpt 047.phpt 048.phpt 049.phpt 050.phpt 051.phpt 030.phpt

[PHP-CVS] cvs: php-src /ext/filter filter.c

2006-12-08 Thread Antony Dovgal
tony2001Fri Dec 8 17:03:27 2006 UTC Modified files: /php-src/ext/filter filter.c Log: revert the fix for #39763 http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.81r2=1.82diff_format=u Index: php-src/ext/filter/filter.c diff -u

[PHP-CVS] cvs: php-src /ext/filter filter.c

2006-12-07 Thread Antony Dovgal
tony2001Thu Dec 7 10:59:35 2006 UTC Modified files: /php-src/ext/filter filter.c Log: fix #39763 (magic quotes are applied twice by ext/filter) no need to add slashes manually, they are added by php_register_variable_ex()

Re: [PHP-CVS] cvs: php-src /ext/filter filter.c

2006-12-07 Thread Ilia Alshanetsky
Tony, This patch is incorrect, please revert it, the filter does not always get data through php_register_variable_ex(), so it does need to add slashes in some instances. On 7-Dec-06, at 5:59 AM, Antony Dovgal wrote: tony2001Thu Dec 7 10:59:35 2006 UTC Modified files:

[PHP-CVS] cvs: php-src /ext/filter filter.c

2006-12-04 Thread Pierre-Alain Joye
pajoye Mon Dec 4 21:16:46 2006 UTC Modified files: /php-src/ext/filter filter.c Log: - WS http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.78r2=1.79diff_format=u Index: php-src/ext/filter/filter.c diff -u php-src/ext/filter/filter.c:1.78

[PHP-CVS] cvs: php-src /ext/filter filter.c filter_private.h /ext/filter/tests 010.phpt 039.phpt

2006-12-04 Thread Pierre-Alain Joye
pajoye Tue Dec 5 01:23:42 2006 UTC Modified files: /php-src/ext/filter filter.c filter_private.h /php-src/ext/filter/tests 010.phpt 039.phpt Log: - invalid filter id should not return unsafe values

[PHP-CVS] cvs: php-src /ext/filter filter.c

2006-12-03 Thread Ilia Alshanetsky
iliaa Sun Dec 3 21:27:51 2006 UTC Modified files: /php-src/ext/filter filter.c Log: MFB: Added default option that allows a default value to be set for an invalid or missing value.

[PHP-CVS] cvs: php-src /ext/filter filter.c

2006-11-13 Thread Antony Dovgal
tony2001Mon Nov 13 14:59:47 2006 UTC Modified files: /php-src/ext/filter filter.c Log: actually copy input to return_value input is a local var, you can't use it this way

[PHP-CVS] cvs: php-src /ext/filter filter.c /ext/filter/tests 039.phpt

2006-11-13 Thread Antony Dovgal
tony2001Mon Nov 13 19:32:43 2006 UTC Modified files: /php-src/ext/filter filter.c /php-src/ext/filter/tests 039.phpt Log: improve the fix and the test http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.76r2=1.77diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/filter filter.c

2006-11-09 Thread Ilia Alshanetsky
iliaa Fri Nov 10 01:08:52 2006 UTC Modified files: /php-src/ext/filter filter.c Log: MFB: Fixed pecl bug #9179 (phpversion(filter) shows wrong version). http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.74r2=1.75diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/filter filter.c

2006-10-27 Thread Pierre-Alain Joye
pajoye Fri Oct 27 12:13:29 2006 UTC Modified files: /php-src/ext/filter filter.c Log: - default filter is not string (only comment fix for dave :) http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.73r2=1.74diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/filter filter.c filter_private.h logical_filters.c /ext/filter/tests 008.phpt 009.phpt 010.phpt 012.phpt 013.phpt 014.phpt 015.phpt 016.phpt 017.phpt 018.phpt 019.phpt 030

2006-10-17 Thread Ilia Alshanetsky
iliaa Tue Oct 17 15:26:42 2006 UTC Modified files: /php-src/ext/filter filter.c filter_private.h logical_filters.c /php-src/ext/filter/tests 008.phpt 009.phpt 010.phpt 012.phpt 013.phpt 014.phpt 015.phpt 016.phpt

[PHP-CVS] cvs: php-src /ext/filter filter.c

2006-10-09 Thread Ilia Alshanetsky
iliaa Mon Oct 9 19:48:35 2006 UTC Modified files: /php-src/ext/filter filter.c Log: MFB: Improve parameter parsing http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.71r2=1.72diff_format=u Index: php-src/ext/filter/filter.c diff -u

[PHP-CVS] cvs: php-src /ext/filter filter.c

2006-10-08 Thread Hannes Magnusson
bjori Sun Oct 8 13:49:58 2006 UTC Modified files: /php-src/ext/filter filter.c Log: Error message cleanup (patch by Matt W (php_lists -AT- realpain.com)) http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.70r2=1.71diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/filter filter.c

2006-09-19 Thread Ilia Alshanetsky
iliaa Tue Sep 19 23:58:47 2006 UTC Modified files: /php-src/ext/filter filter.c Log: MFB: make input_get_args() not modify the original values. http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.68r2=1.69diff_format=u Index:

Re: [PHP-CVS] cvs: php-src /ext/filter filter.c

2006-09-14 Thread Antony Dovgal
On 12.09.2006 16:57, Derick Rethans wrote: On Thu, 31 Aug 2006, Antony Dovgal wrote: tony2001Thu Aug 31 22:11:35 2006 UTC Modified files: /php-src/ext/filter filter.c Log: change filters to operate on the copy of data, so multiple filters an be

[PHP-CVS] cvs: php-src /ext/filter filter.c

2006-09-14 Thread Antony Dovgal
tony2001Thu Sep 14 15:30:37 2006 UTC Modified files: /php-src/ext/filter filter.c Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.67r2=1.68diff_format=u Index: php-src/ext/filter/filter.c diff -u

Re: [PHP-CVS] cvs: php-src /ext/filter filter.c

2006-09-12 Thread Derick Rethans
On Thu, 31 Aug 2006, Antony Dovgal wrote: tony2001 Thu Aug 31 22:11:35 2006 UTC Modified files: /php-src/ext/filter filter.c Log: change filters to operate on the copy of data, so multiple filters an be applied one after another It was this

Re: [PHP-CVS] cvs: php-src /ext/filter filter.c

2006-09-12 Thread Antony Dovgal
On 12.09.2006 16:57, Derick Rethans wrote: On Thu, 31 Aug 2006, Antony Dovgal wrote: tony2001Thu Aug 31 22:11:35 2006 UTC Modified files: /php-src/ext/filter filter.c Log: change filters to operate on the copy of data, so multiple filters an be

[PHP-CVS] cvs: php-src /ext/filter filter.c

2006-08-31 Thread Antony Dovgal
tony2001Thu Aug 31 15:17:08 2006 UTC Modified files: /php-src/ext/filter filter.c Log: ext/filter z/Z fixes http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.64r2=1.65diff_format=u Index: php-src/ext/filter/filter.c diff -u

[PHP-CVS] cvs: php-src /ext/filter filter.c

2006-08-31 Thread Antony Dovgal
tony2001Thu Aug 31 22:11:35 2006 UTC Modified files: /php-src/ext/filter filter.c Log: change filters to operate on the copy of data, so multiple filters an be applied one after another

[PHP-CVS] cvs: php-src /ext/filter filter.c

2006-08-07 Thread Ilia Alshanetsky
iliaa Mon Aug 7 16:54:16 2006 UTC Modified files: /php-src/ext/filter filter.c Log: Removed extra byte http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.63r2=1.64diff_format=u Index: php-src/ext/filter/filter.c diff -u

[PHP-CVS] cvs: php-src /ext/filter filter.c

2006-08-03 Thread Antony Dovgal
tony2001Thu Aug 3 19:35:14 2006 UTC Modified files: /php-src/ext/filter filter.c Log: fix leak in php_sapi_filter() http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.62r2=1.63diff_format=u Index: php-src/ext/filter/filter.c diff -u

RE: [PHP-CVS] cvs: php-src /ext/filter filter.c

2006-07-28 Thread Dmitry Stogov
The patch breaks HEAD. I cannot compile PHP. Dmitry. -Original Message- From: Ilia Alshanetsky [mailto:[EMAIL PROTECTED] Sent: Thursday, July 27, 2006 10:15 PM To: php-cvs@lists.php.net Subject: [PHP-CVS] cvs: php-src /ext/filter filter.c iliaa Thu Jul 27 18:15:10

Re: [PHP-CVS] cvs: php-src /ext/filter filter.c

2006-07-28 Thread Pierre
On 7/28/06, Dmitry Stogov [EMAIL PROTECTED] wrote: The patch breaks HEAD. I cannot compile PHP. It should be ifdef'ed. HEAD does not have magic quotes support. I will commit the change asap. --Pierre -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP-CVS] cvs: php-src /ext/filter filter.c

2006-07-28 Thread Derick Rethans
On Thu, 27 Jul 2006, Ilia Alshanetsky wrote: Well, that's great, but it should not prevent magic quotes from being applied. Until magic quotes is removed it should work, as the code was implemented before it did not, breaking all kinds of code. RAW is raw, not magic quotes. This means that if

Re: [PHP-CVS] cvs: php-src /ext/filter filter.c

2006-07-28 Thread Pierre
On 7/28/06, Derick Rethans [EMAIL PROTECTED] wrote: On Thu, 27 Jul 2006, Ilia Alshanetsky wrote: Well, that's great, but it should not prevent magic quotes from being applied. Until magic quotes is removed it should work, as the code was implemented before it did not, breaking all kinds of

Re: [PHP-CVS] cvs: php-src /ext/filter filter.c

2006-07-28 Thread Ilia Alshanetsky
The raw data is left untouched. On 28-Jul-06, at 4:39 AM, Derick Rethans wrote: On Thu, 27 Jul 2006, Ilia Alshanetsky wrote: Well, that's great, but it should not prevent magic quotes from being applied. Until magic quotes is removed it should work, as the code was implemented before it

[PHP-CVS] cvs: php-src /ext/filter filter.c

2006-07-27 Thread Ilia Alshanetsky
iliaa Thu Jul 27 18:15:10 2006 UTC Modified files: /php-src/ext/filter filter.c Log: MFB: Fixed a bug in the filter extension that prevented magic_quotes_gpc from being applied when RAW filter is used.

Re: [PHP-CVS] cvs: php-src /ext/filter filter.c

2006-07-27 Thread Derick Rethans
On Thu, 27 Jul 2006, Ilia Alshanetsky wrote: iliaa Thu Jul 27 18:15:10 2006 UTC Modified files: /php-src/ext/filter filter.c Log: MFB: Fixed a bug in the filter extension that prevented magic_quotes_gpc from being applied when RAW filter is used.

Re: [PHP-CVS] cvs: php-src /ext/filter filter.c

2006-07-27 Thread Pierre
On Thu, 27 Jul 2006 22:38:34 +0200 (CEST) [EMAIL PROTECTED] (Derick Rethans) wrote: On Thu, 27 Jul 2006, Ilia Alshanetsky wrote: iliaa Thu Jul 27 18:15:10 2006 UTC Modified files: /php-src/ext/filterfilter.c Log: MFB: Fixed a bug in the filter extension that

Re: [PHP-CVS] cvs: php-src /ext/filter filter.c

2006-07-27 Thread Ilia Alshanetsky
Well, that's great, but it should not prevent magic quotes from being applied. Until magic quotes is removed it should work, as the code was implemented before it did not, breaking all kinds of code. On 27-Jul-06, at 4:38 PM, Derick Rethans wrote: On Thu, 27 Jul 2006, Ilia Alshanetsky

[PHP-CVS] cvs: php-src /ext/filter filter.c

2006-07-25 Thread Antony Dovgal
tony2001Tue Jul 25 10:36:11 2006 UTC Modified files: /php-src/ext/filter filter.c Log: check g_hash for NULL before resetting it http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.59r2=1.60diff_format=u Index: php-src/ext/filter/filter.c

[PHP-CVS] cvs: php-src /ext/filter filter.c

2006-07-23 Thread Ilia Alshanetsky
iliaa Mon Jul 24 03:59:04 2006 UTC Modified files: /php-src/ext/filter filter.c Log: MFB: Fixed compiler warning. http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.58r2=1.59diff_format=u Index: php-src/ext/filter/filter.c diff -u

[PHP-CVS] cvs: php-src /ext/filter filter.c sanitizing_filters.c /ext/filter/tests 032.phpt bug7586.phpt bug7733.phpt

2006-07-22 Thread Pierre-Alain Joye
pajoye Sat Jul 22 09:51:50 2006 UTC Modified files: /php-src/ext/filter filter.c sanitizing_filters.c /php-src/ext/filter/tests bug7733.phpt bug7586.phpt 032.phpt Log: MFB: - API Shake up #1, change input_get_args argument order - silent compiler

[PHP-CVS] cvs: php-src /ext/filter filter.c logical_filters.c sanitizing_filters.c

2006-07-22 Thread Nuno Lopes
nlopess Sat Jul 22 12:54:05 2006 UTC Modified files: /php-src/ext/filter filter.c logical_filters.c sanitizing_filters.c Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.57r2=1.58diff_format=u Index: php-src/ext/filter/filter.c diff -u

[PHP-CVS] cvs: php-src /ext/filter filter.c logical_filters.c sanitizing_filters.c

2006-07-19 Thread Antony Dovgal
tony2001Wed Jul 19 06:56:28 2006 UTC Modified files: /php-src/ext/filter filter.c logical_filters.c sanitizing_filters.c Log: fix compile warnings http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.54r2=1.55diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/filter filter.c

2006-07-19 Thread Antony Dovgal
tony2001Wed Jul 19 07:18:25 2006 UTC Modified files: /php-src/ext/filter filter.c Log: increase refcount when adding zval to the result array http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.55r2=1.56diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/filter filter.c php_filter.h

2006-07-18 Thread Marcus Boerger
helly Tue Jul 18 23:52:10 2006 UTC Modified files: /php-src/ext/filter filter.c php_filter.h Log: - Fix build http://cvs.php.net/viewvc.cgi/php-src/ext/filter/filter.c?r1=1.52r2=1.53diff_format=u Index: php-src/ext/filter/filter.c diff -u