foobar
251c5173fd
bump year and license version
20 years ago
foobar
23e671a51e
- Bumber up year
21 years ago
Dmitry Stogov
d647e000a7
Fixed bug #33520 (crash if safe_mode is on and session.save_path is changed)
21 years ago
Andi Gutmans
dbeb4158d2
- A belated happy holidays and PHP 5
22 years ago
James Cox
f68c7ff249
updating license information in the headers.
23 years ago
Edin Kadribasic
5d381f8f80
MFB and more. Fixed various win32 compilation issues. Also the sapi
is now built as php4apach2.dll since the filter is being obsoleted.
23 years ago
Ilia Alshanetsky
97418f59bd
CS Fixes.
Fixed a bug with 404 handling.
Added more detailed Apache info for phpinfo().
Added the support for last_modified.
23 years ago
Ian Holsman
ec68ed4aee
initial checkin of the apache2 SAPI using a handler instead of filters.
TBD: src highlighting
better post handling
23 years ago
Sebastian Bergmann
2c5d4b8c23
Bump year.
23 years ago
Ilia Alshanetsky
b09c1afe0e
PHP flags specified in .htaccess can now be turned on by using '1' as well as
'On'.
24 years ago
Ilia Alshanetsky
4886072b4b
Fixed bug #20217 . When php_flag & php_value are used, the PHP_INI_PERDIR
flag should be used when setting the ini value. Otherwise, the user cannot
modify per-directory ini settings specified via .htaccess.
24 years ago
James Cox
a63d607f08
adding id tags
24 years ago
Sascha Schumann
d554b8d3ab
Maintain appropiate line breaks
24 years ago
Ilia Alshanetsky
5c53cdafcb
Fixed a bug that caused the values of options/flags set via
httpd.conf/.htaccess and other apache methods to contain a \0 as part of the
value.
24 years ago
Ilia Alshanetsky
f7b15b0611
Added support for 'engine Off' directive
Added support for 'none' option for *_value options.
24 years ago
Sander Roobol
d279a92242
Made php_admin_value work outside <location> and <directory> blocks.
24 years ago
Cliff Woolley
78cac2a42e
* restore the php_flag and php_admin_flag Apache directives which for
some mysterious reason never made their way from sapi/apache to
sapi/apache2filter when it was first written PR: 16629
* change the allowed locations of php_admin_value (and php_admin_flag to
match) to ACCESS_CONF instead of OR_NONE to match sapi/apache. No
idea why it was ever OR_NONE. PR: 16489
24 years ago
Jim Jagielski
8006ee79a3
More verbose but more generic error message when we spot multiple
PHPINIDir directives
24 years ago
Jim Jagielski
a6117a874e
Typo in error string
24 years ago
Aaron Bannert
3aa8a9b62b
This patch implements a new Apache2 directive called PHPINIDir that
allows the specification of the php.ini directory from within the Apache
configuration. If left unset, the default is to defer to the hard-coded
php paths. When set, the supplied path is made relative to Apache's
internal ServerRoot setting.
Example:
PHPINIDir "conf"
# PHP will now look in the ServerRoot/conf directory for the php.ini file
24 years ago
Sebastian Bergmann
90613d2282
Maintain headers.
24 years ago
Sebastian Bergmann
38933514e1
Update headers.
24 years ago
Derick Rethans
78747bd2df
- Don't wrap lines... this is annoying while coding.
25 years ago
Sterling Hughes
766de15694
Add some editor modes (in the rest of the source)
25 years ago
Zeev Suraski
e140b35b04
API update
25 years ago
Ryan Bloom
1543904d71
Fix a seg fault in PHP. If a child process is created in the server,
using apr_proc_create, it will seg fault, because PHP is using a NULL
child cleanup. To fix this, we have to use the special cleanup function,
apr_pool_cleanup_null.
This also fixes a compiler warning in the ap_log_error call.
25 years ago
Sascha Schumann
a824c87e6d
Now it actually loads, but it segfaults upon a request.
25 years ago
Sascha Schumann
6ed0cbb140
Make the module compile again with the latest httpd-2.0 cvs.
25 years ago
Andi Gutmans
eb6ba01d1c
- Fix copyright notices with 2001
25 years ago
Sascha Schumann
9db16758b3
Make fprintf's optional
25 years ago
Zeev Suraski
aa6d2ac5d0
Heads up people!
Updated the get_current_key() API - the relevant authors, please take
a look at the updated code and make sure it's ok...
25 years ago
Sascha Schumann
3ac8e25812
Namespace protect dir_cmds and kill some warnings
26 years ago
Sascha Schumann
1f53d0203c
Restrict php_admin_value to *.conf files.
26 years ago
Sascha Schumann
b07276c3e2
Add standard license
26 years ago
Zeev Suraski
1fd09132c2
Initial steps to move the INI mechanism to the Zend engine
26 years ago
Sascha Schumann
3a263dcd99
Handle special queries.
Apache's default handler does not seem to handle flushes correctly yet.
One more project..
26 years ago
Sascha Schumann
d504de0f78
An Apache 2.0 Filter for PHP, completely from scratch.
TODO:
POST, cookies, "flushing", finalizing config framework (it works),
http auth, PHP Hooks (apache_sub_req is there).
Note that this code depends on some other commits which are pending.
26 years ago