foobar
3cdf23b830
- Fixed bug #35409 (undefined reference to 'rl_completion_matches')
2005-11-28 16:49:35 +00:00
Dmitry Stogov
ef47ee6e13
Cleaned CGI code. Now FastCGI can not be disabled. See into sapi/cgi/CHANGES for more details.
2005-11-23 18:08:51 +00:00
Ilia Alshanetsky
85fb03cbae
MFB51: Fixed bug #35278 (Multiple virtual() calls crash Apache 2 php module)
2005-11-18 19:01:50 +00:00
Marcus Boerger
75329fe178
- Reflection was moved into its own extension
2005-11-17 23:20:39 +00:00
Ilia Alshanetsky
bb94f372cb
Hopefully resolve all the Apache 2 sub-request problems on non-linux systems.
2005-11-17 20:56:09 +00:00
foobar
58d21892e1
- Fix compile failure when ext/readline is compiled as shared
2005-11-17 08:36:12 +00:00
Ilia Alshanetsky
4ded4455eb
MFB51: Fixed memory leak on php-cli -h
2005-11-15 15:30:41 +00:00
foobar
a05a33f34d
- Fix the "php -v" output when neither --enable-debug or --enable-gcov
...
is used.
#
# Rasmus, now it should give proper output, please test.
2005-11-12 00:38:00 +00:00
Marcus Boerger
c1869299c7
- heredoc handling in -a mode
2005-11-07 19:12:37 +00:00
foobar
e4c8e1dc85
- Fixed minor memory leak triggered by: -dzlib.output_compression=1 -m
2005-11-06 22:41:51 +00:00
Michael Wallner
ab95f1981c
- sapi_header_op(SAPI_HEADER_(REPLACE|ADD), {NULL, 0, 0}) caused HTTP response splitting
...
- sapi_send_headers() already takes care of default_content_type (left over of fix for bug #29983 )
2005-11-02 14:27:02 +00:00
Ilia Alshanetsky
14082e0e09
MFB51: Additional tweaks to the patch for bug #34249 .
2005-10-26 15:08:42 +00:00
Ilia Alshanetsky
222fa05e1c
Fixed -m memory leak
2005-10-19 21:57:35 +00:00
Antony Dovgal
65e6b4fafa
initialize SG(request_info).auth_digest to NULL and prevent segfaults
2005-10-18 23:51:36 +00:00
Ilia Alshanetsky
cddb5c624a
Fixed bug #34905 (Digest authentication does not work with Apache 1).
2005-10-18 23:14:47 +00:00
foobar
27d2fe07ff
MF51:- Fixed bug #34850 (--program-suffix and --program-prefix not included in man page names)
2005-10-13 10:04:17 +00:00
Antony Dovgal
34d511ab9d
MF51: fix bug #34581 (crash with mod_rewrite)
2005-10-12 21:31:49 +00:00
foobar
b233ce0dd8
- Removed confusing dot.
2005-10-11 18:58:27 +00:00
Johannes Schlüter
7e85bac9ec
- Fix #34557 php -m exits with "error" 1
2005-10-06 20:29:13 +00:00
Ilia Alshanetsky
86401de381
MFH: Fixed possible INI setting leak via virtual() in Apache 2 sapi.
2005-10-05 00:42:54 +00:00
Johannes Schlüter
9147629f59
- Add --rclass and --rextension arguments to CLI
2005-10-03 11:54:46 +00:00
foobar
51ec5ca6da
Check the status properly
2005-09-02 13:50:39 +00:00
foobar
08b695a3e8
- Revert -a to -A change, bad idea: It disables EXISTING lines too!
2005-09-01 14:33:37 +00:00
Ilia Alshanetsky
9fc26c42c2
Fixed bug #33987 (php script as ErrorDocument causes crash in Apache 2).
2005-08-18 01:11:13 +00:00
Johannes Schlüter
9ce521ec03
- Fix tab-completion in unicode mode and for constants.
2005-08-14 13:09:34 +00:00
foobar
680a00ea48
Nuke unused code
2005-08-12 00:06:43 +00:00
foobar
4b8025987f
- Unused
2005-08-12 00:06:15 +00:00
Andrei Zmievski
264cec8be6
Unicode support.
2005-08-11 23:36:07 +00:00
Marcus Boerger
ef36d692cd
- Johannes did a great work on the shell
...
# Now he wants to maintain CLI ?-)
2005-08-11 20:45:27 +00:00
foobar
000a9e3015
- Fixed problem with -dextension=foobar.so not having it's MINIT run.
2005-08-08 16:49:44 +00:00
Hartmut Holzgraefe
621238a3c3
fix extension loading from command line, resources didn't work
...
(still related to Bug #33899 )
2005-08-08 08:45:33 +00:00
foobar
d77c684c42
- Changed -a to -A to prevent enabling PHP in httpd.conf automatically.
...
# Most distributions use separate file in a conf.d/ directory to enable
# PHP, using -a would add unnecessary line in the main httpd.conf and
# causes a warning during startup.
2005-08-05 08:14:54 +00:00
foobar
23e671a51e
- Bumber up year
2005-08-03 14:08:58 +00:00
foobar
20241fe16a
- 2004 -> 2005
2005-08-03 11:12:19 +00:00
Dmitry Stogov
cf6bb99723
Fixed bug #33723 (php_value overrides php_admin_value)
2005-08-01 07:46:54 +00:00
Rasmus Lerdorf
884c97d4d7
MFB fix for bug #33690
2005-07-25 22:38:11 +00:00
Marcus Boerger
ae1fa04899
- Bugfix #33733
2005-07-25 18:04:13 +00:00
Dmitry Stogov
8de3367453
Fixed support for shared extensions on AIX
2005-07-07 05:54:43 +00:00
Dmitry Stogov
d647e000a7
Fixed bug #33520 (crash if safe_mode is on and session.save_path is changed)
2005-07-04 12:47:10 +00:00
Brian France
3137e1e422
Added a SG(server_context) NULL check to php_apache_getenv.
...
This can get called when "<key> = ${<key>}:/foo" is used in a .ini file, but <key> has not be set yet.
You will end up with a value of ":/foo", but at least it will not crash now.
2005-06-28 16:34:18 +00:00
Ilia Alshanetsky
a462e687dc
Fixed possible memory corruption.
2005-06-21 00:12:35 +00:00
Antony Dovgal
8be61d707f
fix #29683 (headers_list() returns empty array)
2005-06-20 12:46:34 +00:00
foobar
4dfa3fc731
Some netware related build issues fixed (patch by: Kamesh Jayachandran <kameshj at fastmail dot fm>
2005-06-20 11:06:54 +00:00
Wez Furlong
43aa6922d3
Don't crash here if there are errors (such as failing to load extensions via
...
php.ini) during startup.
2005-06-16 14:54:51 +00:00
Marcus Boerger
acd747d374
- Expose -a as special mode and show whether it is a shell or not
2005-06-06 07:11:08 +00:00
foobar
51eebc6096
cs + ws
2005-06-03 23:11:51 +00:00
foobar
a20383ba06
- Unify the "configure --help" texts
2005-05-29 23:17:16 +00:00
Rasmus Lerdorf
091bff3570
Fix for bug #33057 - Don't send extraneous entity-headers on a 304 as per
...
RFC 2616 section 10.3.5
2005-05-19 15:57:45 +00:00
Johannes Schlüter
bb6f4dfc7d
- Fix readline loop-condition
...
- Fix cli_is_valid_code detection
2005-05-17 14:33:15 +00:00
Marcus Boerger
51fe495ea1
- Add command completion to CLI's -a mode
2005-05-14 19:33:18 +00:00