helly Wed Jul 2 02:40:34 2003 EDT
Modified files:
/php-src/tests/classes bug24445.phpt
Log:
Fix test name
Index: php-src/tests/classes/bug24445.phpt
diff -u php-src/tests/classes/bug24445.phpt:1.1 php-src/tests/classes/bug24445.phpt:1.2
--- php-src/tests
sterlingWed Jul 2 00:34:18 2003 EDT
Modified files:
/php-src/ext/session/tests 016.phpt
Log:
fix this test when using a save_handler other than files...
Index: php-src/ext/session/tests/016.phpt
diff -u php-src/ext/session/tests/016.phpt:1.2 php-src
sterlingWed Jul 2 00:30:46 2003 EDT
Added files:
/php-src/tests/classes bug24445.phpt
Log:
add a test for get_parent_class() bug
Index: php-src/tests/classes/bug24445.phpt
+++ php-src/tests/classes/bug24445.phpt
--TEST--
Bug #24399: get_pare
sterlingTue Jul 1 23:12:06 2003 EDT
Modified files:
/php-src/ext/sqlite sess_sqlite.c
Log:
further improve the performance and clean up
Index: php-src/ext/sqlite/sess_sqlite.c
diff -u php-src/ext/sqlite/sess_sqlite.c:1.8 php-src/ext/sqlite/sess_sqlit
On Wed, 2 Jul 2003, Jani Taskinen wrote:
> On Wed, 2 Jul 2003, Sascha Schumann wrote:
>
> >> Happens somewhere in ext/fdf/config.m4, the fdf libpath
> >> is somehow forgotten in the tests, and it never gets in when
> >> added later, causing all the tests after ext/fdf to fail
> >>
sas Tue Jul 1 23:04:35 2003 EDT
Modified files:
/php-srcacinclude.m4
Log:
MFB PHP_CHECK_LIBRARY fix
Index: php-src/acinclude.m4
diff -u php-src/acinclude.m4:1.253 php-src/acinclude.m4:1.254
--- php-src/acinclude.m4:1.253 Tue Jul 1 20:04:12 2003
+++ ph
sas Tue Jul 1 23:04:28 2003 EDT
Modified files: (Branch: PHP_4)
/php-srcacinclude.m4
Log:
MFB PHP_CHECK_LIBRARY fix
Index: php-src/acinclude.m4
diff -u php-src/acinclude.m4:1.218.2.18.4.2 php-src/acinclude.m4:1.218.2.18.4.3
--- php-src/acinclude.m4:1.218
sas Tue Jul 1 23:03:41 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-srcacinclude.m4
Log:
Always store temporary information in LDFLAGS
This also avoids use of PHP_RUN_ONCE which caused some config.m4s to fail.
Index: php-src/acinclude.m4
diff
On Wed, 2 Jul 2003, Sascha Schumann wrote:
>> Happens somewhere in ext/fdf/config.m4, the fdf libpath
>> is somehow forgotten in the tests, and it never gets in when
>> added later, causing all the tests after ext/fdf to fail
>> because the -lFdfTk is not found.
>
>Can you send
> Happens somewhere in ext/fdf/config.m4, the fdf libpath
> is somehow forgotten in the tests, and it never gets in when
> added later, causing all the tests after ext/fdf to fail
> because the -lFdfTk is not found.
Can you send me your config.log?
The ASN SDK site seems t
sniper Tue Jul 1 22:48:16 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-srcMakefile.global
/php-src/sapi/cgi config9.m4
Log:
MFH: Be more verbose about what is installed (and in CGI case, WHERE)
Index: php-src/Makefile.global
diff -u php-src/Mak
Whatta hell..I didn't commit anything?!
Or at least I didn't mean to commit..
Anyway, it was just minor issue, added the SAPI name
to the output of 'make install', no functional changes.
--Jani
On Wed, 2 Jul 2003, Jani Taskinen wrote:
>sniper Tue Jul 1 22:3
sniper Tue Jul 1 22:38:47 2003 EDT
Modified files:
/php-srcMakefile.global
/php-src/sapi/cgi config9.m4
Log:
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Unfortunately the configure breaks for me now.
(worked fine before this change).
Happens somewhere in ext/fdf/config.m4, the fdf libpath
is somehow forgotten in the tests, and it never gets in when
added later, causing all the tests after ext/fdf to fail
because the -l
iliaa Tue Jul 1 22:04:21 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src/ext/ming ming.c
Log:
MFH: crash fix
Index: php-src/ext/ming/ming.c
diff -u php-src/ext/ming/ming.c:1.42.2.2 php-src/ext/ming/ming.c:1.42.2.3
--- php-src/ext/ming/ming.c:1.42.2.2
iliaa Tue Jul 1 22:03:59 2003 EDT
Modified files:
/php-src/ext/ming ming.c
Log:
Fixed a crash when text is added before a font is specified.
Index: php-src/ext/ming/ming.c
diff -u php-src/ext/ming/ming.c:1.47 php-src/ext/ming/ming.c:1.48
--- php-src/ext/
wez Tue Jul 1 21:35:39 2003 EDT
Modified files:
/php-src/main/streams php_stream_transport.h
Log:
socklen_t needs this.
We might need some more magic to ensure that socklen_t gets defined in
the correct places; lets see if any more problems arise...
sas Tue Jul 1 21:08:27 2003 EDT
Modified files:
/php-srcMakefile.global configure.in
/php-src/sapi/cgi Makefile.frag config9.m4
Log:
Fix install-sapi dependency - it should depend on OVERALL_TARGET, of course.
Index: php-src/Makefile.global
di
sas Tue Jul 1 21:06:29 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-srcMakefile.global configure.in
/php-src/sapi/cgi Makefile.frag config9.m4
Log:
Fix install-sapi dependency - it should depend on OVERALL_TARGET, of course.
Index: php-src/M
sterlingTue Jul 1 20:56:32 2003 EDT
Modified files:
/php-src/ext/sqlite sess_sqlite.c
Log:
not necessary, already assumed binary safe (it has to be under the current
session architecture), and anything else is fair play
Index: php-src/ext/sqlite/se
sas Tue Jul 1 20:52:35 2003 EDT
Removed files:
/php-srcstrtok_r.c
Log:
This file has moved for your years ago into TSRM. Delete it.
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Wed, 2 Jul 2003, Sascha Schumann wrote:
>> But I don't want to see that libphp4.* crap get created
>> uselessly when building only CGI. (It doesn't need it at
>> all)
>
>If you are building a program SAPI like CGI, libphp4.la never
>gets created. Your commit also only ad
sterlingTue Jul 1 20:45:16 2003 EDT
Modified files:
/php-src/ext/sqlite sess_sqlite.c
Log:
ws fix
Index: php-src/ext/sqlite/sess_sqlite.c
diff -u php-src/ext/sqlite/sess_sqlite.c:1.6 php-src/ext/sqlite/sess_sqlite.c:1.7
--- php-src/ext/sqlite/sess_sq
sterlingTue Jul 1 20:43:00 2003 EDT
Modified files:
/php-src/ext/sqlite sess_sqlite.c
Log:
set synching to off
cleanup some silly code
Index: php-src/ext/sqlite/sess_sqlite.c
diff -u php-src/ext/sqlite/sess_sqlite.c:1.5 php-src/ext/sqlite/sess_sqli
> But I don't want to see that libphp4.* crap get created
> uselessly when building only CGI. (It doesn't need it at
> all)
If you are building a program SAPI like CGI, libphp4.la never
gets created. Your commit also only added a specific
install-cgi target which is irr
Hello Jani,
Wednesday, July 2, 2003, 1:58:29 AM, you wrote:
JT> Why do all these test check the ZE version???
JT> This branch uses ZE2 anyway?
Maybe you edit them whit SED and remove those chacks all ?
--
Best regards,
Marcusmailto:[EMAIL PROTECTED]
sterlingTue Jul 1 20:04:58 2003 EDT
Modified files:
/php-src/ext/sqlite sess_sqlite.c
Log:
no c++ style comments
Index: php-src/ext/sqlite/sess_sqlite.c
diff -u php-src/ext/sqlite/sess_sqlite.c:1.4 php-src/ext/sqlite/sess_sqlite.c:1.5
--- php-src/ext
sas Tue Jul 1 20:04:13 2003 EDT
Modified files:
/php-srcacinclude.m4
Log:
Sync PHP_CHECK_LIBRARY change
Index: php-src/acinclude.m4
diff -u php-src/acinclude.m4:1.252 php-src/acinclude.m4:1.253
--- php-src/acinclude.m4:1.252 Mon Jun 30 20:16:23 2003
sterlingTue Jul 1 20:03:41 2003 EDT
Modified files:
/php-src/ext/sqlite sess_sqlite.c
Log:
make this actually work.
Index: php-src/ext/sqlite/sess_sqlite.c
diff -u php-src/ext/sqlite/sess_sqlite.c:1.3 php-src/ext/sqlite/sess_sqlite.c:1.4
--- php-src/
sas Tue Jul 1 20:00:52 2003 EDT
Modified files: (Branch: PHP_4)
/php-srcacinclude.m4
Log:
Sync PHP_CHECK_LIBRARY change
Index: php-src/acinclude.m4
diff -u php-src/acinclude.m4:1.218.2.18.4.1 php-src/acinclude.m4:1.218.2.18.4.2
--- php-src/acinclude.m
Why do all these test check the ZE version???
This branch uses ZE2 anyway?
--Jani
On Tue, 1 Jul 2003, Marcus Boerger wrote:
>helly Tue Jul 1 17:28:15 2003 EDT
>
> Modified files:
>/php-src/tests/classes clone_002.phpt
> Log:
> ups
>
>In
helly Tue Jul 1 19:57:27 2003 EDT
Added files:
/php-src/tests/classes clone_003.phpt
Log:
Add more clone testing
Index: php-src/tests/classes/clone_003.phpt
+++ php-src/tests/classes/clone_003.phpt
--TEST--
ZE2 object cloning, 3
--SKIPIF--
--FILE--
sas Tue Jul 1 19:54:44 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-srcacinclude.m4
/php-src/ext/zlib config0.m4
Log:
Make PHP_CHECK_LIBRARY use PHP_EVAL_LIBLINE which automatically
eliminates /usr/lib references
Index: php-src/acinclude.m
helly Tue Jul 1 19:50:02 2003 EDT
Added files:
/php-src/tests/classes private_members.phpt
Log:
Check handling of private class members
Index: php-src/tests/classes/private_members.phpt
+++ php-src/tests/classes/private_members.phpt
--TEST--
A privat
helly Tue Jul 1 19:20:48 2003 EDT
Modified files:
/php-src/tests/classes clone_002.phpt
Log:
ups (2nd)
Index: php-src/tests/classes/clone_002.phpt
diff -u php-src/tests/classes/clone_002.phpt:1.2
php-src/tests/classes/clone_002.phpt:1.3
--- php-src/test
On Wed, 2 Jul 2003, Sascha Schumann wrote:
>On Tue, 1 Jul 2003, Jani Taskinen wrote:
>
>> sniper Tue Jul 1 13:03:55 2003 EDT
>>
>> Modified files: (Branch: PHP_4_3)
>> /php-src configure.in
>> /php-src/sapi/cgiMakefile.frag config9.m4
>> Log:
>> MF
On Wed, 2 Jul 2003, Sascha Schumann wrote:
>On Tue, 1 Jul 2003, Jani Taskinen wrote:
>
>>
>> And that is bad because..?
>> What error lead to adding this? (would be nice to know..)
>
>The default compiler paths (usually /usr/include and
>/usr/lib) should not be added, because non-d
On Tue, 1 Jul 2003, Jani Taskinen wrote:
> sniperTue Jul 1 13:03:55 2003 EDT
>
> Modified files: (Branch: PHP_4_3)
> /php-src configure.in
> /php-src/sapi/cgi Makefile.frag config9.m4
> Log:
> MFH: Separate CGI install from install-sapi.
This break
On Tue, 1 Jul 2003, Jani Taskinen wrote:
>
> And that is bad because..?
> What error lead to adding this? (would be nice to know..)
The default compiler paths (usually /usr/include and
/usr/lib) should not be added, because non-default paths
should always take precedent. Some
helly Tue Jul 1 17:28:15 2003 EDT
Modified files:
/php-src/tests/classes clone_002.phpt
Log:
ups
Index: php-src/tests/classes/clone_002.phpt
diff -u php-src/tests/classes/clone_002.phpt:1.1
php-src/tests/classes/clone_002.phpt:1.2
--- php-src/tests/clas
helly Tue Jul 1 17:27:59 2003 EDT
Added files:
/php-src/tests/classes clone_002.phpt
Log:
Add more clone testing
Index: php-src/tests/classes/clone_002.phpt
+++ php-src/tests/classes/clone_002.phpt
--TEST--
ZE2 object cloning, 1
--SKIPIF--
--FILE--
helly Tue Jul 1 17:26:57 2003 EDT
Added files:
/php-src/tests/classes clone_001.phpt
Log:
Add more clone testing
Index: php-src/tests/classes/clone_001.phpt
+++ php-src/tests/classes/clone_001.phpt
--TEST--
ZE2 object cloning, 1
--SKIPIF--
--FILE--
helly Tue Jul 1 17:05:02 2003 EDT
Modified files:
/php-src/tests/classes factory_and_singleton_008.phpt
Log:
Fix test (damn copy'n'paste)
Index: php-src/tests/classes/factory_and_singleton_008.phpt
diff -u php-src/tests/classes/factory_and_singleton_008.
helly Tue Jul 1 15:59:50 2003 EDT
Added files:
/php-src/tests/classes factory_and_singleton_007.phpt
factory_and_singleton_008.phpt
Log:
Add tests for __clone visibility
Index: php-src/tests/classes/factory_and_single
rasmus Tue Jul 1 15:52:09 2003 EDT
Modified files:
/CVSROOTavail
Log:
Curl karma for Linus
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.703 CVSROOT/avail:1.704
--- CVSROOT/avail:1.703 Tue Jul 1 11:03:40 2003
+++ CVSROOT/avail Tue Jul 1 15:52:09
wez Tue Jul 1 15:51:07 2003 EDT
Modified files:
/php-src/main/streams php_stream_transport.h
Log:
size_t -> socklen_t
fixes warnings under macosx
Index: php-src/main/streams/php_stream_transport.h
diff -u php-src/main/streams/php_stream_transport
rrichards Tue Jul 1 15:28:30 2003 EDT
Modified files:
/php-src/ext/domdocument.c
Log:
fix load() and loadxml() when used with uninstantiated object
Index: php-src/ext/dom/document.c
diff -u php-src/ext/dom/document.c:1.7 php-src/ext/dom/document.c:1.8
helly Tue Jul 1 15:12:23 2003 EDT
Added files:
/php-src/tests/classes factory_and_singleton_004.phpt
factory_and_singleton_005.phpt
factory_and_singleton_006.phpt
Log:
Add tests for static
And that is bad because..?
What error lead to adding this? (would be nice to know..)
--Jani
On Fri, 27 Jun 2003, Sascha Schumann wrote:
>sasThu Jun 26 20:37:53 2003 EDT
>
> Modified files: (Branch: PHP_4_3)
>/php-src/ext/zlib config0.m4
> Lo
derick Tue Jul 1 15:06:04 2003 EDT
Modified files:
/php-src/tests/lang bug23624.phpt
Log:
- Fixing this test, this is the correct behavior
Index: php-src/tests/lang/bug23624.phpt
diff -u php-src/tests/lang/bug23624.phpt:1.2 php-src/tests/lang/bug23624.phpt:
Why not put these in Zend/tests/ now that it exists too..?
--Jani
On Tue, 1 Jul 2003, Marcus Boerger wrote:
>helly Tue Jul 1 14:34:42 2003 EDT
>
> Added files:
>/php-src/tests/classes factory_and_singleton_001.phpt
>
helly Tue Jul 1 14:34:42 2003 EDT
Added files:
/php-src/tests/classes factory_and_singleton_001.phpt
factory_and_singleton_002.phpt
factory_and_singleton_003.phpt
Log:
Add tests for static
helly Tue Jul 1 13:55:32 2003 EDT
Modified files:
/php-src/ext/sqlite sqlite.c sess_sqlite.c
Log:
Fix warnings and allow builds without ext/session
Index: php-src/ext/sqlite/sqlite.c
diff -u php-src/ext/sqlite/sqlite.c:1.68 php-src/ext/sqlite/sqlite.c:1.69
--
Hello Jani,
Tuesday, July 1, 2003, 7:01:21 PM, you wrote:
JT> sniper Tue Jul 1 13:01:21 2003 EDT
JT> Modified files:
JT> /php-srcconfigure.in
JT> /php-src/sapi/cgi Makefile.frag config9.m4
JT> Log:
JT> - Separate CGI build from regular SAPI build
JT
sniper Tue Jul 1 13:03:55 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-srcconfigure.in
/php-src/sapi/cgi Makefile.frag config9.m4
Log:
MFH: Separate CGI install from install-sapi.
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2
sniper Tue Jul 1 13:01:21 2003 EDT
Modified files:
/php-srcconfigure.in
/php-src/sapi/cgi Makefile.frag config9.m4
Log:
- Separate CGI build from regular SAPI build
# Creating the libphp5.a lib is not necessary for CGI build.
#
# btw. It would b
sniper Tue Jul 1 12:20:53 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src/scriptsphpize.in
Log:
MFH
Index: php-src/scripts/phpize.in
diff -u php-src/scripts/phpize.in:1.1.2.3 php-src/scripts/phpize.in:1.1.2.4
--- php-src/scripts/phpize.in:1.1.2.3 Tue
sniper Tue Jul 1 12:20:32 2003 EDT
Modified files:
/php-src/scriptsphpize.in
Log:
Fix previous commit. (never do 2 things same time :)
Index: php-src/scripts/phpize.in
diff -u php-src/scripts/phpize.in:1.4 php-src/scripts/phpize.in:1.5
--- php-src/scripts/
sniper Tue Jul 1 11:55:27 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src/scriptsphpize.in
Log:
MFH: Added --help to phpize
Index: php-src/scripts/phpize.in
diff -u php-src/scripts/phpize.in:1.1.2.2 php-src/scripts/phpize.in:1.1.2.3
--- php-src/scripts/
sniper Tue Jul 1 11:55:09 2003 EDT
Modified files:
/php-src/scriptsphpize.in
Log:
Added --help to phpize
Index: php-src/scripts/phpize.in
diff -u php-src/scripts/phpize.in:1.3 php-src/scripts/phpize.in:1.4
--- php-src/scripts/phpize.in:1.3 Mon Jun 16
rasmus Tue Jul 1 11:03:40 2003 EDT
Modified files:
/CVSROOTavail
Log:
Curl karma for chrisb
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.702 CVSROOT/avail:1.703
--- CVSROOT/avail:1.702 Mon Jun 30 16:00:37 2003
+++ CVSROOT/avail Tue Jul 1 11:03:40
sniper Tue Jul 1 09:42:03 2003 EDT
Modified files:
/php-src/ext/bz2/tests .cvsignore
Log:
Add .cvsignore here too.
Index: php-src/ext/bz2/tests/.cvsignore
diff -u /dev/null php-src/ext/bz2/tests/.cvsignore:1.2
--- /dev/null Tue Jul 1 09:42:03 2003
+++
sniper Tue Jul 1 09:33:59 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src/ext/informix ifx.ec
Log:
MFH
Index: php-src/ext/informix/ifx.ec
diff -u php-src/ext/informix/ifx.ec:1.69.2.18 php-src/ext/informix/ifx.ec:1.69.2.19
--- php-src/ext/informix/ifx.
sniper Tue Jul 1 09:31:13 2003 EDT
Modified files:
/php-src/ext/informix ifx.ec
Log:
ws fix
Index: php-src/ext/informix/ifx.ec
diff -u php-src/ext/informix/ifx.ec:1.94 php-src/ext/informix/ifx.ec:1.95
--- php-src/ext/informix/ifx.ec:1.94Tue Jul 1 09
nobbie Tue Jul 1 09:27:03 2003 EDT
Modified files:
/php-src/ext/informix ifx.ec
Log:
- MFB: 1.69.2.18
Index: php-src/ext/informix/ifx.ec
diff -u php-src/ext/informix/ifx.ec:1.93 php-src/ext/informix/ifx.ec:1.94
--- php-src/ext/informix/ifx.ec:1.93
wez Tue Jul 1 09:26:49 2003 EDT
Modified files:
/php-src/ext/sqlite sqlite.c
Log:
silence warning under win32
(maybe!)
Index: php-src/ext/sqlite/sqlite.c
diff -u php-src/ext/sqlite/sqlite.c:1.67 php-src/ext/sqlite/sqlite.c:1.68
--- php-src/ext/sqlite/
edink Tue Jul 1 09:26:02 2003 EDT
Modified files:
/php-src/win32 php4dllts.dsp
Log:
Add sqlite session handler to win32 build
Index: php-src/win32/php4dllts.dsp
diff -u php-src/win32/php4dllts.dsp:1.124 php-src/win32/php4dllts.dsp:1.125
--- php-src/win32
wez Tue Jul 1 09:09:57 2003 EDT
Modified files:
/php-src/ext/sqlite sess_sqlite.c
Log:
WS
Index: php-src/ext/sqlite/sess_sqlite.c
diff -u php-src/ext/sqlite/sess_sqlite.c:1.1 php-src/ext/sqlite/sess_sqlite.c:1.2
--- php-src/ext/sqlite/sess_sqlite.c:1.1
wez Tue Jul 1 09:07:37 2003 EDT
Added files:
/php-src/ext/sqlite sess_sqlite.c
Modified files:
/php-src/ext/sqlite config.m4 sqlite.c
Log:
Add sqlite session handler.
Modified (quite a bit!) patch from John Coggeshall.
It compiles,
nobbie Tue Jul 1 08:38:42 2003 EDT
Modified files: (Branch: PHP_4)
/php-src/ext/informix ifx.ec
Log:
- MFB: 1.69.2.18
Index: php-src/ext/informix/ifx.ec
diff -u php-src/ext/informix/ifx.ec:1.69.2.16.4.1
php-src/ext/informix/ifx.ec:1.69.2.16.4.2
--- ph
nobbie Tue Jul 1 08:37:11 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src/ext/informix ifx.ec
Log:
- Removed unlink() from php_intifx_create_blob() and replaced with a php_copy_file()
Index: php-src/ext/informix/ifx.ec
diff -u php-src/ext/informix/
At 14:19 01/07/2003, Sascha Schumann wrote:
[useless information snipped]
Zeev
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
zeevTue Jul 1 08:11:12 2003 EDT
Modified files:
/CVSROOTmodules
Log:
Touch the modules file again, until Sascha stops his abuse or gets his account
revoked,
whichever comes first...
Index: CVSROOT/modules
diff -u CVSROOT/modules:1.64 CVSROOT/modul
On Tue, 1 Jul 2003, Stanislav Malyshev wrote:
> SS>> php-src-ze2 is for automated builds -- those which run for
> SS>> years without being touched. There is absolutely no need to
> SS>> use it as a human.
>
> There is absolutely no need for you. So you may not use it, bnobody forces
>
SS>> php-src-ze2 is for automated builds -- those which run for
SS>> years without being touched. There is absolutely no need to
SS>> use it as a human.
There is absolutely no need for you. So you may not use it, bnobody forces
you to. But if others see the use of it, why to deny the
[delusional parts of text snipped]
php-src-ze2 is for automated builds -- those which run for
years without being touched. There is absolutely no need to
use it as a human.
If you (plural) dislike php-src because of its additional
three keystrokes, we can certainly shorten it
nobbie Tue Jul 1 07:09:10 2003 EDT
Modified files:
/php-src/ext/informix ifx.ec
Log:
- MFB: 1.69.2.17
Index: php-src/ext/informix/ifx.ec
diff -u php-src/ext/informix/ifx.ec:1.92 php-src/ext/informix/ifx.ec:1.93
--- php-src/ext/informix/ifx.ec:1.92
At 13:45 01/07/2003, Sascha Schumann wrote:
As amusing your petty repetitive rants are
I'm glad to be of service for whatever type of awkward sense of humor you
may have.
, I have to point
out that so far noone stated any reason against removing the
php5 alias. The exception is the "
nobbie Tue Jul 1 07:03:21 2003 EDT
Modified files: (Branch: PHP_4)
/php-src/ext/informix ifx.ec
Log:
- MFB
Index: php-src/ext/informix/ifx.ec
diff -u php-src/ext/informix/ifx.ec:1.69.2.16 php-src/ext/informix/ifx.ec:1.69.2.16.4.1
--- php-src/ext/infor
nobbie Tue Jul 1 06:56:17 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src/ext/informix ifx.ec
Log:
- Fxied bug in php_intifx_init_blob_infile() where blob.loc_loctype wasn't set
Index: php-src/ext/informix/ifx.ec
diff -u php-src/ext/informix/ifx.ec
As amusing your petty repetitive rants are, I have to point
out that so far noone stated any reason against removing the
php5 alias. The exception is the "ease of use" argument
which covers up the basic human dislike of change. In fact,
several operations are easier _without_
At 13:20 01/07/2003, Sascha Schumann wrote:
Zeev,
your insistence on having an alias which does not provide any
additional functionality is simply irrational. That is why I
am ignoring it.
Luckily, your satisfaction with my reasoning is not relevant to whether or
not you're allow
Zeev,
your insistence on having an alias which does not provide any
additional functionality is simply irrational. That is why I
am ignoring it.
There are perfectly good reasons for avoiding versioned
module names[1]. All problems including Edin's automated
builds ha
edink Tue Jul 1 05:44:14 2003 EDT
Modified files:
/php-src/ext/mysql mysql.dsp
Log:
Fix shared win32 build
Index: php-src/ext/mysql/mysql.dsp
diff -u php-src/ext/mysql/mysql.dsp:1.14 php-src/ext/mysql/mysql.dsp:1.15
--- php-src/ext/mysql/mysql.dsp:1.14Sa
edink Tue Jul 1 05:43:54 2003 EDT
Modified files:
/php-src/ext/mysql .cvsignore
Log:
Some more files to ignore
Index: php-src/ext/mysql/.cvsignore
diff -u php-src/ext/mysql/.cvsignore:1.8 php-src/ext/mysql/.cvsignore:1.9
--- php-src/ext/mysql/.cvsignore:1.8
zeevTue Jul 1 04:19:11 2003 EDT
Modified files:
/php-src/win32 php4dllts.dsp
Log:
Add missing sqlite references
Index: php-src/win32/php4dllts.dsp
diff -u php-src/win32/php4dllts.dsp:1.123 php-src/win32/php4dllts.dsp:1.124
--- php-src/win32/php4dllt
edink Tue Jul 1 04:10:34 2003 EDT
Added files: (Branch: PHP_4_3)
/php-src/ext/bz2/tests .cvsignore
Log:
Some more cvs cleanup
Index: php-src/ext/bz2/tests/.cvsignore
+++ php-src/ext/bz2/tests/.cvsignore
--
PHP CVS Mailing List (http://www.php.net/
edink Tue Jul 1 04:08:44 2003 EDT
Modified files: (Branch: PHP_4_3)
/php-src/ext/bz2/tests with_files.phpt with_strings.phpt
Log:
Touch
Index: php-src/ext/bz2/tests/with_files.phpt
diff -u php-src/ext/bz2/tests/with_files.phpt:1.1
php-src/ext/bz2/tests/w
zeevTue Jul 1 03:51:47 2003 EDT
Modified files:
/CVSROOTmodules
Log:
Restore the status before Sascha applied his unagreed-upon patch
Index: CVSROOT/modules
diff -u CVSROOT/modules:1.63 CVSROOT/modules:1.64
--- CVSROOT/modules:1.63Mon Jun 30
Sascha,
I'm not sure what your definition for 'lazy consensus' is, but in the
definition that's common among English speakers, it certainly did not exist
here. I'm reverting this patch and until you get an active consensus
(because I know of at least a few people that object this move, myself
90 matches
Mail list logo