[PHP-CVS] cvs: php-src(PHP_5_2) /ext/reflection php_reflection.c

2007-07-22 Thread Hannes Magnusson
bjori Mon Jul 23 01:13:44 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/reflection php_reflection.c Log: Avoid endless loop http://cvs.php.net/viewvc.cgi/php-src/ext/reflection/php_reflection.c?r1=1.164.2.33.2.41r2=1.164.2.33.2.42diff_format=u

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

2007-07-22 Thread Hannes Magnusson
bjori Mon Jul 23 01:21:04 2007 UTC Modified files: /php-src/ext/reflection php_reflection.c Log: MFB: Avoid endless loop http://cvs.php.net/viewvc.cgi/php-src/ext/reflection/php_reflection.c?r1=1.278r2=1.279diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/json json.c /ext/json/tests bug42090.phpt

2007-07-24 Thread Hannes Magnusson
bjori Tue Jul 24 22:54:26 2007 UTC Added files: /php-src/ext/json/tests bug42090.phpt Modified files: /php-src/ext/json json.c Log: Fixed bug#42090 (json_decode causes segmentation fault)

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

2007-07-25 Thread Hannes Magnusson
bjori Wed Jul 25 09:05:55 2007 UTC Modified files: /php-src/ext/posix posix.c Log: Show wrong parameter count error messages http://cvs.php.net/viewvc.cgi/php-src/ext/posix/posix.c?r1=1.93r2=1.94diff_format=u Index: php-src/ext/posix/posix.c diff -u

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

2007-07-26 Thread Hannes Magnusson
bjori Thu Jul 26 13:19:22 2007 UTC Modified files: /php-src/ext/xmlreader php_xmlreader.c Log: Add arginfo http://cvs.php.net/viewvc.cgi/php-src/ext/xmlreader/php_xmlreader.c?r1=1.46r2=1.47diff_format=u Index: php-src/ext/xmlreader/php_xmlreader.c

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

2007-07-25 Thread Hannes Magnusson
bjori Wed Jul 25 09:06:22 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/posix posix.c Log: MFH: Show wrong parameter count error messages http://cvs.php.net/viewvc.cgi/php-src/ext/posix/posix.c?r1=1.70.2.3.2.15r2=1.70.2.3.2.16diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/xmlreader php_xmlreader.c

2007-07-26 Thread Hannes Magnusson
bjori Thu Jul 26 13:20:21 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/xmlreader php_xmlreader.c Log: MFH: arginfo http://cvs.php.net/viewvc.cgi/php-src/ext/xmlreader/php_xmlreader.c?r1=1.13.2.14.2.7r2=1.13.2.14.2.8diff_format=u Index:

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/xsl xsltprocessor.c

2007-08-05 Thread Hannes Magnusson
This was a MFH -Hannes On 8/5/07, Jani Taskinen [EMAIL PROTECTED] wrote: Isn't this fix necessary for HEAD? --Jani Rob Richards kirjoitti: rrichards Mon Jul 30 16:33:22 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/xsl xsltprocessor.c

[PHP-CVS] cvs: php-src /ext/zip php_zip.c /ext/zip/tests oo_properties.phpt

2007-08-06 Thread Hannes Magnusson
bjori Mon Aug 6 21:59:11 2007 UTC Added files: /php-src/ext/zip/tests oo_properties.phpt Modified files: /php-src/ext/zipphp_zip.c Log: - Fix isset/empty($ZipArchive-property) - Add test

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/zip php_zip.c /ext/zip/tests oo_properties.phpt

2007-08-06 Thread Hannes Magnusson
bjori Mon Aug 6 22:02:32 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/zip/tests oo_properties.phpt Modified files: /php-src/ext/zipphp_zip.c Log: MFH: - Fix isset/empty($ZipArchive-property) MFH: - Add test

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/zip/tests oo_properties.phpt

2007-08-06 Thread Hannes Magnusson
bjori Mon Aug 6 23:35:46 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zip/tests oo_properties.phpt Log: Fix test http://cvs.php.net/viewvc.cgi/php-src/ext/zip/tests/oo_properties.phpt?r1=1.1.2.2r2=1.1.2.3diff_format=u Index:

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

2007-08-13 Thread Hannes Magnusson
bjori Mon Aug 13 20:07:58 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main php_version.h Log: Fix version # RC1 is out, RC2 is in the works..

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

2007-09-02 Thread Hannes Magnusson
bjori Sun Sep 2 11:53:51 2007 UTC Modified files: /php-src/ext/standard filestat.c Log: MFB: Fixed bug #42072 (No warning message for clearstatcache() with arguments).

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/strings chunk_split_basic.phpt chunk_split_error.phpt chunk_split_variation1.phpt chunk_split_variation10.phpt chunk_split_variation11.phpt chun

2007-09-29 Thread Hannes Magnusson
On 9/29/07, Raghubansh Kumar [EMAIL PROTECTED] wrote: kraghubaSat Sep 29 12:55:34 2007 UTC Added files: (Branch: PHP_5_2) Please don't forget the 5_3 branch... -Hannes -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/strings chunk_split_basic.phpt chunk_split_error.phpt chunk_split_variation1.phpt chunk_split_variation10.phpt chunk_split_variation11.phpt chun

2007-09-29 Thread Hannes Magnusson
On 9/29/07, Raghubansh [EMAIL PROTECTED] wrote: Hi Hannes, Shouldn't i wait until we have a php5_3 driver available at snaps.php.net ? No, why? Waiting only risks forgetting to merge them -Hannes -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/curl interface.c

2007-10-13 Thread Hannes Magnusson
bjori Sat Oct 13 11:34:44 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/curl interface.c Log: MFH: Fix typo and remove dots in error messages

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/curl interface.c

2007-10-13 Thread Hannes Magnusson
bjori Sat Oct 13 11:35:35 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/curl interface.c Log: MFH: fix typo and remove dots in error message

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests .project /ext/standard/tests/array max_error.phpt min_error.phpt

2007-11-01 Thread Hannes Magnusson
On Nov 1, 2007 9:42 AM, Robert Nicholson [EMAIL PROTECTED] wrote: nicholsrThu Nov 1 08:42:49 2007 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests .project .project? -Hannes -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe,

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/file bug43216.phpt

2007-11-14 Thread Hannes Magnusson
bjori Wed Nov 14 13:07:07 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/filebug43216.phpt Log: Fix test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/bug43216.phpt?r1=1.3.2.2r2=1.3.2.3diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard basic_functions.c /ext/standard/tests/general_functions bug43293_1.phpt bug43293_2.phpt bug43293_3.phpt

2007-11-14 Thread Hannes Magnusson
bjori Wed Nov 14 14:42:26 2007 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/general_functions bug43293_1.phpt bug43293_2.phpt

[PHP-CVS] cvs: php-src /ext/standard basic_functions.c /ext/standard/tests/general_functions bug43293_1.phpt bug43293_2.phpt bug43293_3.phpt

2007-11-14 Thread Hannes Magnusson
bjori Wed Nov 14 14:55:44 2007 UTC Modified files: /php-src/ext/standard basic_functions.c /php-src/ext/standard/tests/general_functions bug43293_1.phpt bug43293_2.phpt

[PHP-CVS] cvs: php-src /ext/standard/tests/general_functions getopt.phpt

2007-11-14 Thread Hannes Magnusson
bjori Wed Nov 14 15:22:45 2007 UTC Modified files: /php-src/ext/standard/tests/general_functions getopt.phpt Log: MFB; Fix test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/general_functions/getopt.phpt?r1=1.4r2=1.5diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/general_functions getopt.phpt

2007-11-14 Thread Hannes Magnusson
bjori Wed Nov 14 15:22:11 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/general_functions getopt.phpt Log: Fix test (getopt() works on windows now)

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard basic_functions.c /ext/standard/tests/general_functions bug43293_1.phpt bug43293_2.phpt bug43293_3.phpt

2007-11-14 Thread Hannes Magnusson
bjori Wed Nov 14 15:19:30 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/general_functions bug43293_1.phpt bug43293_2.phpt

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard basic_functions.c /ext/standard/tests/general_functions getopt_002.phpt getopt_003.phpt

2007-11-15 Thread Hannes Magnusson
bjori Thu Nov 15 13:13:21 2007 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/general_functions getopt_002.phpt getopt_003.phpt Modified files:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/general_functions getopt_002.phpt

2007-11-15 Thread Hannes Magnusson
bjori Thu Nov 15 13:14:19 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/general_functions getopt_002.phpt Log: MFH test

[PHP-CVS] cvs: php-src /ext/standard basic_functions.c /ext/standard/tests/general_functions getopt_002.phpt getopt_003.phpt

2007-11-15 Thread Hannes Magnusson
bjori Thu Nov 15 13:11:48 2007 UTC Added files: /php-src/ext/standard/tests/general_functions getopt_002.phpt getopt_003.phpt Modified files: /php-src/ext/standard

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

2007-11-18 Thread Hannes Magnusson
On Nov 18, 2007 3:20 PM, Ilia Alshanetsky [EMAIL PROTECTED] wrote: iliaa Sun Nov 18 14:20:28 2007 UTC Modified files: /php-src/ext/dbase dbf_head.c Log: MFB: Fixed bug #42261 (Incorrect lengths for date and boolean data types)

[PHP-CVS] cvs: php-src /ext/standard basic_functions.c /ext/standard/tests/general_functions getopt_004.phpt getopt_005.phpt /main getopt.c

2007-11-20 Thread Hannes Magnusson
bjori Tue Nov 20 22:42:47 2007 UTC Added files: /php-src/ext/standard/tests/general_functions getopt_004.phpt getopt_005.phpt Modified files: /php-src/ext/standard

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/interbase ibase_query.c /ext/reflection php_reflection.c /ext/spl php_spl.c /main main.c TSRM tsrm_config_common.h tsrm_virtual_cwd.c ZendEngine2 zend.h

2007-11-23 Thread Hannes Magnusson
On Nov 22, 2007 2:27 PM, Dmitry Stogov [EMAIL PROTECTED] wrote: dmitry Thu Nov 22 13:27:15 2007 UTC Added files: (Branch: PHP_5_3) /ZendEngine2/tests bug43128.phpt Modified files: /php-srcNEWS /TSRM tsrm_config_common.h tsrm_virtual_cwd.c

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

2007-11-23 Thread Hannes Magnusson
On Nov 23, 2007 1:15 AM, Ilia Alshanetsky [EMAIL PROTECTED] wrote: iliaa Fri Nov 23 00:15:37 2007 UTC Modified files: /php-src/ext/date php_date.c Log: MFB: Fixed bug #43377 (PHP crashes with invalid argument for DateTimeZone) You are misreading the bug report. It

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/zip php_zip.c

2007-12-15 Thread Hannes Magnusson
bjori Sat Dec 15 12:52:11 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipphp_zip.c Log: Fix protos http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.1.2.38r2=1.1.2.39diff_format=u Index: php-src/ext/zip/php_zip.c diff -u

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

2007-12-15 Thread Hannes Magnusson
bjori Sat Dec 15 12:57:05 2007 UTC Modified files: /php-src/ext/zipphp_zip.c Log: MFB: Fix protos http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.50r2=1.51diff_format=u Index: php-src/ext/zip/php_zip.c diff -u php-src/ext/zip/php_zip.c:1.50

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl spl_array.c

2007-12-16 Thread Hannes Magnusson
bjori Sun Dec 16 18:31:07 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/splspl_array.c Log: Fix typo http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_array.c?r1=1.71.2.17.2.13.2.8r2=1.71.2.17.2.13.2.9diff_format=u Index:

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

2007-12-16 Thread Hannes Magnusson
bjori Sun Dec 16 19:17:55 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/tokenizer/teststoken_get_all_variation15.phpt Log: Fix test

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

2007-12-16 Thread Hannes Magnusson
bjori Sun Dec 16 19:18:44 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/tokenizer/teststoken_get_all_variation15.phpt Log: MFB5.3: Fix test

[PHP-CVS] cvs: php-src /ext/tokenizer/tests token_get_all_variation15.phpt

2007-12-16 Thread Hannes Magnusson
bjori Sun Dec 16 19:19:14 2007 UTC Modified files: /php-src/ext/tokenizer/teststoken_get_all_variation15.phpt Log: MFB5.3: Fix test http://cvs.php.net/viewvc.cgi/php-src/ext/tokenizer/tests/token_get_all_variation15.phpt?r1=1.1r2=1.2diff_format=u

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/array array_walk_basic1.phpt array_walk_basic2.phpt array_walk_error1.phpt array_walk_error2.phpt array_walk_object1.phpt array_walk_object2.php

2007-12-16 Thread Hannes Magnusson
array_walk, like most other PHP functions, returns NULL when passed invalid arguments. -Hannes On Dec 11, 2007 11:45 AM, Raghubansh Kumar [EMAIL PROTECTED] wrote: kraghubaTue Dec 11 10:45:25 2007 UTC Added files: (Branch: PHP_5_3)

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/strings setlocale_basic1.phpt setlocale_basic2.phpt setlocale_basic3.phpt setlocale_error.phpt setlocale_variation1.phpt setlocale_variation2.ph

2007-12-17 Thread Hannes Magnusson
ext/standard/tests/strings/setlocale_basic1.phpt $common_locales = array( english_US= en_US.utf8gfd, english_AU = en_AU.utf8hgg, These gfd and hgg... I don't think these are common locales.. typos? This test also needs a skipif section, I don't have any of these locales so the test fails

[PHP-CVS] cvs: php-src(PHP_5_3) / run-tests.php

2007-12-17 Thread Hannes Magnusson
bjori Mon Dec 17 11:00:16 2007 UTC Modified files: (Branch: PHP_5_3) /php-srcrun-tests.php Log: Check if we know which php executable we should use # Fixes weird test failures when TEST_PHP_EXECUTABLE isn't set

[PHP-CVS] cvs: php-src / run-tests.php

2007-12-17 Thread Hannes Magnusson
bjori Mon Dec 17 11:34:55 2007 UTC Modified files: /php-srcrun-tests.php Log: MFB5.3: - Allow to specify php executable on commandline MFB5.3: - Allow to check the out,exp and diff results on console while executing the tests

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

2007-12-26 Thread Hannes Magnusson
bjori Wed Dec 26 21:02:46 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mbstring mbstring.c Log: MFH: Fix typo (TAKAGI Masahiro)

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

2007-12-26 Thread Hannes Magnusson
bjori Wed Dec 26 21:03:12 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mbstring mbstring.c Log: MFH: Fix typo (TAKAGI Masahiro) http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/mbstring.c?r1=1.224.2.22.2.25r2=1.224.2.22.2.26diff_format=u

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

2007-12-26 Thread Hannes Magnusson
bjori Wed Dec 26 21:01:15 2007 UTC Modified files: /php-src/ext/mbstring mbstring.c Log: Fix typo (TAKAGI Masahiro) http://cvs.php.net/viewvc.cgi/php-src/ext/mbstring/mbstring.c?r1=1.273r2=1.274diff_format=u Index: php-src/ext/mbstring/mbstring.c

[PHP-CVS] cvs: php-src(PHP_5_3) /main fopen_wrappers.c

2007-12-26 Thread Hannes Magnusson
bjori Thu Dec 27 02:09:27 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/main fopen_wrappers.c Log: Fixed bug#43105 (PHP seems to fail to close open files.)

[PHP-CVS] cvs: php-src(PHP_5_2) /main fopen_wrappers.c

2007-12-26 Thread Hannes Magnusson
bjori Thu Dec 27 02:10:26 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main fopen_wrappers.c Log: MFB5.3: Fixed bug#43105 (PHP seems to fail to close open files.)

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

2007-12-26 Thread Hannes Magnusson
bjori Thu Dec 27 02:11:05 2007 UTC Modified files: /php-src/main fopen_wrappers.c Log: MFB5.3: Fixed bug#43105 (PHP seems to fail to close open files.) http://cvs.php.net/viewvc.cgi/php-src/main/fopen_wrappers.c?r1=1.199r2=1.200diff_format=u Index:

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

2007-12-26 Thread Hannes Magnusson
bjori Thu Dec 27 02:12:48 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1040r2=1.2027.2.547.2.1041diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.1040

Re: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/soap php_encoding.c /ext/soap/tests server030.phpt server030.wsdl

2007-12-27 Thread Hannes Magnusson
On Dec 27, 2007 2:10 PM, Dmitry Stogov [EMAIL PROTECTED] wrote: dmitry Thu Dec 27 13:10:20 2007 UTC Added files: (Branch: PHP_5_3) /php-src/ext/soap/tests server030.phpt server030.wsdl Modified files: /php-srcNEWS /php-src/ext/soap

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

2007-12-28 Thread Hannes Magnusson
bjori Sat Dec 29 02:21:25 2007 UTC Modified files: /php-src/main main.c Log: Update the class method documentation links http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.753r2=1.754diff_format=u Index: php-src/main/main.c diff -u

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

2007-12-28 Thread Hannes Magnusson
bjori Sat Dec 29 02:21:57 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/main main.c Log: MFH: Update the class method documentation links http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.57.2.4r2=1.640.2.23.2.57.2.5diff_format=u

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

2007-12-28 Thread Hannes Magnusson
bjori Sat Dec 29 02:22:23 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c Log: MFH: Update the class method documentation links http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.640.2.23.2.59r2=1.640.2.23.2.60diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/general_functions phpinfo.phpt

2007-12-29 Thread Hannes Magnusson
bjori Sat Dec 29 11:38:06 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/general_functions phpinfo.phpt Log: Fix test when additional ini files are used (patch by confins_de_l_univers at yahoo dot fr)

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/general_functions phpinfo.phpt

2007-12-29 Thread Hannes Magnusson
bjori Sat Dec 29 11:38:24 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/general_functions phpinfo.phpt Log: MFB5.2: Fix test

[PHP-CVS] cvs: php-src /ext/standard/tests/general_functions phpinfo.phpt

2007-12-29 Thread Hannes Magnusson
bjori Sat Dec 29 11:39:06 2007 UTC Modified files: /php-src/ext/standard/tests/general_functions phpinfo.phpt Log: MFB5.2: Fix test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/general_functions/phpinfo.phpt?r1=1.4r2=1.5diff_format=u

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

2008-01-01 Thread Hannes Magnusson
bjori Tue Jan 1 14:35:26 2008 UTC Modified files: /php-src/ext/date/tests oo_002.phpt Log: Fix test http://cvs.php.net/viewvc.cgi/php-src/ext/date/tests/oo_002.phpt?r1=1.7r2=1.8diff_format=u Index: php-src/ext/date/tests/oo_002.phpt diff -u

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

2008-01-01 Thread Hannes Magnusson
bjori Tue Jan 1 14:35:31 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/date/tests oo_002.phpt Log: MFH: Fix test http://cvs.php.net/viewvc.cgi/php-src/ext/date/tests/oo_002.phpt?r1=1.1.2.5r2=1.1.2.5.2.1diff_format=u Index:

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

2008-01-01 Thread Hannes Magnusson
bjori Tue Jan 1 14:36:08 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date/tests oo_002.phpt Log: MFH: Fix test http://cvs.php.net/viewvc.cgi/php-src/ext/date/tests/oo_002.phpt?r1=1.1.2.5r2=1.1.2.6diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/mysql php_mysql.c

2008-01-20 Thread Hannes Magnusson
bjori Sun Jan 20 14:13:12 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mysql php_mysql.c /php-srcNEWS Log: MFH: Fixed bug #43875 (Two error messages returned for $new and $flag argument in mysql_connect())

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

2008-01-20 Thread Hannes Magnusson
bjori Sun Jan 20 14:14:28 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: Add note about new getopt() features http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.78r2=1.2027.2.547.2.965.2.79diff_format=u Index: php-src/NEWS

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

2008-01-25 Thread Hannes Magnusson
On Jan 25, 2008 2:31 AM, Ilia Alshanetsky [EMAIL PROTECTED] wrote: iliaa Fri Jan 25 01:31:11 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard string.c Log: Adjust new chr() param handling to address chr() calls

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/spl/tests observer_006.phpt

2008-01-27 Thread Hannes Magnusson
bjori Sun Jan 27 18:20:27 2008 UTC Removed files: (Branch: PHP_5_2) /php-src/ext/spl/tests observer_006.phpt Log: Remove bogus test (should be in HEAD) -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src /sapi/cli/tests 006.phpt

2008-01-27 Thread Hannes Magnusson
bjori Sun Jan 27 19:10:26 2008 UTC Modified files: /php-src/sapi/cli/tests 006.phpt Log: Fix test http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/tests/006.phpt?r1=1.6r2=1.7diff_format=u Index: php-src/sapi/cli/tests/006.phpt diff -u

[PHP-CVS] cvs: php-src(PHP_5_3) /sapi/cli/tests 006.phpt

2008-01-27 Thread Hannes Magnusson
bjori Sun Jan 27 19:10:41 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/cli/tests 006.phpt Log: Fix test http://cvs.php.net/viewvc.cgi/php-src/sapi/cli/tests/006.phpt?r1=1.1.2.9.2.2r2=1.1.2.9.2.3diff_format=u Index:

Re: [PHP-CVS] cvs: php-src /ext/standard basic_functions.c php_string.h string.c /ext/standard/tests/strings lcfirst.phpt

2008-01-27 Thread Hannes Magnusson
2008/1/19 David Coallier [EMAIL PROTECTED]: davidc Sat Jan 19 19:23:25 2008 UTC Added files: /php-src/ext/standard/tests/strings lcfirst.phpt Modified files: /php-src/ext/standard basic_functions.c php_string.h string.c Log: - Added lcfirst() function. The

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

2008-01-28 Thread Hannes Magnusson
bjori Mon Jan 28 11:34:23 2008 UTC Modified files: /php-srcNEWS Log: Remove items already in 5.3 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2155r2=1.2156diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2155 php-src/NEWS:1.2156 ---

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

2008-02-01 Thread Hannes Magnusson
bjori Fri Feb 1 10:45:49 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: glob:// was added in 5.3, no need to mention bug fixes for it

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/array arsort_error.phpt arsort_variation1.phpt arsort_variation10.phpt arsort_variation11.phpt arsort_variation2.phpt arsort_variation3.phpt ars

2008-02-05 Thread Hannes Magnusson
arsort_variation3.phpt is missing expected output... -Hannes On Feb 4, 2008 1:05 AM, Robert Nicholson [EMAIL PROTECTED] wrote: nicholsrMon Feb 4 00:05:24 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/array arsort_variation5.phpt

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/array array_change_key_case_variation7.phpt

2008-02-12 Thread Hannes Magnusson
bjori Tue Feb 12 20:05:29 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/array array_change_key_case_variation7.phpt Log: Fix test

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/array array_change_key_case_variation7.phpt

2008-02-12 Thread Hannes Magnusson
bjori Tue Feb 12 20:06:10 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/array array_change_key_case_variation7.phpt Log: Fix test

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/mysql php_mysql.c

2008-02-12 Thread Hannes Magnusson
On Feb 12, 2008 11:24 AM, Felipe Pena [EMAIL PROTECTED] wrote: felipe Tue Feb 12 10:24:35 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/mysql php_mysql.c Log: MFB: Fixed Bug #44094 (SEGFAULT when using mysql_connect())

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard array.c

2008-02-12 Thread Hannes Magnusson
On Feb 12, 2008 2:31 AM, Felipe Pena [EMAIL PROTECTED] wrote: felipe Tue Feb 12 01:31:12 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard array.c Log: array_slice() - Fixed behavior when NULL is given in third parameter (BC) This is

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

2008-02-28 Thread Hannes Magnusson
On Thu, Feb 28, 2008 at 1:35 AM, Ilia Alshanetsky [EMAIL PROTECTED] wrote: iliaa Thu Feb 28 00:35:26 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS configure.in /php-src/main php_version.h Log: Back to dev

Re: [PHP-CVS] cvs: php-src /sapi/apache2filter config.m4 /sapi/apache2handler config.m4

2008-03-09 Thread Hannes Magnusson
2008/3/9 Lars Strojny [EMAIL PROTECTED]: lstrojnySun Mar 9 01:10:13 2008 UTC Modified files: /php-src/sapi/apache2filter config.m4 /php-src/sapi/apache2handlerconfig.m4 Log: Adding itk and and peruser MPM to the list of threaded Apache MPMs

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /sapi/apache2filter config.m4 /sapi/apache2handler config.m4

2008-03-09 Thread Hannes Magnusson
2008/3/9 Lars Strojny [EMAIL PROTECTED]: lstrojnySun Mar 9 12:35:56 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/apache2filter config.m4 /php-src/sapi/apache2handlerconfig.m4 Log: sapi/apache2(handler|filter)/config.m4:

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

2008-04-04 Thread Hannes Magnusson
On Fri, Apr 4, 2008 at 2:16 AM, Ilia Alshanetsky [EMAIL PROTECTED] wrote: iliaa Fri Apr 4 00:16:53 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS configure.in /php-src/main php_version.h Log: Back to dev

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl config.m4

2008-04-10 Thread Hannes Magnusson
On Wed, Apr 9, 2008 at 11:53 PM, Marcus Boerger [EMAIL PROTECTED] wrote: helly Wed Apr 9 21:53:00 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/splconfig.m4 Log: - MFH SPL can no longer be disabld as discussed some time ago (checked back with

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl config.m4

2008-04-11 Thread Hannes Magnusson
On Fri, Apr 11, 2008 at 10:38 AM, Marcus Boerger [EMAIL PROTECTED] wrote: Hello Antony, I've put both in the NEWS file. The commit however did not go thriough. Should we do anything more beside putting it in the NEWS and having a mail to docs now (thx for writing there)? Nope. But rather

[PHP-CVS] cvs: php-src / README.PEAR

2008-04-11 Thread Hannes Magnusson
bjori Fri Apr 11 21:53:37 2008 UTC Modified files: /php-srcREADME.PEAR Log: Apparenty go-pear no longer exists (bug#44699) http://cvs.php.net/viewvc.cgi/php-src/README.PEAR?r1=1.2r2=1.3diff_format=u Index: php-src/README.PEAR diff -u

[PHP-CVS] cvs: php-src /win32/build mkdist.php

2008-04-11 Thread Hannes Magnusson
bjori Fri Apr 11 21:57:19 2008 UTC Modified files: /php-src/win32/buildmkdist.php Log: Update url for go-pear http://cvs.php.net/viewvc.cgi/php-src/win32/build/mkdist.php?r1=1.14r2=1.15diff_format=u Index: php-src/win32/build/mkdist.php diff -u

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard streamsfuncs.c /ext/standard/tests/streams bug44712.phpt

2008-04-13 Thread Hannes Magnusson
bjori Sun Apr 13 22:35:27 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/streams bug44712.phpt Modified files: /php-src/ext/standard streamsfuncs.c Log: Fixed bug#44712 (stream_context_set_params segfaults on

[PHP-CVS] cvs: php-src /ext/standard streamsfuncs.c /ext/standard/tests/streams bug44712.phpt

2008-04-13 Thread Hannes Magnusson
bjori Sun Apr 13 22:40:35 2008 UTC Modified files: /php-src/ext/standard streamsfuncs.c /php-src/ext/standard/tests/streams bug44712.phpt Log: MFB5.3: Fixed bug#44712 (stream_context_set_params segfaults on invalid arguments)

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard streamsfuncs.c /ext/standard/tests/streams bug44712.phpt

2008-04-13 Thread Hannes Magnusson
OK if I merge to 5.2? -Hannes On Mon, Apr 14, 2008 at 12:35 AM, Hannes Magnusson [EMAIL PROTECTED] wrote: bjori Sun Apr 13 22:35:27 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/streams bug44712.phpt Modified files: /php-src/ext

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/standard streamsfuncs.c

2008-04-14 Thread Hannes Magnusson
bjori Mon Apr 14 08:15:12 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard streamsfuncs.c /php-srcNEWS Log: MFH: Add params argument to stream_context_create()

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/openssl xp_ssl.c

2008-04-14 Thread Hannes Magnusson
bjori Mon Apr 14 12:16:07 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/opensslxp_ssl.c Log: Fixed bug#44716 (Progress notifications incorrect)

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/openssl xp_ssl.c

2008-04-14 Thread Hannes Magnusson
Wait for 5.2.7 I assume? -Hannes On Mon, Apr 14, 2008 at 2:16 PM, Hannes Magnusson [EMAIL PROTECTED] wrote: bjori Mon Apr 14 12:16:07 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/opensslxp_ssl.c Log: Fixed bug#44716 (Progress

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

2008-04-14 Thread Hannes Magnusson
bjori Mon Apr 14 12:17:38 2008 UTC Modified files: /php-src/ext/opensslxp_ssl.c Log: MFB53: Fixed bug#44716 (Progress notifications incorrect) http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/xp_ssl.c?r1=1.36r2=1.37diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard basic_functions.c basic_functions.h /ext/standard/tests/general_functions ini_get_all.phpt

2008-04-14 Thread Hannes Magnusson
bjori Mon Apr 14 15:32:43 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/general_functions ini_get_all.phpt /php-src/ext/standard basic_functions.c basic_functions.h Log: [DOC] Remove config_get_hash() and add new boolean

[PHP-CVS] cvs: php-src /ext/standard basic_functions.c /ext/standard/tests/general_functions ini_get_all.phpt

2008-04-14 Thread Hannes Magnusson
bjori Mon Apr 14 15:42:14 2008 UTC Modified files: /php-src/ext/standard basic_functions.c /php-src/ext/standard/tests/general_functions ini_get_all.phpt Log: MFB5.3: Remove config_get_hash() and add new boolean parameter to ini_get_all() to

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard basic_functions.c basic_functions.h /ext/standard/tests/general_functions ini_get_all.phpt

2008-04-14 Thread Hannes Magnusson
On Mon, Apr 14, 2008 at 5:40 PM, Jani Taskinen [EMAIL PROTECTED] wrote: Eh..do you really understand the code correctly..? ini_get_all() is very much different what config_dump_hash() was/is. Uhh.. I don't see the difference. And there are no tests to compare it against. I already asked on

[PHP-CVS] cvs: php-src(PHP_5_3) /pear Makefile.frag fetch.php

2008-04-14 Thread Hannes Magnusson
bjori Mon Apr 14 16:56:51 2008 UTC Added files: (Branch: PHP_5_3) /php-src/pear fetch.php Modified files: /php-src/pear Makefile.frag Log: Use PHP to fetch the pear phar

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard basic_functions.c basic_functions.h /ext/standard/tests/general_functions ini_get_all.phpt

2008-04-14 Thread Hannes Magnusson
On Mon, Apr 14, 2008 at 7:43 PM, Jani Taskinen [EMAIL PROTECTED] wrote: Hannes Magnusson kirjoitti: On Mon, Apr 14, 2008 at 5:40 PM, Jani Taskinen [EMAIL PROTECTED] wrote: Eh..do you really understand the code correctly..? ini_get_all() is very much different what config_dump_hash

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

2008-04-15 Thread Hannes Magnusson
Looks like a good compromise. I'd argue the ini_get_all() addition is fine too. It looks like you forgot the FE entry though.. -Hannes On Tue, Apr 15, 2008 at 10:43 AM, Jani Taskinen [EMAIL PROTECTED] wrote: janiTue Apr 15 08:43:48 2008 UTC Modified files:

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard basic_functions.c

2008-04-20 Thread Hannes Magnusson
On Sun, Apr 20, 2008 at 5:07 PM, Ilia Alshanetsky [EMAIL PROTECTED] wrote: iliaa Sun Apr 20 15:07:39 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard basic_functions.c Log: Fixed a bug #44403 (register_tick_function() does not check for

Re: [PHP-CVS] cvs: CVSROOT / loginfo.pl

2008-05-03 Thread Hannes Magnusson
On Sat, May 3, 2008 at 5:14 PM, Derick Rethans [EMAIL PROTECTED] wrote: derick Sat May 3 15:14:36 2008 UTC Modified files: /CVSROOTloginfo.pl Log: - Make @doc and @security work as well (patch by Felipe). I already told him it doesn't work, the @ has to be escaped.

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/openssl xp_ssl.c

2008-05-07 Thread Hannes Magnusson
bjori Wed May 7 20:01:56 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/opensslxp_ssl.c Log: MFH: Fixed bug #44716 (Progress notifications incorrect)

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard streamsfuncs.c

2008-05-07 Thread Hannes Magnusson
bjori Wed May 7 20:02:42 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard streamsfuncs.c Log: MFH: Fixed bug #44712 (stream_context_set_params segfaults on invalid arguments).

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

2008-05-07 Thread Hannes Magnusson
bjori Wed May 7 20:03:27 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1154r2=1.2027.2.547.2.1155diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.1154

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

2008-05-07 Thread Hannes Magnusson
bjori Wed May 7 20:04:05 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: new ini_get_all() parameter http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.180r2=1.2027.2.547.2.965.2.181diff_format=u Index: php-src/NEWS diff -u

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard math.c

2008-05-08 Thread Hannes Magnusson
Congrats on your first commit \o/ Looking forward to a bunch more :) -Hannes On Thu, May 8, 2008 at 6:23 AM, Matt Wilmas [EMAIL PROTECTED] wrote: mattwil Thu May 8 04:23:26 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard math.c Log:

  1   2   3   4   5   6   7   8   9   10   >