[PHP-CVS] cvs: php4 /ext/standard var.c

2003-01-12 Thread Stanislav Malyshev
stasSun Jan 12 08:50:18 2003 EDT Modified files: /php4/ext/standard var.c Log: remove unneeded var Index: php4/ext/standard/var.c diff -u php4/ext/standard/var.c:1.152 php4/ext/standard/var.c:1.153 --- php4/ext/standard/var.c:1.152 Tue Dec 31

[PHP-CVS] cvs: php4 /ext/standard aggregation.c

2003-01-12 Thread Stanislav Malyshev
stasSun Jan 12 13:42:16 2003 EDT Modified files: /php4/ext/standard aggregation.c Log: ZE2 compatibility Index: php4/ext/standard/aggregation.c diff -u php4/ext/standard/aggregation.c:1.14 php4/ext/standard/aggregation.c:1.15 ---

[PHP-CVS] cvs: php4 / configure.in

2003-06-16 Thread Stanislav Malyshev
stasMon Jun 16 04:32:35 2003 EDT Modified files: /php4 configure.in Log: default_classes belongs to ZE2 part Index: php4/configure.in diff -u php4/configure.in:1.446 php4/configure.in:1.447 --- php4/configure.in:1.446 Sat May 24 08:00:03 2003

[PHP-CVS] cvs: php4 /tests/lang bug18872.phpt bug23279.phpt bug23384.phpt

2003-06-16 Thread Stanislav Malyshev
stasMon Jun 16 05:20:42 2003 EDT Added files: /php4/tests/langbug18872.phpt bug23279.phpt bug23384.phpt Log: add tests for fixed bugs Index: php4/tests/lang/bug18872.phpt +++ php4/tests/lang/bug18872.phpt --TEST-- Bug #18872 (class constant used

[PHP-CVS] cvs: php4 /tests/classes bug23951.phpt

2003-06-16 Thread Stanislav Malyshev
stasMon Jun 16 05:27:33 2003 EDT Modified files: /php4/tests/classes bug23951.phpt Log: fix test so it does not depend on variable order Index: php4/tests/classes/bug23951.phpt diff -u php4/tests/classes/bug23951.phpt:1.1

[PHP-CVS] cvs: php4 /tests/lang bug21669.phpt

2003-06-16 Thread Stanislav Malyshev
stasMon Jun 16 08:26:07 2003 EDT Added files: /php4/tests/langbug21669.phpt Log: Add test for the bug - will fail for now! Index: php4/tests/lang/bug21669.phpt +++ php4/tests/lang/bug21669.phpt --TEST-- Bug #21669 $obj = new $this-var;

[PHP-CVS] cvs: php4 /sapi/cli php_cli.c

2003-06-16 Thread Stanislav Malyshev
stasMon Jun 16 12:14:38 2003 EDT Modified files: /php4/sapi/cli php_cli.c Log: flush after banner print Index: php4/sapi/cli/php_cli.c diff -u php4/sapi/cli/php_cli.c:1.94 php4/sapi/cli/php_cli.c:1.95 --- php4/sapi/cli/php_cli.c:1.94Tue Jun

Re: [PHP-CVS] cvs: php4 /sapi/cli php_cli.c

2003-06-17 Thread Stanislav Malyshev
console is a bit esoteric, but the tests did fail. I'm not sure if it really requires merging... JT JT MFH? (what exactly did this fix/change? :) JT JT --Jani JT JT On Mon, 16 Jun 2003, Stanislav Malyshev wrote: JT JT stas Mon Jun 16 12:14:38 2003 EDT JT JT Modified files

[PHP-CVS] cvs: php5 /ext/standard string.c

2003-06-23 Thread Stanislav Malyshev
stasMon Jun 23 10:09:15 2003 EDT Modified files: /php5/ext/standard string.c Log: Fix #24281 - str_replace not updating the count if value is not initialized Index: php5/ext/standard/string.c diff -u php5/ext/standard/string.c:1.391

[PHP-CVS] cvs: php5 /ext/standard/tests/strings bug24281.phpt

2003-06-23 Thread Stanislav Malyshev
stasMon Jun 23 10:18:33 2003 EDT Added files: /php5/ext/standard/tests/stringsbug24281.phpt Log: add test for #24281 Index: php5/ext/standard/tests/strings/bug24281.phpt +++ php5/ext/standard/tests/strings/bug24281.phpt --TEST-- Bug #24281:

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

2003-08-05 Thread Stanislav Malyshev
stasTue Aug 5 05:06:02 2003 EDT Modified files: /php-src/ext/standard incomplete_class.c Log: fix incomplete class for ZE2 Index: php-src/ext/standard/incomplete_class.c diff -u php-src/ext/standard/incomplete_class.c:1.18

[PHP-CVS] cvs: php-src /ext/standard var_unserializer.re

2003-08-05 Thread Stanislav Malyshev
stasTue Aug 5 05:15:31 2003 EDT Modified files: /php-src/ext/standard var_unserializer.re Log: don't try to wakeup incomplete classes Index: php-src/ext/standard/var_unserializer.re diff -u php-src/ext/standard/var_unserializer.re:1.19

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

2003-08-06 Thread Stanislav Malyshev
stasTue Aug 5 05:07:49 2003 EDT Modified files: /php-src/ext/standard incomplete_class.c Log: pass trsm via parameters Index: php-src/ext/standard/incomplete_class.c diff -u php-src/ext/standard/incomplete_class.c:1.19

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

2003-08-11 Thread Stanislav Malyshev
stasTue Aug 5 05:23:17 2003 EDT Modified files: /php-src/ext/standard var_unserializer.c Log: syncronize Index: php-src/ext/standard/var_unserializer.c diff -u php-src/ext/standard/var_unserializer.c:1.28 php-src/ext/standard/var_unserializer.c:1.29

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/standard mail.c

2003-09-01 Thread Stanislav Malyshev
stasMon Sep 1 04:18:32 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard mail.c Log: The sendmail_path executable check breaks setups that use parameters for sendmail - including the default setup - so I'm disabling it for now.

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

2003-09-01 Thread Stanislav Malyshev
stasMon Sep 1 04:20:18 2003 EDT Modified files: /php-src/ext/standard mail.c Log: The sendmail_path executable check breaks setups that use parameters for sendmail - including the default setup - so I'm disabling it for now. Index:

[PHP-CVS] cvs: php-src(PHP_4_3) /main streams.c

2003-09-02 Thread Stanislav Malyshev
stasTue Sep 2 05:17:10 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/main streams.c Log: don't report errors if asked not to report Index: php-src/main/streams.c diff -u php-src/main/streams.c:1.125.2.76 php-src/main/streams.c:1.125.2.77 ---

[PHP-CVS] cvs: php-src(PHP_4_3) /main streams.c

2003-09-02 Thread Stanislav Malyshev
stasTue Sep 2 06:21:03 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/main streams.c Log: fix typo Index: php-src/main/streams.c diff -u php-src/main/streams.c:1.125.2.77 php-src/main/streams.c:1.125.2.78 --- php-src/main/streams.c:1.125.2.77

[PHP-CVS] cvs: php-src(PHP_4_3) /main streams.c

2003-09-02 Thread Stanislav Malyshev
stasTue Sep 2 06:33:19 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/main streams.c Log: ws Index: php-src/main/streams.c diff -u php-src/main/streams.c:1.125.2.78 php-src/main/streams.c:1.125.2.79 --- php-src/main/streams.c:1.125.2.78 Tue Sep

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/standard basic_functions.c

2003-09-29 Thread Stanislav Malyshev
stasMon Sep 29 10:02:56 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard basic_functions.c Log: allow realpath() for win32 non-ZTS Index: php-src/ext/standard/basic_functions.c diff -u

[PHP-CVS] cvs: php-src /ext/standard basic_functions.c file.c file.h

2003-09-30 Thread Stanislav Malyshev
stasTue Sep 30 05:52:11 2003 EDT Modified files: /php-src/ext/standard basic_functions.c file.c file.h Log: MF4: allow realpath() for win32 non-ZTS Index: php-src/ext/standard/basic_functions.c diff -u php-src/ext/standard/basic_functions.c:1.628

[PHP-CVS] cvs: php-src /main php_variables.c

2003-10-07 Thread Stanislav Malyshev
stasTue Oct 7 04:46:17 2003 EDT Modified files: /php-src/main php_variables.c Log: Fix $_SERVER['argv'] and $_SERVER['argc'] Index: php-src/main/php_variables.c diff -u php-src/main/php_variables.c:1.69 php-src/main/php_variables.c:1.70 ---

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/session mod_files.c

2007-07-10 Thread Stanislav Malyshev
stasTue Jul 10 17:40:41 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/sessionmod_files.c Log: always check save_path (issue reported by Maksymilian Arciemowicz)

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2007-07-10 Thread Stanislav Malyshev
stasTue Jul 10 17:46:15 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: fixes http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.824r2=1.2027.2.547.2.825diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.824

[PHP-CVS] cvs: php-src(PHP_4_4) /ext/session mod_files.c

2007-07-10 Thread Stanislav Malyshev
stasTue Jul 10 17:50:47 2007 UTC Modified files: (Branch: PHP_4_4) /php-src/ext/sessionmod_files.c Log: always check save_path (issue reported by Maksymilian Arciemowicz)

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

2007-07-10 Thread Stanislav Malyshev
stasTue Jul 10 17:52:32 2007 UTC Modified files: /php-src/ext/sessionmod_files.c Log: always check save_path (issue reported by Maksymilian Arciemowicz) http://cvs.php.net/viewvc.cgi/php-src/ext/session/mod_files.c?r1=1.111r2=1.112diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c

2007-07-10 Thread Stanislav Malyshev
stasTue Jul 10 17:58:19 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: suppress warnings to avoid potential loop http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.40r2=1.640.2.23.2.41diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_4_4) /main main.c

2007-07-10 Thread Stanislav Malyshev
stasTue Jul 10 18:35:13 2007 UTC Modified files: (Branch: PHP_4_4) /php-src/main main.c Log: check if write is allowed before writing to error log http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.512.2.63.2.15r2=1.512.2.63.2.16diff_format=u

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

2007-07-10 Thread Stanislav Malyshev
stasTue Jul 10 18:42:01 2007 UTC Modified files: /php-src/main main.c Log: check if write is allowed before writing to error log http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.733r2=1.734diff_format=u Index: php-src/main/main.c diff -u

[PHP-CVS] cvs: php-src(PHP_4_4) / NEWS

2007-07-10 Thread Stanislav Malyshev
stasTue Jul 10 20:16:33 2007 UTC Modified files: (Branch: PHP_4_4) /php-srcNEWS Log: report fix http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.1247.2.920.2.241r2=1.1247.2.920.2.242diff_format=u Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard mail.c

2007-07-10 Thread Stanislav Malyshev
stasTue Jul 10 20:21:24 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard mail.c Log: Escape mail.force_extra_parameters value http://cvs.php.net/viewvc.cgi/php-src/ext/standard/mail.c?r1=1.87.2.1.2.5r2=1.87.2.1.2.6diff_format=u

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

2007-07-10 Thread Stanislav Malyshev
stasTue Jul 10 20:23:26 2007 UTC Modified files: /php-src/ext/standard mail.c Log: Escape mail.force_extra_parameters value http://cvs.php.net/viewvc.cgi/php-src/ext/standard/mail.c?r1=1.92r2=1.93diff_format=u Index: php-src/ext/standard/mail.c

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2007-07-10 Thread Stanislav Malyshev
stasTue Jul 10 20:25:49 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: add CVE ref http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.825r2=1.2027.2.547.2.826diff_format=u Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src(PHP_4_4) / NEWS

2007-07-10 Thread Stanislav Malyshev
stasTue Jul 10 20:26:50 2007 UTC Modified files: (Branch: PHP_4_4) /php-srcNEWS Log: add CVE ref http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.1247.2.920.2.242r2=1.1247.2.920.2.243diff_format=u Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src / README.namespaces

2007-07-23 Thread Stanislav Malyshev
stasMon Jul 23 16:06:25 2007 UTC Added files: /php-srcREADME.namespaces Log: add announcement copy as README for easier reference http://cvs.php.net/viewvc.cgi/php-src/README.namespaces?view=markuprev=1.1 Index: php-src/README.namespaces +++

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/imap php_imap.c

2007-07-30 Thread Stanislav Malyshev
stasTue Jul 31 00:31:11 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/imap php_imap.c Log: sometimes c-client lib returns non-null entry with null host

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

2007-07-30 Thread Stanislav Malyshev
stasTue Jul 31 00:32:18 2007 UTC Modified files: /php-src/ext/imap php_imap.c Log: sometimes c-client returns non-null entry with null host http://cvs.php.net/viewvc.cgi/php-src/ext/imap/php_imap.c?r1=1.239r2=1.240diff_format=u Index:

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

2007-08-01 Thread Stanislav Malyshev
stasWed Aug 1 23:54:06 2007 UTC Modified files: /php-src/main main.c Log: revert wrong fix http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.742r2=1.743diff_format=u Index: php-src/main/main.c diff -u php-src/main/main.c:1.742

[PHP-CVS] cvs: php-src(PHP_4_4) /main main.c

2007-08-01 Thread Stanislav Malyshev
stasWed Aug 1 23:52:43 2007 UTC Modified files: (Branch: PHP_4_4) /php-src/main main.c Log: revert wrong fix http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.512.2.63.2.16r2=1.512.2.63.2.17diff_format=u Index: php-src/main/main.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c

2007-08-01 Thread Stanislav Malyshev
stasWed Aug 1 23:51:45 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: revert wrong fix http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.50r2=1.640.2.23.2.51diff_format=u Index: php-src/main/main.c diff -u

[PHP-CVS] cvs: php-src /ext/tokenizer config.w32

2007-08-01 Thread Stanislav Malyshev
stasThu Aug 2 00:04:05 2007 UTC Modified files: /php-src/ext/tokenizer config.w32 Log: fix win32 build http://cvs.php.net/viewvc.cgi/php-src/ext/tokenizer/config.w32?r1=1.1r2=1.2diff_format=u Index: php-src/ext/tokenizer/config.w32 diff -u

[PHP-CVS] cvs: php-src /sapi/embed php_embed.c

2007-08-02 Thread Stanislav Malyshev
stasThu Aug 2 23:49:51 2007 UTC Modified files: /php-src/sapi/embed php_embed.c Log: use hardcoded INI like CLI http://cvs.php.net/viewvc.cgi/php-src/sapi/embed/php_embed.c?r1=1.17r2=1.18diff_format=u Index: php-src/sapi/embed/php_embed.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /main php_ini.h

2007-08-02 Thread Stanislav Malyshev
stasThu Aug 2 23:57:52 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main php_ini.h Log: add stage for .htaccess http://cvs.php.net/viewvc.cgi/php-src/main/php_ini.h?r1=1.45.2.3.2.1r2=1.45.2.3.2.2diff_format=u Index: php-src/main/php_ini.h

[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/embed php_embed.c

2007-08-02 Thread Stanislav Malyshev
stasThu Aug 2 23:45:28 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/embed php_embed.c Log: use hardcoded ini like CLI http://cvs.php.net/viewvc.cgi/php-src/sapi/embed/php_embed.c?r1=1.11.2.1.2.1r2=1.11.2.1.2.2diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/apache2handler apache_config.c

2007-08-02 Thread Stanislav Malyshev
stasFri Aug 3 01:14:23 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/apache2handlerapache_config.c Log: implement separate .htaccess stage

[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/apache mod_php5.c

2007-08-02 Thread Stanislav Malyshev
stasFri Aug 3 01:14:44 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/apachemod_php5.c Log: implement separate .htaccess stage http://cvs.php.net/viewvc.cgi/php-src/sapi/apache/mod_php5.c?r1=1.19.2.7.2.10r2=1.19.2.7.2.11diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/session mod_files.c session.c

2007-08-02 Thread Stanislav Malyshev
stasFri Aug 3 01:16:41 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/sessionmod_files.c session.c Log: correct fix for access control for save_path and .htaccess

[PHP-CVS] cvs: php-src(PHP_4_4) /ext/session mod_files.c

2007-08-02 Thread Stanislav Malyshev
stasFri Aug 3 01:27:18 2007 UTC Modified files: (Branch: PHP_4_4) /php-src/ext/sessionmod_files.c Log: revert - not a correct fix http://cvs.php.net/viewvc.cgi/php-src/ext/session/mod_files.c?r1=1.83.2.9.2.9r2=1.83.2.9.2.10diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/session mod_files.c session.c /main main.c php_ini.h /sapi/apache mod_php.c /sapi/apache2handler apache_config.c ZendEngine2 zend_ini.h

2007-08-02 Thread Stanislav Malyshev
stasFri Aug 3 01:40:06 2007 UTC Modified files: /php-src/main main.c php_ini.h /ZendEngine2zend_ini.h /php-src/sapi/apachemod_php.c /php-src/sapi/apache2handlerapache_config.c /php-src/ext/session

[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c

2007-08-02 Thread Stanislav Malyshev
stasFri Aug 3 01:15:51 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: make error_log setting access-controlled by safe_mode/open_basedir

[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c

2007-08-02 Thread Stanislav Malyshev
stasFri Aug 3 01:30:22 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: check correct value http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.52r2=1.640.2.23.2.53diff_format=u Index: php-src/main/main.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/embed php_embed.c

2007-08-08 Thread Stanislav Malyshev
stasWed Aug 8 21:06:28 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/embed php_embed.c Log: fix TSRM embed startup http://cvs.php.net/viewvc.cgi/php-src/sapi/embed/php_embed.c?r1=1.11.2.1.2.2r2=1.11.2.1.2.3diff_format=u Index:

[PHP-CVS] cvs: php-src /sapi/embed php_embed.c

2007-08-08 Thread Stanislav Malyshev
stasWed Aug 8 21:08:51 2007 UTC Modified files: /php-src/sapi/embed php_embed.c Log: fix TSRM embed startup http://cvs.php.net/viewvc.cgi/php-src/sapi/embed/php_embed.c?r1=1.18r2=1.19diff_format=u Index: php-src/sapi/embed/php_embed.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/embed php_embed.c

2007-08-08 Thread Stanislav Malyshev
stasWed Aug 8 21:11:53 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/embed php_embed.c Log: initialize values http://cvs.php.net/viewvc.cgi/php-src/sapi/embed/php_embed.c?r1=1.11.2.1.2.3r2=1.11.2.1.2.4diff_format=u Index:

[PHP-CVS] cvs: php-src /sapi/embed php_embed.c

2007-08-08 Thread Stanislav Malyshev
stasWed Aug 8 21:14:11 2007 UTC Modified files: /php-src/sapi/embed php_embed.c Log: initialize variables http://cvs.php.net/viewvc.cgi/php-src/sapi/embed/php_embed.c?r1=1.19r2=1.20diff_format=u Index: php-src/sapi/embed/php_embed.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/embed php_embed.c

2007-08-08 Thread Stanislav Malyshev
stasWed Aug 8 21:57:30 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/embed php_embed.c Log: fix startup - remove unneeded variables http://cvs.php.net/viewvc.cgi/php-src/sapi/embed/php_embed.c?r1=1.11.2.1.2.4r2=1.11.2.1.2.5diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_4_4) /sapi/embed php_embed.c

2007-08-08 Thread Stanislav Malyshev
stasWed Aug 8 21:58:53 2007 UTC Modified files: (Branch: PHP_4_4) /php-src/sapi/embed php_embed.c Log: remove unneded variables http://cvs.php.net/viewvc.cgi/php-src/sapi/embed/php_embed.c?r1=1.1.2.5.2.3r2=1.1.2.5.2.4diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/cli php_cli.c

2007-08-08 Thread Stanislav Malyshev
stasWed Aug 8 23:51:24 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/cli php_cli.c Log: remove unneeded variables http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/php_cli.c?r1=1.129.2.13.2.21r2=1.129.2.13.2.22diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/cgi cgi_main.c

2007-08-08 Thread Stanislav Malyshev
stasWed Aug 8 23:51:57 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/cgi cgi_main.c Log: remove unneeded variables http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/cgi_main.c?r1=1.267.2.15.2.45r2=1.267.2.15.2.46diff_format=u Index:

[PHP-CVS] cvs: php-src /sapi/cgi cgi_main.c

2007-08-08 Thread Stanislav Malyshev
stasWed Aug 8 23:55:42 2007 UTC Modified files: /php-src/sapi/cgi cgi_main.c Log: remove unneeded variables http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/cgi_main.c?r1=1.329r2=1.330diff_format=u Index: php-src/sapi/cgi/cgi_main.c diff -u

[PHP-CVS] cvs: php-src /sapi/cli php_cli.c

2007-08-08 Thread Stanislav Malyshev
stasWed Aug 8 23:56:19 2007 UTC Modified files: /php-src/sapi/cli php_cli.c Log: remove unneeded variables http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/php_cli.c?r1=1.179r2=1.180diff_format=u Index: php-src/sapi/cli/php_cli.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /tests/lang 041.phpt 042.phpt 043.phpt 044.phpt

2007-08-13 Thread Stanislav Malyshev
stasMon Aug 13 21:20:20 2007 UTC Removed files: (Branch: PHP_5_2) /php-src/tests/lang 041.phpt 042.phpt 043.phpt 044.phpt Log: revert variable class support for 5.2 -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2007-08-13 Thread Stanislav Malyshev
stasTue Aug 14 00:50:45 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: variable class patch was reverted for 5.2.4 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.893r2=1.2027.2.547.2.894diff_format=u Index: php-src/NEWS

[PHP-CVS] cvs: php-src /main/streams userspace.c

2007-08-16 Thread Stanislav Malyshev
stasThu Aug 16 23:53:40 2007 UTC Modified files: /php-src/main/streams userspace.c Log: fix proto http://cvs.php.net/viewvc.cgi/php-src/main/streams/userspace.c?r1=1.43r2=1.44diff_format=u Index: php-src/main/streams/userspace.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /main/streams userspace.c

2007-08-16 Thread Stanislav Malyshev
stasThu Aug 16 23:54:24 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main/streams userspace.c Log: fix proto http://cvs.php.net/viewvc.cgi/php-src/main/streams/userspace.c?r1=1.31.2.3.2.6r2=1.31.2.3.2.7diff_format=u Index:

[PHP-CVS] cvs: php-src / README.namespaces

2007-08-17 Thread Stanislav Malyshev
stasFri Aug 17 21:53:59 2007 UTC Modified files: /php-srcREADME.namespaces Log: some rewording and typofixing http://cvs.php.net/viewvc.cgi/php-src/README.namespaces?r1=1.5r2=1.6diff_format=u Index: php-src/README.namespaces diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/pdo pdo_stmt.c

2007-09-12 Thread Stanislav Malyshev
stasWed Sep 12 21:21:18 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/pdopdo_stmt.c Log: fix crash if stream is empty and reader function sets buffer as null

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

2007-09-12 Thread Stanislav Malyshev
stasWed Sep 12 21:27:57 2007 UTC Modified files: /php-src/ext/pdopdo_stmt.c Log: MFB: fix crash if stream is empty and reader function sets buffer as null http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.175r2=1.176diff_format=u Index:

[PHP-CVS] cvs: CVSROOT / avail

2007-09-12 Thread Stanislav Malyshev
stasWed Sep 12 21:58:55 2007 UTC Modified files: /CVSROOTavail Log: ICU group access to unicode module http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1303r2=1.1304diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1303 CVSROOT/avail:1.1304

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard dl.c

2007-09-12 Thread Stanislav Malyshev
stasThu Sep 13 00:56:31 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard dl.c Log: docs say dl() parameter can be filename only - enforce it

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

2007-09-12 Thread Stanislav Malyshev
stasThu Sep 13 01:16:24 2007 UTC Modified files: /php-src/ext/standard dl.c Log: MFB: docs say dl() parameter can be filename only - enforce it http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dl.c?r1=1.114r2=1.115diff_format=u Index:

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

2007-09-13 Thread Stanislav Malyshev
while we are going to spend thousands on loading new module wasn't a big priority. But you may fix it if you feel it's worth it :) -- Stanislav Malyshev, Zend Software Architect [EMAIL PROTECTED] http://www.zend.com/ (408)253-8829 MSN: [EMAIL PROTECTED] -- PHP CVS Mailing List (http

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2007-09-13 Thread Stanislav Malyshev
stasThu Sep 13 17:15:03 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: List recent fixes http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.947r2=1.2027.2.547.2.948diff_format=u Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /main main.c

2007-09-13 Thread Stanislav Malyshev
stasThu Sep 13 20:04:23 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: disallow setting mail.force_extra_parameters from .htaccess

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

2007-09-13 Thread Stanislav Malyshev
stasThu Sep 13 20:06:15 2007 UTC Modified files: /php-src/main main.c Log: MFB: disallow setting mail.force_extra_parameters from .htaccess http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.746r2=1.747diff_format=u Index: php-src/main/main.c

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2007-09-13 Thread Stanislav Malyshev
stasThu Sep 13 20:08:00 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: register mail.force_extra_parameters change http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.948r2=1.2027.2.547.2.949diff_format=u Index: php-src/NEWS

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /main main.c

2007-09-14 Thread Stanislav Malyshev
Isn't it a bit easier to just make it PHP_INI_SYSTEM since you can't set it anyplace else than php.ini now..? Somehow this patch feels a bit overkill to me now. :) You surely can - in apache .conf files. PERDIR covers both .htaccess and .conf files. -- Stanislav Malyshev, Zend Software

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard dl.c

2007-09-18 Thread Stanislav Malyshev
stasTue Sep 18 20:19:34 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard dl.c Log: limit dl() argument length (patch by Christian Hoffmann)

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

2007-09-18 Thread Stanislav Malyshev
stasTue Sep 18 20:21:04 2007 UTC Modified files: /php-src/ext/standard dl.c Log: limit dl() argument length (patch by Christian Hoffmann) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dl.c?r1=1.116r2=1.117diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2007-09-18 Thread Stanislav Malyshev
stasTue Sep 18 20:25:08 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: add dl() limit patch http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.954r2=1.2027.2.547.2.955diff_format=u Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src /ext/iconv iconv.c php_iconv.h

2007-09-18 Thread Stanislav Malyshev
stasWed Sep 19 00:37:43 2007 UTC Modified files: /php-src/ext/iconv iconv.c php_iconv.h Log: limit iconv parameter sizes - workaround for libc bug http://cvs.php.net/viewvc.cgi/php-src/ext/iconv/iconv.c?r1=1.153r2=1.154diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/xmlrpc/libxmlrpc encodings.c

2007-09-18 Thread Stanislav Malyshev
stasWed Sep 19 00:38:48 2007 UTC Modified files: /php-src/ext/xmlrpc/libxmlrpc encodings.c Log: MFB: limit iconv parameters here too http://cvs.php.net/viewvc.cgi/php-src/ext/xmlrpc/libxmlrpc/encodings.c?r1=1.7r2=1.8diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2007-09-18 Thread Stanislav Malyshev
stasWed Sep 19 00:41:11 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: report iconv fix http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.955r2=1.2027.2.547.2.956diff_format=u Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src /ext/iconv/tests iconv-charset-length-cve-2007-4840.phpt iconv_mime_decode-charset-length-cve-2007-4840.phpt iconv_mime_decode_headers-charset-length-cve-2007-4840.phpt iconv_se

2007-09-18 Thread Stanislav Malyshev
stasWed Sep 19 00:42:20 2007 UTC Modified files: /php-src/ext/iconv/testsiconv-charset-length-cve-2007-4840.phpt iconv_mime_decode-charset-length-cve-2007-4840.phpt

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/iconv/tests ob_iconv_handler-charset-length-cve-2007-4840.phpt

2007-09-18 Thread Stanislav Malyshev
stasWed Sep 19 00:49:02 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/iconv/tests ob_iconv_handler-charset-length-cve-2007-4840.phpt Log: one more test

[PHP-CVS] cvs: php-src /ext/iconv/tests ob_iconv_handler-charset-length-cve-2007-4840.phpt

2007-09-18 Thread Stanislav Malyshev
stasWed Sep 19 00:49:25 2007 UTC Modified files: /php-src/ext/iconv/tests ob_iconv_handler-charset-length-cve-2007-4840.phpt Log: MFB one more test

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/xmlrpc/libxmlrpc encodings.c

2007-09-18 Thread Stanislav Malyshev
stasWed Sep 19 00:33:43 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/xmlrpc/libxmlrpc encodings.c Log: limit iconv parameters here too http://cvs.php.net/viewvc.cgi/php-src/ext/xmlrpc/libxmlrpc/encodings.c?r1=1.7r2=1.7.6.1diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/iconv iconv.c php_iconv.h

2007-09-18 Thread Stanislav Malyshev
stasWed Sep 19 00:30:53 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/iconv iconv.c php_iconv.h Log: limit iconv parameter sizes - workaround for glibc bug

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

2007-09-18 Thread Stanislav Malyshev
stasWed Sep 19 00:06:06 2007 UTC Modified files: /php-src/ext/standard dl.c Log: use right variable name http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dl.c?r1=1.117r2=1.118diff_format=u Index: php-src/ext/standard/dl.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/iconv/tests iconv-charset-length-cve-2007-4840.phpt iconv_mime_decode-charset-length-cve-2007-4840.phpt iconv_mime_decode_headers-charset-length-cve-2007-4840.phpt

2007-09-18 Thread Stanislav Malyshev
stasWed Sep 19 00:18:01 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/iconv/testsiconv-charset-length-cve-2007-4840.phpt iconv_mime_decode-charset-length-cve-2007-4840.phpt

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/general_functions dl-cve-2007-4887.phpt

2007-09-20 Thread Stanislav Malyshev
stasThu Sep 20 18:44:24 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/general_functions dl-cve-2007-4887.phpt Log: add test for dl() with long name

[PHP-CVS] cvs: php-src /ext/standard/tests/general_functions dl-cve-2007-4887.phpt

2007-09-20 Thread Stanislav Malyshev
stasThu Sep 20 18:45:03 2007 UTC Modified files: /php-src/ext/standard/tests/general_functions dl-cve-2007-4887.phpt Log: add test for dl() with long name

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/iconv iconv.c

2007-09-20 Thread Stanislav Malyshev
stasThu Sep 20 21:55:15 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/iconv iconv.c Log: fix potential overflow (Mattias Bengtsson) http://cvs.php.net/viewvc.cgi/php-src/ext/iconv/iconv.c?r1=1.124.2.8.2.17r2=1.124.2.8.2.18diff_format=u Index:

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

2007-09-20 Thread Stanislav Malyshev
stasThu Sep 20 21:57:11 2007 UTC Modified files: /php-src/ext/iconv iconv.c Log: MFB length check fix (Mattias Bengtsson) http://cvs.php.net/viewvc.cgi/php-src/ext/iconv/iconv.c?r1=1.154r2=1.155diff_format=u Index: php-src/ext/iconv/iconv.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/iconv iconv.c

2007-09-20 Thread Stanislav Malyshev
stasThu Sep 20 22:35:25 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/iconv iconv.c Log: better fix for iconv_substr http://cvs.php.net/viewvc.cgi/php-src/ext/iconv/iconv.c?r1=1.124.2.8.2.18r2=1.124.2.8.2.19diff_format=u Index:

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

2007-09-20 Thread Stanislav Malyshev
stasThu Sep 20 22:38:25 2007 UTC Modified files: /php-src/ext/iconv iconv.c Log: better fix for iconv_substr http://cvs.php.net/viewvc.cgi/php-src/ext/iconv/iconv.c?r1=1.155r2=1.156diff_format=u Index: php-src/ext/iconv/iconv.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard html.c

2007-10-02 Thread Stanislav Malyshev
stasWed Oct 3 04:53:06 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard html.c Log: do not accept partial multibyte sequences in html* functions

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/strings htmlentities-utf.phpt

2007-10-02 Thread Stanislav Malyshev
stasWed Oct 3 04:58:40 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/strings htmlentities-utf.phpt Log: add test with invalid sequences

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2007-10-02 Thread Stanislav Malyshev
stasWed Oct 3 05:03:12 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: add html* utf fix http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.966r2=1.2027.2.547.2.967diff_format=u Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard html.c

2007-10-02 Thread Stanislav Malyshev
stasWed Oct 3 05:05:08 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard html.c Log: MFB do not accept partial multibyte sequences in html* functions

  1   2   3   4   5   6   7   8   9   10   >