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

2003-11-27 Thread changelog
changelog Thu Nov 27 20:31:57 2003 EDT Modified files: /php-srcChangeLog Log: ChangeLog update Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1460 php-src/ChangeLog:1.1461 --- php-src/ChangeLog:1.1460Wed Nov 26 20:31:47 2003 +++

[PHP-CVS-DAILY] cvs: ZendEngine2 / ChangeLog

2003-11-27 Thread changelog
changelog Thu Nov 27 20:32:00 2003 EDT Modified files: /ZendEngine2ChangeLog Log: ChangeLog update Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.342 ZendEngine2/ChangeLog:1.343 --- ZendEngine2/ChangeLog:1.342 Mon Nov 24 20:31:49

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

2003-11-27 Thread Uwe Steinmann
steinm Thu Nov 27 05:15:21 2003 EDT Modified files: /php-src/ext/dbase dbf_rec.c Log: - fixed indenting Index: php-src/ext/dbase/dbf_rec.c diff -u php-src/ext/dbase/dbf_rec.c:1.9 php-src/ext/dbase/dbf_rec.c:1.10 --- php-src/ext/dbase/dbf_rec.c:1.9 Sun Jan

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

2003-11-27 Thread Uwe Steinmann
steinm Thu Nov 27 06:32:06 2003 EDT Modified files: /php-src/ext/dbase dbase.c Log: - set precision to 0 unless the field is of type N or I Index: php-src/ext/dbase/dbase.c diff -u php-src/ext/dbase/dbase.c:1.70 php-src/ext/dbase/dbase.c:1.71 ---

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

2003-11-27 Thread Marcus Boerger
helly Thu Nov 27 08:51:26 2003 EDT Modified files: /php-srcmakerpm Log: - Fix requirements for older systems. - Fix rpm build directory for the major distributions. - Fix config dir. - Rename package to php. - Add gd extension. - Support building

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

2003-11-27 Thread Marcus Boerger
helly Thu Nov 27 11:06:59 2003 EDT Modified files: /php-srcmakerpm Log: Remove problematic configure option Index: php-src/makerpm diff -u php-src/makerpm:1.6 php-src/makerpm:1.7 --- php-src/makerpm:1.6 Thu Nov 27 08:51:25 2003 +++ php-src/makerpm Thu

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

2003-11-27 Thread Wez Furlong
wez Thu Nov 27 12:37:36 2003 EDT Modified files: /php-src/ext/standard streamsfuncs.c Log: initialize this one to be safe Index: php-src/ext/standard/streamsfuncs.c diff -u php-src/ext/standard/streamsfuncs.c:1.27

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

2003-11-27 Thread Wez Furlong
wez Thu Nov 27 12:39:02 2003 EDT Modified files: /php-src/main php_streams.h /php-src/main/streams transports.c xp_socket.c Log: port liveness checks and a couple of other things from the 4.3 branch. Liveness checks are used to validate

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

2003-11-27 Thread Wez Furlong
wez Thu Nov 27 12:40:16 2003 EDT Modified files: /php-src/ext/opensslopenssl.c xp_ssl.c Log: Port liveness and SSL CA validation from 4.3 branch. Make stream_select() work on ssl-enabled sockets again. Index: php-src/ext/openssl/openssl.c diff

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

2003-11-27 Thread Wez Furlong
wez Thu Nov 27 12:58:59 2003 EDT Modified files: /php-src/ext/com_dotnet com_handlers.c Log: fix win32 build - thanks Sebastian. Index: php-src/ext/com_dotnet/com_handlers.c diff -u php-src/ext/com_dotnet/com_handlers.c:1.5

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

2003-11-27 Thread Wez Furlong
wez Thu Nov 27 13:01:13 2003 EDT Modified files: /php-src/win32 select.c Log: re-implement the win32 select code. The old code implicitly set any sockets into non-blocking mode, and since there is no way to probe a socket to determine its blocking

[PHP-CVS] cvs: php-src / NEWS /ext/standard image.c php_image.h

2003-11-27 Thread Ilia Alshanetsky
iliaa Thu Nov 27 17:03:37 2003 EDT Modified files: /php-src/ext/standard image.c php_image.h /php-srcNEWS Log: Added image_type_to_extension() function. Index: php-src/ext/standard/image.c diff -u php-src/ext/standard/image.c:1.95

[PHP-CVS] cvs: php-src /sapi/thttpd config.m4

2003-11-27 Thread Jani Taskinen
sniper Thu Nov 27 18:04:12 2003 EDT Modified files: /php-src/sapi/thttpdconfig.m4 Log: - Fixed bug #26438 (error in thttpd SAPI installation) Index: php-src/sapi/thttpd/config.m4 diff -u php-src/sapi/thttpd/config.m4:1.21

[PHP-CVS] cvs: php-src(PHP_4_3) /sapi/thttpd config.m4

2003-11-27 Thread Jani Taskinen
sniper Thu Nov 27 18:04:49 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/sapi/thttpdconfig.m4 Log: MFH: - Fixed bug #26438 (error in thttpd SAPI installation) Index: php-src/sapi/thttpd/config.m4 diff -u php-src/sapi/thttpd/config.m4:1.17.2.4

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

2003-11-27 Thread Jani Taskinen
sniper Thu Nov 27 18:18:14 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: BFN Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.479 php-src/NEWS:1.1247.2.480 --- php-src/NEWS:1.1247.2.479 Tue Nov 25 17:23:53 2003 +++ php-src/NEWSThu

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

2003-11-27 Thread Ilia Alshanetsky
iliaa Thu Nov 27 19:00:29 2003 EDT Modified files: /php-src/main/streams streams.c Log: Fixed a memory leak. Index: php-src/main/streams/streams.c diff -u php-src/main/streams/streams.c:1.40 php-src/main/streams/streams.c:1.41 ---

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

2003-11-27 Thread Ilia Alshanetsky
iliaa Thu Nov 27 19:00:35 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/main streams.c Log: MFH: Fixed a memory leak. Index: php-src/main/streams.c diff -u php-src/main/streams.c:1.125.2.82 php-src/main/streams.c:1.125.2.83 ---