Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1 |
|
#
60ad3e54 |
| 18-Nov-2010 |
Felipe Pena |
- Fix build
|
#
95a88f04 |
| 18-Nov-2010 |
Derick Rethans |
- Fixed the call as well.
|
#
a2434bb6 |
| 18-Nov-2010 |
Derick Rethans |
- Revert the ABI changing commit.
|
#
bb1dbdf6 |
| 13-Nov-2010 |
Derick Rethans |
- Sync from HEAD.
|
#
a3161aa0 |
| 27-Sep-2010 |
Kalle Sommer Nielsen |
Removed a TSRMLS_FETCH() call in php_idate() in favor of the TSRMLS macros
|
#
ab6789a0 |
| 30-Aug-2010 |
Derick Rethans |
- Fixed bug #52668 (Iterating over a dateperiod twice is broken).
|
#
bd184cc5 |
| 30-Aug-2010 |
Derick Rethans |
- Fixed bug #52668 (Iterating over a dateperiod twice is broken).
|
Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1 |
|
#
4500357d |
| 08-Jun-2010 |
Sriram Natarajan |
- Fixed Bug #51168 (fails to compile with Sun Studio) # C99 standard supports inline keyword and supported by # by major compilers like GCC, HP C, IBM C and Sun C
|
#
dbddbb6e |
| 08-Jun-2010 |
Sriram Natarajan |
- Fixed Bug #51168 (fails to compile with Sun Studio) # C99 standard supports inline keyword and supported by # by major compilers like GCC, HP C, IBM C and Sun C
|
#
c5237d82 |
| 24-May-2010 |
Dmitry Stogov |
Added caches to eliminate repeatable run-time bindings of functions, classes, constants, methods and properties
|
#
ad157979 |
| 12-May-2010 |
Michael Wallner |
Fixed bug #51725 (xmlrpc_get_type() returns true on invalid dates). (Mike)
|
#
0bb08c61 |
| 12-May-2010 |
Michael Wallner |
Fixed bug #51725 (xmlrpc_get_type() returns true on invalid dates). (Mike)
|
#
336e9579 |
| 20-Apr-2010 |
Dmitry Stogov |
Fixed bug #49700 (memory leaks in php_date.c if garbage collector is enabled)
|
#
e7d3ec6d |
| 20-Apr-2010 |
Dmitry Stogov |
Fixed bug #49700 (memory leaks in php_date.c if garbage collector is enabled)
|
#
94dd8372 |
| 20-Apr-2010 |
Dmitry Stogov |
Changed the structure of op_array.opcodes. The constant values are moved from opcode operands into a separate literal table
|
#
4da75af2 |
| 10-Apr-2010 |
Derick Rethans |
- Expose date-extension object creation externally. - Expose DateTime object initialisation externally.
|
#
02e46447 |
| 07-Mar-2010 |
Derick Rethans |
- Fixed bug #49059 (DateTime::diff() repeats previous sub() operation).
|
#
156d780c |
| 07-Mar-2010 |
Derick Rethans |
- Fixed bug #40778 (DateInterval::format("%a") is always zero when an interval is created from an ISO string).
|
#
f1286280 |
| 07-Mar-2010 |
Derick Rethans |
- Fixed bug #50555 (DateTime::sub() allows 'relative' time modifications).
|
Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2 |
|
#
da94f073 |
| 11-Feb-2010 |
Pierre Joye |
- fix php_date_llabs declaration
|
#
5a43f269 |
| 10-Feb-2010 |
Derick Rethans |
- Fixed bug #49585 (date_format buffer not long enough for >4 digit years). #- Was already partly fixed with my previous commit.
|
#
8ac4d119 |
| 10-Feb-2010 |
Derick Rethans |
- Added a test case for bug #45866 - Fixed tests: oo_002, bug46268 - Fixed bug #50930 (Wrong date by php_date.c patch with ancient gcc/glibc versions). - Make sure faulty strings pa
- Added a test case for bug #45866 - Fixed tests: oo_002, bug46268 - Fixed bug #50930 (Wrong date by php_date.c patch with ancient gcc/glibc versions). - Make sure faulty strings passed to DateTime::modify() notify the user. - Revert fix for bug #50392 as it was fixed wrongly without a proper test case. - Fixed a bug with the 'r' formatting function as the default buffer size that was allocated only fit 4 digit years.
show more ...
|
Revision tags: php-5.2.13RC1 |
|
#
9ba1e816 |
| 03-Jan-2010 |
Sebastian Bergmann |
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
|
Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4 |
|
#
2e5546d7 |
| 28-Nov-2009 |
Jani Taskinen |
- Fixed bug #50266 (conflicting types for llabs)
|
Revision tags: php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3 |
|
#
89fec084 |
| 27-Oct-2009 |
Pierre Joye |
- #48752, crash during date parsing with invalid date
|