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

2003-09-01 Thread Marcus Boerger
helly Mon Sep 1 19:32:30 2003 EDT Modified files: /php-src/main main.c Log: Error message clean up part II: Don't show params where none apply. Index: php-src/main/main.c diff -u php-src/main/main.c:1.572 php-src/main/main.c:1.573 --- php-src/main/ma

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

2003-09-01 Thread Jani Taskinen
sniper Mon Sep 1 19:02:48 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: BFNHR Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.367 php-src/NEWS:1.1247.2.368 --- php-src/NEWS:1.1247.2.367 Mon Sep 1 18:40:47 2003 +++ php-src/NEWSMon

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

2003-09-01 Thread Marcus Boerger
helly Mon Sep 1 18:55:41 2003 EDT Modified files: /php-src/main main.c Log: Error message clean up part I: always show 'Unknown' instead of empty names. Index: php-src/main/main.c diff -u php-src/main/main.c:1.571 php-src/main/main.c:1.572 --- php-sr

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

2003-09-01 Thread Sara Golemon
pollita Mon Sep 1 18:40:48 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: BFN leak in gethostbynamel Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.366 php-src/NEWS:1.1247.2.367 --- php-src/NEWS:1.1247.2.366 Sat Aug 30 18:01:49 2003 +++ ph

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

2003-09-01 Thread Sara Golemon
pollita Mon Sep 1 18:38:40 2003 EDT Modified files: /php-src/ext/standard dns.c Log: MFB: Plug leak when invalid domain name provided. Index: php-src/ext/standard/dns.c diff -u php-src/ext/standard/dns.c:1.61 php-src/ext/standard/dns.c:1.62 --- php-src/ex

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

2003-09-01 Thread Sara Golemon
pollita Mon Sep 1 18:37:46 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard dns.c Log: Plug leak when invalid domain name provided. Index: php-src/ext/standard/dns.c diff -u php-src/ext/standard/dns.c:1.44.2.3 php-src/ext/standard/dns.c:1.4

[PHP-CVS] cvs: php-src(PHP_4_3) / php.ini-dist php.ini-recommended

2003-09-01 Thread Jani Taskinen
sniper Mon Sep 1 12:25:24 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcphp.ini-dist php.ini-recommended Log: MFH Index: php-src/php.ini-dist diff -u php-src/php.ini-dist:1.171.2.17 php-src/php.ini-dist:1.171.2.18 --- php-src/php.ini-dist:1.171.2.17

[PHP-CVS] cvs: php-src / php.ini-dist php.ini-recommended

2003-09-01 Thread Jani Taskinen
sniper Mon Sep 1 12:25:08 2003 EDT Modified files: /php-srcphp.ini-dist php.ini-recommended Log: "fixed" bug #25344 (regular domain "localhost.com" used in php.ini) Index: php-src/php.ini-dist diff -u php-src/php.ini-dist:1.198 php-src/php.ini-dist:1.199 -

[PHP-CVS] cvs: CVSROOT / avail

2003-09-01 Thread Rasmus Lerdorf
rasmus Mon Sep 1 11:16:27 2003 EDT Modified files: /CVSROOTavail Log: Karma Index: CVSROOT/avail diff -u CVSROOT/avail:1.736 CVSROOT/avail:1.737 --- CVSROOT/avail:1.736 Mon Sep 1 11:11:36 2003 +++ CVSROOT/avail Mon Sep 1 11:16:26 2003 @@ -58,7 +

[PHP-CVS] cvs: CVSROOT / avail

2003-09-01 Thread Rasmus Lerdorf
rasmus Mon Sep 1 11:11:37 2003 EDT Modified files: /CVSROOTavail Log: Karma for abies Index: CVSROOT/avail diff -u CVSROOT/avail:1.735 CVSROOT/avail:1.736 --- CVSROOT/avail:1.735 Wed Aug 13 17:41:43 2003 +++ CVSROOT/avail Mon Sep 1 11:11:36 2003

Re[3]: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/mnogosearch php_mnogo.c

2003-09-01 Thread Sergey Kartashoff
Hi! Monday, September 1, 2003, 1:58:57 PM, you wrote: + REGISTER_LONG_CONSTANT("UDM_PARAM_RESULTS_LIMIT",UDM_PARAM_RESULTS_LIMIT,CONST_CS | CONST_PERSISTENT); Shouldn't that be wrapped inside the #if UDM_VERSION_ID >= 30215 .. #endif too?? >>I think this is not n

Re[2]: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/mnogosearch php_mnogo.c

2003-09-01 Thread Jani Taskinen
On Mon, 1 Sep 2003, Sergey Kartashoff wrote: >>>+ >>>REGISTER_LONG_CONSTANT("UDM_PARAM_RESULTS_LIMIT",UDM_PARAM_RESULTS_LIMIT,CONST_CS | >>>CONST_PERSISTENT); >>> Shouldn't that be wrapped inside the #if UDM_VERSION_ID >= 30215 .. #endif >>> too?? >I think this is not nesessary, since

Re[2]: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/mnogosearch php_mnogo.c

2003-09-01 Thread Sergey Kartashoff
Hi! >>+ >>REGISTER_LONG_CONSTANT("UDM_PARAM_RESULTS_LIMIT",UDM_PARAM_RESULTS_LIMIT,CONST_CS | >>CONST_PERSISTENT); JT> Shouldn't that be wrapped inside the #if UDM_VERSION_ID >= 30215 .. #endif too?? I think this is not nesessary, since constant declarations are local to extension and

[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-src/ext/st

[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. Inde

[PHP-CVS] cvs: php-src /win32 php_modules.dsw

2003-09-01 Thread Sebastian Bergmann
sebastian Mon Sep 1 02:14:25 2003 EDT Modified files: /php-src/win32 php_modules.dsw Log: Add xsl. Index: php-src/win32/php_modules.dsw diff -u php-src/win32/php_modules.dsw:1.58 php-src/win32/php_modules.dsw:1.59 --- php-src/win32/php_modules.dsw:1.

[PHP-CVS] cvs: php-src / acinclude.m4

2003-09-01 Thread Jani Taskinen
sniper Mon Sep 1 00:48:42 2003 EDT Modified files: /php-srcacinclude.m4 Log: libxml 2.5.10 or greater required from now on Index: php-src/acinclude.m4 diff -u php-src/acinclude.m4:1.256 php-src/acinclude.m4:1.257 --- php-src/acinclude.m4:1.256 Wed Aug 13