[PHP-CVS] cvs: php-src /ext/dom/examples note.xml

2003-10-08 Thread Shane Caraveo
shane Thu Oct 9 01:47:38 2003 EDT Added files: /php-src/ext/dom/examples note.xml Log: add the valid xml test Index: php-src/ext/dom/examples/note.xml +++ php-src/ext/dom/examples/note.xml PHP User Group Shane Reminder Don't forget the meeting tonigh

[PHP-CVS] cvs: php-src /ext/dom/examples note-invalid.xml note.dtd note.php

2003-10-08 Thread Shane Caraveo
shane Thu Oct 9 01:46:04 2003 EDT Added files: /php-src/ext/dom/examples note-invalid.xml note.dtd note.php Log: add a DTD example Index: php-src/ext/dom/examples/note-invalid.xml +++ php-src/ext/dom/examples/note-invalid.xml PHP User Group Shane

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

2003-10-08 Thread Ilia Alshanetsky
iliaa Wed Oct 8 22:59:03 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/main main.c Log: MFH: Fixed bug #25746 (Do not bail out when unable to chdir original dir on systems with broken getcwd()). Index: php-src/NEWS diff -

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

2003-10-08 Thread Ilia Alshanetsky
iliaa Wed Oct 8 22:58:35 2003 EDT Modified files: /php-src/main main.c Log: Fixed bug #25746 (Do not bail out when unable to chdir original dir on systems with broken getcwd()). Index: php-src/main/main.c diff -u php-src/main/main.c:1.578 php-src/

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

2003-10-08 Thread Wez Furlong
wez Wed Oct 8 07:23:47 2003 EDT Modified files: /php-src/ext/opensslxp_ssl.c Log: And this EOF flag... Index: php-src/ext/openssl/xp_ssl.c diff -u php-src/ext/openssl/xp_ssl.c:1.9 php-src/ext/openssl/xp_ssl.c:1.10 --- php-src/ext/openssl/xp_ssl.c

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

2003-10-08 Thread Wez Furlong
wez Wed Oct 8 07:22:47 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/main network.c Log: Don't forget these EOF flags either... Index: php-src/main/network.c diff -u php-src/main/network.c:1.83.2.18 php-src/main/network.c:1.83.2.19 --- php-src

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

2003-10-08 Thread Jani Taskinen
sniper Wed Oct 8 07:16:55 2003 EDT Modified files: /php-srcNEWS Log: BFN Index: php-src/NEWS diff -u php-src/NEWS:1.1473 php-src/NEWS:1.1474 --- php-src/NEWS:1.1473 Tue Oct 7 20:54:29 2003 +++ php-src/NEWSWed Oct 8 07:16:54 2003 @@ -40,6 +40,7 @@

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

2003-10-08 Thread Jani Taskinen
sniper Wed Oct 8 07:16:23 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/standard array.c Log: - Reverted the 'fix' for bug #25494 # Can we now get peace on internals@ about this stupid issue? Index: php-src/NEWS diff -

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

2003-10-08 Thread Wez Furlong
wez Wed Oct 8 06:58:29 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/main streams.c Log: Backport from HEAD; set EOF marker after each read attempt to avoid it being stuck in the on position. Partial "fix" for #25649. Index: php-src/main/s

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

2003-10-08 Thread Wez Furlong
wez Wed Oct 8 06:55:52 2003 EDT Modified files: /php-src/main/streams plain_wrapper.c xp_socket.c Log: Set the EOF indicator after each read attempt. This prevents it getting stuck in the on position. Index: php-src/main/streams/plain_wrapper.c d

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

2003-10-08 Thread Jani Taskinen
sniper Wed Oct 8 06:25:40 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/sessionsession.c Log: - Fixed bug #25780 (MFH: ext/session: invalid session.cookie_lifetime causes crash in win32). Index: php-src/NEWS diff -u php-

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

2003-10-08 Thread Jani Taskinen
sniper Wed Oct 8 06:22:52 2003 EDT Modified files: /php-src/ext/sessionsession.c Log: - Fixed bug #25780 (ext/session: invalid session.cookie_lifetime causes crash in win32). Index: php-src/ext/session/session.c diff -u php-src/ext/session/session.c:1

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

2003-10-08 Thread Wez Furlong
wez Wed Oct 8 06:07:26 2003 EDT Modified files: /php-src/ext/standard basic_functions.c streamsfuncs.c streamsfuncs.h Log: Implement stream_get_contents, which is somewhat akin to file_get_contents, except that it works