History log of /PHP-7.0/Zend/zend.c (Results 501 – 525 of 620)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 931ebe08 21-Jul-2001 Zeev Suraski

Improve bailout mechanism, supports nesting of bailouts a-la try..catch


# 8084d278 20-Jul-2001 Zeev Suraski

Implement a more granular shutdown mechanism for the executor -
prevent corruption of constants and missing destructions of resources


# 85b4df53 15-Jul-2001 Zeev Suraski

Improved interactive mode - it is now available in all builds, without any significant slowdown


# ab30c8cc 15-Jul-2001 Zeev Suraski

Early initialization


Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4
# b23d83cf 13-Jun-2001 Zeev Suraski

Avoid crashing if the error reporting function is called after a bailout during shutdown


Revision tags: php-4.0.6RC3, php-4.0.6RC2
# 51303fc0 17-May-2001 Zeev Suraski

Fix corruption issue


Revision tags: php-4.0.6RC1
# 0eadc7e4 07-May-2001 Zeev Suraski

Make zend_execute_scripts() reentrant


# bda9c83a 06-May-2001 Zeev Suraski

Recover from a parse error in include files (before, it could result in a crash under certain circumstances). Fix bug #8663


Revision tags: php-4.0.5, php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1
# 7080fa5b 26-Feb-2001 Andi Gutmans

- Rename modules.h to zend_modules.h


# d2c9e807 26-Feb-2001 Andi Gutmans

- Update copyright year


# 0e08845e 15-Jan-2001 Zeev Suraski

Add free_estring()


Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2
# 903018ef 07-Jan-2001 Zeev Suraski

- Remove backward dependency from PHP -> Zend
- Rename get_ini_entry() as get_configuration_directive() for clarity
(it doesn't use the INI subsystem, but the module-supplied function for

- Remove backward dependency from PHP -> Zend
- Rename get_ini_entry() as get_configuration_directive() for clarity
(it doesn't use the INI subsystem, but the module-supplied function for
retrieving configuration directives)

show more ...


# 1f23e507 07-Jan-2001 Zeev Suraski

Fix possibility of a crash during startup (very unlikely, but possible)


Revision tags: php-4.0.4pl1RC1
# 54d53055 27-Dec-2000 Zeev Suraski

Make the INI mechanism thread safe (or at least thread safer :)


# c3340584 22-Dec-2000 Sascha Schumann

Set the floating-point exception mask on FreeBSD to 0 (as do other
FreeBSD system applications). Also bump up the module API number
as the zend_hash_get_current_key change affects source and

Set the floating-point exception mask on FreeBSD to 0 (as do other
FreeBSD system applications). Also bump up the module API number
as the zend_hash_get_current_key change affects source and binary
compatibility.

show more ...


# 36eaad25 22-Dec-2000 Zeev Suraski

Allow get_current_key() not to return the key itself, instead of a duplicate


Revision tags: php-4.0.4REL
# 63873aba 18-Dec-2000 Stanislav Malyshev

Use HashPosition iterator instead of saving/restoring internal pointer


# 9a135a2b 18-Dec-2000 Stanislav Malyshev

Preserve internal pointer over print_r (fix #8289)


Revision tags: php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3
# 6053f2a1 02-Nov-2000 Zeev Suraski

Fix bug #7599


Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1
# 309827ec 25-Sep-2000 Zeev Suraski

Fix previous update - move extension startup further down the startup sequence


# 59d3eb5f 25-Sep-2000 Zeev Suraski

Move extension startup further down the startup sequence


# 5286b397 12-Sep-2000 Zeev Suraski

Make compile_string() accept a description of the code


# 4acff8f3 09-Sep-2000 Zeev Suraski

Don't use unsafe sprintf()


# d10336ec 08-Sep-2000 Stanislav Malyshev

Don't trust snprintf return


# 27de5001 31-Aug-2000 Andi Gutmans

- Use emalloc() for opened_path now. This was a potential leak before.
- This patch has potential to break stuff but I tested it as much as I
- could. Fixes should be easy.


1...<<2122232425