Xinchen Hui
40cd3d54b9
Implemented FR #60850 (Built in web server does not set $_SERVER['SCRIPT_FILENAME'] when using router)
2012-03-11 08:56:14 +00:00
Xinchen Hui
0d076c3c77
Add Moriyoshi Koizumi and I to the cli SAPI credits
2012-03-11 08:41:40 +00:00
Rasmus Lerdorf
81d45bc204
And fix the test cases as well
2012-03-02 03:43:07 +00:00
Rasmus Lerdorf
16748fe0fa
CLI Server was sending "Connection: closed" instead of "Connection: close"
2012-03-02 03:38:04 +00:00
Christopher Jones
15cd45e95e
Fixed bug #61172 (Add Apache 2.4 support)
2012-03-02 00:07:41 +00:00
Olivier DOUCET
e613889d50
more verbose skip reason in test files with not so obvious extension requirements
2012-02-25 12:10:41 +00:00
Dmitry Stogov
106e88b3db
Fixed reinitialization of SAPI callbacks after php_module_startup()
2012-02-14 13:31:23 +00:00
Michael Wallner
93c549913f
fix usage of php_output_(de)activate; I guess this code doesn't bother about one more hack;
2012-01-31 10:47:21 +00:00
Michael Wallner
c64a69c8b8
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
2012-01-31 09:58:26 +00:00
Rasmus Lerdorf
a5c3078c3f
Missing ifdef here
...
Fixes bug 60811
2012-01-19 22:35:22 +00:00
Pierre Joye
d8c6dd182b
- any other dir may not exist or may not be used
2012-01-10 07:33:36 +00:00
Jérôme Loyet
c730ed9656
- Fixed bug #60659 (FPM does not clear auth_user on request accept)
2012-01-04 21:18:26 +00:00
Jérôme Loyet
e747222100
- Fixed bug #60629 (memory corruption when web server closed the fcgi fd)
2012-01-03 22:26:11 +00:00
Felipe Pena
4e19825281
- Year++
2012-01-01 13:15:04 +00:00
George Wang
f9d84f4f6b
fixed a crash in cli mode when apache_request_headers() is called
2011-12-31 18:15:22 +00:00
Xinchen Hui
2217bba732
test for bug 60591
2011-12-22 08:08:52 +00:00
Xinchen Hui
77b97de8df
Fix bug #60591 (Memory leak when access a non-exists file)
2011-12-22 07:39:44 +00:00
Xinchen Hui
80ab69876c
Fixed bug #60523 (PHP Errors are not reported in browsers using built-in SAPI)
2011-12-16 19:25:03 +00:00
Xinchen Hui
e29c46a50d
add $_SERVER["SERVER_NAME"] since it's handy
2011-12-09 16:16:31 +00:00
Xinchen Hui
8fff0e86d7
fix memory leak
2011-12-09 14:05:26 +00:00
Xinchen Hui
147c414279
Fixed bug #60477 (Segfault after two multipart/form-data POST requests)
2011-12-09 05:37:41 +00:00
Pierre Joye
653e68233a
- implement FR #60390 , SERVER_PORT missing
2011-11-25 21:18:40 +00:00
Felipe Pena
7439154ece
- Removed C++ comment style
2011-11-19 12:16:47 +00:00
Pierrick Charron
3bfd03b6b6
Don't load php.ini file to test the built-in web server
2011-11-18 06:15:25 +00:00
Xinchen Hui
f2c6e116d2
revert my previous change, tests hangs on windows
2011-11-17 02:32:21 +00:00
Xinchen Hui
347876158c
improve the test, let it say about errors
2011-11-17 02:22:06 +00:00
George Wang
25ccd72217
keep code to be compatible with PHP4
2011-11-16 04:00:28 +00:00
George Wang
dfd357db55
keep PHP_5_4 in sync with PHP_5_3 branch
2011-11-16 03:46:54 +00:00
Jérôme Loyet
f8ef8946cc
- Added .phar to default authorized extensions
2011-11-16 00:21:38 +00:00
Jérôme Loyet
d1312936cd
- remove experimental flag on fpm
2011-11-15 22:40:10 +00:00
Jérôme Loyet
8bdf576a1f
- FR #60199 (enhance FPM error log when the primary script can't be open)
2011-11-15 22:29:59 +00:00
Xinchen Hui
f42ea8557c
MFH, fix test
2011-11-15 03:19:54 +00:00
Xinchen Hui
f8386e349f
Fixed bug #60159 (Router returns false, but POST is not passed to requested
...
resource) and bug #55759 (mem leak when use built-in server)
2011-11-15 03:15:19 +00:00
Pierre Joye
fcbfbea8d2
- fix bug #60272 , typo
2011-11-11 18:50:52 +00:00
Peter Cowburn
5c1c2d725f
broaden php version wildcard in cli server tests (missed a few)
2011-11-11 11:33:23 +00:00
Peter Cowburn
9886e865a3
broaden php version wildcard in cli server tests
2011-11-11 11:26:51 +00:00
Jérôme Loyet
10a1121a37
- Fixed bug #60179 (php_flag and php_value does not work properly)
2011-11-03 15:47:19 +00:00
Xinchen Hui
d4b90b4788
Fixed bug #60206 (possible integer overflow in content_length)
2011-11-03 07:26:09 +00:00
Xinchen Hui
ceac9dc490
Fixed bug #60189 (php logo can not be displayed)
2011-11-01 13:06:41 +00:00
Xinchen Hui
ac789e0bb6
Fixed Bug #60180 ($_SERVER["PHP_SELF"] incorrect)
2011-11-01 12:24:02 +00:00
Xinchen Hui
091f279eb0
Fixed bug #60146 (Last 2 lines of page not being output)
2011-10-29 02:14:04 +00:00
Xinchen Hui
6f0d8245a4
Fix test faild on windows due to DEFAULT_SLASH
2011-10-25 10:56:11 +00:00
Xinchen Hui
67ae60f4f5
Fix test, now can run on windows
2011-10-25 10:54:39 +00:00
Xinchen Hui
08d372716c
A better fix, sorry for previous thoughtlessness commit.
2011-10-24 03:47:42 +00:00
Xinchen Hui
d8911efbb6
Fixed PATH_INFO of /index.php/foo/bar
2011-10-24 03:28:59 +00:00
Ferenc Kovacs
8747d2245d
using %s-dev instead of the exact version number
2011-10-23 20:38:53 +00:00
Xinchen Hui
7c1e64e2a6
add tests for PATH_INFO
...
update php_cli_server.inc to support no router server
2011-10-23 13:57:25 +00:00
Xinchen Hui
a6bc3f6c59
fix memory leak
2011-10-23 03:02:24 +00:00
Xinchen Hui
8d467563e2
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/"
2011-10-23 02:54:06 +00:00
Ferenc Kovacs
64ec41f7d4
stream_socket_server("unix://..." has a length limit, so it is better to use the tmp dir instead of the current test dir for the socket file. see https://bugs.php.net/bug.php?id=60106
2011-10-22 21:44:05 +00:00