index
:
php
PHP-5.3
PHP-5.4
dev/master/ldap-vlv
dev/php-5.3/ldap-vlv
dev/php-5.4/ldap-vlv
master
PHP Development
kolab-devel@kolab.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sapi
Age
Commit message (
Expand
)
Author
Files
Lines
2005-04-04
added a server variable PHP_AUTH_DIGEST to support HTTP Digest Authentication.
Rui Hirokawa
2
-33/+38
2005-04-03
Add sapi.get_request_time() to NSAPI
Uwe Schindler
1
-1/+6
2005-03-22
fix #28803 (enabled debug causes bailout errors with CLI on AIX
Antony Dovgal
1
-1/+4
2005-03-18
Revert bad idea. (no more error for invalid -d options)
foobar
1
-7/+3
2005-03-17
- Made CLI option -d output error and exit if an non-existing (or unmodifyabl...
foobar
1
-3/+7
2005-03-17
- ZTS fixes
Derick Rethans
1
-2/+2
2005-03-15
Make it possible to load shared extensions from command line via
Andrei Zmievski
1
-1/+8
2005-03-14
Fix for bug #32263
Rasmus Lerdorf
8
-0/+12
2005-03-12
it's 2005 already
Wez Furlong
1
-3/+3
2005-03-10
- Fixed bug #31717: Reject PATH_INFO if "AcceptPathInfo off" is used.
Joe Orton
1
-0/+10
2005-03-06
MFB: Fix VPATH build
foobar
1
-0/+1
2005-03-04
Merge from sapi/apache/config.m4 and cleanup
foobar
1
-31/+67
2005-03-04
Do not set apache stuff if not building apache
foobar
1
-27/+31
2005-02-11
Revert previous patch
foobar
1
-11/+1
2005-02-04
- Fixed bug #28227 (PHP CGI depends upon non-standard SCRIPT_FILENAME)
foobar
1
-1/+11
2005-01-26
- There is no --with-apache2, only apxs2
Derick Rethans
1
-1/+1
2005-01-25
MFB (Fix several egregious leaks in ext/browscap and sapi/embed).
Andrei Zmievski
1
-0/+1
2005-01-24
Fixed regression #31645 - only flush before running the subrequest.
Joe Orton
1
-4/+4
2005-01-20
- Revert the weird change of ZEND_STRS() macro and use the correct
foobar
1
-3/+3
2005-01-17
Fixed bug #31519: Set r->status_line to SAPI-provided status-line.
Joe Orton
1
-0/+8
2005-01-14
- Fix another generated header include
foobar
1
-1/+1
2005-01-11
Fixed bug #30446 - virtual() includes files out of sequence,
Joe Orton
1
-0/+5
2005-01-11
Fix ZTS build
foobar
1
-0/+2
2005-01-10
- Fixed bug #28074 (FastCGI: stderr should be written in a FCGI stderr stream).
foobar
1
-0/+7
2005-01-09
- Fix outside-source-tree builds. Always include generated header files
foobar
1
-1/+1
2005-01-07
- Fixed bug #31055 (apache2filter: per request leak proportional to the full ...
foobar
1
-0/+3
2004-12-30
MFB_4_3: Quote macro names in AC_DEFUN()
foobar
2
-2/+2
2004-12-20
Add the new request_time sapi struct entry to all the sapis. Some of these
Rasmus Lerdorf
16
-1/+17
2004-12-18
Missing cvs id tag
foobar
1
-0/+1
2004-12-16
- Fix typo (avaliable -> available). (bug #28725)
foobar
1
-1/+1
2004-12-12
- Apply the same fix to apache2filter too.
Moriyoshi Koizumi
1
-4/+4
2004-12-12
- Fixlet for httpd-2.1 on Darwin platforms
Moriyoshi Koizumi
1
-4/+4
2004-12-06
fix startup - if startup did not succeed, do not continue with execution
Stanislav Malyshev
1
-3/+5
2004-12-06
do not zero out peak - MM shutdown would do that
Stanislav Malyshev
1
-1/+0
2004-12-05
Replaced static server variables by function call and configurable list at th...
Holger Zimmermann
3
-88/+45
2004-12-04
Fix proto
Rasmus Lerdorf
1
-1/+1
2004-12-04
Add apache_reset_timeout() function for Apache1. This is needed because
Rasmus Lerdorf
1
-0/+15
2004-11-15
fix CLI leaks when using malformed option string
Antony Dovgal
1
-1/+1
2004-11-09
Fix typo in man page. Bug #30727. Patch by Jakub Vrana
Frank M. Kromann
1
-1/+1
2004-10-23
- always convert apr_time_t to time_t using apr_time_sec() to be future-proof.
Joe Orton
4
-17/+17
2004-10-23
Fix the get_request_time implementation for the 2.0 SAPIs to return
Joe Orton
2
-12/+5
2004-10-20
Fix case where php_handle_aborted_connection was called outside a
Joe Orton
1
-0/+2
2004-10-08
As NetWare LibC has optind and optarg macros defined in unistd.h our local va...
Anantha Kesari H Y
1
-0/+7
2004-09-24
removed redundant CLIB_STAT_PATCH checks for NETWARE
Anantha Kesari H Y
1
-1/+1
2004-09-23
TSRMLS_FETCH should be called prior to accessing any of the SG members
Anantha Kesari H Y
1
-1/+1
2004-09-23
NetWare now has a POSIX compliant stat structure so no need of CLIB_STAT_PATC...
Anantha Kesari H Y
1
-4/+0
2004-09-20
changed order of processing of ini entries
Uwe Schindler
1
-2/+2
2004-09-15
Fixed bug #29805 (HTTP Authentication Issues)
Uwe Schindler
1
-0/+2
2004-08-23
- MFB: Fixed Apache 2.0 SAPI build against Apache 2 HEAD. (Patch by Joe Orton)
Derick Rethans
2
-6/+18
2004-08-18
MFB: typo in config.m4 (potential configuration problem with Stronghold)
Antony Dovgal
1
-1/+1
[next]