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

2003-09-13 Thread Marcus Boerger
helly Sat Sep 13 15:56:40 2003 EDT Modified files: /php-src/main/streams streams.c Log: Show the whole message when in debug mode Index: php-src/main/streams/streams.c diff -u php-src/main/streams/streams.c:1.36 php-src/main/streams/streams.c:1.37 --- ph

[PHP-CVS] cvs: php-src /tests/lang bug24054.phpt

2003-09-13 Thread Ard Biesheuvel
abies Sat Sep 13 15:49:50 2003 EDT Modified files: /php-src/tests/lang bug24054.phpt Log: WS Index: php-src/tests/lang/bug24054.phpt diff -u php-src/tests/lang/bug24054.phpt:1.2 php-src/tests/lang/bug24054.phpt:1.3 --- php-src/tests/lang/bug24054.phpt:1.2

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

2003-09-13 Thread Ard Biesheuvel
abies Sat Sep 13 15:43:40 2003 EDT Modified files: /php-src/main/streams plain_wrapper.c Log: Pointer size fix Index: php-src/main/streams/plain_wrapper.c diff -u php-src/main/streams/plain_wrapper.c:1.21 php-src/main/streams/plain_wrapper.c:1.22 --- ph

[PHP-CVS] cvs: CVSROOT / avail

2003-09-13 Thread Rasmus Lerdorf
rasmus Sat Sep 13 14:26:58 2003 EDT Modified files: /CVSROOTavail Log: pear karma for mroch Index: CVSROOT/avail diff -u CVSROOT/avail:1.745 CVSROOT/avail:1.746 --- CVSROOT/avail:1.745 Fri Sep 12 10:22:49 2003 +++ CVSROOT/avail Sat Sep 13 14:26:57

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

2003-09-13 Thread Sara Golemon
pollita Sat Sep 13 13:31:26 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/ldap ldap.c /php-srcNEWS Log: MFH(r-1.147): Fix Bug #25525 ldap_explode_dn() crashes when passed invalid params Index: php-src/ext/ldap/ldap.c diff -u php-src/ext/ldap/

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

2003-09-13 Thread Sara Golemon
pollita Sat Sep 13 13:31:07 2003 EDT Modified files: /php-src/ext/ldap ldap.c Log: Fix Bug #25525 ldap_explode_dn crashes when passed invalid params. Index: php-src/ext/ldap/ldap.c diff -u php-src/ext/ldap/ldap.c:1.146 php-src/ext/ldap/ldap.c:1.147 --- php-src

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

2003-09-13 Thread Marcus Boerger
helly Sat Sep 13 12:49:26 2003 EDT Modified files: /php-src/main snprintf.c spprintf.c Log: - Fix %p to prepend '0x' as suggested by C99. - Add 'z' prefix. # Now you can use '%zd' in [v]spprintf() and everything that utilizes it # like error messages

Re: [PHP-CVS] cvs: php-src /main SAPI.c /main/streams streams.c userspace.c /tests/lang bug24054.phpt

2003-09-13 Thread Ard Biesheuvel
Sascha and me had a deeper check upon this and it is absolutley NON portable. This is one of the C99 extensions only a few systems support. If we want the prefix 'z' then we could do it for our own php internal [v]s[np]printf implementations. But then we'd need to always use them and that's probabl

Re: [PHP-CVS] cvs: php-src /main SAPI.c /main/streams streams.c userspace.c /tests/lang bug24054.phpt

2003-09-13 Thread Marcus Börger
Hello Zeev, Saturday, September 13, 2003, 5:54:45 PM, you wrote: > I don't think %zd is portable. We need to come up with some alternative > solution, or some check. Sascha and me had a deeper check upon this and it is absolutley NON portable. This is one of the C99 extensions only a few syste

Re: [PHP-CVS] cvs: php-src /main SAPI.c /main/streams streams.c userspace.c /tests/lang bug24054.phpt

2003-09-13 Thread Zeev Suraski
I don't think %zd is portable. We need to come up with some alternative solution, or some check. Zeev At 18:27 13/09/2003, Ard Biesheuvel wrote: abies Sat Sep 13 11:27:11 2003 EDT Modified files: /php-src/main SAPI.c /php-src/main/streams streams.c userspace.c

[PHP-CVS] cvs: php-src /main SAPI.c /main/streams streams.c userspace.c /tests/lang bug24054.phpt

2003-09-13 Thread Ard Biesheuvel
abies Sat Sep 13 11:27:11 2003 EDT Modified files: /php-src/main SAPI.c /php-src/main/streams streams.c userspace.c /php-src/tests/lang bug24054.phpt Log: Fixed for 64bit archs Index: php-src/main/SAPI.c diff -u php-src/main/SAPI.c:1.178

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

2003-09-13 Thread Marcus Boerger
helly Sat Sep 13 06:31:07 2003 EDT Modified files: /php-src/ext/sqlite sqlite.c Log: Make use of dedicated macro Index: php-src/ext/sqlite/sqlite.c diff -u php-src/ext/sqlite/sqlite.c:1.94 php-src/ext/sqlite/sqlite.c:1.95 --- php-src/ext/sqlite/sqlite.c:1.94