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

2006-03-21 Thread Derick Rethans
derick Tue Mar 21 13:57:16 2006 UTC Modified files: /php-src/ext/unicodeconfig.w32 Log: - Update windows file too (not tested, but should work). http://cvs.php.net/viewcvs.cgi/php-src/ext/unicode/config.w32?r1=1.4r2=1.5diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard string.c type.c /ext/standard/tests/strings strtr2.phpt ucfirst.phpt

2006-03-17 Thread Derick Rethans
derick Fri Mar 17 14:29:05 2006 UTC Added files: /php-src/ext/standard/tests/strings strtr2.phpt ucfirst.phpt Modified files: /php-src/ext/standard string.c type.c Log: - Fixed bug in ucfirst() implementation. If the tmp_len = 0

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

2006-03-17 Thread Derick Rethans
derick Fri Mar 17 14:53:57 2006 UTC Modified files: /php-src/ext/standard basic_functions.c php_type.h Log: - Actually make this is_binary() too. http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/basic_functions.c?r1=1.762r2=1.763diff_format=u

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

2006-03-15 Thread Derick Rethans
derick Wed Mar 15 09:50:47 2006 UTC Modified files: /php-src/ext/standard var.c Log: - Reduce space in serialization. The first 128 bytes will now use just the character and everything above will use \u. It seems that unserialize doesn't work at

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

2006-03-15 Thread Derick Rethans
derick Wed Mar 15 12:20:49 2006 UTC Modified files: /php-src/ext/standard string.c Log: - Fixed two memory issues: - In the first one we were calculating the tmp_len wrong which made the u_strFromUTF32() function try to convert too many code

Re: [PHP-CVS] cvs: php-src /ext/bz2 bz2_filter.c /ext/standard file.c filters.c streamsfuncs.c user_filters.c /ext/unicode unicode_filter.c /ext/zlib zlib_filter.c /main php_streams.h /main/stream

2006-03-15 Thread Derick Rethans
:331) ==24701==by 0x8355DED: execute (zend_vm_execute.h:92) ==24701==by 0x83563FD: zend_do_fcall_common_helper_SPEC (zend_vm_execute.h:2 43) ==24701== ==24701== Attach to debugger ? --- [Return/N/n/Y/y/C/c] No short script yet... I will try. Derick -- Derick Rethans http

Re: [PHP-CVS] cvs: php-src /ext/bz2 bz2_filter.c /ext/standard file.c filters.c streamsfuncs.c user_filters.c /ext/unicode unicode_filter.c /ext/zlib zlib_filter.c /main php_streams.h /main/stream

2006-03-15 Thread Derick Rethans
On Wed, 15 Mar 2006, Derick Rethans wrote: No short script yet... I will try. http://files.derickrethans.nl/uc-stream.tar.gz regards, Derick -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php-src /ext/bz2 bz2_filter.c /ext/standardfile.c filters.c streamsfuncs.c user_filters.c /ext/unicode unicode_filter.c/ext/zlib zlib_filter.c /main php_streams.h /main/streams

2006-03-15 Thread Derick Rethans
On Wed, 15 Mar 2006, Sara Golemon wrote: Maybe a silly a question, but have you guys tried 'make clean'? (There are some header file changes that might need to propagate to untouched source files) I'm not getting these kinds of errors over here, but I am getting a PASS from

Re: [PHP-CVS] cvs: php-src /ext/bz2 bz2_filter.c /ext/standardfile.c filters.c streamsfuncs.c user_filters.c /ext/unicode unicode_filter.c/ext/zlib zlib_filter.c /main php_streams.h /main/streams

2006-03-15 Thread Derick Rethans
On Wed, 15 Mar 2006, Derick Rethans wrote: On Wed, 15 Mar 2006, Sara Golemon wrote: Maybe a silly a question, but have you guys tried 'make clean'? (There are some header file changes that might need to propagate to untouched source files) I'm not getting these kinds of errors over here

Re: [PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /win32/build config.w32.h.in ZendEngine2 zend.h zend_config.w32.h ZendEngine2/tests bug36568.phpt

2006-03-14 Thread Derick Rethans
On Tue, 14 Mar 2006, Dmitry Stogov wrote: dmitryTue Mar 14 14:19:00 2006 UTC Added files: (Branch: PHP_5_1) /ZendEngine2/testsbug36568.phpt Modified files: /php-src NEWS /ZendEngine2 zend.h zend_config.w32.h

[PHP-CVS] cvs: php-src /ext/standard file.c /main/streams streams.c

2006-03-13 Thread Derick Rethans
derick Mon Mar 13 15:01:44 2006 UTC Modified files: /php-src/main/streams streams.c /php-src/ext/standard file.c Log: This makes file_put_contents() work for: ?php declare(encoding=latin1); $a = 1234å67890;

[PHP-CVS] cvs: CVSROOT / avail

2006-03-07 Thread Derick Rethans
derick Tue Mar 7 19:26:04 2006 UTC Modified files: /CVSROOTavail Log: - Give jsgoupil access to smarty/docs. http://cvs.php.net/viewcvs.cgi/CVSROOT/avail?r1=1.1104r2=1.1105diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1104

[PHP-CVS] cvs: php-src /ext/date php_date.c /ext/date/lib parse_date.c parse_date.re

2006-03-06 Thread Derick Rethans
derick Mon Mar 6 21:43:35 2006 UTC Modified files: /php-src/ext/date php_date.c /php-src/ext/date/lib parse_date.c parse_date.re Log: - Fixed bug #36638 (strtotime unconditional false return on now = 0)

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /ext/date php_date.c /ext/date/lib parse_date.c parse_date.re

2006-03-06 Thread Derick Rethans
derick Mon Mar 6 21:45:02 2006 UTC Modified files: (Branch: PHP_5_1) /php-srcNEWS /php-src/ext/date php_date.c /php-src/ext/date/lib parse_date.c parse_date.re Log: - MFH: Fixed bug #36638 (strtotime() returns false when 2nd argument 1).

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS configure.in /ext/standard basic_functions.c filestat.c php_filestat.h TSRM tsrm_virtual_cwd.c tsrm_virtual_cwd.h

2006-03-05 Thread Derick Rethans
derick Sun Mar 5 18:57:54 2006 UTC Modified files: (Branch: PHP_5_1) /php-srcNEWS configure.in /TSRM tsrm_virtual_cwd.c tsrm_virtual_cwd.h /php-src/ext/standard basic_functions.c filestat.c php_filestat.h Log: - Added lchown() and

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/standard php_filestat.h

2006-03-05 Thread Derick Rethans
derick Sun Mar 5 19:01:37 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/standard php_filestat.h Log: - There is no ltouch. http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/php_filestat.h?r1=1.24.2.3r2=1.24.2.4diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard php_filestat.h

2006-03-05 Thread Derick Rethans
derick Sun Mar 5 19:02:12 2006 UTC Modified files: /php-src/ext/standard php_filestat.h Log: - And not here either... http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/php_filestat.h?r1=1.27r2=1.28diff_format=u Index:

[PHP-CVS] cvs: CVSROOT / avail

2006-03-03 Thread Derick Rethans
derick Fri Mar 3 15:27:31 2006 UTC Modified files: /CVSROOTavail Log: - Added karma for new pecl4win repository http://cvs.php.net/viewcvs.cgi/CVSROOT/avail?r1=1.1097r2=1.1098diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1097

[PHP-CVS] cvs: CVSROOT / avail

2006-03-03 Thread Derick Rethans
derick Fri Mar 3 15:29:19 2006 UTC Modified files: /CVSROOTavail Log: - Create a new class for this instead. http://cvs.php.net/viewcvs.cgi/CVSROOT/avail?r1=1.1098r2=1.1099diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1098

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /ext/date php_date.c

2006-03-02 Thread Derick Rethans
derick Fri Mar 3 07:52:55 2006 UTC Modified files: (Branch: PHP_5_1) /php-srcNEWS /php-src/ext/date php_date.c Log: - Fixed bug #36599 (DATE_W3C format constant incorrect).

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/date/tests bug36599.phpt

2006-03-02 Thread Derick Rethans
derick Fri Mar 3 07:53:21 2006 UTC Added files: (Branch: PHP_5_1) /php-src/ext/date/tests bug36599.phpt Log: - Added the test case for bug #36599 http://cvs.php.net/viewcvs.cgi/php-src/ext/date/tests/bug36599.phpt?view=markuprev=1.1 Index:

[PHP-CVS] cvs: php-src /ext/date php_date.c /ext/date/tests bug36599.phpt

2006-03-02 Thread Derick Rethans
derick Fri Mar 3 07:54:36 2006 UTC Modified files: /php-src/ext/date php_date.c /php-src/ext/date/tests bug36599.phpt Log: - MF51: Fixed bug #36599 (DATE_W3C format constant incorrect)

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

2006-02-24 Thread Derick Rethans
derick Fri Feb 24 16:04:55 2006 UTC Modified files: /php-src/ext/iconv iconv.c Log: - Fixed issue with iconv_mime_decode where the encoding would only allow upper case specifiers. #- See RFC 2047, section 2.

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

2006-02-24 Thread Derick Rethans
derick Fri Feb 24 16:05:38 2006 UTC Modified files: (Branch: PHP_5_1) /php-srcNEWS /php-src/ext/iconv iconv.c Log: - MFH: Fixed issue with iconv_mime_decode where the encoding would only allow upper case specifiers. #- See RFC 2047, section 2.

[PHP-CVS] cvs: CVSROOT / avail

2006-02-19 Thread Derick Rethans
derick Mon Feb 20 07:32:52 2006 UTC Modified files: /CVSROOTavail Log: - Ulf Wendel is going to focus on MySQL in PHP. - Removed superfluous entries for georg (he has access to the full tree already).

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /ext/pdo_pgsql pgsql_driver.c

2006-02-13 Thread Derick Rethans
derick Mon Feb 13 15:53:37 2006 UTC Modified files: (Branch: PHP_5_1) /php-srcNEWS /php-src/ext/pdo_pgsql pgsql_driver.c Log: - Fixed bug #36382 (PDO/PgSQL's getColumnMeta() crashes).

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /ext/msession .cvsignore CREDITS README config.m4 msession-test.php msession.c msession.php php_msession.h reqclient.h

2006-01-31 Thread Derick Rethans
derick Tue Jan 31 08:11:35 2006 UTC Removed files: (Branch: PHP_5_1) /php-src/ext/msession .cvsignore CREDITS README config.m4 msession-test.php msession.c msession.php php_msession.h reqclient.h

[PHP-CVS] cvs: php-src /ext/msession .cvsignore CREDITS README config.m4 msession-test.php msession.c msession.php msessionapi.h php_msession.h reqclient.h

2006-01-31 Thread Derick Rethans
derick Tue Jan 31 08:13:31 2006 UTC Removed files: /php-src/ext/msession .cvsignore CREDITS README config.m4 msession-test.php msession.c msession.php msessionapi.h php_msession.h reqclient.h

Re: [PHP-CVS] cvs: php-src /ext/xmldbx CREDITS config.m4 php_xmldbx.h sessionxml.php xmldbx.c xmldbx.h xmldbx.php

2006-01-31 Thread Derick Rethans
On Mon, 30 Jan 2006, Andi Gutmans wrote: Derick, I suggest to just rm -rf it from the repository and have him recommit it to PECL. Done Derick -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe

[PHP-CVS] cvs: CVSROOT / avail

2006-01-31 Thread Derick Rethans
derick Tue Jan 31 08:15:43 2006 UTC Modified files: /CVSROOTavail Log: - Give Mark access to his PECL modules. http://cvs.php.net/viewcvs.cgi/CVSROOT/avail?r1=1.1083r2=1.1084diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1083

[PHP-CVS] cvs: php-src /ext/date php_date.c /ext/date/tests bug36224.phpt

2006-01-31 Thread Derick Rethans
derick Tue Jan 31 18:41:45 2006 UTC Added files: /php-src/ext/date/tests bug36224.phpt Modified files: /php-src/ext/date php_date.c Log: - Fixed bug #36224: date(DATE_ATOM) gives wrong results

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /ext/date php_date.c /ext/date/tests bug36224.phpt

2006-01-31 Thread Derick Rethans
derick Tue Jan 31 18:44:19 2006 UTC Added files: (Branch: PHP_5_1) /php-src/ext/date/tests bug36224.phpt Modified files: /php-srcNEWS /php-src/ext/date php_date.c Log: - MFH: Fixed bug #36224 (date(DATE_ATOM) gives wrong

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

2006-01-30 Thread Derick Rethans
On Mon, 30 Jan 2006, Mark L. Woodward wrote: mlwmohawk Mon Jan 30 16:20:02 2006 UTC Modified files: /php-src/ext/xmldbx xmldbx.c Log: Added thread stuff for --enable-pcntl Can you please reply to the mails about why you added this to the core

Re: [PHP-CVS] cvs: php-src /ext/xmldbx CREDITS config.m4 php_xmldbx.h sessionxml.php xmldbx.c xmldbx.h xmldbx.php

2006-01-30 Thread Derick Rethans
of the developers think it is worthwhile to put there. Frankly, I don't think this extension warrants this yet and there are many more things that should go in to the core first. regards, Derick -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org -- PHP CVS Mailing List (http

Re: [PHP-CVS] cvs: php-src /ext/xmldbx CREDITS config.m4 php_xmldbx.h sessionxml.php xmldbx.c xmldbx.h xmldbx.php

2006-01-30 Thread Derick Rethans
box, unless you prefer deleting and readding it to PECL)? regards, Derick -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php-src /ext/xmldbx CREDITS config.m4 php_xmldbx.h sessionxml.php xmldbx.c xmldbx.h xmldbx.php

2006-01-30 Thread Derick Rethans
On Mon, 30 Jan 2006, Derick Rethans wrote: The process is more: - add extension to PECL - develop it there, make it stable - contact internals@ and figure out if there is a concesus of adding it For now, it's definitely not stable, and there is no censensus either. Shall I move them from

Re: [PHP-CVS] cvs: php-src /ext/xmldbx CREDITS config.m4 php_xmldbx.h sessionxml.php xmldbx.c xmldbx.h xmldbx.php

2006-01-29 Thread Derick Rethans
On Sat, 28 Jan 2006, Ilia Alshanetsky wrote: Why was this committed to core and not to pecl, as is the procedure for all new extensions? Yes, indeed... why is was this suddenly committed to core?! regards, Derick -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP-CVS] cvs: php-src(PHP_5_1) / EXTENSIONS

2006-01-23 Thread Derick Rethans
--- -EXTENSION: date -PRIMARY MAINTAINER: Derick Rethans [EMAIL PROTECTED] -MAINTENANCE: Maintained -STATUS: Working EXTENSION: embed PRIMARY MAINTAINER: Edin Kadribasic

[PHP-CVS] cvs: php-src / EXTENSIONS

2006-01-23 Thread Derick Rethans
: date -PRIMARY MAINTAINER: Derick Rethans [EMAIL PROTECTED] -MAINTENANCE: Maintained -STATUS: Working EXTENSION: embed PRIMARY MAINTAINER: Edin Kadribasic [EMAIL PROTECTED

[PHP-CVS] cvs: CVSROOT / avail

2006-01-19 Thread Derick Rethans
derick Thu Jan 19 11:48:18 2006 UTC Modified files: /CVSROOTavail Log: - Added karma to pear/PHPUnit2 to Jan on request from sebastian. http://cvs.php.net/viewcvs.cgi/CVSROOT/avail?r1=1.1081r2=1.1082diff_format=u Index: CVSROOT/avail diff -u

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

2006-01-15 Thread Derick Rethans
derick Sun Jan 15 11:23:25 2006 UTC Modified files: (Branch: PHP_4_4) /php-src/main php_version.h Log: - Fixed typoes. http://cvs.php.net/viewcvs.cgi/php-src/main/php_version.h?r1=1.66.2.81.2.17r2=1.66.2.81.2.18diff_format=u Index:

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

2006-01-13 Thread Derick Rethans
On Fri, 13 Jan 2006, Marcus Boerger wrote: helly Fri Jan 13 08:30:40 2006 UTC Modified files: (Branch: PHP_5_1) /php-src NEWS Log: - Add News (which is news) +- Added stream filter 'consumed'. (Marcus) But wth is this? :) Derick -- PHP CVS Mailing

[PHP-CVS] cvs: php-src(PHP_4_4) / NEWS configure.in /main php_version.h

2006-01-12 Thread Derick Rethans
derick Thu Jan 12 17:52:29 2006 UTC Modified files: (Branch: PHP_4_4) /php-src/main php_version.h /php-srcconfigure.in NEWS Log: - Go with 4.4.2.

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

2006-01-12 Thread Derick Rethans
derick Thu Jan 12 17:54:19 2006 UTC Modified files: (Branch: PHP_4_4) /php-srcNEWS Log: - Fixed year. http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.1247.2.920.2.108r2=1.1247.2.920.2.109diff_format=u Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src(PHP_4_4) / NEWS configure.in /main php_version.h

2006-01-05 Thread Derick Rethans
derick Thu Jan 5 08:16:37 2006 UTC Modified files: (Branch: PHP_4_4) /php-src/main php_version.h /php-srcconfigure.in NEWS Log: - Back to devel.

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/tokenizer/tests 002.phpt

2006-01-04 Thread Derick Rethans
derick Wed Jan 4 10:31:58 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/tokenizer/tests002.phpt Log: - Fixed broken test case. http://cvs.php.net/viewcvs.cgi/php-src/ext/tokenizer/tests/002.phpt?r1=1.1.2.2r2=1.1.2.3diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_4_4) /ext/mbstring mbstring.dsp

2006-01-04 Thread Derick Rethans
derick Wed Jan 4 12:04:08 2006 UTC Modified files: (Branch: PHP_4_4) /php-src/ext/mbstring mbstring.dsp Log: - Hopefully fix windows build here. http://cvs.php.net/viewcvs.cgi/php-src/ext/mbstring/mbstring.dsp?r1=1.12.2.7r2=1.12.2.7.2.1diff_format=u

[PHP-CVS] cvs: php-src / configure.in /ext/standard basic_functions.c filestat.c php_filestat.h TSRM tsrm_virtual_cwd.c tsrm_virtual_cwd.h

2006-01-04 Thread Derick Rethans
derick Wed Jan 4 12:22:23 2006 UTC Modified files: /php-srcconfigure.in /TSRM tsrm_virtual_cwd.c tsrm_virtual_cwd.h /php-src/ext/standard basic_functions.c filestat.c php_filestat.h Log: - Added the lchown() and lchgrp() functions which

[PHP-CVS] cvs: php-src /ext/date php_date.c php_date.h /ext/date/lib astro.c parse_date.c parse_date.re parse_tz.c timelib.h unixtime2tm.c /ext/standard basic_functions.c config.m4 config.w32 php_st

2006-01-04 Thread Derick Rethans
derick Wed Jan 4 12:57:04 2006 UTC Removed files: /php-src/ext/standard php_sunfuncs.h sunfuncs.c Modified files: /php-src/ext/date php_date.c php_date.h /php-src/ext/date/lib astro.c parse_date.c parse_date.re parse_tz.c

[PHP-CVS] cvs: CVSROOT / avail

2006-01-02 Thread Derick Rethans
derick Mon Jan 2 09:58:56 2006 UTC Modified files: /CVSROOTavail Log: - Give Lukas phpdoc karma so that he can update information there. http://cvs.php.net/viewcvs.cgi/CVSROOT/avail?r1=1.1072r2=1.1073diff_format=u Index: CVSROOT/avail diff -u

[PHP-CVS] cvs: php-src /ext/date/tests bug14561.phpt

2006-01-02 Thread Derick Rethans
derick Mon Jan 2 20:15:22 2006 UTC Modified files: /php-src/ext/date/tests bug14561.phpt Log: - Fixed year dependent test. http://cvs.php.net/viewcvs.cgi/php-src/ext/date/tests/bug14561.phpt?r1=1.1r2=1.2diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /ext/date php_date.c

2005-12-29 Thread Derick Rethans
derick Thu Dec 29 10:54:07 2005 EDT Modified files: (Branch: PHP_5_1) /php-srcNEWS /php-src/ext/date php_date.c Log: - Fixed bug #35751 (using date with a timestamp makes httpd segfault).

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

2005-12-29 Thread Derick Rethans
derick Thu Dec 29 10:56:17 2005 EDT Modified files: /php-src/ext/date php_date.c Log: - MFH: Fixed bug #35751 (using date with a timestamp makes httpd segfault). http://cvs.php.net/viewcvs.cgi/php-src/ext/date/php_date.c?r1=1.79r2=1.80diff_format=u Index:

Re: [PHP-CVS] cvs: php-src(PHP_5_1) /ext/wddx/tests bug35410.phpt

2005-12-21 Thread Derick Rethans
On Wed, 21 Dec 2005, Antony Dovgal wrote: tony2001 Wed Dec 21 11:46:26 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/wddx/tests bug35410.phpt Log: fix test This will now only work on 64bit machines... - [113301888545229100]= +

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /ext/date/lib unixtime2tm.c /ext/date/tests bug35699.phpt

2005-12-20 Thread Derick Rethans
derick Tue Dec 20 15:58:01 2005 EDT Added files: (Branch: PHP_5_1) /php-src/ext/date/tests bug35699.phpt Modified files: /php-srcNEWS /php-src/ext/date/lib unixtime2tm.c Log: - Fixed bug #35699 (date() can't handle leap

[PHP-CVS] cvs: php-src /ext/date/lib unixtime2tm.c /ext/date/tests bug35699.phpt

2005-12-20 Thread Derick Rethans
derick Tue Dec 20 16:01:21 2005 EDT Modified files: /php-src/ext/date/lib unixtime2tm.c /php-src/ext/date/tests bug35699.phpt Log: - MF51: Fixed bug #35699 (date() can't handle leap years before 1970)

[PHP-CVS] cvs: php-src /ext/date php_date.c /ext/date/lib parse_tz.c timelib.h /ext/date/tests date_default_timezone_get-1.phpt date_default_timezone_get-2.phpt date_default_timezone_set-1.phpt

2005-12-20 Thread Derick Rethans
derick Tue Dec 20 19:50:05 2005 EDT Modified files: /php-src/ext/date php_date.c /php-src/ext/date/lib parse_tz.c timelib.h /php-src/ext/date/tests date_default_timezone_get-1.phpt date_default_timezone_get-2.phpt

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /ext/date php_date.c /ext/date/lib parse_tz.c timelib.h /ext/date/tests date_default_timezone_get-1.phpt date_default_timezone_get-2.phpt date_default_timezon

2005-12-20 Thread Derick Rethans
derick Tue Dec 20 19:54:10 2005 EDT Modified files: (Branch: PHP_5_1) /php-srcNEWS /php-src/ext/date php_date.c /php-src/ext/date/lib parse_tz.c timelib.h /php-src/ext/date/tests date_default_timezone_get-1.phpt

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

2005-12-20 Thread Derick Rethans
derick Tue Dec 20 19:59:47 2005 EDT Modified files: /php-src/ext/date php_date.c Log: - MF51: This check is unnecessary, as it can only be set through the date_default_timezone_set() function which checks the value already.

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/date config.m4 php_date.c /ext/date/lib astro.c astro.h parse_date.c parse_date.re timelib.c timelib.h timezonemap.h unixtime2tm.c /ext/date/tests date_default_t

2005-12-19 Thread Derick Rethans
this in December 1992| +--+ | Authors: Derick Rethans [EMAIL PROTECTED]| +--+ */ /* $Id: astro.c,v 1.1 2005

[PHP-CVS] cvs: php-src /ext/date/lib parse_date.re

2005-12-18 Thread Derick Rethans
derick Sun Dec 18 16:06:28 2005 EDT Modified files: /php-src/ext/date/lib parse_date.re Log: - Those should be lower case only. http://cvs.php.net/viewcvs.cgi/php-src/ext/date/lib/parse_date.re?r1=1.42r2=1.43diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/date/lib parse_date.re

2005-12-18 Thread Derick Rethans
derick Sun Dec 18 16:06:57 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/date/lib parse_date.re Log: - Those should be lower case only. http://cvs.php.net/viewcvs.cgi/php-src/ext/date/lib/parse_date.re?r1=1.26.2.16r2=1.26.2.17diff_format=u

[PHP-CVS] cvs: CVSROOT / commitinfo

2005-12-14 Thread Derick Rethans
derick Wed Dec 14 14:50:22 2005 EDT Modified files: /CVSROOTcommitinfo Log: - true is in /usr/bin/true on the new machine http://cvs.php.net/viewcvs.cgi/CVSROOT/commitinfo?r1=1.12r2=1.13diff_format=u Index: CVSROOT/commitinfo diff -u

Re: [PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /ext/date php_date.c /ext/date/tests mktime-3.phpt

2005-12-13 Thread Derick Rethans
existing method of a class that extends PDO). (Tony) - Fixed bug #35539 (typo in error message for ErrorException). (Tony) -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP-CVS] cvs: php-src(PHP_5_1) /ext/date php_date.c

2005-12-12 Thread Derick Rethans
; + } + efree(object); } -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php-src(PHP_5_1) /ext/date php_date.c

2005-12-12 Thread Derick Rethans
On Sat, 26 Nov 2005, Antony Dovgal wrote: tony2001 Sat Nov 26 07:35:28 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/date php_date.c Log: fix Timezone class too Never mind, you did a MF51 and not a MFH :) Derick -- Derick Rethans http

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /ext/date php_date.c php_date.h /ext/date/tests bug35143.phpt date_create-2.phpt date_modify-1.phpt date_modify-2.phpt /ext/standard microtime.c

2005-11-20 Thread Derick Rethans
derick Sun Nov 20 15:14:24 2005 EDT Added files: (Branch: PHP_5_1) /php-src/ext/date/tests bug35143.phpt Modified files: /php-srcNEWS /php-src/ext/standard microtime.c /php-src/ext/date php_date.c php_date.h

[PHP-CVS] cvs: php-src /ext/date php_date.c php_date.h /ext/date/tests bug34304.phpt bug35143.phpt date_create-2.phpt date_create-3.phpt date_modify-1.phpt date_modify-2.phpt /ext/standard microtime

2005-11-20 Thread Derick Rethans
derick Sun Nov 20 15:31:49 2005 EDT Modified files: /php-src/ext/standard microtime.c /php-src/ext/date php_date.c php_date.h /php-src/ext/date/tests bug34304.phpt bug35143.phpt date_create-2.phpt

Re: [PHP-CVS] cvs: php-src /ext/reflection config.m4

2005-11-19 Thread Derick Rethans
On Fri, 18 Nov 2005, Andi Gutmans wrote: As I mentioned to Marcus, it seems odd to me to move reflection in the first place. Just as odd as moving the date stuff out to an extension? It's just cleaning up ext/standard a bit... Derick -- Derick Rethans http://derickrethans.nl | http://ez.no

Re: [PHP-CVS] cvs: php-src /ext/reflection config.m4

2005-11-18 Thread Derick Rethans
switch... Derick -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src(PHP_4_4) / NEWS configure.in /main php_version.h

2005-11-18 Thread Derick Rethans
derick Fri Nov 18 05:30:46 2005 EDT Modified files: (Branch: PHP_4_4) /php-srcNEWS configure.in /php-src/main php_version.h Log: - Go with 4.4.2RC1. http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.920.2.80r2=1.1247.2.920.2.81ty=u Index:

[PHP-CVS] cvs: php-src(PHP_4_4) / NEWS configure.in /main php_version.h

2005-11-18 Thread Derick Rethans
derick Fri Nov 18 06:07:31 2005 EDT Modified files: (Branch: PHP_4_4) /php-srcconfigure.in NEWS /php-src/main php_version.h Log: - Back to -dev. http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.164.2.15r2=1.396.2.164.2.16ty=u Index:

Re: [PHP-CVS] cvs: php-src /ext/reflection config.m4

2005-11-18 Thread Derick Rethans
. If distributions screw up their packaging it is their fault - not ours. Derick -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php-src /ext/reflection config.m4

2005-11-18 Thread Derick Rethans
On Fri, 18 Nov 2005, Antony Dovgal wrote: On 18.11.2005 18:08, Derick Rethans wrote: On Fri, 18 Nov 2005, Antony Dovgal wrote: Not that I care, but if reflection could be disabled with --disable-all, FreeBSD users will never be able to use it, as for some reason which I can't

Re: [PHP-CVS] cvs: php-src /ext/reflection config.m4

2005-11-18 Thread Derick Rethans
On Fri, 18 Nov 2005, Antony Dovgal wrote: We need at least document it or to add something like this: But then we need to do this for every configure option... as nobody really knows what they are doing anyway. Derick -- Derick Rethans http://derickrethans.nl | http://ez.no | http

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/date/lib README

2005-11-17 Thread Derick Rethans
derick Thu Nov 17 07:33:40 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/date/lib README Log: - Fixed typo http://cvs.php.net/diff.php/php-src/ext/date/lib/README?r1=1.4.2.1r2=1.4.2.2ty=u Index: php-src/ext/date/lib/README diff -u

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

2005-11-12 Thread Derick Rethans
derick Sat Nov 12 09:56:39 2005 EDT Modified files: /php-src/ext/standard string.c Log: - Fixed protos. http://cvs.php.net/diff.php/php-src/ext/standard/string.c?r1=1.505r2=1.506ty=u Index: php-src/ext/standard/string.c diff -u

Re: [PHP-CVS] cvs: php-src /ext/standard filestat.c /main/streams php_stream_plain_wrapper.h

2005-11-09 Thread Derick Rethans
On Wed, 9 Nov 2005, Antony Dovgal wrote: I would like to merge this patch into 5.0 and 4.4. It also fixes the problem that existed since 4.3 - is_executable() is affected by open_basedir setting: [EMAIL PROTECTED]:/usr/src/dev/orig/php-src_5_0 ./sapi/cli/php -n -d open_basedir=/www -r

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

2005-11-08 Thread Derick Rethans
put these in the correct order? Derick -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2005-11-06 Thread Derick Rethans
derick Sun Nov 6 06:08:54 2005 EDT Modified files: /php-srcphp.ini-dist php.ini-recommended Log: - E_STRICT is not part of E_ALL, so the lines were wrong here. http://cvs.php.net/diff.php/php-src/php.ini-dist?r1=1.235r2=1.236ty=u Index:

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

2005-11-06 Thread Derick Rethans
derick Sun Nov 6 06:09:33 2005 EDT Modified files: (Branch: PHP_5_1) /php-srcphp.ini-dist php.ini-recommended Log: - MFH: E_STRICT is not part of E_ALL, so the lines were wrong here.

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

2005-11-04 Thread Derick Rethans
, Derick -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php-src(PHP_5_0) / NEWS /sapi/aolserver aolserver.c /sapi/apache2filter apache_config.c /sapi/apache2handler apache_config.c /sapi/nsapi nsapi.c

2005-11-03 Thread Derick Rethans
) { log_error(LOG_WARN, pblock_findval(fn, NSG(pb)), NSG(sn), NSG(rq), Cannot change php.ini key \%s\ to \%s\, entry-param-name, entry-param-value); } } -- Derick Rethans http://derickrethans.nl | http://ez.no | http

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

2005-11-02 Thread Derick Rethans
derick Wed Nov 2 10:50:07 2005 EDT Modified files: /php-src/ext/posix posix.c Log: - Fixed posix_mknod() checks and warnings. http://cvs.php.net/diff.php/php-src/ext/posix/posix.c?r1=1.70r2=1.71ty=u Index: php-src/ext/posix/posix.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /ext/posix posix.c

2005-11-02 Thread Derick Rethans
derick Wed Nov 2 10:53:49 2005 EDT Modified files: (Branch: PHP_5_1) /php-srcNEWS /php-src/ext/posix posix.c Log: - MFH: Fixed initializing and argument checking for posix_mknod().

Re: [PHP-CVS] cvs: php-src(PHP_5_1) /ext/iconv/tests skipif.inc /ext/xml/tests bug32001.phpt

2005-10-30 Thread Derick Rethans
On Mon, 31 Oct 2005, Jani Taskinen wrote: Like I said in IRC, this is really a BUG. You're now hiding it. Yes, the function should never be renamed to libiconv()... Derick -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org -- PHP CVS Mailing List (http

[PHP-CVS] cvs: CVSROOT / avail

2005-10-29 Thread Derick Rethans
derick Sat Oct 29 07:01:04 2005 EDT Modified files: /CVSROOTavail Log: - Give Thilo phpdoc access so he can add his documentation http://cvs.php.net/diff.php/CVSROOT/avail?r1=1.1044r2=1.1045ty=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1044

[PHP-CVS] cvs: CVSROOT / modules

2005-10-29 Thread Derick Rethans
derick Sat Oct 29 12:35:51 2005 EDT Modified files: /CVSROOTmodules Log: - Do some magic so that co php6 works correctly. http://cvs.php.net/diff.php/CVSROOT/modules?r1=1.71r2=1.72ty=u Index: CVSROOT/modules diff -u CVSROOT/modules:1.71

Re: [PHP-CVS] cvs: php-src(PHP_5_0) / NEWS /ext/gd gd.c

2005-10-27 Thread Derick Rethans
On Thu, 27 Oct 2005, Antony Dovgal wrote: On 27.10.2005 01:49, Derick Rethans wrote: On Wed, 26 Oct 2005, Antony Dovgal wrote: tony2001 Wed Oct 26 17:39:23 2005 EDT Modified files: (Branch: PHP_5_0) /php-src NEWS /php-src/ext/gdgd.c

[PHP-CVS] cvs: php-src(PHP_4_4) / NEWS configure.in /main php_version.h

2005-10-26 Thread Derick Rethans
derick Wed Oct 26 03:58:25 2005 EDT Modified files: (Branch: PHP_4_4) /php-srcNEWS configure.in /php-src/main php_version.h Log: - Go with PHP 4.4.1 - release on Monday.

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

2005-10-26 Thread Derick Rethans
derick Wed Oct 26 04:34:15 2005 EDT Modified files: (Branch: PHP_4_4) /php-srcNEWS Log: - Merge 4.4.1 and 4.4.1RC1 entries. http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.920.2.60r2=1.1247.2.920.2.61ty=u Index: php-src/NEWS diff -u

Re: [PHP-CVS] cvs: php-src(PHP_5_0) / NEWS /ext/gd gd.c

2005-10-26 Thread Derick Rethans
for 4.4 too? Derick -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2005-10-22 Thread Derick Rethans
, int32_t t_len) That will surely not compile now... regards, Derick -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2005-10-19 Thread Derick Rethans
derick Wed Oct 19 03:21:35 2005 EDT Modified files: /php-src/ext/date php_date.c Log: - Improve error messages a bit. http://cvs.php.net/diff.php/php-src/ext/date/php_date.c?r1=1.63r2=1.64ty=u Index: php-src/ext/date/php_date.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/date/lib parse_date.c timelib.c timelib_structs.h tm2unixtime.c /ext/date/lib/resource parse_date.re /ext/date/tests bug20382-2.phpt bug33414-1.phpt bug33414-2.p

2005-10-19 Thread Derick Rethans
derick Wed Oct 19 17:08:38 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/date/lib parse_date.c timelib.c timelib_structs.h tm2unixtime.c /php-src/ext/date/lib/resource parse_date.re /php-src/ext/date/tests

[PHP-CVS] cvs: php-src /ext/date/lib parse_date.c timelib.c timelib_structs.h tm2unixtime.c /ext/date/lib/resource parse_date.re /ext/date/tests bug20382-2.phpt bug33414-1.phpt bug33414-2.phpt bug33

2005-10-19 Thread Derick Rethans
derick Wed Oct 19 17:11:15 2005 EDT Modified files: /php-src/ext/date/lib parse_date.c timelib.c timelib_structs.h tm2unixtime.c /php-src/ext/date/lib/resource parse_date.re /php-src/ext/date/tests

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

2005-10-18 Thread Derick Rethans
derick Tue Oct 18 09:02:15 2005 EDT Modified files: /php-src/ext/mime_magic mime_magic.c Log: - Allow mime_content_type() to work with even a slightly broken mime magic file.

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /ext/mime_magic mime_magic.c

2005-10-18 Thread Derick Rethans
derick Tue Oct 18 11:04:07 2005 EDT Modified files: (Branch: PHP_5_1) /php-srcNEWS /php-src/ext/mime_magic mime_magic.c Log: - MFH: Fixed bug #33829 (mime_content_type() returns text/plain for gzip and bzip files).

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /ext/standard var.c /ext/standard/tests/array 007.phpt array_intersect_1.phpt var_export.phpt var_export3.phpt

2005-10-17 Thread Derick Rethans
derick Mon Oct 17 10:38:15 2005 EDT Added files: (Branch: PHP_5_1) /php-src/ext/standard/tests/array var_export3.phpt Modified files: /php-srcNEWS /php-src/ext/standard var.c /php-src/ext/standard/tests/array 007.phpt

[PHP-CVS] cvs: php-src /ext/standard var.c /ext/standard/tests/array 007.phpt array_intersect_1.phpt var_export.phpt var_export3.phpt

2005-10-17 Thread Derick Rethans
derick Mon Oct 17 11:03:12 2005 EDT Modified files: /php-src/ext/standard var.c /php-src/ext/standard/tests/array var_export3.phpt 007.phpt array_intersect_1.phpt

<    4   5   6   7   8   9   10   11   12   13   >