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

2003-11-18 Thread Andi Gutmans
andiWed Nov 19 01:11:48 2003 EDT Modified files: /php-src/main main.c Log: - Commit patch by standards Index: php-src/main/main.c diff -u php-src/main/main.c:1.579 php-src/main/main.c:1.580 --- php-src/main/main.c:1.579 Wed Oct 8 22:58:34 2003 ++

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

2003-11-18 Thread Jani Taskinen
sniper Wed Nov 19 00:00:58 2003 EDT Modified files: /php-src/ext/gmpgmp.c Log: ws fix Index: php-src/ext/gmp/gmp.c diff -u php-src/ext/gmp/gmp.c:1.38 php-src/ext/gmp/gmp.c:1.39 --- php-src/ext/gmp/gmp.c:1.38 Tue Nov 18 23:44:06 2003 +++ php-src/ext/gmp/gmp.

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/gmp config.m4 gmp.c php_gmp.h

2003-11-18 Thread Jani Taskinen
sniper Tue Nov 18 23:44:25 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/gmpconfig.m4 gmp.c php_gmp.h Log: MFH: - Fixed bug #26267 (gmp_random() leaks memory and does not produce random numbers) Index: php-src/NEWS diff -u ph

[PHP-CVS] cvs: php-src /ext/gmp config.m4 gmp.c php_gmp.h

2003-11-18 Thread Jani Taskinen
sniper Tue Nov 18 23:44:07 2003 EDT Modified files: /php-src/ext/gmpconfig.m4 gmp.c php_gmp.h Log: - Fixed bug #26267 (gmp_random() leaks memory and does not produce random numbers) # ..and mpz_random() is obsolete according to the GNU MP manual. Index

[PHP-CVS] cvs: spl /examples cachingrecursiveiterator.inc directorytreeiterator.inc

2003-11-18 Thread Marcus Boerger
helly Tue Nov 18 19:18:30 2003 EDT Modified files: /spl/examples cachingrecursiveiterator.inc directorytreeiterator.inc Log: Dont't stop if directory can't be openedbecause of user rights etc Index: spl/examples/cachingrecursive

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/tokenizer Makefile.frag

2003-11-18 Thread Jani Taskinen
sniper Tue Nov 18 19:10:04 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/tokenizer Makefile.frag Log: Fix build Index: php-src/ext/tokenizer/Makefile.frag diff -u php-src/ext/tokenizer/Makefile.frag:1.1.4.1 php-src/ext/tokenizer/Makefile.frag:1.1

[PHP-CVS] cvs: php-src /ext/tokenizer Makefile.frag

2003-11-18 Thread Jani Taskinen
sniper Tue Nov 18 19:09:46 2003 EDT Modified files: /php-src/ext/tokenizer Makefile.frag Log: Fix build Index: php-src/ext/tokenizer/Makefile.frag diff -u php-src/ext/tokenizer/Makefile.frag:1.2 php-src/ext/tokenizer/Makefile.frag:1.3 --- php-src/ext/token

[PHP-CVS] cvs: spl /examples directorytreeiterator.inc

2003-11-18 Thread Marcus Boerger
helly Tue Nov 18 17:34:52 2003 EDT Modified files: /spl/examples directorytreeiterator.inc Log: Must use hasNext() here Index: spl/examples/directorytreeiterator.inc diff -u spl/examples/directorytreeiterator.inc:1.1 spl/examples/directorytreeiterator.i

[PHP-CVS] cvs: spl /examples cachingiterator.inc cachingrecursiveiterator.inc directorytree.php directorytreeiterator.inc limititerator.inc recursiveiterator.inc searchiterator.inc

2003-11-18 Thread Marcus Boerger
helly Tue Nov 18 17:18:39 2003 EDT Added files: /spl/examples cachingiterator.inc cachingrecursiveiterator.inc directorytreeiterator.inc recursiveiterator.inc Modified files: /spl/examples directorytree.php

[PHP-CVS] cvs: spl / spl_directory.c spl_functions.h spl_iterators.c

2003-11-18 Thread Marcus Boerger
helly Tue Nov 18 17:14:20 2003 EDT Modified files: /splspl_directory.c spl_functions.h spl_iterators.c Log: - Rename DirectoryTreeIterator to RecursiveDirectoryiterator (what it effectively is). - Add DirectoryIterator::__toString ->getFilename -

Re: [PHP-CVS] cvs: php-src /ext/standard parsedate.y

2003-11-18 Thread Hartmut Holzgraefe
Ilia Alshanetsky wrote: MFH ? On November 18, 2003 01:46 am, Hartmut Holzgraefe wrote: hholzgra Tue Nov 18 01:46:07 2003 EDT Modified files: /php-src/ext/standardparsedate.y Log: the military time zone offsets where pointing in the wrong direction yeah, later ... after my talk ;

Re: [PHP-CVS] cvs: php-src /ext/standard parsedate.y

2003-11-18 Thread Ilia Alshanetsky
MFH ? On November 18, 2003 01:46 am, Hartmut Holzgraefe wrote: > hholzgra Tue Nov 18 01:46:07 2003 EDT > > Modified files: > /php-src/ext/standard parsedate.y > Log: > the military time zone offsets where pointing in the wrong direction -- PHP CVS Mailing List (http://

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

2003-11-18 Thread Jani Taskinen
sniper Tue Nov 18 05:28:35 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/gmpgmp.c Log: MFH: fixed parameters for gmp_random() Index: php-src/ext/gmp/gmp.c diff -u php-src/ext/gmp/gmp.c:1.29.4.3 php-src/ext/gmp/gmp.c:1.29.4.4 --- php-src/ext/gmp/gmp

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

2003-11-18 Thread Jani Taskinen
sniper Tue Nov 18 05:28:14 2003 EDT Modified files: /php-src/ext/gmpgmp.c Log: - Fix the parameter setting. (this function has 1 optional parameter) Index: php-src/ext/gmp/gmp.c diff -u php-src/ext/gmp/gmp.c:1.36 php-src/ext/gmp/gmp.c:1.37 --- php-src/ext/g

[PHP-CVS] cvs: php-src /win32 install.txt

2003-11-18 Thread Uwe Schindler
thetaphiTue Nov 18 04:04:32 2003 EDT Modified files: /php-src/win32 install.txt Log: change names to to php5_xxx in NSAPI Index: php-src/win32/install.txt diff -u php-src/win32/install.txt:1.26 php-src/win32/install.txt:1.27 --- php-src/win32/instal

[PHP-CVS] cvs: php-src /tests/classes iterators_006.phpt

2003-11-18 Thread Marcus Boerger
helly Tue Nov 18 02:33:31 2003 EDT Added files: /php-src/tests/classes iterators_006.phpt Log: Add new iterator test inspired by bug #26527 Index: php-src/tests/classes/iterators_006.phpt +++ php-src/tests/classes/iterators_006.phpt --TEST-- ZE2 itera