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

2009-06-30 Thread Derick Rethans
derick Tue Jun 30 16:15:44 2009 UTC Modified files: /php-src/ext/date php_date.c Log: - Fixed bug #47351 (Memory leak in DateTime). http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.240r2=1.241diff_format=u Index: php-src/ext/date/php_date.c

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

2009-06-25 Thread Ilia Alshanetsky
iliaa Thu Jun 25 12:41:41 2009 UTC Modified files: /php-src/ext/date php_date.c Log: Fixed bug #48678 (DateInterval segfaults when unserialising) http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.239r2=1.240diff_format=u Index:

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

2009-06-22 Thread Ilia Alshanetsky
iliaa Mon Jun 22 13:43:06 2009 UTC Modified files: /php-src/ext/date php_date.c Log: MFB: Fixed bug #48636 (Error compiling of ext/date on netware). http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.238r2=1.239diff_format=u Index:

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

2009-06-21 Thread Hannes Magnusson
bjori Sun Jun 21 20:41:51 2009 UTC Modified files: /php-src/ext/date php_date.c Log: MFB: Fix proto and arginfo http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.236r2=1.237diff_format=u Index: php-src/ext/date/php_date.c diff -u

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

2009-06-21 Thread Scott MacVicar
scottmacSun Jun 21 22:18:53 2009 UTC Modified files: /php-src/ext/date php_date.c Log: Fix bug #48276 - year is a long long so we need %lld so big endian systems print the correct value.

[PHP-CVS] Re: [PHP-DOC] Re: [PHP-CVS] cvs: php-src /ext/date php_date.c

2009-06-18 Thread Rasmus Lerdorf
Derick Rethans wrote: On Tue, 26 May 2009, Philip Olson wrote: derick Tue May 19 19:43:44 2009 UTC Modified files: /php-src/ext/datephp_date.c Log: - Getting rid of using the environment to guess timezone information from. #- [DOC] Wait, what? I can see moving it

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

2009-05-31 Thread Stanislav Malyshev
stasSun May 31 21:29:54 2009 UTC Modified files: /php-src/ext/date php_date.c php_date.h Log: fix for #48247 http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.235r2=1.236diff_format=u Index: php-src/ext/date/php_date.c diff -u

[PHP-CVS] Re: [PHP-DOC] Re: [PHP-CVS] cvs: php-src /ext/date php_date.c

2009-05-26 Thread Philip Olson
derick Tue May 19 19:43:44 2009 UTC Modified files: /php-src/ext/datephp_date.c Log: - Getting rid of using the environment to guess timezone information from. #- [DOC] Wait, what? I can see moving it to the lowest priority, but why get rid of it completely?

[PHP-CVS] Re: [PHP-DOC] Re: [PHP-CVS] cvs: php-src /ext/date php_date.c

2009-05-26 Thread Derick Rethans
On Tue, 26 May 2009, Philip Olson wrote: derickTue May 19 19:43:44 2009 UTC Modified files: /php-src/ext/date php_date.c Log: - Getting rid of using the environment to guess timezone information from. #- [DOC] Wait, what? I can see moving it to

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

2009-05-20 Thread Kalle Sommer Nielsen
kalle Wed May 20 08:18:07 2009 UTC Modified files: /php-src/ext/date php_date.c Log: Nuke newly introduced warning http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.234r2=1.235diff_format=u Index: php-src/ext/date/php_date.c diff -u

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

2009-05-19 Thread Jani Taskinen
janiTue May 19 15:38:22 2009 UTC Modified files: /php-src/ext/date php_date.c Log: - Revert bad compile warning fix which causes compile failures with older glibc http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.231r2=1.232diff_format=u

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

2009-05-19 Thread Hannes Magnusson
bjori Tue May 19 19:23:12 2009 UTC Modified files: /php-src/ext/date php_date.c Log: Partial fix for bug#48333 (DateInterval.format() expects a single, undocumented parameter)

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

2009-05-19 Thread Derick Rethans
derick Tue May 19 19:43:44 2009 UTC Modified files: /php-src/ext/date php_date.c Log: - Getting rid of using the environment to guess timezone information from. #- [DOC]

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

2009-05-19 Thread Rasmus Lerdorf
Wait, what? I can see moving it to the lowest priority, but why get rid of it completely? -Rasmus Derick Rethans wrote: derickTue May 19 19:43:44 2009 UTC Modified files: /php-src/ext/date php_date.c Log: - Getting rid of using the environment to

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

2009-05-05 Thread Ilia Alshanetsky
iliaa Tue May 5 12:34:04 2009 UTC Modified files: /php-src/ext/date php_date.c Log: MFB: Fixed compiler warning due to llabs() function http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.229r2=1.230diff_format=u Index:

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

2009-05-04 Thread Pierre-Alain Joye
pajoye Mon May 4 16:29:09 2009 UTC Modified files: /php-src/ext/date php_date.c Log: - fix build http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.227r2=1.228diff_format=u Index: php-src/ext/date/php_date.c diff -u

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

2009-05-04 Thread Pierre-Alain Joye
pajoye Mon May 4 17:11:39 2009 UTC Modified files: /php-src/ext/date php_date.c Log: - cleaner fix http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.228r2=1.229diff_format=u Index: php-src/ext/date/php_date.c diff -u

[PHP-CVS] cvs: php-src /ext/date php_date.c /ext/date/lib timelib_structs.h tm2unixtime.c /ext/date/tests bug48058.phpt date_create-relative.phpt strtotime-relative.phpt

2009-05-03 Thread Derick Rethans
derick Sun May 3 18:21:52 2009 UTC Added files: /php-src/ext/date/tests bug48058.phpt date_create-relative.phpt strtotime-relative.phpt Modified files: /php-src/ext/date php_date.c

[PHP-CVS] cvs: php-src /ext/date php_date.c /ext/date/tests bug45682.phpt

2009-05-03 Thread Derick Rethans
derick Sun May 3 18:45:06 2009 UTC Added files: /php-src/ext/date/tests bug45682.phpt Modified files: /php-src/ext/date php_date.c Log: - Fixed bug #45682 (Unable to var_dump(DateInterval)).

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

2009-05-03 Thread Derick Rethans
derick Sun May 3 19:57:35 2009 UTC Modified files: /php-src/ext/date php_date.c php_date.h Log: - Added timezone_version_get() to retrieve the version of the used timezone database.

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

2009-04-27 Thread Kalle Sommer Nielsen
kalle Mon Apr 27 14:21:57 2009 UTC Modified files: /php-src/ext/date php_date.c Log: Fixed bug #48088 (Wrong ARG_INFO for OO-API of DateTime) http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.223r2=1.224diff_format=u Index:

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

2009-04-07 Thread Felipe Pena
felipe Tue Apr 7 20:03:00 2009 UTC Modified files: /php-src/ext/date php_date.c Log: - Fixed bug #46108 (DateTime - Memory leak when unserializing) http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.222r2=1.223diff_format=u Index:

Re: [PHP-CVS] cvs: php-src /ext/date php_date.c /ext/libxml libxml.c /ext/soap soap.c /ext/standard string.c var_unserializer.c var_unserializer.re ZendEngine2 zend_constants.c zend_hash.c zend_ob

2009-04-01 Thread Derick Rethans
On Thu, 26 Mar 2009, Felipe Pena wrote: felipeThu Mar 26 22:16:48 2009 UTC Modified files: /ZendEngine2 zend_constants.c zend_hash.c zend_object_handlers.c zend_operators.c /php-src/ext/date php_date.c Please, keep all

Re: [PHP-CVS] cvs: php-src /ext/date php_date.c /ext/libxml libxml.c /ext/soap soap.c /ext/standard string.c var_unserializer.c var_unserializer.re ZendEngine2 zend_constants.c zend_hash.c zend_ob

2009-04-01 Thread Felipe Pena
Please, keep all the branches in sync, and also merge that change to PHP 5.2 and PHP 5.3 if needed. I don't see what to sync, almost all the variables removed are related to the dropped UG() stuff. The change in php_date.c was just for sync with 5.3, non related to UG()... -- PHP CVS

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

2009-03-27 Thread Hannes Magnusson
bjori Fri Mar 27 19:22:18 2009 UTC Modified files: /php-src/ext/date php_date.c Log: Fix protos http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.221r2=1.222diff_format=u Index: php-src/ext/date/php_date.c diff -u

[PHP-CVS] cvs: php-src /ext/date php_date.c /ext/libxml libxml.c /ext/soap soap.c /ext/standard string.c var_unserializer.c var_unserializer.re ZendEngine2 zend_constants.c zend_hash.c zend_object

2009-03-26 Thread Felipe Pena
felipe Thu Mar 26 22:16:48 2009 UTC Modified files: /ZendEngine2zend_constants.c zend_hash.c zend_object_handlers.c zend_operators.c /php-src/ext/date php_date.c /php-src/ext/libxml libxml.c /php-src/ext/soap soap.c

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

2009-03-20 Thread Antony Dovgal
tony2001Fri Mar 20 08:38:43 2009 UTC Modified files: /php-src/ext/date php_date.c Log: set return_len to 0 when returning empty string and fix segfault http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.218r2=1.219diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/date php_date.c /ext/date/tests date_default_timezone_get-1.phpt date_default_timezone_get-2.phpt date_default_timezone_set-1.phpt idate_variation7.phpt timestamp-in-dst.p

2009-01-27 Thread Derick Rethans
derick Tue Jan 27 13:44:38 2009 UTC Modified files: /php-src/ext/date php_date.c /php-src/ext/date/tests date_default_timezone_get-1.phpt date_default_timezone_get-2.phpt

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

2008-12-18 Thread Derick Rethans
derick Thu Dec 18 14:54:51 2008 UTC Modified files: /php-src/ext/date php_date.c /php-src/ext/date/lib parse_date.c parse_date.re timelib.h Log: - Fixed bug #46889: Memory leak in strtotime().

[PHP-CVS] cvs: php-src /ext/date php_date.c /ext/date/tests bug46268.phpt

2008-12-18 Thread Derick Rethans
derick Thu Dec 18 20:32:44 2008 UTC Modified files: /php-src/ext/date php_date.c /php-src/ext/date/tests bug46268.phpt Log: - Fixed bug #46268 (DateTime::modify() does not reset relative time values).

[PHP-CVS] cvs: php-src /ext/date php_date.c /ext/date/tests mktime-3-64bit.phpt

2008-12-02 Thread Derick Rethans
derick Tue Dec 2 18:01:07 2008 UTC Modified files: /php-src/ext/date php_date.c /php-src/ext/date/tests mktime-3-64bit.phpt Log: - Fixed bug #46732 (mktime.year description is wrong).

[PHP-CVS] cvs: php-src /ext/date php_date.c /ext/dom attr.c cdatasection.c comment.c document.c documentfragment.c element.c entityreference.c processinginstruction.c text.c xpath.c /ext/mysqli mysq

2008-11-18 Thread Etienne Kneuss
colder Wed Nov 19 01:59:08 2008 UTC Added files: /ZendEngine2/tests bug46241.phpt Modified files: /ZendEngine2zend_execute_API.c zend_vm_def.h zend_vm_execute.h /ZendEngine2/tests bug46196.phpt /php-src/ext/date

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

2008-11-06 Thread Derick Rethans
derick Thu Nov 6 09:44:03 2008 UTC Modified files: /php-src/ext/date php_date.c php_date.h Log: - Export DateTime and DateTimeZone class entries so that external extensions can make use of it as well.

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

2008-08-09 Thread Antony Dovgal
tony2001Sat Aug 9 21:58:40 2008 UTC Modified files: /php-src/ext/date php_date.c Log: fix leak http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.205r2=1.206diff_format=u Index: php-src/ext/date/php_date.c diff -u

[PHP-CVS] cvs: php-src /ext/date php_date.c /ext/dom attr.c cdatasection.c comment.c document.c documentfragment.c element.c entityreference.c processinginstruction.c text.c xpath.c /ext/mysqli mysq

2008-08-08 Thread Etienne Kneuss
colder Fri Aug 8 22:06:43 2008 UTC Modified files: /php-src/ext/sqlite sqlite.c /php-src/ext/splspl_array.c spl_iterators.c spl_observer.c spl_directory.c /php-src/ext/mysqli mysqli_driver.c /php-src/ext/simplexml

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

2008-08-03 Thread Derick Rethans
derick Sun Aug 3 16:44:31 2008 UTC Modified files: /php-src/ext/date php_date.c Log: - Fixed bug #45696 (Not all DateTime methods allow method chaining). http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.203r2=1.204diff_format=u Index:

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

2008-07-30 Thread Jani Taskinen
janiWed Jul 30 08:13:03 2008 UTC Modified files: /php-src/ext/date php_date.c Log: ws http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.201r2=1.202diff_format=u Index: php-src/ext/date/php_date.c diff -u php-src/ext/date/php_date.c:1.201

[PHP-CVS] cvs: php-src /ext/date php_date.c /ext/date/lib parse_date.c parse_date.re /ext/date/tests 012.phpt 013.phpt date_parse_001.phpt

2008-07-30 Thread Derick Rethans
derick Wed Jul 30 17:48:21 2008 UTC Modified files: /php-src/ext/date php_date.c /php-src/ext/date/lib parse_date.c parse_date.re /php-src/ext/date/tests 012.phpt 013.phpt date_parse_001.phpt Log: - Fixed a bug with the -MM format not

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

2008-07-29 Thread Dmitry Stogov
dmitry Tue Jul 29 12:56:19 2008 UTC Modified files: /php-src/ext/date php_date.c Log: Fixed memory leak http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.200r2=1.201diff_format=u Index: php-src/ext/date/php_date.c diff -u

[PHP-CVS] cvs: php-src /ext/date php_date.c /ext/date/tests date-set-timestamp.phpt

2008-07-27 Thread Derick Rethans
derick Sun Jul 27 19:09:37 2008 UTC Added files: /php-src/ext/date/tests date-set-timestamp.phpt Modified files: /php-src/ext/date php_date.c Log: - Fixed DateTime::setTimestamp() and added a test for it.

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

2008-07-20 Thread Derick Rethans
derick Sun Jul 20 20:58:35 2008 UTC Modified files: /php-src/ext/date php_date.c Log: - Fixed bug #45562 (Creating instance of DatePeriod crashes). http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.198r2=1.199diff_format=u Index:

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

2008-07-19 Thread Derick Rethans
derick Sat Jul 19 17:38:15 2008 UTC Modified files: /php-src/ext/date php_date.c Log: - Country codes are ISO 3166. http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.197r2=1.198diff_format=u Index: php-src/ext/date/php_date.c diff -u

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

2008-07-18 Thread Derick Rethans
derick Fri Jul 18 14:33:27 2008 UTC Modified files: /php-src/ext/date php_date.c php_date.h /php-src/ext/date/lib parse_tz.c timelib_structs.h Log: - Added support for selectively listing timezone identifiers by country code through

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

2008-07-16 Thread Derick Rethans
derick Wed Jul 16 12:35:45 2008 UTC Modified files: /php-src/ext/date php_date.c Log: - MF53: Fixed segfault. http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.195r2=1.196diff_format=u Index: php-src/ext/date/php_date.c diff -u

[PHP-CVS] cvs: php-src /ext/date php_date.c /ext/date/lib dow.c parse_date.c parse_date.re timelib.h

2008-07-14 Thread Derick Rethans
derick Mon Jul 14 17:30:09 2008 UTC Modified files: /php-src/ext/date php_date.c /php-src/ext/date/lib dow.c parse_date.c parse_date.re timelib.h Log: - Added a warning to the error struct in case a parsed-date was found to be invalid.

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

2008-07-14 Thread Derick Rethans
derick Mon Jul 14 17:38:19 2008 UTC Modified files: /php-src/ext/date php_date.c Log: - Fixed reversed logic. http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.194r2=1.195diff_format=u Index: php-src/ext/date/php_date.c diff -u

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

2008-07-09 Thread Felipe Pena
felipe Wed Jul 9 12:51:26 2008 UTC Modified files: /php-src/ext/date php_date.c Log: - MFB: Added arginfo http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.192r2=1.193diff_format=u Index: php-src/ext/date/php_date.c diff -u

[PHP-CVS] cvs: php-src /ext/date php_date.c /ext/date/tests 015.phpt dateinterval_errors.phpt

2008-07-08 Thread Derick Rethans
derick Tue Jul 8 17:40:35 2008 UTC Added files: /php-src/ext/date/tests 015.phpt dateinterval_errors.phpt Modified files: /php-src/ext/date php_date.c Log: - Fixed memory leaks and segfaults, patch by Joe Orton. - Fixed bug

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

2008-07-08 Thread Derick Rethans
derick Tue Jul 8 17:56:36 2008 UTC Modified files: /php-src/ext/date php_date.c /php-src/ext/date/lib parse_date.c parse_date.re parse_iso_intervals.c tm2unixtime.c Log: - Replaced // by /* .. */ comments.

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

2008-07-08 Thread Derick Rethans
derick Tue Jul 8 19:29:07 2008 UTC Modified files: /php-src/ext/date php_date.c Log: - Fixed a memleak (Original patch by Hannes Magnusson). http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.191r2=1.192diff_format=u Index:

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

2008-06-10 Thread Andrei Zmievski
In date(), strtotime(), etc, do we want to restrict the format argument to be an ASCII string? Because right now if you pass Unicode string in, it will be converted to binary using runtime encoding.. -Andrei Henrique do Nascimento Angelo wrote: hnangeloSat Jun 7 20:30:30

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

2008-06-10 Thread Derick Rethans
On Tue, 10 Jun 2008, Andrei Zmievski wrote: In date(), strtotime(), etc, do we want to restrict the format argument to be an ASCII string? Because right now if you pass Unicode string in, it will be converted to binary using runtime encoding.. Yes, that's fine. The parser doesn't understand

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

2008-06-07 Thread Henrique do Nascimento Angelo
hnangeloSat Jun 7 20:30:30 2008 UTC Modified files: /php-src/ext/date php_date.c Log: Add Unicode support and set as unicode compatible http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.187r2=1.188diff_format=u Index:

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

2008-06-07 Thread Antony Dovgal
tony2001Sat Jun 7 22:41:02 2008 UTC Modified files: /php-src/ext/date php_date.c Log: fix ZTS build http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.188r2=1.189diff_format=u Index: php-src/ext/date/php_date.c diff -u

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

2008-06-07 Thread Antony Dovgal
On 08.06.2008 00:30, Henrique do Nascimento Angelo wrote: hnangeloSat Jun 7 20:30:30 2008 UTC Modified files: /php-src/ext/date php_date.c Log: Add Unicode support and set as unicode compatible Please don't forget to test your patches in ZTS mode

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

2008-05-20 Thread Antony Dovgal
tony2001Tue May 20 12:07:13 2008 UTC Modified files: /php-src/ext/date php_date.c Log: fix function signature and silence compile warning http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.186r2=1.187diff_format=u Index:

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

2008-05-07 Thread Ilia Alshanetsky
iliaa Wed May 7 23:46:11 2008 UTC Modified files: /php-src/ext/date php_date.c Log: MFB: kill unused vars http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.185r2=1.186diff_format=u Index: php-src/ext/date/php_date.c diff -u

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

2008-05-04 Thread Derick Rethans
derick Sun May 4 09:59:42 2008 UTC Modified files: /php-src/ext/date php_date.c /php-src/ext/date/lib parse_iso_intervals.c parse_iso_intervals.re Log: - Added support for using ISO 8601 time intervals to define a DatePeriod iterator.

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

2008-05-03 Thread Derick Rethans
derick Sat May 3 10:59:15 2008 UTC Modified files: /php-src/ext/date php_date.c Log: - Added support for using an end date to limit the amount of recursions with the DatePeriod iterator.

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

2008-05-02 Thread Marcus Boerger
Hello Derick, Thursday, May 1, 2008, 2:10:25 AM, you wrote: http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.178r2=1.179diff_format=u Index: php-src/ext/date/php_date.c diff -u php-src/ext/date/php_date.c:1.178 php-src/ext/date/php_date.c:1.179 ---

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

2008-05-02 Thread Derick Rethans
On Fri, 2 May 2008, Marcus Boerger wrote: Hello Derick, Thursday, May 1, 2008, 2:10:25 AM, you wrote: http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.178r2=1.179diff_format=u Index: php-src/ext/date/php_date.c diff -u php-src/ext/date/php_date.c:1.178

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

2008-05-02 Thread Derick Rethans
derick Fri May 2 12:48:19 2008 UTC Modified files: /php-src/ext/date php_date.c php_date.h /php-src/ext/date/lib parse_date.c parse_date.re tm2unixtime.c Log: - Added DateInterval::createFromDateString() that creates an interval from the

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

2008-05-02 Thread Derick Rethans
derick Fri May 2 21:32:13 2008 UTC Modified files: /php-src/ext/date php_date.c Log: - Fixed an issue in date() where a : was printed for the O modifier after a P modifier was used.

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

2008-05-01 Thread Derick Rethans
derick Thu May 1 13:31:01 2008 UTC Modified files: /php-src/ext/date php_date.c Log: - Include the starting date by default in the iterator output, but add an option to disable this behavior.

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

2008-04-30 Thread Derick Rethans
derick Thu May 1 00:10:25 2008 UTC Modified files: /php-src/ext/date php_date.c php_date.h /php-src/ext/date/lib timelib.c timelib.h Log: - Added the DatePeriod class/iterator that iterates over a date time object for a specific number of

[PHP-CVS] cvs: php-src /ext/date php_date.c /ext/date/tests bug44742.phpt

2008-04-16 Thread Derick Rethans
derick Wed Apr 16 17:24:00 2008 UTC Modified files: /php-src/ext/date php_date.c /php-src/ext/date/tests bug44742.phpt Log: - MF52: Fixed bug #44703 (htmlspecialchars() does not detect bad character set argument). #- WIll merge to 5.3 later, that

[PHP-CVS] cvs: php-src /ext/date php_date.c /ext/date/tests timestamp-in-dst.phpt

2008-03-31 Thread Derick Rethans
derick Mon Mar 31 09:10:54 2008 UTC Added files: /php-src/ext/date/tests timestamp-in-dst.phpt Modified files: /php-src/ext/date php_date.c Log: - Fixed a bug in formatting timestamps when DST is active in the default timezone.

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

2008-03-20 Thread Derick Rethans
derick Thu Mar 20 19:43:02 2008 UTC Modified files: /php-src/ext/date php_date.c Log: - Fix the DateTimeZone::getTransitions() algorithm. http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.174r2=1.175diff_format=u Index:

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

2008-03-16 Thread Ilia Alshanetsky
iliaa Sun Mar 16 15:15:47 2008 UTC Modified files: /php-src/ext/date php_date.c Log: MFB: Remove unused variable http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.173r2=1.174diff_format=u Index: php-src/ext/date/php_date.c diff -u

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

2008-03-14 Thread Derick Rethans
derick Fri Mar 14 16:18:26 2008 UTC Modified files: /php-src/ext/date php_date.c php_date.h Log: - Allow datetime objects to be serialized and woken up. - Implemented __set_state().

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

2008-03-09 Thread Ilia Alshanetsky
iliaa Sun Mar 9 18:10:09 2008 UTC Modified files: /php-src/ext/date php_date.c Log: MFB: Initialize ts only after successful argument parsing http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.170r2=1.171diff_format=u Index:

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

2008-03-06 Thread Ilia Alshanetsky
iliaa Fri Mar 7 02:05:48 2008 UTC Modified files: /php-src/ext/date php_date.c Log: MFB: Fixed a memory leak inside date_get_last_errors() when there are no errors

[PHP-CVS] cvs: php-src /ext/date php_date.c /ext/filter filter.c /ext/msql php_msql.c /ext/mysqli mysqli_nonapi.c /ext/pdo pdo_dbh.c pdo_stmt.c /ext/posix posix.c /ext/standard filestat.c /ext/

2008-03-04 Thread Felipe Pena
felipe Tue Mar 4 23:39:16 2008 UTC Modified files: /php-src/sapi/apache2handlerphp_functions.c /php-src/main output.c /php-src/ext/zlib zlib.c /php-src/ext/xmlwriter php_xmlwriter.c /php-src/ext/unicodecollator.c

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

2008-02-27 Thread Derick Rethans
derick Wed Feb 27 09:47:24 2008 UTC Modified files: /php-src/ext/date php_date.c Log: - Fixed bug #44260 (African timezones missing). http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.167r2=1.168diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/date php_date.c /ext/date/tests bug41523-64bit.phpt bug41523.phpt mktime-3-64bit.phpt mktime-3.phpt strtotime-mysql-64bit.phpt strtotime-mysql.phpt strtotime3-64bit.phpt s

2008-02-25 Thread Derick Rethans
derick Mon Feb 25 22:32:26 2008 UTC Added files: /php-src/ext/wddx/tests 001-64bit.phpt /php-src/ext/date/tests bug41523-64bit.phpt mktime-3-64bit.phpt strtotime-mysql-64bit.phpt

[PHP-CVS] cvs: php-src /ext/date php_date.c /ext/mysql php_mysql.c /ext/standard dl.c file.c string.c /ext/standard/tests/serialize bug31402.phpt /main main.c /tests/classes new_001.phpt /tests/

2008-02-23 Thread Marcus Boerger
helly Sat Feb 23 17:03:53 2008 UTC Modified files: /ZendEngine2zend.c zend_builtin_functions.c zend_compile.c zend_constants.c zend_errors.h zend_execute_API.c zend_language_parser.y zend_vm_def.h

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

2008-02-13 Thread Derick Rethans
derick Wed Feb 13 21:53:01 2008 UTC Modified files: /php-src/ext/date php_date.c Log: - Add some missing elements from the return value. http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.164r2=1.165diff_format=u Index:

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

2008-02-02 Thread Derick Rethans
derick Sat Feb 2 17:25:40 2008 UTC Modified files: /php-src/ext/date php_date.c Log: - Make timezone_open() work again. http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.163r2=1.164diff_format=u Index: php-src/ext/date/php_date.c diff -u

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

2008-01-29 Thread Derick Rethans
derick Tue Jan 29 20:12:23 2008 UTC Modified files: /php-src/ext/date php_date.c Log: - Make whitespace the same as in 5.3. http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.162r2=1.163diff_format=u Index: php-src/ext/date/php_date.c diff -u

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

2008-01-28 Thread Derick Rethans
derick Mon Jan 28 21:12:24 2008 UTC Modified files: /php-src/ext/date php_date.c Log: - Added two optional parameters to timezone_transitions_get() / DateTimeZone::getTranstions() to limit the range of transitions being returned.

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

2008-01-28 Thread Derick Rethans
derick Mon Jan 28 20:29:40 2008 UTC Modified files: /php-src/ext/date php_date.c php_date.h Log: - Added DateTime::getTimestamp() / date_timestamp_get(). http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.159r2=1.160diff_format=u Index:

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

2008-01-28 Thread Derick Rethans
derick Mon Jan 28 20:36:04 2008 UTC Modified files: /php-src/ext/date php_date.c Log: - MF53: Added missing folding tags. http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.160r2=1.161diff_format=u Index: php-src/ext/date/php_date.c diff -u

[PHP-CVS] cvs: php-src /ext/date php_date.c /ext/date/tests timezones-list.phpt

2008-01-27 Thread Derick Rethans
derick Sun Jan 27 17:28:58 2008 UTC Added files: /php-src/ext/date/tests timezones-list.phpt Modified files: /php-src/ext/date php_date.c Log: - Added support for selectively listing timezone identifiers through

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

2008-01-27 Thread Derick Rethans
derick Sun Jan 27 17:44:16 2008 UTC Modified files: /php-src/ext/date php_date.c Log: - Update proto. http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.158r2=1.159diff_format=u Index: php-src/ext/date/php_date.c diff -u

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

2008-01-23 Thread Antony Dovgal
tony2001Wed Jan 23 15:14:18 2008 UTC Modified files: /php-src/ext/date php_date.c Log: add missing TSRMLS_CC and fix segfaults in ZTS mode http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.156r2=1.157diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/date php_date.c /ext/date/tests bug40743.phpt bug42910.phpt bug43527.phpt

2008-01-17 Thread Derick Rethans
derick Thu Jan 17 18:48:44 2008 UTC Added files: /php-src/ext/date/tests bug40743.phpt bug42910.phpt bug43527.phpt Modified files: /php-src/ext/date php_date.c Log: - Added support for abbreviation and offset based timezone

[PHP-CVS] cvs: php-src /ext/date php_date.c /ext/date/tests bug43003.phpt

2008-01-17 Thread Derick Rethans
derick Thu Jan 17 19:58:24 2008 UTC Added files: /php-src/ext/date/tests bug43003.phpt Modified files: /php-src/ext/date php_date.c Log: - Fixed bug #43003 (Invalid timezone reported for DateTime objects constructed using a

[PHP-CVS] cvs: php-src /ext/date php_date.c /ext/date/tests bug43808.phpt

2008-01-17 Thread Derick Rethans
derick Thu Jan 17 20:34:17 2008 UTC Added files: /php-src/ext/date/tests bug43808.phpt Modified files: /php-src/ext/date php_date.c Log: - Fixed bug #43808 (date_create never fails (even when it should)).

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

2008-01-13 Thread Derick Rethans
derick Sun Jan 13 15:16:48 2008 UTC Modified files: /php-src/ext/date php_date.c php_date.h /php-src/ext/date/lib parse_date.c parse_date.re timelib.h Log: - MF53: Added new date/time functionality: * date_parse_from_format(): Parse date/time

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

2008-01-13 Thread Derick Rethans
derick Sun Jan 13 18:42:51 2008 UTC Modified files: /php-src/ext/date php_date.c Log: - Fixed TSRM builds. #- Thanks for the hint Steph. http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.152r2=1.153diff_format=u Index:

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

2007-12-14 Thread Scott MacVicar
scottmacFri Dec 14 14:52:38 2007 UTC Modified files: /php-src/ext/date php_date.c Log: MFB: Change createFromTimestamp to setTimestamp http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.149r2=1.150diff_format=u Index:

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

2007-12-14 Thread Scott MacVicar
scottmacFri Dec 14 14:27:18 2007 UTC Modified files: /php-src/ext/date php_date.c php_date.h Log: - Add Datetime::createFromTimestamp to allow setting of a unix timestamp without invoking the date parser.

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

2007-11-23 Thread Ilia Alshanetsky
There is still a problem because if you had an exception handler you'd have the same problem. if the constructor fails it should destroy the created object. On 23-Nov-07, at 5:01 AM, Hannes Magnusson wrote: On Nov 23, 2007 1:15 AM, Ilia Alshanetsky [EMAIL PROTECTED] wrote: iliaa

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

2007-11-23 Thread Hannes Magnusson
On Nov 23, 2007 1:15 AM, Ilia Alshanetsky [EMAIL PROTECTED] wrote: iliaa Fri Nov 23 00:15:37 2007 UTC Modified files: /php-src/ext/date php_date.c Log: MFB: Fixed bug #43377 (PHP crashes with invalid argument for DateTimeZone) You are misreading the bug report. It

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

2007-11-22 Thread Ilia Alshanetsky
iliaa Fri Nov 23 00:15:37 2007 UTC Modified files: /php-src/ext/date php_date.c Log: MFB: Fixed bug #43377 (PHP crashes with invalid argument for DateTimeZone) http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.147r2=1.148diff_format=u Index:

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

2007-09-03 Thread Derick Rethans
derick Mon Sep 3 12:03:46 2007 UTC Modified files: /php-src/ext/date php_date.c Log: - Fixed DateTimeZone::getTransitions(). http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.143r2=1.144diff_format=u Index: php-src/ext/date/php_date.c diff

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

2007-09-03 Thread Derick Rethans
derick Mon Sep 3 12:12:51 2007 UTC Modified files: /php-src/ext/date php_date.c Log: - Ugh, fix this properly. http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.144r2=1.145diff_format=u Index: php-src/ext/date/php_date.c diff -u

[PHP-CVS] cvs: php-src /ext/date php_date.c /ext/date/tests 010.phpt bug35499.phpt bug41523.phpt bug41964.phpt

2007-07-13 Thread Dmitry Stogov
dmitry Fri Jul 13 15:22:34 2007 UTC Modified files: /php-src/ext/date php_date.c /php-src/ext/date/tests 010.phpt bug35499.phpt bug41523.phpt bug41964.phpt Log: Unicode support

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

2007-07-12 Thread Derick Rethans
derick Thu Jul 12 18:58:48 2007 UTC Modified files: /php-src/ext/date php_date.c Log: - Missing file in commit. http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.141r2=1.142diff_format=u Index: php-src/ext/date/php_date.c diff -u

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

2007-06-07 Thread Ilia Alshanetsky
iliaa Thu Jun 7 23:16:41 2007 UTC Modified files: /php-src/ext/date php_date.c Log: MFB: Final shot at the date issue http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.140r2=1.141diff_format=u Index: php-src/ext/date/php_date.c diff -u

  1   2   3   >