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

2002-11-28 Thread Christian Stocker
chregu Fri Nov 29 02:50:38 2002 EDT Modified files: /php4/ext/domxmlphp_domxml.c Log: get_element_by_id does not need LIBXML_XPATH support Index: php4/ext/domxml/php_domxml.c diff -u php4/ext/domxml/php_domxml.c:1.220 php4/ext/domxml/php_domxml.c:1.221 -

Re: [PHP-CVS] cvs: php4 /ext/gd gdcache.h

2002-11-28 Thread Jani Taskinen
MFH? On Thu, 28 Nov 2002, Martin Kraemer wrote: >martin Thu Nov 28 04:19:16 2002 EDT > > Modified files: >/php4/ext/gd gdcache.h > Log: > Portability: avoid warnings on FreeBSD > > >Index: php4/ext/gd/gdcache.h >diff -u php4/ext/gd/gdcache.h:1.2 php4

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

2002-11-28 Thread Jani Taskinen
MFH? On Thu, 28 Nov 2002, Martin Kraemer wrote: >martin Thu Nov 28 03:26:15 2002 EDT > > Modified files: >/php4/ext/bcmath/libbcmath/src private.h > Log: > Portability: The header contains the declaration; while the source >ext/bcmath/libbcmath/src/init.c

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

2002-11-28 Thread Jani Taskinen
MFH? On Thu, 28 Nov 2002, Martin Kraemer wrote: >martin Thu Nov 28 03:23:37 2002 EDT > > Modified files: >/php4/ext/standard mail.c > Log: > Portability: Use 0 if the platform does not define EX_OK > > >Index: php4/ext/standard/mail.c >diff -u php4/ext/

[PHP-CVS] cvs: php4 /ext/gd/libgd gd.c gd_jpeg.c gdft.c

2002-11-28 Thread Marcus Boerger
helly Thu Nov 28 20:44:19 2002 EDT Modified files: /php4/ext/gd/libgd gd.c gd_jpeg.c gdft.c Log: Conversion fixes Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.29 php4/ext/gd/libgd/gd.c:1.30 --- php4/ext/gd/libgd/gd.c:1.29 Thu Nov 28 17:48

[PHP-CVS] cvs: php4 /ext/gd gd.c /ext/gd/libgd gd.c gd_gd2.c gd_jpeg.c gd_png.c

2002-11-28 Thread Marcus Boerger
helly Thu Nov 28 17:48:20 2002 EDT Modified files: /php4/ext/gd/libgd gd.c gd_gd2.c gd_jpeg.c gd_png.c /php4/ext/gdgd.c Log: Conversion fixes Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.28 php4/ext/gd/libgd/gd.c:1.29 --- php

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

2002-11-28 Thread Marcus Boerger
helly Thu Nov 28 12:07:50 2002 EDT Modified files: /php4/tests/classes abstract.phpt Log: Do not instanciate an abstract class Index: php4/tests/classes/abstract.phpt diff -u php4/tests/classes/abstract.phpt:1.3 php4/tests/classes/abstract.phpt:1.4 --- php4

Re: [PHP-CVS] ZE2 question

2002-11-28 Thread Marcus Börger
Ups - wrong list and wrong example -> reposting to php-dev sorry ! At 17:16 28.11.2002, Marcus Börger wrote: This is may be a nice token name, but i do not understand it. When trying to execute: $c = parent::function() I receive: Parse error: parse error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /

[PHP-CVS] ZE2 question

2002-11-28 Thread Marcus Börger
This is may be a nice token name, but i do not understand it. When trying to execute: $c = parent::function() I receive: Parse error: parse error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /usr/src/ph marcus -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/uns

Re: [PHP-CVS] cvs: php4 /ext/mhash/tests 001.phpt 003.phpt

2002-11-28 Thread Marcus Börger
Ah - now for mhash all tests PASS. marcus At 15:13 28.11.2002, Ilia Alshanetsky wrote: iliaa Thu Nov 28 09:13:44 2002 EDT Modified files: /php4/ext/mhash/tests 003.phpt 001.phpt Log: Fixed mhash tests, apparently the TIGER algorithm was updated (fixed?) in later mhas

[PHP-CVS] cvs: php4(PHP_4_3) /ext/mhash/tests 001.phpt 003.phpt

2002-11-28 Thread Ilia Alshanetsky
iliaa Thu Nov 28 09:14:06 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/mhash/tests 001.phpt 003.phpt Log: MFH Index: php4/ext/mhash/tests/001.phpt diff -u php4/ext/mhash/tests/001.phpt:1.1.2.2 php4/ext/mhash/tests/001.phpt:1.1.2.3 --- php4/ext/

[PHP-CVS] cvs: php4 /ext/mhash/tests 001.phpt 003.phpt

2002-11-28 Thread Ilia Alshanetsky
iliaa Thu Nov 28 09:13:44 2002 EDT Modified files: /php4/ext/mhash/tests 003.phpt 001.phpt Log: Fixed mhash tests, apparently the TIGER algorithm was updated (fixed?) in later mhash releases and consequently returns a different hash. I've updated the ha

[PHP-CVS] cvs: php4 /ext/gd gdcache.h

2002-11-28 Thread Martin Kraemer
martin Thu Nov 28 04:19:16 2002 EDT Modified files: /php4/ext/gdgdcache.h Log: Portability: avoid warnings on FreeBSD Index: php4/ext/gd/gdcache.h diff -u php4/ext/gd/gdcache.h:1.2 php4/ext/gd/gdcache.h:1.3 --- php4/ext/gd/gdcache.h:1.2 Sun Jan 7

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

2002-11-28 Thread Martin Kraemer
martin Thu Nov 28 03:26:15 2002 EDT Modified files: /php4/ext/bcmath/libbcmath/src private.h Log: Portability: The header contains the declaration; while the source ext/bcmath/libbcmath/src/init.c has the definition (otherwise some compilers complain about

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

2002-11-28 Thread Martin Kraemer
martin Thu Nov 28 03:23:37 2002 EDT Modified files: /php4/ext/standard mail.c Log: Portability: Use 0 if the platform does not define EX_OK Index: php4/ext/standard/mail.c diff -u php4/ext/standard/mail.c:1.66 php4/ext/standard/mail.c:1.67 --- php4/ext/stan