[PHP-CVS] com karma: - test: lib/Mail.php

2013-10-26 Thread Sascha Schumann
Commit:e291e009ca936843c4a453dfb2b87d497d42b302 Author:Sascha Schumann Sat, 26 Oct 2013 00:20:25 +0200 Parents: 775e4a374c1f4c4dc73ff92e435571c638f638e6 Branches: master Link: http://git.php.net/?p=karma.git;a=commitdiff;h=e291e009ca936843c4a453dfb2b87d497d42b302 Log

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_exceptions.h

2010-08-17 Thread Sascha Schumann
sas Tue, 17 Aug 2010 12:14:52 + Revision: http://svn.php.net/viewvc?view=revision&revision=302385 Log: align declaration with definition (patch by kalle) Changed paths: U php/php-src/trunk/Zend/zend_exceptions.h Modified: php/php-src/trunk/Zend/zen

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/Zend/ zend_variables.h

2010-08-12 Thread Sascha Schumann
sas Thu, 12 Aug 2010 17:28:08 + Revision: http://svn.php.net/viewvc?view=revision&revision=302152 Log: - fix cast Changed paths: U php/php-src/branches/PHP_5_3/Zend/zend_variables.h Modified: php/php-src/branches/PHP_5_3/Zend/zend_variables.h =

[PHP-CVS] svn: /php/php-src/branches/PHP_5_2/Zend/ zend_API.c zend_compile.c zend_exceptions.c zend_objects.c zend_variables.c zend_variables.h

2010-08-12 Thread Sascha Schumann
sas Thu, 12 Aug 2010 17:27:16 + Revision: http://svn.php.net/viewvc?view=revision&revision=302150 Log: separate properties of internal classes in ZTS mode fully, otherwise multiple threads will modify the zvals' contents without any synchronisation. Chang

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/Zend/ zend_API.c zend_compile.c zend_exceptions.c zend_objects.c zend_variables.c zend_variables.h

2010-08-12 Thread Sascha Schumann
sas Thu, 12 Aug 2010 07:58:14 + Revision: http://svn.php.net/viewvc?view=revision&revision=302137 Log: separate properties of internal classes in ZTS mode fully, otherwise multiple threads will modify the zvals' contents without any synchronisation. Chang

[PHP-CVS] cvs: CVSROOT / avail

2007-08-08 Thread Sascha Schumann
sas Wed Aug 8 12:42:46 2007 UTC Modified files: /CVSROOTavail Log: - add mcbrown to phpdoc as requested by Georg Richter http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1296&r2=1.1297&diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1296 CV

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

2007-07-10 Thread Sascha Schumann
sas Tue Jul 10 20:13:29 2007 UTC Modified files: /php-src/main/streams plain_wrapper.c Log: - fix concurrent reader/writer use case (we read, while the other process writes -> if we don't try read we won't notice that the file has been growing.)

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

2007-04-18 Thread Sascha Schumann
sas Thu Apr 19 06:42:57 2007 UTC Modified files: /php-src/ext/sqlite config.m4 Log: - fix vpath build http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite/config.m4?r1=1.42&r2=1.43&diff_format=u Index: php-src/ext/sqlite/config.m4 diff -u php-src/ext/sqlite/c

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/sqlite config.m4

2007-04-18 Thread Sascha Schumann
sas Thu Apr 19 06:42:28 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/sqlite config.m4 Log: - fix vpath build http://cvs.php.net/viewvc.cgi/php-src/ext/sqlite/config.m4?r1=1.41.2.1&r2=1.41.2.1.2.1&diff_format=u Index: php-src/ext/sqlite/config.m4

[PHP-CVS] cvs: php-src(PHP_4_4) /ext/ircg ircg.c php_ircg.h

2007-02-20 Thread Sascha Schumann
sas Tue Feb 20 19:04:28 2007 UTC Modified files: (Branch: PHP_4_4) /php-src/ext/ircg ircg.c php_ircg.h Log: - sync with current dev http://cvs.php.net/viewvc.cgi/php-src/ext/ircg/ircg.c?r1=1.137.2.18.4.2&r2=1.137.2.18.4.3&diff_format=u Index: php-src/ext

[PHP-CVS] cvs: php-src(PHP_5_1) /sapi/cgi fastcgi.c

2006-08-20 Thread Sascha Schumann
sas Sun Aug 20 17:49:05 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/sapi/cgi fastcgi.c Log: MFH sa_len compile fix for IRIX http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/fastcgi.c?r1=1.4.2.17&r2=1.4.2.18&diff_format=u Index: php-src/sapi/cgi/fas

[PHP-CVS] cvs: php-src /sapi/cgi fastcgi.c

2006-08-20 Thread Sascha Schumann
sas Sun Aug 20 17:44:06 2006 UTC Modified files: /php-src/sapi/cgi fastcgi.c Log: "sa_len" is defined to "sa_union . sa_generic . sa_len2" on IRIX, so we use another variable name here. http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/fastcgi.c?r1=1.20&

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/informix ifx.ec

2006-01-13 Thread Sascha Schumann
sas Fri Jan 13 14:27:15 2006 UTC Modified files: (Branch: PHP_5_0) /php-src/ext/informix ifx.ec Log: - MFH http://cvs.php.net/viewcvs.cgi/php-src/ext/informix/ifx.ec?r1=1.107.2.1&r2=1.107.2.2&diff_format=u Index: php-src/ext/informix/ifx.ec diff -u p

[PHP-CVS] cvs: php-src(PHP_4) /ext/informix ifx.ec

2006-01-13 Thread Sascha Schumann
sas Fri Jan 13 14:31:58 2006 UTC Modified files: (Branch: PHP_4) /php-src/ext/informix ifx.ec Log: WS http://cvs.php.net/viewcvs.cgi/php-src/ext/informix/ifx.ec?r1=1.69.2.16.4.3&r2=1.69.2.16.4.4&diff_format=u Index: php-src/ext/informix/ifx.ec diff -u p

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/informix ifx.ec

2006-01-13 Thread Sascha Schumann
sas Fri Jan 13 14:31:43 2006 UTC Modified files: (Branch: PHP_5_0) /php-src/ext/informix ifx.ec Log: WS http://cvs.php.net/viewcvs.cgi/php-src/ext/informix/ifx.ec?r1=1.107.2.2&r2=1.107.2.3&diff_format=u Index: php-src/ext/informix/ifx.ec diff -u php-src

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/informix ifx.ec

2006-01-13 Thread Sascha Schumann
sas Fri Jan 13 14:31:33 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/informix ifx.ec Log: WS http://cvs.php.net/viewcvs.cgi/php-src/ext/informix/ifx.ec?r1=1.109.2.4&r2=1.109.2.5&diff_format=u Index: php-src/ext/informix/ifx.ec diff -u php-src

[PHP-CVS] cvs: php-src(PHP_4_4) /ext/informix ifx.ec

2006-01-13 Thread Sascha Schumann
sas Fri Jan 13 14:31:20 2006 UTC Modified files: (Branch: PHP_4_4) /php-src/ext/informix ifx.ec Log: WS http://cvs.php.net/viewcvs.cgi/php-src/ext/informix/ifx.ec?r1=1.69.2.28.2.2&r2=1.69.2.28.2.3&diff_format=u Index: php-src/ext/informix/ifx.ec diff -u

[PHP-CVS] cvs: php-src /ext/informix ifx.ec

2006-01-13 Thread Sascha Schumann
sas Fri Jan 13 14:30:32 2006 UTC Modified files: /php-src/ext/informix ifx.ec Log: - WS http://cvs.php.net/viewcvs.cgi/php-src/ext/informix/ifx.ec?r1=1.113&r2=1.114&diff_format=u Index: php-src/ext/informix/ifx.ec diff -u php-src/ext/informix/ifx.ec

[PHP-CVS] cvs: php-src(PHP_4) /ext/informix ifx.ec

2006-01-13 Thread Sascha Schumann
sas Fri Jan 13 14:27:30 2006 UTC Modified files: (Branch: PHP_4) /php-src/ext/informix ifx.ec Log: - MFH http://cvs.php.net/viewcvs.cgi/php-src/ext/informix/ifx.ec?r1=1.69.2.16.4.2&r2=1.69.2.16.4.3&diff_format=u Index: php-src/ext/informix/ifx.ec dif

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/informix ifx.ec

2006-01-13 Thread Sascha Schumann
sas Fri Jan 13 14:25:45 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/informix ifx.ec Log: - MFH lower valgrind error count to 0 http://cvs.php.net/viewcvs.cgi/php-src/ext/informix/ifx.ec?r1=1.109.2.3&r2=1.109.2.4&diff_format=u Index: php-s

[PHP-CVS] cvs: php-src(PHP_4_4) /ext/informix ifx.ec

2006-01-13 Thread Sascha Schumann
sas Fri Jan 13 14:25:09 2006 UTC Modified files: (Branch: PHP_4_4) /php-src/ext/informix ifx.ec Log: - MFH lower valgrind error count to 0 http://cvs.php.net/viewcvs.cgi/php-src/ext/informix/ifx.ec?r1=1.69.2.28.2.1&r2=1.69.2.28.2.2&diff_format=u Inde

[PHP-CVS] cvs: php-src /ext/informix ifx.ec

2006-01-13 Thread Sascha Schumann
sas Fri Jan 13 14:23:35 2006 UTC Modified files: /php-src/ext/informix ifx.ec Log: - lower valgrind error count to zero. http://cvs.php.net/viewcvs.cgi/php-src/ext/informix/ifx.ec?r1=1.112&r2=1.113&diff_format=u Index: php-src/ext/informix/ifx.ec di

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

2004-12-07 Thread Sascha Schumann
setting session.cookie_lifetime to non-zero value leads to session invalidation in that time, even if the session is active and the user is still working with it. Your change affected the code path of standard session cookies which don't have an explicit expiry date. There is no point

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

2004-12-07 Thread Sascha Schumann
On Tue, 7 Dec 2004, Antony Dovgal wrote: On Tue, 7 Dec 2004 13:22:15 +0100 (CET) Sascha Schumann <[EMAIL PROTECTED]> wrote: Please revert. It is intentional that a cookie is only sent when the client has not yet transferred the same session id to us using a cookie. 5.0 &

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

2004-12-07 Thread Sascha Schumann
Please revert. It is intentional that a cookie is only sent when the client has not yet transferred the same session id to us using a cookie. - Sascha On Tue, 7 Dec 2004, Antony Dovgal wrote: tony2001Tue Dec 7 03:21:39 2004 EDT Modified files: (Branch

[PHP-CVS] cvs: CVSROOT / loginfo.pl

2004-10-16 Thread Sascha Schumann
sas Sat Oct 16 18:32:53 2004 EDT Modified files: /CVSROOTloginfo.pl Log: debugging http://cvs.php.net/diff.php/CVSROOT/loginfo.pl?r1=1.77&r2=1.78&ty=u Index: CVSROOT/loginfo.pl diff -u CVSROOT/loginfo.pl:1.77 CVSROOT/loginfo.pl:1.78 --- CVSROOT/loginf

[PHP-CVS] cvs: CVSROOT / loginfo.pl

2004-10-16 Thread Sascha Schumann
sas Sat Oct 16 18:30:42 2004 EDT Modified files: /CVSROOTloginfo.pl Log: is exit 0 borked? http://cvs.php.net/diff.php/CVSROOT/loginfo.pl?r1=1.76&r2=1.77&ty=u Index: CVSROOT/loginfo.pl diff -u CVSROOT/loginfo.pl:1.76 CVSROOT/loginfo.pl:1.77 --- CVSROO

[PHP-CVS] cvs: CVSROOT / loginfo.pl

2004-10-16 Thread Sascha Schumann
sas Sat Oct 16 18:21:43 2004 EDT Modified files: /CVSROOTloginfo.pl Log: debugging http://cvs.php.net/diff.php/CVSROOT/loginfo.pl?r1=1.75&r2=1.76&ty=u Index: CVSROOT/loginfo.pl diff -u CVSROOT/loginfo.pl:1.75 CVSROOT/loginfo.pl:1.76 --- CVSROOT/loginfo.p

[PHP-CVS] cvs: CVSROOT / loginfo.pl

2004-10-16 Thread Sascha Schumann
sas Sat Oct 16 18:09:41 2004 EDT Modified files: /CVSROOTloginfo.pl Log: debugging http://cvs.php.net/diff.php/CVSROOT/loginfo.pl?r1=1.74&r2=1.75&ty=u Index: CVSROOT/loginfo.pl diff -u CVSROOT/loginfo.pl:1.74 CVSROOT/loginfo.pl:1.75 --- CVSROOT/loginf

[PHP-CVS] cvs: CVSROOT / commitinfo.pl loginfo.pl

2004-10-16 Thread Sascha Schumann
tinfo.pl:1.8 --- CVSROOT/commitinfo.pl:1.7 Sat Oct 16 18:02:26 2004 +++ CVSROOT/commitinfo.pl Sat Oct 16 18:06:03 2004 @@ -5,7 +5,7 @@ # Copyright (c) 1999, 2000 Sascha Schumann <[EMAIL PROTECTED]> use strict; -print "COMMITINFO [EMAIL PROTECTED]"; +print "COMM

[PHP-CVS] cvs: CVSROOT / commitinfo.pl loginfo.pl

2004-10-16 Thread Sascha Schumann
tinfo.pl:1.7 --- CVSROOT/commitinfo.pl:1.6 Tue Oct 12 10:32:34 2004 +++ CVSROOT/commitinfo.pl Sat Oct 16 18:02:26 2004 @@ -5,6 +5,8 @@ # Copyright (c) 1999, 2000 Sascha Schumann <[EMAIL PROTECTED]> use strict; +print "COMMITINFO [EMAIL PROTECTED]"; + my $last_file = &

[PHP-CVS] cvs: CVSROOT / loginfo.pl

2004-10-16 Thread Sascha Schumann
sas Sat Oct 16 17:51:21 2004 EDT Modified files: /CVSROOTloginfo.pl Log: debugging http://cvs.php.net/diff.php/CVSROOT/loginfo.pl?r1=1.71&r2=1.72&ty=u Index: CVSROOT/loginfo.pl diff -u CVSROOT/loginfo.pl:1.71 CVSROOT/loginfo.pl:1.72 --- CVSROOT/loginf

[PHP-CVS] cvs: CVSROOT / commitinfo.pl

2004-10-12 Thread Sascha Schumann
sas Tue Oct 12 10:32:35 2004 EDT Modified files: /CVSROOTcommitinfo.pl Log: - add check for empty directory http://cvs.php.net/diff.php/CVSROOT/commitinfo.pl?r1=1.5&r2=1.6&ty=u Index: CVSROOT/commitinfo.pl diff -u CVSROOT/commitinfo.pl:1.5 CVSROOT/com

[PHP-CVS] cvs: CVSROOT / commitinfo

2004-10-12 Thread Sascha Schumann
sas Tue Oct 12 10:25:36 2004 EDT Modified files: /CVSROOTcommitinfo Log: testcommit http://cvs.php.net/diff.php/CVSROOT/commitinfo?r1=1.11&r2=1.12&ty=u Index: CVSROOT/commitinfo diff -u CVSROOT/commitinfo:1.11 CVSROOT/commitinfo:1.12 --- CVSROOT/commitin

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

2004-10-04 Thread Sascha Schumann
Don't forgot to update the error message. - Sascha On Mon, 4 Oct 2004, Anantha Kesari H Y wrote: hyanantha Mon Oct 4 04:52:57 2004 EDT Modified files: /php-src/ext/session mod_files.c Log: modified to 3rd argument of fcntl to FD_CLOEXEC http://cvs.php.net/diff.php/php-s

Re: [PHP-CVS] cvs: php-src / NEWS /ext/standard http_fopen_wrapper.c

2004-09-08 Thread Sascha Schumann
I can appreciate that there is a limited potential need for PHP to support chunked encoding >right-now<, however this is one step in a larger process I suggest you complete the larger process of cloning curl and resubmit your stable changes then for review. - Sascha -- PHP CVS Mailing

Re: [PHP-CVS] cvs: php-src / NEWS /ext/standard http_fopen_wrapper.c

2004-09-08 Thread Sascha Schumann
HTTP/1.1 supports compressing, which is good to save bandwidth. As does HTTP/1.0. Refer to RFC 1945, section 3.5 Content Codings. As the code is only in HEAD, there is no real problem, because untill PHP 5.1 goes out, I'll test this extensively :) That is quite optimistic. If some

Re: [PHP-CVS] cvs: php-src / NEWS /ext/standard http_fopen_wrapper.c

2004-09-08 Thread Sascha Schumann
Well well well. A basic HTTP client such as PHP does not gain anything from supporting HTTP/1.1. Until the time this feature is proven to be stable (especially the dechunking is not always easy to do correctly and reliably in C), the code should live outside of the mainstream

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

2004-08-02 Thread Sascha Schumann
sas Mon Aug 2 04:27:46 2004 EDT Modified files: /php-src/ext/sessionsession.c Log: fix empty_string issue Patch submitted by Antony Dovgal <[EMAIL PROTECTED]> http://cvs.php.net/diff.php/php-src/ext/session/session.c?r1=1.392&r2=1.393&ty=u I

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

2004-08-02 Thread Sascha Schumann
sas Mon Aug 2 04:27:24 2004 EDT Modified files: /php-src/ext/sessionmod_files.c Log: don't read empty files 0 malloc noticed by Antony Dovgal <[EMAIL PROTECTED]> http://cvs.php.net/diff.php/php-src/ext/session/mod_files.c?r1=1.95&r2=1.96&ty=

[PHP-CVS] cvs: CVSROOT / avail

2004-07-15 Thread Sascha Schumann
sas Thu Jul 15 03:38:43 2004 EDT Modified files: /CVSROOTavail Log: pear karma for wenz http://cvs.php.net/diff.php/CVSROOT/avail?r1=1.886&r2=1.887&ty=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.886 CVSROOT/avail:1.887 --- CVSROOT/avail:1.886 Sun J

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

2004-07-05 Thread Sascha Schumann
sas Mon Jul 5 07:44:19 2004 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: add http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.694&r2=1.1247.2.695&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.694 php-src/NEWS:1.1247.2.695 --- p

[PHP-CVS] cvs: php-src /sapi/cgi cgi_main.c

2004-07-05 Thread Sascha Schumann
sas Mon Jul 5 07:41:31 2004 EDT Modified files: /php-src/sapi/cgi cgi_main.c Log: - revert to proper behaviour http://cvs.php.net/diff.php/php-src/sapi/cgi/cgi_main.c?r1=1.254&r2=1.255&ty=u Index: php-src/sapi/cgi/cgi_main.c diff -u php-src/sapi/cgi/cg

[PHP-CVS] cvs: php-src(PHP_4_3) /sapi/cgi cgi_main.c

2004-07-05 Thread Sascha Schumann
sas Mon Jul 5 07:40:29 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/sapi/cgi cgi_main.c Log: - revert to proper behaviour. The environment variable PHP_FCGI_CHILDREN must be explicitly set to != 0 to make the fastcgi-enabled binary act as a sta

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

2004-06-23 Thread Sascha Schumann
sas Wed Jun 23 12:29:17 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/sessionsession.c Log: - fix logic. if the client already sent us the cookie, we don't need to send it again. if the id has been changed, we need to update the client

Re: [PHP-CVS] cvs: php-src /scripts phpize.in

2004-06-19 Thread Sascha Schumann
Since we are not going to support base paths containing spaces in the build system, I fail to see the point of this patch. Thus, I consider #28847 to be bogus. - Sascha On Sat, 19 Jun 2004, Jan Lehnardt wrote: > jan Sat Jun 19 15:39:56 2004 EDT > > Modified files: >

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

2004-05-29 Thread Sascha Schumann
On Fri, 28 May 2004, Wez Furlong wrote: > wez Fri May 28 09:25:51 2004 EDT > > Modified files: > /php-src/ext/standard proc_open.c > Log: > Hopefully resolve proc_open build issues. If proc_open.c is compiled by default (it currently is), you are taking a huge risk

[PHP-CVS] cvs: CVSROOT / avail

2004-03-28 Thread Sascha Schumann
sas Sun Mar 28 07:07:16 2004 EDT Modified files: /CVSROOTavail Log: perm_liveuser / peardoc karma for dufuz http://cvs.php.net/diff.php/CVSROOT/avail?r1=1.840&r2=1.841&ty=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.840 CVSROOT/avail:1.841 --- CVSRO

[PHP-CVS] cvs: CVSROOT / loginfo

2004-03-22 Thread Sascha Schumann
sas Mon Mar 22 18:47:43 2004 EDT Modified files: /CVSROOTloginfo Log: bonsai host is down http://cvs.php.net/diff.php/CVSROOT/loginfo?r1=1.105&r2=1.106&ty=u Index: CVSROOT/loginfo diff -u CVSROOT/loginfo:1.105 CVSROOT/loginfo:1.106 --- CVSROOT/loginfo

[PHP-CVS] cvs: php-src / cvsclean /build build.mk

2004-03-14 Thread Sascha Schumann
php-src/build/build.mk diff -u php-src/build/build.mk:1.24 php-src/build/build.mk:1.25 --- php-src/build/build.mk:1.24 Tue Feb 3 03:23:40 2004 +++ php-src/build/build.mk Sun Mar 14 12:44:36 2004 @@ -14,7 +14,7 @@ # | Author: Sascha Schumann <[EMAI

[PHP-CVS] cvs: php-src(PHP_4_3) / cvsclean /build build.mk

2004-03-14 Thread Sascha Schumann
=1.18&r2=1.18.2.1&ty=u Index: php-src/build/build.mk diff -u php-src/build/build.mk:1.18 php-src/build/build.mk:1.18.2.1 --- php-src/build/build.mk:1.18 Mon Oct 21 11:11:19 2002 +++ php-src/build/build.mk Sun Mar 14 12:43:44 2004 @@ -14,7 +14,7 @@ # | Author: Sascha Schumann <[EMAI

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

2004-03-07 Thread Sascha Schumann
sas Sun Mar 7 17:35:27 2004 EDT Modified files: /php-src/ext/sqlite sess_sqlite.c Log: Avoid using floating point arithmetic and rely on safe_emalloc for the multiplication. The actual size requirement is spelled out as: ** The result is written in

[PHP-CVS] cvs: CVSROOT / avail

2004-02-04 Thread Sascha Schumann
sas Wed Feb 4 10:33:26 2004 EDT Modified files: /CVSROOTavail Log: some pear karma http://cvs.php.net/diff.php/CVSROOT/avail?r1=1.823&r2=1.824&ty=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.823 CVSROOT/avail:1.824 --- CVSROOT/avail:1.823 Wed Feb

[PHP-CVS] cvs: CVSROOT / avail

2004-02-04 Thread Sascha Schumann
sas Wed Feb 4 10:28:02 2004 EDT Modified files: /CVSROOTavail Log: some phpdoc and peardoc karma http://cvs.php.net/diff.php/CVSROOT/avail?r1=1.822&r2=1.823&ty=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.822 CVSROOT/avail:1.823 --- CVSROOT/avail:1.

[PHP-CVS] cvs: CVSROOT / avail

2004-02-04 Thread Sascha Schumann
sas Wed Feb 4 10:17:23 2004 EDT Modified files: /CVSROOTavail Log: peardoc karma for gurugeek http://cvs.php.net/diff.php/CVSROOT/avail?r1=1.821&r2=1.822&ty=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.821 CVSROOT/avail:1.822 --- CVSROOT/avail:1.82

Re: [PHP-CVS] cvs: php-src / CODING_STANDARDS

2004-01-30 Thread Sascha Schumann
The remark should note that developers should indent preprocessor (!) directives by putting the # at the beginning of a line, followed by any number of whitespace. - Sascha On Fri, 30 Jan 2004, Marcus Boerger wrote: > helly Fri Jan 30 02:01:26 2004 EDT > > Modified file

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

2004-01-26 Thread Sascha Schumann
On Mon, 26 Jan 2004, Antony Dovgal wrote: > tony2001 Mon Jan 26 10:25:32 2004 EDT > > Modified files: > /php-src/ext/oci8 oci8.c > Log: > fix this annoying notice about limited range You need to use a different allocator (.._ex(.., 1)). > - smart_str_append

[PHP-CVS] cvs: CVSROOT / avail

2003-12-12 Thread Sascha Schumann
sas Fri Dec 12 04:26:50 2003 EDT Modified files: /CVSROOTavail Log: pear/Validate karma for makler Index: CVSROOT/avail diff -u CVSROOT/avail:1.798 CVSROOT/avail:1.799 --- CVSROOT/avail:1.798 Fri Dec 12 04:18:21 2003 +++ CVSROOT/avail Fri Dec 12

[PHP-CVS] cvs: CVSROOT / avail

2003-12-12 Thread Sascha Schumann
sas Fri Dec 12 04:18:22 2003 EDT Modified files: /CVSROOTavail Log: php-src/sapi/opengroupware karma for jwk Index: CVSROOT/avail diff -u CVSROOT/avail:1.797 CVSROOT/avail:1.798 --- CVSROOT/avail:1.797 Thu Dec 11 14:49:06 2003 +++ CVSROOT/avail

[PHP-CVS] cvs: CVSROOT / avail

2003-12-11 Thread Sascha Schumann
sas Thu Dec 11 14:49:07 2003 EDT Modified files: /CVSROOTavail Log: pres karma for hartmut Index: CVSROOT/avail diff -u CVSROOT/avail:1.796 CVSROOT/avail:1.797 --- CVSROOT/avail:1.796 Tue Dec 9 11:17:43 2003 +++ CVSROOT/avail Thu Dec 11 14:49:0

[PHP-CVS] cvs: CVSROOT / avail

2003-12-09 Thread Sascha Schumann
sas Tue Dec 9 06:59:13 2003 EDT Modified files: /CVSROOTavail Log: html_quickform/renderer Index: CVSROOT/avail diff -u CVSROOT/avail:1.793 CVSROOT/avail:1.794 --- CVSROOT/avail:1.793 Mon Dec 8 13:37:10 2003 +++ CVSROOT/avail Tue Dec 9 06:59:

[PHP-CVS] cvs: CVSROOT / modules

2003-12-08 Thread Sascha Schumann
sas Mon Dec 8 06:54:48 2003 EDT Modified files: /CVSROOTmodules Log: add stuff for pt translation Index: CVSROOT/modules diff -u CVSROOT/modules:1.65 CVSROOT/modules:1.66 --- CVSROOT/modules:1.65Tue Jul 1 08:11:12 2003 +++ CVSROOT/modules

[PHP-CVS] cvs: CVSROOT / loginfo

2003-12-07 Thread Sascha Schumann
sas Sun Dec 7 16:48:36 2003 EDT Modified files: /CVSROOTloginfo Log: hopefully this works correctly with phpdoc-pt_BR Index: CVSROOT/loginfo diff -u CVSROOT/loginfo:1.99 CVSROOT/loginfo:1.100 --- CVSROOT/loginfo:1.99Mon Aug 18 21:19:20 2003 +

[PHP-CVS] cvs: CVSROOT / avail

2003-12-07 Thread Sascha Schumann
sas Sun Dec 7 16:40:15 2003 EDT Modified files: /CVSROOTavail Log: add phpdoc-pt Index: CVSROOT/avail diff -u CVSROOT/avail:1.791 CVSROOT/avail:1.792 --- CVSROOT/avail:1.791 Sun Dec 7 14:39:48 2003 +++ CVSROOT/avail Sun Dec 7 16:40:15 2003 @@

[PHP-CVS] cvs: CVSROOT / avail

2003-12-07 Thread Sascha Schumann
sas Sun Dec 7 14:39:49 2003 EDT Modified files: /CVSROOTavail Log: php-src/sapi/continuity karma for aleigh Index: CVSROOT/avail diff -u CVSROOT/avail:1.790 CVSROOT/avail:1.791 --- CVSROOT/avail:1.790 Sun Dec 7 06:09:28 2003 +++ CVSROOT/avail

[PHP-CVS] cvs: CVSROOT / avail

2003-12-07 Thread Sascha Schumann
sas Sun Dec 7 06:09:30 2003 EDT Modified files: /CVSROOTavail Log: lzo removed due to GPL concerns Index: CVSROOT/avail diff -u CVSROOT/avail:1.789 CVSROOT/avail:1.790 --- CVSROOT/avail:1.789 Sun Dec 7 06:00:47 2003 +++ CVSROOT/avail Sun Dec

[PHP-CVS] cvs: CVSROOT / avail

2003-12-07 Thread Sascha Schumann
sas Sun Dec 7 06:00:48 2003 EDT Modified files: /CVSROOTavail Log: peardoc karma for sousk Index: CVSROOT/avail diff -u CVSROOT/avail:1.788 CVSROOT/avail:1.789 --- CVSROOT/avail:1.788 Sun Dec 7 06:00:02 2003 +++ CVSROOT/avail Sun Dec 7 06:00:

[PHP-CVS] cvs: CVSROOT / avail

2003-12-07 Thread Sascha Schumann
sas Sun Dec 7 06:00:03 2003 EDT Modified files: /CVSROOTavail Log: ecolinet for pecl/win32std Index: CVSROOT/avail diff -u CVSROOT/avail:1.787 CVSROOT/avail:1.788 --- CVSROOT/avail:1.787 Sun Dec 7 05:59:19 2003 +++ CVSROOT/avail Sun Dec 7 06:

[PHP-CVS] cvs: CVSROOT / avail

2003-12-07 Thread Sascha Schumann
sas Sun Dec 7 05:59:20 2003 EDT Modified files: /CVSROOTavail Log: lucamariano for pear/net_server Index: CVSROOT/avail diff -u CVSROOT/avail:1.786 CVSROOT/avail:1.787 --- CVSROOT/avail:1.786 Sun Dec 7 05:58:44 2003 +++ CVSROOT/avail Sun De

[PHP-CVS] cvs: CVSROOT / avail

2003-12-07 Thread Sascha Schumann
sas Sun Dec 7 05:58:45 2003 EDT Modified files: /CVSROOTavail Log: more phpdoc karma lovchy,spermwhale,phaze,baoengb,derek,yannick,daan,xxiengb,ott Index: CVSROOT/avail diff -u CVSROOT/avail:1.785 CVSROOT/avail:1.786 --- CVSROOT/avail:1.785 Sun

[PHP-CVS] cvs: CVSROOT / avail

2003-12-07 Thread Sascha Schumann
sas Sun Dec 7 05:56:02 2003 EDT Modified files: /CVSROOTavail Log: pear package access for ths Index: CVSROOT/avail diff -u CVSROOT/avail:1.784 CVSROOT/avail:1.785 --- CVSROOT/avail:1.784 Sun Dec 7 05:55:15 2003 +++ CVSROOT/avail Sun Dec 7 05

[PHP-CVS] cvs: CVSROOT / avail

2003-12-07 Thread Sascha Schumann
sas Sun Dec 7 05:55:15 2003 EDT Modified files: /CVSROOTavail Log: peardoc for mcgyver5 Index: CVSROOT/avail diff -u CVSROOT/avail:1.783 CVSROOT/avail:1.784 --- CVSROOT/avail:1.783 Sun Dec 7 05:52:39 2003 +++ CVSROOT/avail Sun Dec 7 05:55:15

[PHP-CVS] cvs: CVSROOT / avail

2003-12-07 Thread Sascha Schumann
sas Sun Dec 7 05:52:40 2003 EDT Modified files: /CVSROOTavail Log: karma for ezdevelop Index: CVSROOT/avail diff -u CVSROOT/avail:1.782 CVSROOT/avail:1.783 --- CVSROOT/avail:1.782 Sun Dec 7 05:52:06 2003 +++ CVSROOT/avail Sun Dec 7 05:52:3

[PHP-CVS] cvs: CVSROOT / avail

2003-12-07 Thread Sascha Schumann
sas Sun Dec 7 05:52:07 2003 EDT Modified files: /CVSROOTavail Log: karma for hfuecks Index: CVSROOT/avail diff -u CVSROOT/avail:1.781 CVSROOT/avail:1.782 --- CVSROOT/avail:1.781 Sun Dec 7 05:38:19 2003 +++ CVSROOT/avail Sun Dec 7 05:52:06 200

[PHP-CVS] cvs: CVSROOT / avail

2003-12-07 Thread Sascha Schumann
sas Sun Dec 7 05:38:20 2003 EDT Modified files: /CVSROOTavail Log: batch phpdoc karma apaxx,pjotrik,marduk,narcotia1234,enloma,trizo,xmadda,redshift,alifikri,coder,dodol_maniac,eflorin,adywarna,kyokpae,milans Index: CVSROOT/avail diff -u CVSROO

[PHP-CVS] cvs: CVSROOT / avail

2003-12-07 Thread Sascha Schumann
sas Sun Dec 7 05:32:27 2003 EDT Modified files: /CVSROOTavail Log: phpdoc access for Nuno Lopes and Jakub Vrana Index: CVSROOT/avail diff -u CVSROOT/avail:1.779 CVSROOT/avail:1.780 --- CVSROOT/avail:1.779 Fri Dec 5 10:37:34 2003 +++ CVSROOT/avail

Re: [PHP-CVS] cvs: php-src /ext/gd/libgd gd_jpeg.c /main config.w32.h /sapi/cgi/libfcgi/include fcgi_config_win32.h

2003-11-13 Thread Sascha Schumann
On Thu, 13 Nov 2003, Wez Furlong wrote: > Is there a way we can avoid modifying the libfcgi source? > This fix will probably be lost when libfcgi is next synced > with the official version. Three PHP developers (Shane, Frank, me) have direct commit access to the fcgi repository now, so we

Re: [PHP-CVS] cvs: php-src /ext/standard filestat.c php_filestat.h

2003-11-07 Thread Sascha Schumann
On Fri, 7 Nov 2003, Derick Rethans wrote: > On Fri, 7 Nov 2003, Marcus Boerger wrote: > > > helly Fri Nov 7 04:16:17 2003 EDT > > > > Modified files: > > /php-src/ext/standard filestat.c php_filestat.h > > Log: > > Make php_stat() available for extensions. > > This requi

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

2003-11-06 Thread Sascha Schumann
sas Thu Nov 6 09:31:33 2003 EDT Modified files: /php-src/ext/oci8 oci8.c Log: WS Index: php-src/ext/oci8/oci8.c diff -u php-src/ext/oci8/oci8.c:1.217 php-src/ext/oci8/oci8.c:1.218 --- php-src/ext/oci8/oci8.c:1.217 Thu Nov 6 09:29:09 2003 +++ php-sr

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

2003-11-06 Thread Sascha Schumann
sas Thu Nov 6 09:31:15 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/oci8 oci8.c Log: WS Index: php-src/ext/oci8/oci8.c diff -u php-src/ext/oci8/oci8.c:1.183.2.6 php-src/ext/oci8/oci8.c:1.183.2.7 --- php-src/ext/oci8/oci8.c:1.183.2.6 Thu Nov

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

2003-11-06 Thread Sascha Schumann
sas Thu Nov 6 09:29:11 2003 EDT Modified files: /php-src/ext/oci8 oci8.c Log: Fix a format string Nuke a sprintf (slooow) And embed the charset as part of the hashed details (persistent conn key), because the function otherwise happily returns in

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

2003-11-06 Thread Sascha Schumann
sas Thu Nov 6 09:27:35 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/oci8 oci8.c Log: Fix a format string Nuke a sprintf (slooow) And embed the charset as part of the hashed details (persistent conn key), because the function otherwise h

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

2003-11-05 Thread Sascha Schumann
sas Wed Nov 5 03:05:35 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: Forgot to add that.. Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.458 php-src/NEWS:1.1247.2.459 --- php-src/NEWS:1.1247.2.458 Tue Nov 4 23:32:15 2003 +++ php-s

[PHP-CVS] cvs: php-src(PHP_4_3) / TODO.BUILDv5

2003-11-01 Thread Sascha Schumann
sas Sat Nov 1 17:34:03 2003 EDT Removed files: (Branch: PHP_4_3) /php-srcTODO.BUILDv5 Log: not really adequate here -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: CVSROOT / avail

2003-10-29 Thread Sascha Schumann
sas Wed Oct 29 15:07:49 2003 EDT Modified files: /CVSROOTavail Log: pecl/valkyrie karma for xnoguer Index: CVSROOT/avail diff -u CVSROOT/avail:1.772 CVSROOT/avail:1.773 --- CVSROOT/avail:1.772 Wed Oct 29 10:29:15 2003 +++ CVSROOT/avail Wed Oct 2

[PHP-CVS] cvs: CVSROOT / avail

2003-10-29 Thread Sascha Schumann
sas Wed Oct 29 10:29:16 2003 EDT Modified files: /CVSROOTavail Log: smarty karma for boots Index: CVSROOT/avail diff -u CVSROOT/avail:1.771 CVSROOT/avail:1.772 --- CVSROOT/avail:1.771 Thu Oct 23 05:52:36 2003 +++ CVSROOT/avail Wed Oct 29 10:29:1

[PHP-CVS] cvs: CVSROOT / avail

2003-10-23 Thread Sascha Schumann
sas Thu Oct 23 03:28:32 2003 EDT Modified files: /CVSROOTavail Log: more smarty web karma Index: CVSROOT/avail diff -u CVSROOT/avail:1.769 CVSROOT/avail:1.770 --- CVSROOT/avail:1.769 Thu Oct 23 03:27:07 2003 +++ CVSROOT/avail Thu Oct 23 03:28:31

[PHP-CVS] cvs: CVSROOT / avail

2003-10-23 Thread Sascha Schumann
sas Thu Oct 23 03:27:07 2003 EDT Modified files: /CVSROOTavail Log: smarty web karma for jrieger Index: CVSROOT/avail diff -u CVSROOT/avail:1.768 CVSROOT/avail:1.769 --- CVSROOT/avail:1.768 Thu Oct 23 03:25:48 2003 +++ CVSROOT/avail Thu Oct 23 0

[PHP-CVS] cvs: CVSROOT / avail

2003-10-23 Thread Sascha Schumann
sas Thu Oct 23 03:25:49 2003 EDT Modified files: /CVSROOTavail Log: phpdoc karma for fa Index: CVSROOT/avail diff -u CVSROOT/avail:1.767 CVSROOT/avail:1.768 --- CVSROOT/avail:1.767 Thu Oct 23 03:23:03 2003 +++ CVSROOT/avail Thu Oct 23 03:25:48 2

[PHP-CVS] cvs: CVSROOT / avail

2003-10-23 Thread Sascha Schumann
sas Thu Oct 23 03:23:04 2003 EDT Modified files: /CVSROOTavail Log: phpdoc karma for javi and mrmaster Index: CVSROOT/avail diff -u CVSROOT/avail:1.766 CVSROOT/avail:1.767 --- CVSROOT/avail:1.766 Tue Oct 21 12:51:41 2003 +++ CVSROOT/avail Thu O

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

2003-10-22 Thread Sascha Schumann
sas Wed Oct 22 10:50:20 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/ircg ircg.c Log: MFH channel_mode fix Index: php-src/ext/ircg/ircg.c diff -u php-src/ext/ircg/ircg.c:1.137.2.17 php-src/ext/ircg/ircg.c:1.137.2.18 --- php-src/ext/ircg/ircg.c

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

2003-10-22 Thread Sascha Schumann
sas Wed Oct 22 10:49:02 2003 EDT Modified files: /php-src/ext/ircg ircg.c Log: No empty args here, some servers don't like that Index: php-src/ext/ircg/ircg.c diff -u php-src/ext/ircg/ircg.c:1.198 php-src/ext/ircg/ircg.c:1.199 --- php-src/ext/ircg/ircg.

[PHP-CVS] cvs: CVSROOT / avail

2003-10-21 Thread Sascha Schumann
sas Tue Oct 21 12:51:42 2003 EDT Modified files: /CVSROOTavail Log: phpdoc karma for fd Index: CVSROOT/avail diff -u CVSROOT/avail:1.765 CVSROOT/avail:1.766 --- CVSROOT/avail:1.765 Sun Oct 19 22:02:27 2003 +++ CVSROOT/avail Tue Oct 21 12:51:41 2003

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

2003-10-17 Thread Sascha Schumann
sas Fri Oct 17 07:09:53 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/main network.c Log: Fix comment Index: php-src/main/network.c diff -u php-src/main/network.c:1.83.2.19 php-src/main/network.c:1.83.2.20 --- php-src/main/network.c:1.83.2.19

[PHP-CVS] cvs: php-src(PHP_4) /sapi/thttpd thttpd_patch

2003-10-14 Thread Sascha Schumann
sas Tue Oct 14 04:12:01 2003 EDT Modified files: (Branch: PHP_4) /php-src/sapi/thttpdthttpd_patch Log: Embed date of last modification Index: php-src/sapi/thttpd/thttpd_patch diff -u php-src/sapi/thttpd/thttpd_patch:1.31.2.12.2.1 php-src/sapi/thtt

[PHP-CVS] cvs: php-src /sapi/thttpd thttpd_patch

2003-10-14 Thread Sascha Schumann
sas Tue Oct 14 04:11:38 2003 EDT Modified files: /php-src/sapi/thttpdthttpd_patch Log: Embed date of last modification Index: php-src/sapi/thttpd/thttpd_patch diff -u php-src/sapi/thttpd/thttpd_patch:1.44 php-src/sapi/thttpd/thttpd_patch:1.45 ---

[PHP-CVS] cvs: php-src(PHP_4_3) /sapi/thttpd thttpd_patch

2003-10-14 Thread Sascha Schumann
sas Tue Oct 14 04:11:19 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/sapi/thttpdthttpd_patch Log: Embed date of last modification Index: php-src/sapi/thttpd/thttpd_patch diff -u php-src/sapi/thttpd/thttpd_patch:1.31.2.13 php-src/sapi/thttpd

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

2003-09-28 Thread Sascha Schumann
sas Sun Sep 28 06:24:42 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/ircg ircg.c Log: Use correct allocator Index: php-src/ext/ircg/ircg.c diff -u php-src/ext/ircg/ircg.c:1.137.2.16 php-src/ext/ircg/ircg.c:1.137.2.17 --- php-src/ext/ircg/ircg.

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

2003-09-25 Thread Sascha Schumann
Please put a #ifdef broken_system^Wwin32 / #endif around that. There is no advantage in wasting system calls on proper operating systems. - Sascha On Wed, 24 Sep 2003, Ilia Alshanetsky wrote: > iliaa Wed Sep 24 19:39:15 2003 EDT > > Modified files: > /php-src/ext/se

[PHP-CVS] cvs: php-src(PHP_4_3) /sapi/cgi cgi_main.c /sapi/cgi/libfcgi fcgiapp.c os_unix.c os_win32.c /sapi/cgi/libfcgi/include fastcgi.h fcgi_config_win32.h fcgi_stdio.h fcgiapp.h fcgimisc.h fcgio.h fcgios.h

2003-09-21 Thread Sascha Schumann
sas Sun Sep 21 18:08:18 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/sapi/cgi cgi_main.c /php-src/sapi/cgi/libfcgi fcgiapp.c os_unix.c os_win32.c /php-src/sapi/cgi/libfcgi/include fastcgi.h fcgi_config_win32.h

  1   2   3   4   5   6   7   8   >