On Fri, 14 Oct 2005, Antony Dovgal wrote:
Someone claimed -o is not supported in all 'test' implementations.
Using || is a bit clearer too and definately supported.
Are you going to change all the -o's to || everywhere ?
Only if someone complains or in new stuff or someone uses
iliaa Thu Oct 13 17:26:45 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src/ext/mysqli/tests bug33491.phpt 009.phpt
Log:
MFH: fix test failures
http://cvs.php.net/diff.php/php-src/ext/mysqli/tests/bug33491.phpt?r1=1.1&r2=1.1.2.1&ty=u
Index: php-src/ext/m
iliaa Thu Oct 13 17:26:08 2005 EDT
Modified files:
/php-src/ext/mysqli/tests bug33491.phpt
Log:
Fixed test failure
http://cvs.php.net/diff.php/php-src/ext/mysqli/tests/bug33491.phpt?r1=1.1&r2=1.2&ty=u
Index: php-src/ext/mysqli/tests/bug33491.phpt
diff -u
rrichards Thu Oct 13 17:20:12 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src/ext/xmlreader php_xmlreader.c php_xmlreader.h
/php-src/ext/xmlreader/examples xmlreader_file.php
xmlreader_string.php
rrichards Thu Oct 13 17:19:14 2005 EDT
Modified files:
/php-src/ext/xmlreader php_xmlreader.c php_xmlreader.h
/php-src/ext/xmlreader/examples xmlreader_file.php
xmlreader_string.php
On 14.10.2005 00:48, Jani Taskinen wrote:
On Thu, 13 Oct 2005, Antony Dovgal wrote:
On 13.10.2005 23:28, Jani Taskinen wrote:
- for i in /usr /usr/local; do
-if test -f "$i/include/iconv.h" -o test -f "$i/include/giconv.h";
then
+ for i in /usr/local /usr; do
+if t
On Thu, 13 Oct 2005, Antony Dovgal wrote:
On 13.10.2005 23:28, Jani Taskinen wrote:
- for i in /usr /usr/local; do
-if test -f "$i/include/iconv.h" -o test -f "$i/include/giconv.h";
then
+ for i in /usr/local /usr; do
+if test -f "$i/include/iconv.h" || test -f "$i/
rrichards Thu Oct 13 16:34:37 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src/ext/libxml libxml.c
Log:
MFH: insure stream usage
http://cvs.php.net/diff.php/php-src/ext/libxml/libxml.c?r1=1.32.2.2&r2=1.32.2.3&ty=u
Index: php-src/ext/libxml/libxml.c
diff
rrichards Thu Oct 13 16:33:43 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-srcacinclude.m4
Log:
MFH: bump libxml min version to 2.6.11
http://cvs.php.net/diff.php/php-src/acinclude.m4?r1=1.332.2.5&r2=1.332.2.6&ty=u
Index: php-src/acinclude.m4
diff -u
rrichards Thu Oct 13 16:17:18 2005 EDT
Modified files:
/php-src/ext/libxml libxml.c
Log:
insure stream usage
http://cvs.php.net/diff.php/php-src/ext/libxml/libxml.c?r1=1.36&r2=1.37&ty=u
Index: php-src/ext/libxml/libxml.c
diff -u php-src/ext/libxml/libxml.c
rrichards Thu Oct 13 16:16:44 2005 EDT
Modified files:
/php-srcacinclude.m4
Log:
bump libxml min version to 2.6.11
http://cvs.php.net/diff.php/php-src/acinclude.m4?r1=1.335&r2=1.336&ty=u
Index: php-src/acinclude.m4
diff -u php-src/acinclude.m4:1.335 ph
On 13.10.2005 23:28, Jani Taskinen wrote:
- for i in /usr /usr/local; do
-if test -f "$i/include/iconv.h" -o test -f "$i/include/giconv.h"; then
+ for i in /usr/local /usr; do
+if test -f "$i/include/iconv.h" || test -f "$i/include/giconv.h"; then
Just curious: what's
helly Thu Oct 13 15:50:00 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src/ext/pdo/tests pdo_031.phpt
Log:
- MFH SPL example was changed, so change PDO test accordingly
http://cvs.php.net/diff.php/php-src/ext/pdo/tests/pdo_031.phpt?r1=1.1.2.2&r2=1.1.2.3
helly Thu Oct 13 15:49:32 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src/ext/spl/examples recursivetreeiterator.inc
Log:
- MFH Add ability to bypass key() surrounding and make that default
http://cvs.php.net/diff.php/php-src/ext/spl/examples/recursivetre
helly Thu Oct 13 15:45:35 2005 EDT
Modified files:
/php-src/ext/spl/examples recursivetreeiterator.inc
Log:
- Add ability to bypass key() surrounding and make that default
http://cvs.php.net/diff.php/php-src/ext/spl/examples/recursivetreeiterator.inc?r1=1.5&
sniper Thu Oct 13 15:28:59 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src/ext/iconv config.m4
Log:
MFH
http://cvs.php.net/diff.php/php-src/ext/iconv/config.m4?r1=1.33.2.1&r2=1.33.2.2&ty=u
Index: php-src/ext/iconv/config.m4
diff -u php-src/ext/iconv/config.
sniper Thu Oct 13 15:28:50 2005 EDT
Modified files:
/php-src/ext/iconv config.m4
Log:
proper quoting, breaking, etc.
http://cvs.php.net/diff.php/php-src/ext/iconv/config.m4?r1=1.36&r2=1.37&ty=u
Index: php-src/ext/iconv/config.m4
diff -u php-src/ext/iconv/confi
helly Thu Oct 13 14:37:23 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src/ext/pdo/tests pdo_014.phpt
Log:
- Do not try to autoload the class, use internal only
http://cvs.php.net/diff.php/php-src/ext/pdo/tests/pdo_014.phpt?r1=1.4.2.3&r2=1.4.2.4&ty=u
In
tony2001Thu Oct 13 11:24:26 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-src/ext/iconv config.m4
/php-srcNEWS
Log:
MFH: fix #34856 (configure fails to detect libiconv's type)
http://cvs.php.net/diff.php/php-src/ext/iconv/config.m4?r1=1.27.
tony2001Thu Oct 13 11:23:16 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src/ext/iconv config.m4
/php-srcNEWS
Log:
MFH: fix #34856 (configure fails to detect libiconv's type)
http://cvs.php.net/diff.php/php-src/ext/iconv/config.m4?r1=1.33&
tony2001Thu Oct 13 11:22:22 2005 EDT
Modified files:
/php-src/ext/iconv config.m4
Log:
correct it one more time (grrr)
http://cvs.php.net/diff.php/php-src/ext/iconv/config.m4?r1=1.35&r2=1.36&ty=u
Index: php-src/ext/iconv/config.m4
diff -u php-src/ext
tony2001Thu Oct 13 11:18:38 2005 EDT
Modified files:
/php-src/ext/iconv config.m4
Log:
correct the fix
http://cvs.php.net/diff.php/php-src/ext/iconv/config.m4?r1=1.34&r2=1.35&ty=u
Index: php-src/ext/iconv/config.m4
diff -u php-src/ext/iconv/config.m4
tony2001Thu Oct 13 11:13:31 2005 EDT
Modified files:
/php-src/ext/iconv config.m4
Log:
fix #34856 (configure fails to detect libiconv's type)
http://cvs.php.net/diff.php/php-src/ext/iconv/config.m4?r1=1.33&r2=1.34&ty=u
Index: php-src/ext/iconv/config
tony2001Thu Oct 13 08:59:13 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-srcNEWS
/php-src/ext/interbase ibase_service.c
Log:
MFH: fix #34855 (ibase_service_attach() segfault on AMD64)
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.
tony2001Thu Oct 13 08:58:48 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-srcNEWS
/php-src/ext/interbase ibase_service.c
Log:
MFH: fix #34855 (ibase_service_attach() segfault on AMD64)
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2027.
tony2001Thu Oct 13 08:58:22 2005 EDT
Modified files:
/php-src/ext/interbase ibase_service.c
Log:
fix #34855 (ibase_service_attach() segfault on AMD64)
http://cvs.php.net/diff.php/php-src/ext/interbase/ibase_service.c?r1=1.11&r2=1.12&ty=u
Index: p
On Thu, 13 Oct 2005, Antony Dovgal wrote:
> On 13.10.2005 14:14, Jani Taskinen wrote:
> > PHP_5_0 branch is dead as far as most of use are concerned.
> > We're about to release 5.1, not 5.0.x.
>
> I know that we're about to release 5.1, but up to that moment I'd like to see
> all the pa
On 13.10.2005 14:14, Jani Taskinen wrote:
PHP_5_0 branch is dead as far as most of use are concerned.
We're about to release 5.1, not 5.0.x.
I know that we're about to release 5.1, but up to that moment I'd like to see
all the patches for HEAD MFH'ed to 5.0 too.
Btw, in July HEAD was
PHP_5_0 branch is dead as far as most of use are concerned.
We're about to release 5.1, not 5.0.x.
--Jani
On Thu, 13 Oct 2005, Antony Dovgal wrote:
Rasmus, you forgot to MFB it to 5.0.
Or it was done intentionally?
On 26.07.2005 02:38, Rasmus Lerdorf wrote:
rasmus Mo
sniper Thu Oct 13 06:04:53 2005 EDT
Modified files: (Branch: PHP_4_4)
/php-srcNEWS
/php-src/sapi/cli Makefile.frag
/php-src/scriptsMakefile.frag
Log:
MFH: - Fixed bug #34850 (--program-suffix and --program-prefix not included
in man page names)
sniper Thu Oct 13 06:04:17 2005 EDT
Modified files:
/php-src/sapi/cli Makefile.frag
/php-src/scriptsMakefile.frag
Log:
MF51:- Fixed bug #34850 (--program-suffix and --program-prefix not included
in man page names)
http://cvs.php.net/diff.php/p
sniper Thu Oct 13 06:02:59 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-srcNEWS
/php-src/sapi/cli Makefile.frag
/php-src/scriptsMakefile.frag
Log:
- Fixed bug #34850 (--program-suffix and --program-prefix not included in man
page names)
sniper Thu Oct 13 06:02:02 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-srcNEWS
Log:
reorder
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2027.2.122&r2=1.2027.2.123&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.122 php-src/NEWS:1.2027.2.123
---
Rasmus, you forgot to MFB it to 5.0.
Or it was done intentionally?
On 26.07.2005 02:38, Rasmus Lerdorf wrote:
rasmus Mon Jul 25 18:38:11 2005 EDT
Modified files:
/php-src NEWS
/php-src/sapi/apache2handler sapi_apache2.c
Log:
MFB fix for bug #33690
34 matches
Mail list logo