[PHP-CVS] cvs: php4 /ext/domxml TODO

2002-11-29 Thread Christian Stocker
chregu Fri Nov 29 03:28:53 2002 EDT Modified files: /php4/ext/domxmlTODO Log: relative xpath queries are already possible (use $ctx->xpath_eval($xpath,$contextnode) ) Index: php4/ext/domxml/TODO diff -u php4/ext/domxml/TODO:1.6 php4/ext/domxml/TODO:1.

[PHP-CVS] cvs: php4(PHP_4_3) /ext/domxml TODO

2002-11-29 Thread Christian Stocker
chregu Fri Nov 29 03:30:10 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/domxmlTODO Log: MFH relative xpath queries are already possible (use $ctx->xpath_eval($xpath,$contextnode) ) Index: php4/ext/domxml/TODO diff -u php4/ext/domxml/TO

[PHP-CVS] cvs: php4 /ext/domxml php_domxml.c

2002-11-29 Thread Christian Stocker
chregu Fri Nov 29 05:24:44 2002 EDT Modified files: /php4/ext/domxmlphp_domxml.c Log: do some kind of automatic namespace registration in xpath_eval(). This works only for namespaces defined in the context node (eg docroot if no second argument is given. I

[PHP-CVS] cvs: php4(PHP_4_3) /ext/bcmath/libbcmath/src private.h /ext/gd gdcache.h /ext/standard mail.c

2002-11-29 Thread Martin Kraemer
martin Fri Nov 29 06:15:44 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/gdgdcache.h /php4/ext/bcmath/libbcmath/src private.h /php4/ext/standard mail.c Log: Portability fixes (MFH) Index: php4/ext/gd/gdcache.h diff -u php4/ext/g

[PHP-CVS] cvs: php4 /ext/domxml php_domxml.c php_domxml.h

2002-11-29 Thread Christian Stocker
chregu Fri Nov 29 06:22:07 2002 EDT Modified files: /php4/ext/domxmlphp_domxml.c php_domxml.h Log: @- Added xpath_register_ns_auto([contextnode]) for automatically registering @ namespace definitions (chregu) changed my mind. Automatic namesapce regist

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

2002-11-29 Thread Sascha Schumann
sas Fri Nov 29 06:34:09 2002 EDT Modified files: /php4/sapi/thttpd thttpd.c Log: add missing line Index: php4/sapi/thttpd/thttpd.c diff -u php4/sapi/thttpd/thttpd.c:1.78 php4/sapi/thttpd/thttpd.c:1.79 --- php4/sapi/thttpd/thttpd.c:1.78 Tue Nov 26 0

[PHP-CVS] cvs: php4 /ext/java config.m4

2002-11-29 Thread Christian Stocker
chregu Fri Nov 29 08:30:29 2002 EDT Modified files: /php4/ext/java config.m4 Log: fix for bug #20389 (no trailing slash in configure option) Index: php4/ext/java/config.m4 diff -u php4/ext/java/config.m4:1.46 php4/ext/java/config.m4:1.47 --- php4/ext/j

[PHP-CVS] cvs: php4(PHP_4_3) /ext/java config.m4

2002-11-29 Thread Christian Stocker
chregu Fri Nov 29 08:32:50 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/java config.m4 Log: MFH fix for bug #20389 (no trailing slash in configure option) Index: php4/ext/java/config.m4 diff -u php4/ext/java/config.m4:1.46 php4/ext/java/con

[PHP-CVS] cvs: php4(PHP_4_3) /ext/mailparse .cvsignore

2002-11-29 Thread Wez Furlong
wez Fri Nov 29 08:39:29 2002 EDT Removed files: (Branch: PHP_4_3) /php4/ext/mailparse .cvsignore Log: Take this out of here so that the dir can be pruned on checkout. -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.

[PHP-CVS] cvs: php4(PHP_4_3) /main php_content_types.c

2002-11-29 Thread Martin Kraemer
martin Fri Nov 29 09:07:28 2002 EDT Modified files: (Branch: PHP_4_3) /php4/main php_content_types.c Log: Portability: In C sources, do not use C++ comments Index: php4/main/php_content_types.c diff -u php4/main/php_content_types.c:1.24 php4/main/php_content

[PHP-CVS] cvs: php4 /ext/mailparse .cvsignore

2002-11-29 Thread Jani Taskinen
sniper Fri Nov 29 09:46:07 2002 EDT Removed files: /php4/ext/mailparse .cvsignore Log: - MFB -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php4(PHP_4_3) /main php_content_types.c

2002-11-29 Thread Jani Taskinen
MFB? Please try keeping the HEAD up-to-date..and THEN merge these changes.. --Jani On Fri, 29 Nov 2002, Martin Kraemer wrote: >martin Fri Nov 29 09:07:28 2002 EDT > > Modified files: (Branch: PHP_4_3) >/php4/main php_content_types.c > Log: > Por

[PHP-CVS] cvs: php4 /main php_content_types.c

2002-11-29 Thread Jani Taskinen
sniper Fri Nov 29 09:48:17 2002 EDT Modified files: /php4/main php_content_types.c Log: MFB Index: php4/main/php_content_types.c diff -u php4/main/php_content_types.c:1.24 php4/main/php_content_types.c:1.25 --- php4/main/php_content_types.c:1.24 Tue Nov 12

[PHP-CVS] cvs: php4(PHP_4_3) /ext/mcrypt mcrypt.c

2002-11-29 Thread Derick Rethans
derick Fri Nov 29 10:57:39 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/mcryptmcrypt.c Log: - Fix memleak (patch by [EMAIL PROTECTED]) #- I don't merge this to HEAD right away, as my current development tree # has a lot of modifications, of course

[PHP-CVS] cvs: php4 /ext/domxml php_domxml.c

2002-11-29 Thread Christian Stocker
chregu Fri Nov 29 11:31:41 2002 EDT Modified files: /php4/ext/domxmlphp_domxml.c Log: removed unused variable Index: php4/ext/domxml/php_domxml.c diff -u php4/ext/domxml/php_domxml.c:1.223 php4/ext/domxml/php_domxml.c:1.224 --- php4/ext/domxml/php_domxml

Re: [PHP-CVS] cvs: php4 /main SAPI.c SAPI.h /sapi/apache mod_php4.c/sapi/thttpd thttpd.c

2002-11-29 Thread Andi Gutmans
At 08:07 PM 11/27/2002 +0100, Sascha Schumann wrote: On Wed, 27 Nov 2002, Andi Gutmans wrote: > At 07:57 PM 11/27/2002 +0100, Sascha Schumann wrote: > >On Wed, 27 Nov 2002, Andi Gutmans wrote: > > > > > Default initializations? > > > > The compiler does that just fine. > > Hmm, I'm either ver

Re: [PHP-CVS] cvs: php4 /ext/bcmath bcmath.c php_bcmath.h/ext/bcmath/libbcmath/src bcmath.h debug.c div.c divmod.c init.c output.craise.c raisemod.c recmul.c sqrt.c str2num.c zero.c

2002-11-29 Thread Andi Gutmans
Hey, I just realized there seems to be another global variable _bc_Free_list which might need taking care of. Do you mind checking it out? Thanks, Andi At 09:25 AM 11/22/2002 +, Sander Roobol wrote: sander Fri Nov 22 04:25:29 2002 EDT Modified files: /php4/ext/bcmathbcm

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

2002-11-29 Thread Yasuo Ohgaki
yohgaki Fri Nov 29 12:18:01 2002 EDT Modified files: /php4/ext/pgsql pgsql.c Log: Fixed problem with PostgreSQL 7.3 Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.249 php4/ext/pgsql/pgsql.c:1.250 --- php4/ext/pgsql/pgsql.c:1.249Mon

[PHP-CVS] cvs: php4(PHP_4_3) /ext/pgsql pgsql.c

2002-11-29 Thread Yasuo Ohgaki
yohgaki Fri Nov 29 12:19:05 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/pgsql pgsql.c Log: MFH Index: php4/ext/pgsql/pgsql.c diff -u php4/ext/pgsql/pgsql.c:1.244.2.1 php4/ext/pgsql/pgsql.c:1.244.2.2 --- php4/ext/pgsql/pgsql.c:1.244.2.1Mon Nov

[PHP-CVS] cvs: php4 /ext/bcmath/libbcmath/src init.c private.h recmul.c

2002-11-29 Thread Sander Roobol
sander Fri Nov 29 12:59:30 2002 EDT Modified files: /php4/ext/bcmath/libbcmath/src init.c private.h recmul.c Log: Remove all traces of _bc_Free_list - it's not used anymore Index: php4/ext/bcmath/libbcmath/src/init.c diff -u php4/ext/bcmath/libbcmath/sr

[PHP-CVS] cvs: php4(PHP_4_3) /ext/bcmath/libbcmath/src init.c private.h recmul.c

2002-11-29 Thread Sander Roobol
sander Fri Nov 29 13:05:22 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/bcmath/libbcmath/src init.c private.h recmul.c Log: MFH Index: php4/ext/bcmath/libbcmath/src/init.c diff -u php4/ext/bcmath/libbcmath/src/init.c:1.1.16.1 php4/ext/bcmath/lib

[PHP-CVS] cvs: php4 /ext/mbstring/tests mb_split.phpt

2002-11-29 Thread Moriyoshi Koizumi
moriyoshi Fri Nov 29 13:32:50 2002 EDT Modified files: /php4/ext/mbstring/testsmb_split.phpt Log: Prevented the result from being affected by function overloading Index: php4/ext/mbstring/tests/mb_split.phpt diff -u php4/ext/mbstring/tests/mb_split.

[PHP-CVS] cvs: php4(PHP_4_3) /ext/mbstring/tests mb_split.phpt

2002-11-29 Thread Moriyoshi Koizumi
moriyoshi Fri Nov 29 13:35:18 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/mbstring/testsmb_split.phpt Log: MFH Index: php4/ext/mbstring/tests/mb_split.phpt diff -u php4/ext/mbstring/tests/mb_split.phpt:1.2.2.1 php4/ext/mbstring/tests/mb_spl

Re: [PHP-CVS] cvs: php4 /main SAPI.c SAPI.h /sapi/apache mod_php4.c/sapi/thttpd thttpd.c

2002-11-29 Thread Sascha Schumann
> And what if we want to change the initialization? I think it's nice the way > it was and gives us a chance to change defaults. I don't see any good > reason for nuking this. A value of zero means "this field is uninitialized - do whatever you think is the default". You can still change

Re: [PHP-CVS] cvs: php4 /main SAPI.c SAPI.h /sapi/apache mod_php4.c /sapi/thttpd thttpd.c

2002-11-29 Thread Sterling Hughes
> > And what if we want to change the initialization? I think it's nice the way > > it was and gives us a chance to change defaults. I don't see any good > > reason for nuking this. > > > struct { > "apache", > "Apache", > php_apache_register_hooks >

[PHP-CVS] cvs: php4 /ext/sockets EXPERIMENTAL

2002-11-29 Thread Jason Greene
jason Fri Nov 29 18:44:06 2002 EDT Removed files: /php4/ext/sockets EXPERIMENTAL Log: Sockets is no longer experimental -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php