History log of /php-src/main/main.c (Results 1301 – 1325 of 1377)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# acddd0f1 22-Jun-1999 Zeev Suraski

Fix compile-time definition of track_vars default

# 943a9114 19-Jun-1999 Zeev Suraski

*** empty log message ***

# bb190f85 19-Jun-1999 Zeev Suraski

Implement new get_ini_entry() for Zend

# 117a2fba 16-Jun-1999 Stig Bakken

* fixed some #if/#ifdef issues
* hand-patched in php3 changes from 3.0.6 to HEAD in these files:
fopen-wrappers.[ch] ext/standard/file.[ch] ext/standard/fsock.[ch]
ext/standard/php3

* fixed some #if/#ifdef issues
* hand-patched in php3 changes from 3.0.6 to HEAD in these files:
fopen-wrappers.[ch] ext/standard/file.[ch] ext/standard/fsock.[ch]
ext/standard/php3_string.h ext/standard/string.c
* added some new file/socket macros for more readable code:
FP_FGETS(buf,len,sock,fp,issock)
FP_FREAD(buf,len,sock,fp,issock)
FP_FEOF(sock,fp,issock)
FP_FGETC(sock,fp,issock)

show more ...

# 4b062fdf 11-Jun-1999 Zeev Suraski

Print out include_path in include/require failures

# 1798a018 11-Jun-1999 Zeev Suraski

* Fix a buglet in the session module
* Make some renames in the session module - avoid having a function called 'delete'
so that we don't piss any C++ compilers. Also rename the {startup,s

* Fix a buglet in the session module
* Make some renames in the session module - avoid having a function called 'delete'
so that we don't piss any C++ compilers. Also rename the {startup,shutdown}_globals
to {startup,shutdown}_session_globals, so that they're a bit less general names,
and made them static.
* Remove uselss variables

show more ...

# bbce669c 05-Jun-1999 Zeev Suraski

Move shutdown order into Zend

# 4ea6d477 31-May-1999 Zeev Suraski

thread-safety fix

# 5f12a05a 31-May-1999 Zeev Suraski

*** empty log message ***

# 31da7331 30-May-1999 Sascha Schumann

kill some warnings

# 52463124 29-May-1999 Sascha Schumann

getopt.h conflicted with system include file

# 7a167cd0 28-May-1999 Zeev Suraski

* Use new Zend macros for standardized definition of classes.
* Reverse bogus shutdown order.
* Use the new object/class support of Zend to make the dir functions work again.

# f1f4e6f4 28-May-1999 Rasmus Lerdorf

Some innocent cleanups

# 83cdc947 27-May-1999 Zeev Suraski

Generate Visual Studio compatible error messages when compiling under Win32

# d62a739c 22-May-1999 Zeev Suraski

More fixes. Should hopefully work well now.

# 9b4d7120 22-May-1999 Zeev Suraski

* Minor fixes
* Better handling for multiple repeated memory leaks (libzend updated)

# a08e3925 22-May-1999 Zeev Suraski

Time to rename the child

Revision tags: BEFORE_PHP4_APACHE_MODULE_CHANGE
# 58a0ae7b 22-May-1999 Zeev Suraski

Small fix

# c57c0e9c 21-May-1999 Zeev Suraski

* Fix error handling startup on the thread-safe CGI version
* A failed require() is a compile-time error, consider it as one

# 59a539f6 20-May-1999 Zeev Suraski

Use OutputDebugString() or fprintf(stderr,) for memory leaks

# 5eaed486 13-May-1999 Zeev Suraski

* HTTP-auth bugfix
* Patch the regex thread safe code to compile in thread safe mode

# 49b01a4b 12-May-1999 Zeev Suraski

Support HTTP Auth under ISAPI. Now, these short pieces of code took *A LOT* of
research :(

# ba88c0c4 11-May-1999 Zeev Suraski

* Move unclean_shutdown from PHP to Zend.
* The Master/Local headers in the phpinfo() table were reversed.
* Fix a gpc bug

# dc5ed5a3 11-May-1999 Zeev Suraski

beatify Apache's info func

# 0b771325 11-May-1999 Zeev Suraski

* Get Apache to work. POST doesn't work yet.
* There are now -I directives for the absolute path of php4, php4/libzend and the builddir for
the Apache module, so we can #include any php/Ze

* Get Apache to work. POST doesn't work yet.
* There are now -I directives for the absolute path of php4, php4/libzend and the builddir for
the Apache module, so we can #include any php/Zend header.
* Rename config.h to php_config.h

show more ...

1...<<515253545556