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

2008-09-08 Thread Markus Fischer
Hi, Jani Taskinen wrote: > Felipe Pena wrote: >> felipeSun Sep 7 23:08:21 2008 UTC >> >> Modified files: (Branch: PHP_5_3) >> /php-srcNEWS Log: >> - New entry >> >> ?? ??? 200?, PHP 5.3.0 Alpha 3 >> +- Changed Soap methods error level, now it is no longer E_ERR

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl php_spl.c php_spl.h /ext/tidy php_tidy.h tidy.c

2008-01-26 Thread Markus Fischer
Confirmed, gave me a headache today ... - Markus Antony Dovgal wrote: On 25.01.2008 23:29, Nuno Lopes wrote: -zend_module_entry spl_module_entry = { +const zend_module_entry spl_module_entry = { -zend_module_entry tidy_module_entry = { +const zend_module_entry tidy_module_entry = { This m

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

2005-12-25 Thread Markus Fischer
Hi Wez, I've tested a snapshot 23th and it still crashes. See my comment in http://bugs.php.net/bug.php?id=35552 . Thanks and mery christman, - Markus Wez Furlong wrote: wez Wed Dec 14 04:56:22 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/pdo_odbc o

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

2005-03-07 Thread Markus Fischer
Jani Taskinen wrote: >> Marcus Boerger wrote: >> >>> Modified files: /php-src/ext/standardfile.c >>> Log: >>> - Allow length 0 as default (e.g. skip param) >> >> [...] >> >>> if (len < 0) { >>> php_error_docref(NULL TSRMLS_CC, E_WARNING, "Lengt

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

2005-03-07 Thread Markus Fischer
Hi, Marcus Boerger wrote: Modified files: /php-src/ext/standard file.c Log: - Allow length 0 as default (e.g. skip param) [...] if (len < 0) { php_error_docref(NULL TSRMLS_CC, E_WARNING, "Length parameter may not be n

Re: [PHP-CVS] cvs: php4 /ext/sybase_ct php_sybase_ct.c

2002-12-09 Thread Markus Fischer
Make a separate checkout in an empty directory and try this: cvs co -r PHP_4_3 php4/ext/sybase_ct/php_sybase_ct.c On Sun, Dec 08, 2002 at 04:01:32PM +0100, Timm Friebe wrote : > On Sun, 2002-12-08 at 10:28, Jani Taskinen wrote: > > MFH?? > > > > --Jani > > I'm sorry, I've t

[PHP-CVS] cvs: php4 / NEWS

2002-10-28 Thread Markus Fischer
mfischerTue Oct 29 01:34:38 2002 EDT Modified files: /php4 NEWS Log: - Update Index: php4/NEWS diff -u php4/NEWS:1.1230 php4/NEWS:1.1231 --- php4/NEWS:1.1230Mon Oct 28 17:54:52 2002 +++ php4/NEWS Tue Oct 29 01:34:37 2002 @@ -11,6 +11,7 @@

[PHP-CVS] cvs: php4 / NEWS

2002-10-28 Thread Markus Fischer
mfischerMon Oct 28 15:32:59 2002 EDT Modified files: /php4 NEWS Log: - Update & keep most important things on top. Index: php4/NEWS diff -u php4/NEWS:1.1228 php4/NEWS:1.1229 --- php4/NEWS:1.1228Mon Oct 28 11:32:54 2002 +++ php4/NEWS Mon Oc

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

2002-10-24 Thread Markus Fischer
On Thu, Oct 24, 2002 at 03:47:21PM +0900, Moriyoshi Koizumi wrote : > > This commit occurred on the HEAD branch. Was it intended for some > > other branch or is the log message incorrect? > > Neither, though I don't know what you really mean. My previous patch to > main/rfc1867.c was wrong, so I

[PHP-CVS] cvs: php4 / NEWS

2002-10-18 Thread Markus Fischer
mfischerFri Oct 18 03:29:40 2002 EDT Modified files: /php4 NEWS Log: - word_count() -> str_word_count() Index: php4/NEWS diff -u php4/NEWS:1.1214 php4/NEWS:1.1215 --- php4/NEWS:1.1214Thu Oct 17 20:34:26 2002 +++ php4/NEWS Fri Oct 18 03:29:

Re: [PHP-CVS] cvs: php4 /ext/gd/libgd gd_topal.c

2002-10-16 Thread Markus Fischer
On Thu, Oct 17, 2002 at 12:06:30AM -0700, Rasmus Lerdorf wrote : > > > So you are saying you want to make it optional? Because as it is there is > > > no way to not give a value. > > > > Exactly. > > I don't see any really compelling reason to do that. When you convert a > truecolor image

Re: [PHP-CVS] cvs: php4 /ext/gd/libgd gd_topal.c

2002-10-16 Thread Markus Fischer
On Wed, Oct 16, 2002 at 11:25:14PM -0700, Rasmus Lerdorf wrote : > > On Wed, Oct 16, 2002 at 11:12:25PM -0700, Rasmus Lerdorf wrote : > > > It's not an optional arg though. So by leaving it off, do you mean if an > > > invalid value is given? I don't like changing args like that. > > > > Ye

Re: [PHP-CVS] cvs: php4 /ext/gd/libgd gd_topal.c

2002-10-16 Thread Markus Fischer
On Wed, Oct 16, 2002 at 11:12:25PM -0700, Rasmus Lerdorf wrote : > It's not an optional arg though. So by leaving it off, do you mean if an > invalid value is given? I don't like changing args like that. Yes I know it's not optional. But having it default to 256 colors makes sense if t

Re: [PHP-CVS] cvs: php4 /ext/gd/libgd gd_topal.c

2002-10-16 Thread Markus Fischer
On Wed, Oct 16, 2002 at 09:52:53PM -0700, Rasmus Lerdorf wrote : > It's not an issue in the external gd since this function doesn't work at > all there. They had colorsWanted hardcoded to 256. Ah! Ok, another suggestion. Wouldn't it make sense to have the last parameter default to

Re: [PHP-CVS] cvs: php4 /ext/gd/libgd gd_topal.c

2002-10-16 Thread Markus Fischer
Just a sidenote: I think if this would also be fixed in gd/gd.c then we could prevent a segfault with the external gd library too. On Wed, Oct 16, 2002 at 10:34:45PM -, Rasmus Lerdorf wrote : > rasmusWed Oct 16 18:34:45 2002 EDT > > Modified files:

Re: [PHP-CVS] cvs: php4 /main config.w32.h.in

2002-10-16 Thread Markus Fischer
Unless you fix the rest of the occurences of these symbolic defines this patch (which is the same Stig commited) is a bit problematic and will not work properly. Take a look at http://lxr.php.net/source/php4/main/main.c#1100 and see how PEAR_INSTALL_DIR is registered; size

[PHP-CVS] cvs: php4 /win32 php4dllts.dsp

2002-10-15 Thread Markus Fischer
mfischerTue Oct 15 12:56:01 2002 EDT Modified files: /php4/win32 php4dllts.dsp Log: - Define LINK_SIZE=2 needed for newly updated pcrelib; fixes Win32 build. # Getting linker warning about using local defined _php_pcre_exec now at the # end, anythin

[PHP-CVS] cvs: php4 /ext/standard/tests/strings explode.phpt

2002-10-11 Thread Markus Fischer
mfischerFri Oct 11 14:06:15 2002 EDT Modified files: /php4/ext/standard/tests/stringsexplode.phpt Log: - Document were the first test came from. Index: php4/ext/standard/tests/strings/explode.phpt diff -u php4/ext/standard/tests/strings/explode.p

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

2002-10-09 Thread Markus Fischer
mfischerWed Oct 9 05:20:46 2002 EDT Modified files: /php4/ext/imap php_imap.c Log: - Fix protos (resource instead of int for stream_id, fix some return protos, consistent usage of options instead of flags). - Make imap_ping,imap_setquota and im

[PHP-CVS] cvs: php4 / NEWS

2002-10-09 Thread Markus Fischer
mfischerWed Oct 9 03:45:18 2002 EDT Modified files: /php4 NEWS Log: - Update Index: php4/NEWS diff -u php4/NEWS:1.1193 php4/NEWS:1.1194 --- php4/NEWS:1.1193Tue Oct 8 09:43:02 2002 +++ php4/NEWS Wed Oct 9 03:45:17 2002 @@ -4,6 +4,7 @@

[PHP-CVS] cvs: php4 / NEWS

2002-10-07 Thread Markus Fischer
mfischerMon Oct 7 15:51:32 2002 EDT Modified files: /php4 NEWS Log: - Update Index: php4/NEWS diff -u php4/NEWS:1.1188 php4/NEWS:1.1189 --- php4/NEWS:1.1188Mon Oct 7 13:13:59 2002 +++ php4/NEWS Mon Oct 7 15:51:32 2002 @@ -1,6 +1,7 @@

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

2002-10-04 Thread Markus Fischer
mfischerFri Oct 4 20:54:32 2002 EDT Modified files: /php4/ext/mysql php_mysql.c Log: - Remove superfluous E_WARNING if mysql_connect() fails; there's already an E_WARNING a few lines above. Index: php4/ext/mysql/php_mysql.c diff -u php4/ext/

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

2002-10-04 Thread Markus Fischer
documenting this (if not already, I don't know) is good [tm] and the way I would prefer it. On Fri, Oct 04, 2002 at 08:33:42PM +0200, Marcus Börger wrote : > In this case i would vote for RETURN_NULL(); instead > of simply using return; > > At 20:20 04.10.2002, Mar

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

2002-10-04 Thread Markus Fischer
No function never called RETURN_FALSE if zend_parse_parameters couldn't successfully parse the passed parameters. Are we going to change this behaviour globally? Function up and including today returned NULL if there was a problem with parsing the parameters. This co

[PHP-CVS] cvs: php4(PHP_4_2_0) / NEWS

2002-09-29 Thread Markus Fischer
mfischerSun Sep 29 18:15:15 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4 NEWS Log: - Update Index: php4/NEWS diff -u php4/NEWS:1.885.2.63 php4/NEWS:1.885.2.64 --- php4/NEWS:1.885.2.63Tue Sep 17 05:18:45 2002 +++ php4/NEWS Sun Sep

[PHP-CVS] cvs: php4 / NEWS

2002-09-29 Thread Markus Fischer
mfischerSun Sep 29 18:13:16 2002 EDT Modified files: /php4 NEWS Log: - Update Index: php4/NEWS diff -u php4/NEWS:1.1151 php4/NEWS:1.1152 --- php4/NEWS:1.1151Sun Sep 29 10:48:10 2002 +++ php4/NEWS Sun Sep 29 18:13:16 2002 @@ -1,6 +1,10 @@

[PHP-CVS] cvs: php4 / NEWS

2002-09-28 Thread Markus Fischer
mfischerSat Sep 28 04:56:33 2002 EDT Modified files: /php4 NEWS Log: - Don't forget whom to blame ... ;) Index: php4/NEWS diff -u php4/NEWS:1.1145 php4/NEWS:1.1146 --- php4/NEWS:1.1145Fri Sep 27 20:34:07 2002 +++ php4/NEWS Sat Sep 28 04:5

Re: [PHP-CVS] cvs: php4 / NEWS

2002-09-27 Thread Markus Fischer
That's really great. It's not only about me, but the users will appriciate this too; thx! - Markus On Fri, Sep 27, 2002 at 09:21:04AM -, Wez Furlong wrote : > wez Fri Sep 27 05:21:04 2002 EDT > > Modified files: > /php4 NEWS > Log: > Add s

[PHP-CVS] cvs: php4 / NEWS

2002-09-26 Thread Markus Fischer
mfischerFri Sep 27 03:02:12 2002 EDT Modified files: /php4 NEWS Log: - Update. Index: php4/NEWS diff -u php4/NEWS:1.1140 php4/NEWS:1.1141 --- php4/NEWS:1.1140Thu Sep 26 16:54:55 2002 +++ php4/NEWS Fri Sep 27 03:02:12 2002 @@ -1,6 +1,9 @@

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

2002-09-26 Thread Markus Fischer
Guys, _Please_ include bug fixes in NEWS entries (or separately commit them) so we've complete log. Browsing back the ChangeLog and finding missing treasures ain't that funny. ;) thanks, - Markus On Thu, Sep 26, 2002 at 06:12:27PM -, Ilia Alshanetsky w

[PHP-CVS] cvs: php4 / NEWS

2002-09-26 Thread Markus Fischer
mfischerThu Sep 26 03:38:03 2002 EDT Modified files: /php4 NEWS Log: - Add missing bug fixes. # Please always add a NEWS entry for fixed bugs. # The NEWS entry are added to http://php.net/ChangeLog-4.php after every # released and the fixed

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

2002-09-25 Thread Markus Fischer
mfischerThu Sep 26 03:05:19 2002 EDT Modified files: /php4 php.ini-recommended Log: - Merge url_rewriter.tags description from Sascha. Index: php4/php.ini-recommended diff -u php4/php.ini-recommended:1.108 php4/php.ini-recommended:1.109 --- php

[PHP-CVS] cvs: php4 /win32 sendmail.c

2002-09-21 Thread Markus Fischer
mfischerSat Sep 21 11:03:25 2002 EDT Modified files: /php4/win32 sendmail.c Log: - Forgot to add an extra space. Index: php4/win32/sendmail.c diff -u php4/win32/sendmail.c:1.46 php4/win32/sendmail.c:1.47 --- php4/win32/sendmail.c:1.46 Tue Jul 2 19:

Re: [PHP-CVS] cvs: php4(PHP_4_2_0) / NEWS

2002-09-07 Thread Markus Fischer
On Sat, Sep 07, 2002 at 09:19:56PM +0300, Jani Taskinen wrote : > On Sat, 7 Sep 2002, Markus Fischer wrote: > > >mfischer Fri Sep 6 21:31:17 2002 EDT > > > > Modified files: (Branch: PHP_4_2_0) > >/php4NEWS > > Log: