Revision tags: php-5.3.11RC2, php-5.4.1RC2, php-5.3.11RC1, php-5.4.1RC1, PHP-5.4.1-RC1 |
|
#
9dcfb8c7 |
| 21-Mar-2012 |
Ilia Alshanetsky |
Fixed bug #61461 (missing checks around malloc() calls).
|
#
40cd3d54 |
| 11-Mar-2012 |
Xinchen Hui |
Implemented FR #60850 (Built in web server does not set $_SERVER['SCRIPT_FILENAME'] when using router)
|
#
0d076c3c |
| 11-Mar-2012 |
Xinchen Hui |
Add Moriyoshi Koizumi and I to the cli SAPI credits
|
#
16748fe0 |
| 02-Mar-2012 |
Rasmus Lerdorf |
CLI Server was sending "Connection: closed" instead of "Connection: close"
|
Revision tags: php-5.4.0, php-5.4.0RC8, php-5.3.10, php-5.4.0RC7 |
|
#
93c54991 |
| 31-Jan-2012 |
Michael Wallner |
fix usage of php_output_(de)activate; I guess this code doesn't bother about one more hack;
|
#
c64a69c8 |
| 31-Jan-2012 |
Michael Wallner |
MFH: r322963 fix headers print to stdout/stderr if no output written; fix crashes and invalid usage of output control in cli server while passing by
|
Revision tags: php-5.4.0RC6, php-5.3.9, php-5.4.0RC5 |
|
#
4e198252 |
| 01-Jan-2012 |
Felipe Pena |
- Year++
|
Revision tags: php-5.3.9RC4 |
|
#
77b97de8 |
| 22-Dec-2011 |
Xinchen Hui |
Fix bug #60591 (Memory leak when access a non-exists file)
|
Revision tags: php-5.4.0RC4 |
|
#
80ab6987 |
| 16-Dec-2011 |
Xinchen Hui |
Fixed bug #60523 (PHP Errors are not reported in browsers using built-in SAPI)
|
#
e29c46a5 |
| 09-Dec-2011 |
Xinchen Hui |
add $_SERVER["SERVER_NAME"] since it's handy
|
#
8fff0e86 |
| 09-Dec-2011 |
Xinchen Hui |
fix memory leak
|
#
147c4142 |
| 09-Dec-2011 |
Xinchen Hui |
Fixed bug #60477 (Segfault after two multipart/form-data POST requests)
|
Revision tags: php-5.3.9RC3, php-5.4.0RC3 |
|
#
653e6823 |
| 25-Nov-2011 |
Pierre Joye |
- implement FR #60390, SERVER_PORT missing
|
Revision tags: php-5.3.9RC2, php-5.4.0RC2 |
|
#
f8386e34 |
| 15-Nov-2011 |
Xinchen Hui |
Fixed bug #60159 (Router returns false, but POST is not passed to requested resource) and bug #55759 (mem leak when use built-in server)
|
Revision tags: php-5.4.0RC1, php-5.3.9RC1 |
|
#
ceac9dc4 |
| 01-Nov-2011 |
Xinchen Hui |
Fixed bug #60189 (php logo can not be displayed)
|
#
ac789e0b |
| 01-Nov-2011 |
Xinchen Hui |
Fixed Bug #60180 ($_SERVER["PHP_SELF"] incorrect)
|
#
091f279e |
| 29-Oct-2011 |
Xinchen Hui |
Fixed bug #60146 (Last 2 lines of page not being output)
|
#
08d37271 |
| 24-Oct-2011 |
Xinchen Hui |
A better fix, sorry for previous thoughtlessness commit.
|
#
d8911efb |
| 24-Oct-2011 |
Xinchen Hui |
Fixed PATH_INFO of /index.php/foo/bar
|
#
a6bc3f6c |
| 23-Oct-2011 |
Xinchen Hui |
fix memory leak
|
#
8d467563 |
| 23-Oct-2011 |
Xinchen Hui |
Fixed bug #60112 If URI does not contain a file, index.php is not served This is a windows Issue. and after this fix, previously 404 request like "localhost/foo/bar" now could server corr
Fixed bug #60112 If URI does not contain a file, index.php is not served This is a windows Issue. and after this fix, previously 404 request like "localhost/foo/bar" now could server correctly with request_uri "index.php" and PATH_INFO "/foo/bar/"
show more ...
|
#
2cf34bc9 |
| 21-Oct-2011 |
Moriyoshi Koizumi |
Add SERVER_PROTOCOL variable to $_SERVER. Patch by kuzuha. Thanks.
|
Revision tags: php-5.4.0beta2 |
|
#
d603d053 |
| 21-Sep-2011 |
Xinchen Hui |
Fixed bug #55755 (SegFault when outputting header WWW-Authenticate)
|
#
c83594cd |
| 21-Sep-2011 |
Xinchen Hui |
Remove double checking, and use MAXPATHLEN instead of a fixed length
|
#
f3aa34a9 |
| 21-Sep-2011 |
Xinchen Hui |
Change to a more appropriate name
|