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_ERROR. (Felipe)

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

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

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, Length parameter may not be

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 tried the

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've

[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

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

2002-10-17 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 to a

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;

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 /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
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

[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,

[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

[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 -

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

[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

[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

[PHP-CVS] cvs: php4 / NEWS

2002-09-27 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

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

2002-09-26 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-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

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