[PHP-CVS] cvs: php-src / acinclude.m4

2003-06-28 Thread Sterling Hughes
sterlingSat Jun 28 02:32:02 2003 EDT Modified files: /php-srcacinclude.m4 Log: ilia points out this is ok Index: php-src/acinclude.m4 diff -u php-src/acinclude.m4:1.249 php-src/acinclude.m4:1.250 --- php-src/acinclude.m4:1.249 Sat Jun 28

[PHP-CVS] cvs: php-src /ext/wddx wddx.c /ext/wddx/tests .cvsignore 001.phpt wddx.xml

2003-06-28 Thread Ilia Alshanetsky
iliaa Sat Jun 28 02:55:47 2003 EDT Added files: /php-src/ext/wddx/tests .cvsignore 001.phpt wddx.xml Modified files: /php-src/ext/wddx wddx.c Log: Added missing handling of dateTime Fixed compiler warning involving streams

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/wddx wddx.c /ext/wddx/tests .cvsignore 001.phpt wddx.xml

2003-06-28 Thread Ilia Alshanetsky
iliaa Sat Jun 28 02:59:31 2003 EDT Added files: (Branch: PHP_4_3) /php-src/ext/wddx/tests .cvsignore 001.phpt wddx.xml Modified files: /php-src/ext/wddx wddx.c Log: MFH: Added missing handling of dateTime Index:

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

2003-06-28 Thread Sterling Hughes
sterlingSat Jun 28 03:46:03 2003 EDT Modified files: /php-src/ext/simplexml simplexml.c Log: for now we let xml support build with versions older than 2.5.7, as we want users to actually test this... Index: php-src/ext/simplexml/simplexml.c

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/mbstring mbstring.c mbstring.h /main rfc1867.c

2003-06-28 Thread Rui Hirokawa
hirokawaSat Jun 28 04:51:05 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/mbstring mbstring.c mbstring.h /php-src/main rfc1867.c Log: Fixed corruption of multibyte character including 0x5c as second byte

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

2003-06-28 Thread Derick Rethans
derick Sat Jun 28 05:55:13 2003 EDT Modified files: /php-src/ext/curl interface.c Log: - Removed duplicate constants Index: php-src/ext/curl/interface.c diff -u php-src/ext/curl/interface.c:1.23 php-src/ext/curl/interface.c:1.24 ---

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

2003-06-28 Thread Rui Hirokawa
hirokawaSat Jun 28 07:00:37 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/mbstring mbstring.c Log: deleted code for debuging. Index: php-src/ext/mbstring/mbstring.c diff -u php-src/ext/mbstring/mbstring.c:1.142.2.18

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

2003-06-28 Thread Wez Furlong
wez Sat Jun 28 07:06:11 2003 EDT Modified files: /php-src/main/streams transports.c Log: Fix for mips compiler Index: php-src/main/streams/transports.c diff -u php-src/main/streams/transports.c:1.4 php-src/main/streams/transports.c:1.5 ---

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

2003-06-28 Thread Wez Furlong
wez Sat Jun 28 07:12:48 2003 EDT Modified files: /php-src/main network.c Log: Merge getaddrinfo() tidy-up from PHP_4_3 branch. Index: php-src/main/network.c diff -u php-src/main/network.c:1.100 php-src/main/network.c:1.101 ---

[PHP-CVS] cvs: php-src /ext/standard streamsfuncs.c /main php_streams.h /main/streams cast.c plain_wrapper.c xp_socket.c

2003-06-28 Thread Wez Furlong
wez Sat Jun 28 07:24:47 2003 EDT Modified files: /php-src/ext/standard streamsfuncs.c /php-src/main php_streams.h /php-src/main/streams cast.c plain_wrapper.c xp_socket.c Log: Merge selectable descriptor casting from PHP_4_3 branch.

[PHP-CVS] cvs: php-src(PHP_4_3) / acinclude.m4

2003-06-28 Thread Sascha Schumann
sas Sat Jun 28 08:29:07 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcacinclude.m4 Log: Fix snprintf test. C99 allows for the Single Unix Spec semantics which prescribe a return value of -1 for n == 0 which is treated as an encoding error.

[PHP-CVS] cvs: php-src / acinclude.m4

2003-06-28 Thread Sascha Schumann
sas Sat Jun 28 08:29:43 2003 EDT Modified files: /php-srcacinclude.m4 Log: MFB snprintf test Index: php-src/acinclude.m4 diff -u php-src/acinclude.m4:1.250 php-src/acinclude.m4:1.251 --- php-src/acinclude.m4:1.250 Sat Jun 28 02:32:02 2003 +++

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

2003-06-28 Thread Ilia Alshanetsky
iliaa Sat Jun 28 13:36:47 2003 EDT Modified files: /php-src/ext/standard/tests/general_functions sunfuncts.phpt Log: Fixed test failure on systems with short_tags (?) off. Index: php-src/ext/standard/tests/general_functions/sunfuncts.phpt diff -u

[PHP-CVS] cvs: php-src /ext/standard file.c /ext/standard/tests/file 004.phpt

2003-06-28 Thread Ilia Alshanetsky
iliaa Sat Jun 28 16:06:13 2003 EDT Added files: /php-src/ext/standard/tests/file004.phpt Modified files: /php-src/ext/standard file.c Log: Added array handling to file_put_contents() More verbose error reporting mechanism.

[PHP-CVS] cvs: php-src /ext/mysqli mysqli_api.c mysqli_fe.c

2003-06-28 Thread Georg Richter
georg Sat Jun 28 17:27:08 2003 EDT Modified files: /php-src/ext/mysqli mysqli_api.c mysqli_fe.c Log: added BYREF_FORCE for bind parameters in msqli_bind_param and mysqli_bind_result changed function parameters in mysqli_bind_param from (object statement,

[PHP-CVS] cvs: php-src /ext/mysqli/tests 002.phpt 003.phpt 004.phpt 005.phpt 006.phpt 007.phpt 008.phpt 009.phpt 010.phpt 011.phpt 012.phpt 013.phpt 016.phpt 017.phpt 018.phpt 019.phpt 020.phpt 021.phpt 022.phpt 023.phpt 024.phpt 025.phpt 026.phpt 042.phpt 043.phpt 045.phpt 046.phpt 048.phpt

2003-06-28 Thread Georg Richter
georg Sat Jun 28 17:30:58 2003 EDT Modified files: /php-src/ext/mysqli/tests 002.phpt 003.phpt 004.phpt 005.phpt 006.phpt 007.phpt 008.phpt 009.phpt 010.phpt 011.phpt 012.phpt 013.phpt

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

2003-06-28 Thread Rob Richards
rrichards Sat Jun 28 17:38:44 2003 EDT Modified files: /php-src/ext/simplexml simplexml.c Log: fix mem leak in sxe_property_read fix compiler warning Index: php-src/ext/simplexml/simplexml.c diff -u php-src/ext/simplexml/simplexml.c:1.43

[PHP-CVS] cvs: php-src /ext/mysql mysql.dsp

2003-06-28 Thread Shane Caraveo
shane Sat Jun 28 18:28:44 2003 EDT Modified files: /php-src/ext/mysql mysql.dsp Log: fix building mysql as a loadable extension Index: php-src/ext/mysql/mysql.dsp diff -u php-src/ext/mysql/mysql.dsp:1.13 php-src/ext/mysql/mysql.dsp:1.14 ---

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

2003-06-28 Thread Sterling Hughes
sterlingSat Jun 28 19:32:05 2003 EDT Modified files: /php-srcmakedist Log: what's a php5? Index: php-src/makedist diff -u php-src/makedist:1.30 php-src/makedist:1.31 --- php-src/makedist:1.30 Wed May 21 20:31:31 2003 +++ php-src/makedist

[PHP-CVS] cvs: php-src / NEWS /ext/mbstring mbstring.c mbstring.h /main rfc1867.c

2003-06-28 Thread Rui Hirokawa
hirokawaSat Jun 28 19:37:18 2003 EDT Modified files: /php-srcNEWS /php-src/ext/mbstring mbstring.c mbstring.h /php-src/main rfc1867.c Log: Fixed corruption of multibyte character including 0x5c as second byte in

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/pcre config.m4 php_pcre.c

2003-06-28 Thread Andrei Zmievski
andrei Sat Jun 28 20:08:30 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/pcre config.m4 php_pcre.c Log: - Added a new parameter to preg_match_* functions that can be used to specify the offset to start matching from. - Added support for named

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

2003-06-28 Thread Andrei Zmievski
andrei Sat Jun 28 20:09:41 2003 EDT Modified files: /php-src/ext/pcre php_pcre.c Log: MFB Index: php-src/ext/pcre/php_pcre.c diff -u php-src/ext/pcre/php_pcre.c:1.142 php-src/ext/pcre/php_pcre.c:1.143 --- php-src/ext/pcre/php_pcre.c:1.142 Tue Jun 10

Re: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/pcre config.m4 php_pcre.c

2003-06-28 Thread Jani Taskinen
You know that little file called NEWS? Why not add some note about these in there, in PHP_4_3 branch.. --Jani On Sun, 29 Jun 2003, Andrei Zmievski wrote: andrei Sat Jun 28 20:08:30 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/pcre

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

2003-06-28 Thread Jani Taskinen
sniper Sat Jun 28 22:08:17 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: Note about PCRE upgrade -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src / Makefile.global

2003-06-28 Thread Jani Taskinen
sniper Sun Jun 29 01:59:30 2003 EDT Modified files: /php-srcMakefile.global Log: Fixed bug #24363 (plain ./configure make install failed) Index: php-src/Makefile.global diff -u php-src/Makefile.global:1.46 php-src/Makefile.global:1.47 ---