dmitry Tue Oct 4 02:33:14 2005 EDT
Modified files:
/php-src/ext/standard string.c
Log:
Fixed compilation error (gcc-4).
http://cvs.php.net/diff.php/php-src/ext/standard/string.c?r1=1.491&r2=1.492&ty=u
Index: php-src/ext/standard/string.c
diff -u php-s
tony2001Mon Oct 3 19:48:25 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src/ext/pdo_sqlite/sqlite/src experimental.c
Log:
MFH: nuke warning
http://cvs.php.net/diff.php/php-src/ext/pdo_sqlite/sqlite/src/experimental.c?r1=1.3.2.3&r2=1.3.2.4&ty=u
Ind
tony2001Mon Oct 3 19:47:59 2005 EDT
Modified files:
/php-src/ext/pdo_sqlite/sqlite/src experimental.c
Log:
nuke warning
http://cvs.php.net/diff.php/php-src/ext/pdo_sqlite/sqlite/src/experimental.c?r1=1.4&r2=1.5&ty=u
Index: php-src/ext/pdo_sqlite/sql
tony2001Mon Oct 3 19:43:44 2005 EDT
Modified files:
/php-src/ext/date php_date.c
Log:
MFB5.1: include the header, eliminate warning
http://cvs.php.net/diff.php/php-src/ext/date/php_date.c?r1=1.56&r2=1.57&ty=u
Index: php-src/ext/date/php_date.c
diff
tony2001Mon Oct 3 19:37:18 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src/ext/date php_date.c
Log:
include php_version_compare() declaration and eliminate warning
http://cvs.php.net/diff.php/php-src/ext/date/php_date.c?r1=1.43.2.8&r2=1.43.2.9&t
tony2001Mon Oct 3 19:27:32 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src/ext/pdopdo_dbh.c
Log:
free cls_methods correctly and fix segfault on shutdown
(no bug entry and MFB, though..)
http://cvs.php.net/diff.php/php-src/ext/pdo/pdo_dbh.c?r
sniper Mon Oct 3 16:21:02 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src/ext/date config.m4
/php-src/ext/date/lib timelib_structs.h
Log:
MFH
http://cvs.php.net/diff.php/php-src/ext/date/config.m4?r1=1.10&r2=1.10.2.1&ty=u
Index: php-src/ext/dat
sniper Mon Oct 3 16:20:50 2005 EDT
Modified files:
/php-src/ext/date/lib timelib_structs.h
Log:
Generated files are included like this..
http://cvs.php.net/diff.php/php-src/ext/date/lib/timelib_structs.h?r1=1.15&r2=1.16&ty=u
Index: php-src/ext/date/lib/t
sniper Mon Oct 3 16:20:25 2005 EDT
Modified files:
/php-src/ext/date config.m4
Log:
Add include path to the timelib headers
http://cvs.php.net/diff.php/php-src/ext/date/config.m4?r1=1.10&r2=1.11&ty=u
Index: php-src/ext/date/config.m4
diff -u php-src/ext/date
This one needs to be tested really thoroughly..
-Andrei
On Oct 3, 2005, at 10:00 AM, Rolland Santimano wrote:
rolland Mon Oct 3 13:00:05 2005 EDT
Modified files:
/php-src/ext/standard string.c
Log:
- Unicode impl of strip_tags()
--
PHP CVS Mailing List (http://www.ph
helly Mon Oct 3 14:15:56 2005 EDT
Modified files:
/php-srcrun-tests.php
Log:
- Add easy way to test in unicode mode
http://cvs.php.net/diff.php/php-src/run-tests.php?r1=1.231&r2=1.232&ty=u
Index: php-src/run-tests.php
diff -u php-src/run-tests.php:1.231 p
helly Mon Oct 3 13:59:56 2005 EDT
Added files: (Branch: PHP_5_1)
/php-src/ext/spl/tests array_018.phpt
Modified files:
/php-src/ext/splspl_array.c
Log:
- MFH Throw an exception if an illegal string value is being used in
Arr
helly Mon Oct 3 13:58:47 2005 EDT
Added files:
/php-src/ext/spl/tests array_018.phpt
Modified files:
/php-src/ext/splspl_array.c
Log:
- Throw an exception if an illegal string value is being used in
ArrayObject::offsetSet()
rolland Mon Oct 3 13:00:05 2005 EDT
Modified files:
/php-src/ext/standard string.c
Log:
- Unicode impl of strip_tags()
http://cvs.php.net/diff.php/php-src/ext/standard/string.c?r1=1.490&r2=1.491&ty=u
Index: php-src/ext/standard/string.c
diff -u php-src/
helly Mon Oct 3 12:05:09 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src/ext/splspl_iterators.c spl_sxe.c
/php-src/ext/spl/internal cachingiterator.inc
/php-src/ext/simplexml php_simplexml_exports.h simplexml.c
Log:
- MFH Really allow SXE
helly Mon Oct 3 12:04:51 2005 EDT
Modified files:
/php-src/ext/splspl_sxe.c
/php-src/ext/simplexml php_simplexml_exports.h simplexml.c
Log:
- Really allow SXE being shared by not using anything from it directly in SPL
http://cvs.php.net/diff.php
helly Mon Oct 3 11:43:41 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src/ext/splspl_iterators.h
Log:
- Synch (to decrease number of diffs)
http://cvs.php.net/diff.php/php-src/ext/spl/spl_iterators.h?r1=1.18.2.3&r2=1.18.2.4&ty=u
Index: php-src/ext/spl/s
helly Mon Oct 3 11:06:28 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src/ext/pdo/tests bug_34630.phpt pdo_001.phpt pdo_002.phpt
pdo_003.phpt pdo_004.phpt pdo_005.phpt
pdo_006.phpt pdo_007.phpt
Derick Rethans wrote:
> On Mon, 3 Oct 2005, Johannes Schlüter wrote:
>> Log:
>> - Add --rclass and --rextension arguments to CLI
> Do we really need switches for this? What is wrong with reflection
> itself?
I see no reason not to use php -r "..." for this either. Johannes, are
we missing somet
iliaa Mon Oct 3 10:05:08 2005 EDT
Modified files: (Branch: PHP_4_4)
/php-src/ext/standard array.c
Log:
MFH: GLOBALS protection for extract() function.
http://cvs.php.net/diff.php/php-src/ext/standard/array.c?r1=1.199.2.44.2.8&r2=1.199.2.44.2.9&ty=u
In
iliaa Mon Oct 3 10:04:43 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-src/ext/standard array.c
Log:
MFH: GLOBALS protection for extract() function.
http://cvs.php.net/diff.php/php-src/ext/standard/array.c?r1=1.266.2.26&r2=1.266.2.27&ty=u
Index: php
iliaa Mon Oct 3 10:04:20 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src/ext/standard array.c
Log:
MFH: GLOBALS protection for extract() function.
http://cvs.php.net/diff.php/php-src/ext/standard/array.c?r1=1.308.2.4&r2=1.308.2.5&ty=u
Index: php-s
iliaa Mon Oct 3 10:01:37 2005 EDT
Modified files:
/php-src/ext/standard array.c
Log:
GLOBALS protection for extract() function.
http://cvs.php.net/diff.php/php-src/ext/standard/array.c?r1=1.325&r2=1.326&ty=u
Index: php-src/ext/standard/array.c
diff -
helly Mon Oct 3 09:36:18 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src/ext/spl/examples recursivetreeiterator.inc
Log:
- MFH Update example
http://cvs.php.net/diff.php/php-src/ext/spl/examples/recursivetreeiterator.inc?r1=1.1.2.2&r2=1.1.2.3&ty=u
Index:
helly Mon Oct 3 09:34:02 2005 EDT
Modified files:
/php-src/ext/splspl.php spl_array.c
/php-src/ext/spl/examples class_tree.php
Log:
- Add more sorting funcs to ArrayObject/Iterator
http://cvs.php.net/diff.php/php-src/ext/spl/spl.php?r1=1.58&r2=1.59&
helly Mon Oct 3 09:29:32 2005 EDT
Modified files:
/php-src/ext/spl/examples recursivetreeiterator.inc
Log:
- Make prefixing more generic
http://cvs.php.net/diff.php/php-src/ext/spl/examples/recursivetreeiterator.inc?r1=1.1&r2=1.2&ty=u
Index: php-src/ext/spl
helly Mon Oct 3 08:55:11 2005 EDT
Modified files:
/php-src/ext/splspl_array.c
/php-src/ext/spl/examples class_tree.php
Log:
- Add sorting to ArrayObject/Iterator
http://cvs.php.net/diff.php/php-src/ext/spl/spl_array.c?r1=1.81&r2=1.82&ty=u
Index: ph
On Mon, 3 Oct 2005, Johannes Schlüter wrote:
> johannes Mon Oct 3 07:54:49 2005 EDT
>
> Modified files:
> /php-src NEWS
> /php-src/sapi/cli php_cli.c
> Log:
> - Add --rclass and --rextension arguments to CLI
>
> http://cvs.php.net/diff.php/php-src/N
sniper Mon Oct 3 08:07:22 2005 EDT
Modified files:
/php-srcNEWS
Log:
fix BLOAT news
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2068&r2=1.2069&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2068 php-src/NEWS:1.2069
--- php-src/NEWS:1.2068 Mon Oct 3 07:
derick Mon Oct 3 07:34:51 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src/ext/date php_date.c
Log:
- MFH: Only use external database when it is newer than the builtin one.
http://cvs.php.net/diff.php/php-src/ext/date/php_date.c?r1=1.43.2.7&r2=1.43.2.8&
derick Mon Oct 3 07:34:29 2005 EDT
Modified files:
/php-src/ext/date php_date.c
Log:
- Only load external database when it is newer.
http://cvs.php.net/diff.php/php-src/ext/date/php_date.c?r1=1.55&r2=1.56&ty=u
Index: php-src/ext/date/php_date.c
diff -u ph
johannesMon Oct 3 07:54:49 2005 EDT
Modified files:
/php-srcNEWS
/php-src/sapi/cli php_cli.c
Log:
- Add --rclass and --rextension arguments to CLI
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2067&r2=1.2068&ty=u
Index: php-src/NEWS
diff -u p
derick Mon Oct 3 07:17:37 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src/ext/date php_date.c php_date.h
/php-src/ext/date/lib .cvsignore parse_date.c parse_tz.c timelib.h
timelib_structs.h timezonedb.h
/php-src/ex
derick Mon Oct 3 07:15:23 2005 EDT
Modified files:
/php-src/ext/date php_date.c php_date.h
/php-src/ext/date/lib .cvsignore parse_date.c parse_tz.c timelib.h
timelib_structs.h timezonedb.h
/php-src/ext/date/lib/resour
helly Mon Oct 3 06:17:04 2005 EDT
Modified files:
/php-src/ext/spl/internal cachingiterator.inc
Log:
- Update
http://cvs.php.net/diff.php/php-src/ext/spl/internal/cachingiterator.inc?r1=1.8&r2=1.9&ty=u
Index: php-src/ext/spl/internal/cachingiterator.inc
dif
helly Mon Oct 3 06:08:59 2005 EDT
Modified files:
/php-src/ext/splspl_iterators.c
Log:
- Allow to use currnet() and key() in __toString()
http://cvs.php.net/diff.php/php-src/ext/spl/spl_iterators.c?r1=1.86&r2=1.87&ty=u
Index: php-src/ext/spl/spl_iterat
dmitry Mon Oct 3 05:53:33 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-src/ext/soap soap.c
/php-src/ext/soap/tests/bugsbug34643.phpt
Log:
MFH (Bug #34643 wsdl default value)
http://cvs.php.net/diff.php/php-src/ext/soap/soap.c?r1=1.110.2.44&
dmitry Mon Oct 3 05:53:13 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src/ext/soap soap.c
/php-src/ext/soap/tests/bugsbug34449.phpt bug34643.phpt
Log:
MFH (Bug #34643 wsdl default value)
http://cvs.php.net/diff.php/php-src/ext/soap/soap.c?
dmitry Mon Oct 3 05:52:54 2005 EDT
Modified files:
/php-src/ext/soap soap.c
/php-src/ext/soap/tests/bugsbug34643.phpt
Log:
MFH (Bug #34643 wsdl default value)
http://cvs.php.net/diff.php/php-src/ext/soap/soap.c?r1=1.161&r2=1.162&ty=u
Index: p
helly Mon Oct 3 05:39:36 2005 EDT
Modified files:
/php-src/ext/splspl_iterators.h
Log:
- Rewrite flags as hex values
http://cvs.php.net/diff.php/php-src/ext/spl/spl_iterators.h?r1=1.22&r2=1.23&ty=u
Index: php-src/ext/spl/spl_iterators.h
diff -u php-src/ex
helly Mon Oct 3 05:14:30 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src/ext/splspl_array.c
/php-src/ext/spl/internal recursivearrayiterator.inc
/php-src/ext/spl/examples class_tree.php
Log:
- MFH Fix issue with RecursiveArrayIterator::getCh
helly Mon Oct 3 05:12:39 2005 EDT
Modified files:
/php-src/ext/splspl_array.c
/php-src/ext/spl/internal recursivearrayiterator.inc
/php-src/ext/spl/examples class_tree.php
Log:
- Fix issue with RecursiveArrayIterator::getChildren()
http:/
42 matches
Mail list logo