[PHP-CVS-DAILY] cvs: php-src / ChangeLog

2008-04-14 Thread changelog
changelog Tue Apr 15 01:31:36 2008 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3017r2=1.3018diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.3017

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

2008-04-14 Thread Antony Dovgal
tony2001Mon Apr 14 07:49:00 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard streamsfuncs.c Log: fix ZTS build and sync with HEAD

[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

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 Jani Taskinen
Eh..do you really understand the code correctly..? ini_get_all() is very much different what config_dump_hash() was/is. --Jani Hannes Magnusson kirjoitti: bjori Mon Apr 14 15:32:43 2008 UTC Modified files: (Branch: PHP_5_3)

[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

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

2008-04-14 Thread Etienne Kneuss
colder Mon Apr 14 16:49:30 2008 UTC Modified files: /php-src/ext/standard dns.c Log: Fix dns_check_proto (related to #44723) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns.c?r1=1.91r2=1.92diff_format=u Index: php-src/ext/standard/dns.c diff -u

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

2008-04-14 Thread Etienne Kneuss
colder Mon Apr 14 16:50:11 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard dns.c Log: MFH: Fix dns_check_proto (related to #44723)

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

2008-04-14 Thread Felipe Pena
felipe Mon Apr 14 17:24:11 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/libxml/tests 004.phpt Log: - Fixed test http://cvs.php.net/viewvc.cgi/php-src/ext/libxml/tests/004.phpt?r1=1.1.2.1r2=1.1.2.1.2.1diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/standard/tests/strings 007.phpt

2008-04-14 Thread Felipe Pena
felipe Mon Apr 14 17:42:30 2008 UTC Modified files: /php-src/ext/standard/tests/strings 007.phpt Log: - Fixed test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/007.phpt?r1=1.2r2=1.3diff_format=u Index:

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 Jani Taskinen
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() was/is. Uhh.. I don't see the difference. And there are no tests to compare it

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

2008-04-14 Thread Felipe Pena
felipe Mon Apr 14 17:51:08 2008 UTC Modified files: /php-src/ext/standard/tests/general_functions floatval.phpt Log: - Fixed test (bug #44533)

[PHP-CVS] cvs: php-src(PHP_5_3) /win32/build confutils.js

2008-04-14 Thread Steph Fox
sfoxMon Apr 14 17:55:02 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/win32/buildconfutils.js Log: - Workarounds are no longer needed - thanks PECLers!

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()

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

2008-04-14 Thread Ilia Alshanetsky
iliaa Mon Apr 14 23:17:30 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/array array_slice_variation6.phpt Log: Fixed test

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

2008-04-14 Thread Scott MacVicar
scottmacTue Apr 15 00:32:51 2008 UTC Modified files: /php-src/ext/sessionsession.c Log: Fixed bug #44722 (Segfault setting a null session path) http://cvs.php.net/viewvc.cgi/php-src/ext/session/session.c?r1=1.482r2=1.483diff_format=u Index:

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

2008-04-14 Thread Scott MacVicar
scottmacTue Apr 15 00:39:43 2008 UTC Modified files: /php-src/ext/sessionsession.c Log: Fixed bug #44719 (More uninitialised values causing wierd errors)

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

2008-04-14 Thread Scott MacVicar
scottmacTue Apr 15 00:59:04 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sessionsession.c Log: Fixed bug #44720 (Prevent infinite recursion within session_register)

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

2008-04-14 Thread Scott MacVicar
Can i backport this to 5.2? Scott MacVicar wrote: scottmacTue Apr 15 00:59:04 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/session session.c Log: Fixed bug #44720 (Prevent infinite recursion within session_register)

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard html.c /ext/standard/tests/strings bug44703.phpt

2008-04-14 Thread Felipe Pena
Ooops, Ilia, should this be reverted? Sorry. 2008/4/11, Felipe Pena [EMAIL PROTECTED]: felipe Fri Apr 11 19:01:25 2008 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/strings bug44703.phpt Modified files: /php-srcNEWS