#
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 ...
|
#
0f9026da |
| 28-Jul-2008 |
Arnaud Le Blanc |
MFH: When automatically redirecting an HTTP request, use the GET method when the original method was not HEAD or GET (fixes #45540) # # The RFC says that in case of 3xx code, "The action
MFH: When automatically redirecting an HTTP request, use the GET method when the original method was not HEAD or GET (fixes #45540) # # The RFC says that in case of 3xx code, "The action required MAY be # carried out [...] *only if the method used in the second request is GET or # HEAD*". # # This may not break anything as actually POST requests replying # with a Location header never worked as the redirecting request was sent using # the POST method, but without Entity-Body (and without Content-Length header, # which caused the server to reply with a "411 Length Required" or to treat # the request as GET). #
show more ...
|
#
f2b67842 |
| 28-Jul-2008 |
Pierre Joye |
- nothing to do here |
#
1e820eca |
| 28-Jul-2008 |
Pierre Joye |
-MFH: - #45430, windows implementation of crypt is not TS - add Blowfish (using implementation from Solar Designer <solar at openwal dot com>) and extended DES support - Make crypt fea
-MFH: - #45430, windows implementation of crypt is not TS - add Blowfish (using implementation from Solar Designer <solar at openwal dot com>) and extended DES support - Make crypt features portable: - if no crypt_r, php's implemetation is used (all algo and TS), php can't be used with unsafe crypt anymore - if one algo is missing, php's implemetation is used - Windows always use php's implementation - removed old code in windows/
show more ...
|