#
ed7e0c0d |
| 06-May-2008 |
Kalle Sommer Nielsen |
* Changed php_*h() to be static * Changed NEWS entry to be say 'native' insted of 'Windows' (ref. *h()) |
#
1b317f15 |
| 05-May-2008 |
Dmitry Stogov |
- Use ZEND_FREE() opcode instead of ZEND_SWITCH_FREE(IS_TMP_VAR) - Fixed bug #44913 (Segfault when using return in combination with nested loops and continue 2) |
#
f6173187 |
| 05-May-2008 |
Kalle Sommer Nielsen |
Merge PHP_5_3 - Implemented Windows support for asinh(), acosh(), atanh(), log1p() and expm1() [DOC] Merge_5_3 |
#
f5336717 |
| 04-May-2008 |
Derick Rethans |
- MFH: Added support for "<xth> <weekday of" and "last <weekday> of" phrases to be used with months - like in "last saturday of februari 2008". |
#
5bab5da3 |
| 03-May-2008 |
Felipe Pena |
BFN: #44899 |
#
04929019 |
| 03-May-2008 |
Derick Rethans |
- Tabs to spaces. |
#
c36edb6a |
| 03-May-2008 |
Derick Rethans |
- Added support for using an end date to limit the amount of recursions with the DatePeriod iterator. #- @doc |
#
76708f3c |
| 03-May-2008 |
Derick Rethans |
- MFH: Fixed weekdays adding/subtracting algorithm. |
#
eb64b777 |
| 02-May-2008 |
Derick Rethans |
- MFH: Fixed an issue in date() where a : was printed for the O modifier after a P modifier was used. |
#
8c5274f4 |
| 01-May-2008 |
Derick Rethans |
- MFH: Added the DatePeriod class/iterator that iterates over a date time object for a specific number of iterators and applies a DateInterval each time. @DOC: More will follow though |
Revision tags: php-5.2.6 |
|
#
2ecf4bb0 |
| 29-Apr-2008 |
Dmitry Stogov |
Lazy EG(active_symbol_table) initialization |
#
c46d651b |
| 28-Apr-2008 |
Greg Beaver |
Fixed potentially confusing error message on failure when no errors are logged |
#
357292a0 |
| 27-Apr-2008 |
Derick Rethans |
- MFH: Fixed "this week", "previous week"/"last week" and "next week" phrases by actually meaning the week. #- MFH: For now the week starts on Monday, but I plan on making that # confi
- MFH: Fixed "this week", "previous week"/"last week" and "next week" phrases by actually meaning the week. #- MFH: For now the week starts on Monday, but I plan on making that # configurable.
show more ...
|
#
2047fa85 |
| 25-Apr-2008 |
Derick Rethans |
- Added new date/time functionality: . support for diffing date/times through date_diff() / DateTime::diff(). . added DateInterval class to represent the difference between two date/times
- Added new date/time functionality: . support for diffing date/times through date_diff() / DateTime::diff(). . added DateInterval class to represent the difference between two date/times. . support for parsing ISO intervals for use with DateInterval. . date_add() / DateTime::add(), date_sub() / DateTime::sub() for applying an interval to an existing date/time. - MFH: Fixed bug #44742 (timezone_offset_get() causes segmentation faults).
show more ...
|
#
1303c45e |
| 24-Apr-2008 |
Dmitry Stogov |
Fixed bug #44805 (rename() function is not portable to Windows). (Pierre) |
#
4c4542e0 |
| 21-Apr-2008 |
Antony Dovgal |
add news entry |
#
de34e870 |
| 17-Apr-2008 |
Rob Richards |
BFN |
Revision tags: RELEASE_1_0_2 |
|
#
75352932 |
| 15-Apr-2008 |
Ilia Alshanetsky |
MFB: Fixed bug #44034 (FILE_IGNORE_NEW_LINES in file() does not work as expected when lines end in \r\n) |
#
ef78497f |
| 14-Apr-2008 |
Hannes Magnusson |
MFH: Add "params" argument to stream_context_create() |
#
d9dd1b9e |
| 11-Apr-2008 |
Dmitry Stogov |
Optimized ZEND_RETURN opcode to not allocate and copy return value if it is not used. |
#
7b227260 |
| 11-Apr-2008 |
Marcus Boerger |
BFN |
Revision tags: php-5.2.6RC5 |
|
#
a1e09451 |
| 07-Apr-2008 |
Etienne Kneuss |
MFH: Implement forward_static_call(_array) to complete LSB. Patch by Mike Lively |
Revision tags: php-5.2.6RC4 |
|
#
235770b2 |
| 05-Apr-2008 |
Felipe Pena |
- HEREDOC syntax with double quotes |
#
065af960 |
| 29-Mar-2008 |
Felipe Pena |
New entry (MFH: goto) |
Revision tags: php-5.2.6RC3 |
|
#
862f9ee3 |
| 27-Mar-2008 |
Dmitry Stogov |
Added ability to use stream wrappers in include_path |