#
333ae016 |
| 07-Aug-2008 |
Jani Taskinen |
Tune news, added missing entry |
#
c93fbf62 |
| 07-Aug-2008 |
Arnaud Le Blanc |
MFH: Added clear_realpath_cache and filename parameters to clearstatcache() (Jani, Arnaud) [DOC] clearstatcache() now defaults to not affect the realpath cache. clearstatcache() now t
MFH: Added clear_realpath_cache and filename parameters to clearstatcache() (Jani, Arnaud) [DOC] clearstatcache() now defaults to not affect the realpath cache. clearstatcache() now takes two optionnal parameters, clear_realpath_cache to clear the realpath cache (defaults to false), and filename to clear only the given filename from the cache.
show more ...
|
#
79155527 |
| 06-Aug-2008 |
Kalle Sommer Nielsen |
Backport fix for #45406 to PHP_5_2 |
#
3cb1759e |
| 06-Aug-2008 |
Derick Rethans |
- MFH: Fixed bug #45636 (fileinfo ext duplicate strndup). |
#
8c1e71ff |
| 06-Aug-2008 |
Derick Rethans |
- MFH: Fixed bug #45717 (Fileinfo/libmagic build fails, missing err.h and getopt.h). |
Revision tags: php-4.4.9 |
|
#
525f3c47 |
| 06-Aug-2008 |
Jani Taskinen |
MFH: General sync. WS / CS / etc. crap some people didn't bother to merge MFH: before this commit..bunnies thank you all.. [DOC] - Added ext/hash support to ext/session's ID generator. (Sara)
MFH: General sync. WS / CS / etc. crap some people didn't bother to merge MFH: before this commit..bunnies thank you all.. [DOC] - Added ext/hash support to ext/session's ID generator. (Sara) [DOC] Ask Sara for explanation..
show more ...
|
#
5e06d51e |
| 06-Aug-2008 |
Johannes Schlüter |
- litespeed was merged from HEAD |
#
833f96a2 |
| 05-Aug-2008 |
Derick Rethans |
- MFH: Fixed a bug that caused miscalculations with the "last <weekday> of <n> month" relative time string. |
#
7355c3c5 |
| 04-Aug-2008 |
Dmitry Stogov |
Removed shebang line check from CGI sapi (it is checked by scanner) |
#
874b4560 |
| 04-Aug-2008 |
Kalle Sommer Nielsen |
MFH: Fixes #45406 - Patch by oleg dot grenrus at dynamoid dot com |
#
ad10607c |
| 03-Aug-2008 |
Derick Rethans |
- MFH: Fixed bug #45696 (Not all DateTime methods allow method chaining). |
#
c7cb6f54 |
| 03-Aug-2008 |
Jani Taskinen |
typo, grammar |
#
97424e78 |
| 03-Aug-2008 |
Marcus Boerger |
- Nitpicking # Chris I merged you with Oracle corp. as you work for the company, or do # you need to be clear about what you did? |
#
4591f12d |
| 02-Aug-2008 |
Derick Rethans |
- MFH: Fixed bug #45545 (DateInterval has a limitation of 4 chars for ISO durations). |
#
54924546 |
| 02-Aug-2008 |
Arnaud Le Blanc |
news |
#
37a76935 |
| 01-Aug-2008 |
Dmitry Stogov |
Fixed bug #44100 (Inconsistent handling of static array declarations with duplicate keys). |
#
fe0e4c26 |
| 01-Aug-2008 |
Johannes Schlüter |
back to dev |
Revision tags: php-5.3.0alpha1 |
|
#
346b97af |
| 01-Aug-2008 |
Johannes Schlüter |
5.3.0alpha1 |
#
678811d9 |
| 31-Jul-2008 |
Jani Taskinen |
- Fix news |
#
935fdb07 |
| 31-Jul-2008 |
Johannes Schlüter |
- Added a few exts |
#
766fe51d |
| 31-Jul-2008 |
Felipe Pena |
Typo |
#
362bd99f |
| 31-Jul-2008 |
Johannes Schlüter |
move 'Improved' stuff together and max 80 char width |
#
26dae773 |
| 31-Jul-2008 |
Scott MacVicar |
Fix some NEWS entries |
#
d2b3695a |
| 31-Jul-2008 |
Johannes Schlüter |
Update NEWS |
#
c58e2b9d |
| 29-Jul-2008 |
Arnaud Le Blanc |
MFH: Added pcntl_sigwaitinfo(), pcntl_sigtimedwait() and pcntl_sigprocmask() [DOC] pcntl_sigprocmask() allows to block signals. pcntl_sigwaitinfo() allows to fetch blocked signals or signals
MFH: Added pcntl_sigwaitinfo(), pcntl_sigtimedwait() and pcntl_sigprocmask() [DOC] pcntl_sigprocmask() allows to block signals. pcntl_sigwaitinfo() allows to fetch blocked signals or signals delivered while pcntl_sigwaitinfo() is running. pcntl_sigtimedwait() is pcntl_sigwaitinfo() with a timeout.
show more ...
|