[PHP-CVS-DAILY] cvs: ZendEngine2 / ChangeLog

2005-06-16 Thread changelog
changelog Fri Jun 17 01:37:16 2005 EDT Modified files: /ZendEngine2ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.713r2=1.714ty=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.713

[PHP-CVS] cvs: php-src / EXTENSIONS /ext/standard credits_ext.h

2005-06-16 Thread Derick Rethans
derick Thu Jun 16 06:44:41 2005 EDT Modified files: /php-srcEXTENSIONS /php-src/ext/standard credits_ext.h Log: - Update maintainers and credits. http://cvs.php.net/diff.php/php-src/EXTENSIONS?r1=1.71r2=1.72ty=u Index: php-src/EXTENSIONS diff

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

2005-06-16 Thread Jani Taskinen
Close the bug? Add a NEWS entry ? :) --Jani On Wed, 15 Jun 2005, Andrei Zmievski wrote: andrei Wed Jun 15 16:51:37 2005 EDT Modified files: /php-src/ext/standardbasic_functions.c basic_functions.h array.c Log: Fix FCI cache for array_walk and user array

[PHP-CVS] cvs: php-src /ext/date/lib parse_date.c /ext/date/lib/resource parse_date.re

2005-06-16 Thread Derick Rethans
derick Thu Jun 16 09:30:27 2005 EDT Modified files: /php-src/ext/date/lib parse_date.c /php-src/ext/date/lib/resource parse_date.re Log: - Fixed a regression with last saturday

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

2005-06-16 Thread Dmitry Stogov
dmitry Thu Jun 16 10:56:15 2005 EDT Modified files: /php-src/ext/splspl_iterators.c Log: Allowed return by refrence from internal functions http://cvs.php.net/diff.php/php-src/ext/spl/spl_iterators.c?r1=1.69r2=1.70ty=u Index:

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

2005-06-16 Thread Wez Furlong
wez Thu Jun 16 11:36:40 2005 EDT Modified files: /php-src/ext/standard dl.c Log: Don't emit the E_STRICT dl-is-deprecated notice on SAPI's where dl() is widely (and safely) used. This allows our test-suite to run in E_STRICT mode.

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

2005-06-16 Thread Derick Rethans
On Thu, 16 Jun 2005, Wez Furlong wrote: wez Thu Jun 16 11:36:40 2005 EDT Modified files: /php-src/ext/standard dl.c Log: Don't emit the E_STRICT dl-is-deprecated notice on SAPI's where dl() is widely (and safely) used. This allows our test-suite

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

2005-06-16 Thread Wez Furlong
The PDO tests; Cc'd to the PDO test gurus. --Wez. Derick Rethans wrote: On Thu, 16 Jun 2005, Wez Furlong wrote: wez Thu Jun 16 11:36:40 2005 EDT Modified files: /php-src/ext/standard dl.c Log: Don't emit the E_STRICT dl-is-deprecated notice on SAPI's where

[PHP-CVS] cvs: php-src / run-tests.php

2005-06-16 Thread Jani Taskinen
sniper Thu Jun 16 13:12:27 2005 EDT Modified files: /php-srcrun-tests.php Log: silence notices http://cvs.php.net/diff.php/php-src/run-tests.php?r1=1.213r2=1.214ty=u Index: php-src/run-tests.php diff -u php-src/run-tests.php:1.213

[PHP-CVS] cvs: php-src /ext/date config.m4 config.w32 php_date.c /ext/date/lib datetime.c datetime.h parse_date.c parse_tz.c timelib.c timelib.h tm2unixtime.c unixtime2tm.c /ext/date/lib/resource pa

2005-06-16 Thread Derick Rethans
derick Thu Jun 16 13:12:42 2005 EDT Added files: /php-src/ext/date/lib timelib.c timelib.h Removed files: /php-src/ext/date/lib datetime.c datetime.h Modified files: /php-src/ext/date config.m4 config.w32

[PHP-CVS] cvs: php-src /ext/date/tests 002-win32.phpt 002.phpt bug13142.phpt bug17988.phpt bug20382.phpt bug26198.phpt bug26317.phpt bug26320.phpt bug27780.phpt bug28599.phpt /ext/standard/tests/time

2005-06-16 Thread Derick Rethans
derick Thu Jun 16 13:35:08 2005 EDT Added files: /php-src/ext/date/tests 002-win32.phpt 002.phpt bug13142.phpt bug17988.phpt bug20382.phpt bug26198.phpt bug26317.phpt bug26320.phpt bug27780.phpt

[PHP-CVS] cvs: php-src /ext/date/tests 002-win32.phpt 002.phpt bug13142.phpt bug17988.phpt

2005-06-16 Thread Derick Rethans
derick Thu Jun 16 14:13:40 2005 EDT Removed files: /php-src/ext/date/tests 002-win32.phpt Modified files: /php-src/ext/date/tests 002.phpt bug13142.phpt bug17988.phpt Log: - Fix up tests, remove windows specific test.

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

2005-06-16 Thread Derick Rethans
derick Thu Jun 16 14:15:30 2005 EDT Modified files: /php-src/ext/date config.m4 Log: - Added include dir. http://cvs.php.net/diff.php/php-src/ext/date/config.m4?r1=1.3r2=1.4ty=u Index: php-src/ext/date/config.m4 diff -u php-src/ext/date/config.m4:1.3

[PHP-CVS] cvs: php-src /ext/date/lib parse_tz.c timelib.h timelib_structs.h

2005-06-16 Thread Derick Rethans
derick Thu Jun 16 14:34:43 2005 EDT Modified files: /php-src/ext/date/lib parse_tz.c timelib.h timelib_structs.h Log: - Fixed headers for FreeBSD - Moved from ntohl to own macro - Export timelib_dump_tzinfo

[PHP-CVS] cvs: php-src / Makefile.global

2005-06-16 Thread Marcus Boerger
helly Thu Jun 16 14:58:05 2005 EDT Modified files: /php-srcMakefile.global Log: - No more memory_limit for running tests http://cvs.php.net/diff.php/php-src/Makefile.global?r1=1.54r2=1.55ty=u Index: php-src/Makefile.global diff -u

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

2005-06-16 Thread Jani Taskinen
sniper Thu Jun 16 17:23:16 2005 EDT Modified files: /php-src/ext/date config.m4 Log: Fix VPATH build (again) http://cvs.php.net/diff.php/php-src/ext/date/config.m4?r1=1.4r2=1.5ty=u Index: php-src/ext/date/config.m4 diff -u php-src/ext/date/config.m4:1.4

[PHP-CVS] cvs: php-src /ext/spl/internal fileobject.inc

2005-06-16 Thread Johannes Schl
johannesThu Jun 16 17:27:51 2005 EDT Modified files: /php-src/ext/spl/internal fileobject.inc Log: fix typos http://cvs.php.net/diff.php/php-src/ext/spl/internal/fileobject.inc?r1=1.4r2=1.5ty=u Index: php-src/ext/spl/internal/fileobject.inc diff -u

[PHP-CVS] cvs: php-src /ext/date php_date.h

2005-06-16 Thread Jani Taskinen
sniper Thu Jun 16 18:03:05 2005 EDT Modified files: /php-src/ext/date php_date.h Log: nuke unused entries http://cvs.php.net/diff.php/php-src/ext/date/php_date.h?r1=1.1r2=1.2ty=u Index: php-src/ext/date/php_date.h diff -u php-src/ext/date/php_date.h:1.1

Re: [PHP-CVS] cvs: php-src / Makefile.global

2005-06-16 Thread Jani Taskinen
You meant Use memory_limit for running tests., right ? (memory_limit=1 switches it on..afaik :) -Jani On Thu, 16 Jun 2005, Marcus Boerger wrote: helly Thu Jun 16 14:58:05 2005 EDT Modified files: /php-src Makefile.global Log: - No more memory_limit for

[PHP-CVS] cvs: php-src /ext/soap php_soap.h soap.c

2005-06-16 Thread Brian France
bfrance Thu Jun 16 18:35:15 2005 EDT Modified files: /php-src/ext/soap php_soap.h soap.c Log: ifdef'ed the code but not the includes http://cvs.php.net/diff.php/php-src/ext/soap/php_soap.h?r1=1.36r2=1.37ty=u Index: php-src/ext/soap/php_soap.h

[PHP-CVS] cvs: php-src /ext/gd/libgd gdxpm.c

2005-06-16 Thread Ilia Alshanetsky
iliaa Thu Jun 16 18:50:36 2005 EDT Modified files: /php-src/ext/gd/libgd gdxpm.c Log: Fixed memory corruption. http://cvs.php.net/diff.php/php-src/ext/gd/libgd/gdxpm.c?r1=1.7r2=1.8ty=u Index: php-src/ext/gd/libgd/gdxpm.c diff -u

Re: [PHP-CVS] cvs: php-src / Makefile.global

2005-06-16 Thread Marcus Boerger
Hello Jani, no i meant switching it off (i wrote memory_limit=-1) since in my case the ini default of 8M no longer works. marcus Friday, June 17, 2005, 12:34:39 AM, you wrote: You meant Use memory_limit for running tests., right ? (memory_limit=1 switches it on..afaik :)

[PHP-CVS] cvs: php-src /ext/date config.m4 php_date.c /ext/date/lib .cvsignore dow.c parse_date.c parse_tz.c timelib.c timelib.h timelib.m4 timelib_structs.h tm2unixtime.c unixtime2tm.c /ext/date/li

2005-06-16 Thread Jani Taskinen
sniper Thu Jun 16 19:12:11 2005 EDT Added files: /php-src/ext/date/lib timelib.m4 Modified files: /php-src/ext/date config.m4 php_date.c /php-src/ext/date/lib .cvsignore dow.c parse_date.c parse_tz.c

[PHP-CVS] cvs: php-src /ext/date config.w32

2005-06-16 Thread Frank M. Kromann
fmk Fri Jun 17 01:10:12 2005 EDT Modified files: /php-src/ext/date config.w32 Log: Attempt to fix win32 build by creating the missing hader file http://cvs.php.net/diff.php/php-src/ext/date/config.w32?r1=1.3r2=1.4ty=u Index: php-src/ext/date/config.w32

[PHP-CVS] Re: excuse me

2005-06-16 Thread mlemos
Antispam complete -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php