iliaa Mon Jan 13 21:39:11 2003 EDT
Modified files:
/php4/ext/sockets sockets.c
Log:
Changed php_error to php_error_docref().
Removed pointless checks around array_init().
Index: php4/ext/sockets/sockets.c
diff -u php4/ext/sockets/sockets.c:1.129 php4/ex
moriyoshi Mon Jan 13 20:27:57 2003 EDT
Modified files:
/php4/ext/standard filters.c
Log:
Fixed small memory leak that occurs when the invalid line length is passed
to the qprint ctor.
Index: php4/ext/standard/filters.c
diff -u php4/ext/standard/filte
moriyoshi Mon Jan 13 20:23:36 2003 EDT
Modified files:
/php4/ext/standard filters.c
Log:
Fixed quoted-printable encoder so that it produces RFC2045 complicant
output. As per this specification requirement, the constructor now accepts
three options: binar
sniper Mon Jan 13 18:31:32 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/informix config.m4
Log:
Fixed bug: #21543, Informix version detection fails
Index: php4/ext/informix/config.m4
diff -u php4/ext/informix/config.m4:1.27 php4/ext/informix/config.m4:1
sniper Mon Jan 13 18:31:12 2003 EDT
Modified files:
/php4/ext/informix config.m4
Log:
Fixed bug: #21543, Informix version detection fails
Index: php4/ext/informix/config.m4
diff -u php4/ext/informix/config.m4:1.27 php4/ext/informix/config.m4:1.28
--- php4/ext/
gobaMon Jan 13 16:18:29 2003 EDT
Modified files:
/CVSROOTcvswrappers
Log:
Remove requested by Jan and Derick. *.dsw files are text files as they say...
Index: CVSROOT/cvswrappers
diff -u CVSROOT/cvswrappers:1.6 CVSROOT/cvswrappers:1.7
--- CVSROOT/cvsw
On Mon, 13 Jan 2003, Gabor Hojtsy wrote:
> > > goba Sun Jan 12 12:40:05 2003 EDT
> > >
> > > Modified files:
> > > /CVSROOT cvswrappers
> > > Log:
> > > OK, two *.dsw and two *.zip is a bit too much :)
> >
> > .dsw (Visual Studio workspace) files are plain text files.
> > goba Sun Jan 12 12:40:05 2003 EDT
> >
> > Modified files:
> > /CVSROOT cvswrappers
> > Log:
> > OK, two *.dsw and two *.zip is a bit too much :)
>
> .dsw (Visual Studio workspace) files are plain text files.
Well, there were two *.dsw entires there already.
I have
fmk Mon Jan 13 14:33:10 2003 EDT
Modified files:
/php4/ext/rpc/com conversion.c
Log:
false should be VT_FALSE
Index: php4/ext/rpc/com/conversion.c
diff -u php4/ext/rpc/com/conversion.c:1.51 php4/ext/rpc/com/conversion.c:1.52
--- php4/ext/rpc/com/conversion
moriyoshi Mon Jan 13 14:21:44 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/tests/run-testtest008.phpt
Log:
MFH
# The typo I made in the previous commit log is not intentional :)
Index: php4/tests/run-test/test008.phpt
diff -u php4/tests/run
moriyoshi Mon Jan 13 14:18:19 2003 EDT
Modified files:
/php4/tests/run-testtest008.phpt
Log:
Fixed typoFixed typoFixed typoFixed typoFixed typoFixed typoFixed typoFixed typo
Index: php4/tests/run-test/test008.phpt
diff -u php4/tests/run-test/tes
andrey Mon Jan 13 13:12:23 2003 EDT
Modified files:
/php4/ext/standard array.c basic_functions.c php_array.h
Log:
added array_combine().
Creates an array by using the elements of the first parameter as keys and
the elements of the second as correspoding keys
edink Mon Jan 13 11:07:43 2003 EDT
Modified files:
/php4/sapi/servlet servlet.dsp
Log:
Adjust paths for the new location of ext/rpc/java
Index: php4/sapi/servlet/servlet.dsp
diff -u php4/sapi/servlet/servlet.dsp:1.16 php4/sapi/servlet/servlet.dsp:1.17
--- php
edink Mon Jan 13 10:15:23 2003 EDT
Modified files:
/php4/ext/rpc/java java.dsp
Log:
Adjust paths to the new location java.dsp
Index: php4/ext/rpc/java/java.dsp
diff -u php4/ext/rpc/java/java.dsp:1.13 php4/ext/rpc/java/java.dsp:1.14
--- php4/ext/rpc/java/java.
Derick,
then probably php_soap has it's place in ext/rpc or I am wrong?
Andrey
- Original Message -
From: "Derick Rethans" <[EMAIL PROTECTED]>
To: "Edin Kadribasic" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, January 13, 2003 3:43 PM
Subject: Re: [PHP-CVS] cvs: php4 /ext
On Mon, Jan 13, 2003 at 01:28:27PM +, Wez Furlong wrote:
> I am going to alter the API so that you can pass a zval directly to the
> filter implementation; this will make the code so much simpler.
>
> I mentioned this last week, and I'd feel happier if there was less code
> to maintain, so ple
On Mon, 13 Jan 2003, Edin Kadribasic wrote:
> edink Mon Jan 13 08:39:28 2003 EDT
>
> Modified files:
> /php4/ext/rpc/xmlrpc xmlrpc-epi-php.c
> Log:
> Fix ZTS build here too.
> #
> # What is the correct location of XMLRPC extension?
> # Can the reduntand
edink Mon Jan 13 08:39:28 2003 EDT
Modified files:
/php4/ext/rpc/xmlrpcxmlrpc-epi-php.c
Log:
Fix ZTS build here too.
#
# What is the correct location of XMLRPC extension?
# Can the reduntand one be removed then and the build system fixed
# to acom
edink Mon Jan 13 08:36:23 2003 EDT
Modified files:
/php4/ext/xmlrpcxmlrpc-epi-php.c
Log:
Fixed ZTS build.
Index: php4/ext/xmlrpc/xmlrpc-epi-php.c
diff -u php4/ext/xmlrpc/xmlrpc-epi-php.c:1.27 php4/ext/xmlrpc/xmlrpc-epi-php.c:1.28
--- php4/ext/xmlrpc/xml
I am going to alter the API so that you can pass a zval directly to the
filter implementation; this will make the code so much simpler.
I mentioned this last week, and I'd feel happier if there was less code
to maintain, so please consider reverting the parameter parsing commit.
Sorry if this mak
moriyoshi Mon Jan 13 06:00:24 2003 EDT
Modified files:
/php4/ext/standard filters.c
Log:
Fixed a silly segfault bug caused by lack of strict type checking
Index: php4/ext/standard/filters.c
diff -u php4/ext/standard/filters.c:1.14 php4/ext/standard/fil
sas Mon Jan 13 05:27:51 2003 EDT
Modified files:
/php4/build buildcheck.sh
Log:
which is not portable. use our bundled shtool instead.
Index: php4/build/buildcheck.sh
diff -u php4/build/buildcheck.sh:1.21 php4/build/buildcheck.sh:1.22
--- php4/build/build
moriyoshi Mon Jan 13 05:21:41 2003 EDT
Modified files:
/php4/ext/standard filters.c
Log:
. Implemented a common filter parameter parsing function.
# For example "base64-encode.line-break-chars=--,base64-decode.blah=foobar"
# will be parsed and splitted
derick Mon Jan 13 03:19:52 2003 EDT
Modified files:
/php4/ext/domxmlphp_domxml.c
Log:
- Fix ZTS build
Index: php4/ext/domxml/php_domxml.c
diff -u php4/ext/domxml/php_domxml.c:1.232 php4/ext/domxml/php_domxml.c:1.233
--- php4/ext/domxml/php_domxml.c:1.232
24 matches
Mail list logo