History log of /PHP-7.0/main/main.c (Results 901 – 925 of 1036)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 9820dd09 22-Nov-1999 Zeev Suraski

Fixed a leak when using automatic output buffering
@ Fixed a leak when using automatic output buffering (Zeev)


Revision tags: ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3
# 4bb5e353 17-Nov-1999 Sascha Schumann

Add post request startup handlers. These are called at the end of the
request startup function, and can use the initialized structures like
the symbol table.


Revision tags: PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2
# d5233c48 05-Nov-1999 Sam Ruby

configuration failures trap server


# 26c019ea 19-Oct-1999 Andrei Zmievski

Revert my patches to error functions.


# e906d454 15-Oct-1999 Andrei Zmievski

Small tweak in the error format.


# b625bbd1 15-Oct-1999 Andrei Zmievski

(php3_log_err): Don't output error message to stderr when
running as CGI binary.


# 3ee9dbea 15-Oct-1999 Andrei Zmievski

(php_error): finally get rid of those annoying html tags
when running as CGI binary


# 965c9c21 08-Oct-1999 Sascha Schumann

Use correct data type for mutex.


# 9c995e93 08-Oct-1999 Sascha Schumann

Implement temporary workaround for thread-safety issues. This
serializes all request accesses. To disable, define NO_GLOBAL_LOCK


# b357d0ea 04-Oct-1999 Thies C. Arntzen

i swear, i compiled (at least) before i committed!


# 0dbabb98 04-Oct-1999 Thies C. Arntzen

"cc -32" on IRIX 6.4 does not like (PHP_TRACK_VARS?"1":"0") - at least not if PHP_TRACK_VARS is 0.


Revision tags: PRE_FETCH_READ_PATCH
# 2a854ca8 27-Sep-1999 Stig Bakken

Generalized server-API build process on UNIX. Each SAPI
implementation now has its own directory under sapi/, just like
extensions have theirs under ext/. To make the final targets appear

Generalized server-API build process on UNIX. Each SAPI
implementation now has its own directory under sapi/, just like
extensions have theirs under ext/. To make the final targets appear
in the main dir, the top-level Makefile includes sapi/NN/Makefile.inc
from the selected sapi backend. This is a plan Makefile stub without
any autoconf substitutions. Each SAPI backend also has its own
config.m4 like extensions (read at the end of diversion 2) and
config.h.stub files.

Each SAPI backend has to contain:

config.m4: just like for extensions, this file contains
autoconf/automake directives that end up in the configure script. The
only difference is that the sapi config.m4 files are read in diversion
(output block) 2 instead of 3. The sapi config.m4 files should set
two variables: PHP_SAPI (which sapi backend to choose) and SAPI_TARGET
(the name of the resulting library or program, previously BINNAME).
If they are not specified, they will default to "cgi" and "php",
respectively.

Makefile.inc: has to exist, has to define "INSTALL_IT" to the command
used to install the final target (or ":" for no operation). It also
has to define a plain Makefile rule (without autoconf substitutions)
to build $(SAPI_TARGET)

Makefile.am: just what you think. Make sure your target is called
"libphpsapi_NNN.a", where NNN is the value of PHP_SAPI.

Some testing and fixing probably remains. To make everything hang
together, I've done some ugly tricks that I can imagine causing some
problems. I've built and run the CGI version and built the Apache
DSO.

show more ...


Revision tags: before-sapi-split, PRE_DELAYED_ARRAY_FETCH_PATCH
# 61f288ce 17-Sep-1999 Sascha Schumann

`0' flag ignored with precision specifier and `X' format


# 98d95dd8 16-Sep-1999 Zeev Suraski

- Added support for unknown POST content types (Zeev)
- Introduce the convert_to_*_ex() API in strlen()


# 9e331579 12-Sep-1999 Zeev Suraski

That's important enough to be cached


# a1784083 12-Sep-1999 Zeev Suraski

Time to do that - rename the output layer prefix


# 99caa5d4 11-Sep-1999 Andrey Hristov

Use OnUpdateBool for Boolean entries.


# 7afbcb4f 11-Sep-1999 Zeev Suraski

Rename allow_builtin_links to expose_php


# 27afe4e4 11-Sep-1999 Zeev Suraski

More cleanup


# 15fee4d3 11-Sep-1999 Zeev Suraski

- Seriously optimize and clean php_parse_gpc_data()
- Added gpc_globals directive to turn global definitions of GPC variables on/off
(untested)


# 1b6ccfe8 11-Sep-1999 Zeev Suraski

Cleanups & optimizations


# 959ad0e9 06-Sep-1999 Zeev Suraski

A couple of BoundsChecker fixes


# 8aa0c92b 05-Sep-1999 Sascha Schumann

fix warning


# 7ebbe20f 05-Sep-1999 Andi Gutmans

- Should fix short_tags and co. problem.


# 04b0bc4c 05-Sep-1999 Andi Gutmans

- php_error(E_ERROR,...) won't ever return so change the connection_status
before it is called.


1...<<31323334353637383940>>...42