History log of /PHP-5.5/sapi/apache2filter/sapi_apache2.c (Results 76 – 100 of 173)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 967d64ad 27-Dec-2002 Ilia Alshanetsky

Fixed bug #17098 (make Apache aware that PHP scripts represent dynamic data
and should not be cached). Fix suggested by daniel.eckl@gmx.de.


Revision tags: php-4.3.0
# 9dc6f0c5 21-Dec-2002 Moriyoshi Koizumi

Made auth information inaccessible under safe mode as discussed in the list


# 4456b327 21-Dec-2002 Moriyoshi Koizumi

WS


# f4883b91 21-Dec-2002 Moriyoshi Koizumi

Added some notes about the brigade bug detection


Revision tags: php-4.3.0RC4
# 978340cf 18-Dec-2002 Moriyoshi Koizumi

An intuitive attempt to hunt the bug.


Revision tags: RELEASE_1_0b3, php-4.3.0RC3
# 04a16f91 09-Dec-2002 Ilia Alshanetsky

Replaced deprecated APR_BRIGADE_FOREACH macro.


Revision tags: php-4.3.0RC2
# dd53efc1 26-Nov-2002 foobar

- Made the STANDARD_SAPI_MODULE_PROPERTIES be what it says it is.


Revision tags: RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1
# a63d607f 02-Nov-2002 James Cox

adding id tags


# ac4d1a19 02-Nov-2002 Sascha Schumann

fix obvious copy&paste error


Revision tags: php-4.3.0pre2
# f7b15b06 22-Oct-2002 Ilia Alshanetsky

Added support for 'engine Off' directive
Added support for 'none' option for *_value options.


# 8361687a 16-Oct-2002 Ilia Alshanetsky

Fixed a bug with .phps handler.


Revision tags: RELEASE_1_0b1, php-4.3.0pre1
# 29be52fb 04-Oct-2002 Ilia Alshanetsky

A slightly better content-type check.


# 9f2b70d5 04-Oct-2002 Ilia Alshanetsky

Added .phps support to Apache 2. It can be enabled by adding
AddType application/x-httpd-php-source .phps
to httpd.conf


Revision tags: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003
# 44d42b8e 23-Sep-2002 Ilia Alshanetsky

Fixed bug #17466


# 8a1556b3 23-Sep-2002 Ilia Alshanetsky

Fixed bug #17662


# b23adfb4 21-Sep-2002 Zeev Suraski

Fix double initialization


# 76312b45 18-Sep-2002 Zeev Suraski

another startup initialization fix - only ISAPI and CGI SAPI's tested,
minor compile buglets might occur in other SAPIs, but should be trivial
to fix...


Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2, php-4.2.3RC1, dev, php-4.2.2, INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2
# 2fda2eb4 28-Jun-2002 Derick Rethans

- YAAC: I hope this is the last one!


# 890e01be 24-Jun-2002 Rasmus Lerdorf

@ Add runtime Apache2 thread check to ensure we don't run a non-threaded
@ PHP inside a threaded Apache2 MPM. (Rasmus)


# 8a2ab017 24-Jun-2002 Rasmus Lerdorf

@ Turn off ZTS if Apache2 is using the prefork MPM. (Rasmus)


# 44a5b43b 21-Jun-2002 Stefan Esser

Fixing the same possible memory leak.


Revision tags: php-4.3.0dev, php5_5_0
# 5e148e38 08-Jun-2002 Sascha Schumann

too many flushes are bad


Revision tags: RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1, php-4.2.1RC2
# 8e176a10 05-May-2002 Aaron Bannert

Fix a graceful restart SEGV. We no longer only perform initialization
on the second pass through the post_config. Now we only avoid the
initialization only on the first DSO load, and on all s

Fix a graceful restart SEGV. We no longer only perform initialization
on the second pass through the post_config. Now we only avoid the
initialization only on the first DSO load, and on all subsequent loads
we rerun the init code.

show more ...


# b7593224 05-May-2002 Aaron Bannert

Fix an elusive and intermittent startup SEGV. The problem was
the static string we were using to set an initialization flag
would get remapped to a different location when Apache reloaded

Fix an elusive and intermittent startup SEGV. The problem was
the static string we were using to set an initialization flag
would get remapped to a different location when Apache reloaded
the DSO, causing us to not run our initialization routines.

Submitted by: Justin Erenkrantz <jerenkrantz@apache.org>
Reviewed by: Aaron Bannert (I added the big comment too)

show more ...


Revision tags: php-4.2.1RC1
# b2f9b6fb 24-Apr-2002 Aaron Bannert

Apache does a full load, unload, load cycle for each DSO module.
This patch makes sure that any startup actions that are performed
for PHP don't happen until the second load (the second call

Apache does a full load, unload, load cycle for each DSO module.
This patch makes sure that any startup actions that are performed
for PHP don't happen until the second load (the second call to
the post_config hook), and it also prevents subsequent calls
to the initialization routines.

Suggested By: Cliff Woolley

PR: 16475, 16754

show more ...


1234567