History log of /PHP-8.3/main/main.c (Results 1201 – 1225 of 1376)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 83097f13 16-Jan-2000 Thies C. Arntzen

fixes #3220, #3221 finally

# 437e3964 16-Jan-2000 Thies C. Arntzen

nother go on #3220, #3221

# 840697c6 16-Jan-2000 Thies C. Arntzen

hopfully fixes #3220, #3221

# c7667cec 15-Jan-2000 Sascha Schumann

Initialize/destroy hook lists implicitly.

# 3ff75e5b 15-Jan-2000 Thies C. Arntzen

- don't set php_errormsg on errors that will cause a zend_bailout().
using zend_hash_update() can make things worse in this situation.
- new function php_register_pre_request_shutdown(). th

- don't set php_errormsg on errors that will cause a zend_bailout().
using zend_hash_update() can make things worse in this situation.
- new function php_register_pre_request_shutdown(). this way modules
can register callbacks that will be called as soon as execution of
the script is done but *before* any cleanup (global symbol_table etc)
has taken place.

show more ...

# 24156db2 13-Jan-2000 Zeev Suraski

@- Added implicit_flush INI directive (Zeev)

# 43ae2bff 01-Jan-2000 Sascha Schumann

Happy Y2K patch! Happy new year (or the new millennium, depending on whether
you start counting at 0 or 1).

Revision tags: PRE_ISSET_TYPE
# 235386b2 26-Dec-1999 Zeev Suraski

Change ALLOC_ZVAL() semantics

# c517633b 26-Dec-1999 Zeev Suraski

namespace protection

# 3bf1b04c 24-Dec-1999 Andi Gutmans

- Move more stuff to ALLOC_ZVAL(). We need to add those FREE_ZVAL()'s now.

# e538fcbf 21-Dec-1999 Zeev Suraski

@- Fixed a bug in ODBC error reporting (Zeev)
@- Added PHP_Logo_GUID() and Zend_Logo_GUID() functions, that return the GUIDs
@ of the PHP and Zend logos used in phpinfo() (Zeev)

# 0f1acb60 21-Dec-1999 Andrei Zmievski

php3 -> php prefix work

# 80bab9d9 21-Dec-1999 Andrei Zmievski

We're using ZVAL's now.

# 4d2b0715 19-Dec-1999 Zeev Suraski

libzend -> Zend

Revision tags: PRE_LIBZEND_TO_ZEND
# 28bfab71 18-Dec-1999 Andi Gutmans

- Make Win32 compile again

# fb1c77bd 17-Dec-1999 Zeev Suraski

- Made PHP_VERSION and PHP_OS work again
- More php3_ cleanup
@- Restored the PHP_VERSION and PHP_OS constants (Zeev)

# a3c65143 17-Dec-1999 Zeev Suraski

More php3_ annihilation

# 02d3b394 17-Dec-1999 Zeev Suraski

More php3_ annihilation

# d8000684 15-Dec-1999 Zeev Suraski

- Implement ability to turn off support for call-time pass by reference

# 158979f8 15-Dec-1999 Andrei Zmievski

(return_one) removed.
(OnChangeMemoryLimit) Only defined if MEMORY_LIMIT is defined.

# b68f3af5 15-Dec-1999 Andrei Zmievski

Added date/time stamping to PHP error log file. Idea credit goes
to Joey.
@ Added date/time stamping to PHP error log file. (Andrei, Joey)

Revision tags: PRE_RETURN_REF_MERGE
# 63e8df23 14-Dec-1999 Sascha Schumann

Postpone the execution of post request startup handlers until the symbol_table is populated

Revision tags: RETURN_REF_BP
# 4762285e 12-Dec-1999 Sascha Schumann

Disable global lock for now. We will have to find a way to test subsystems
for thread-safety, and lock them appropiately, if they aren't thread-safe.

# 8abf7246 07-Dec-1999 Sam Ruby

Provide basis for shared libraries/dlls to contain internal extensions

Revision tags: PRE_RETURN_REF_PATCH
# 4a60eed4 05-Dec-1999 Sascha Schumann

Fix some warnings

1...<<41424344454647484950>>...56