History log of /PHP-5.3/main/main.c (Results 201 – 225 of 819)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.0.4RC1, php-4.3.11RC1
# d0bb8f5f 08-Mar-2005 foobar

This makes more sense. (Someone might actually use php_error_docref0() :)


# 3f57b46f 27-Feb-2005 foobar

cs fix (really annoying :)


# 0d784538 21-Feb-2005 Moriyoshi Koizumi

- Fix bug #28568 (known_post_content_types is not thread safe).
# What is eventually necessiated is entire SAPI redesign, I think.


Revision tags: RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2
# 6ffb0dca 09-Jan-2005 foobar

- Fix leaks with registered shutdown functions.


Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227
# 4e942cb0 10-Dec-2004 Andi Gutmans

- Fix bug #27728 (Can't return within a zend_try{} or the previous
state isn't restored.


Revision tags: php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH
# 6021286c 18-Oct-2004 Anantha Kesari H Y

removing php_output_activate Fix for bug#30397


# 3b2879b3 18-Oct-2004 Derick Rethans

- Revert patch until it is discussed


# d5eb399b 16-Oct-2004 Anantha Kesari H Y

Fix for Bug #30397


# 216853c0 05-Oct-2004 Andi Gutmans

- Apply realpath() cache patch. We don't use it if we're in safe_mode and
- friends (which are quite slow anyway).
- If it proves to be stable I'll remove the #ifdef's in a few weeks.


# 0903dcdc 29-Sep-2004 Anantha Kesari H Y

removed redundant NEW_LIBC checks for NETWARE


Revision tags: php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH
# 85a36e2b 05-Sep-2004 Zeev Suraski

Fix reverse dependency


Revision tags: php-4.3.9RC2
# b9310261 16-Aug-2004 Zeev Suraski

Fix an oldie fd leak


# 566230a0 13-Aug-2004 Derick Rethans

- Added the PHP_EOL constant (Patch by Paul Hudson)


Revision tags: php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1
# 0cd2da03 25-Jul-2004 Marcus Boerger

- Execute destructors earlier (Florian Schaper, fschaper at intux org)


Revision tags: RELEASE_0_1
# 77228375 15-Jul-2004 Marcus Boerger

- Use ErrorException instead of Exception


Revision tags: php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7
# e389e255 28-May-2004 Ilia Alshanetsky

The engine will take care out-of-memory situation for us.


Revision tags: php-5.0.0RC3RC1, php-4.3.7RC1
# e410a0f5 23-May-2004 Andi Gutmans

- Fixed bug #27640 memory leak of registered_zend_ini_directives (Dmitry)


Revision tags: RELEASE_0_1_1
# dcb0ee6e 20-May-2004 Derick Rethans

- Allow extra parameters to mail to be forced also from virtual host settings.


Revision tags: php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5
# 550da4ae 24-Mar-2004 Stanislav Malyshev

and set module startup flag on startup


# b514ab2e 24-Mar-2004 Stanislav Malyshev

reset module shutdown flag on startup


Revision tags: php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2
# 1ef3c8c7 16-Mar-2004 Derick Rethans

- Replaced the exec_finished hook by the zend_post_deactive hook for
extensions. The new hook will be run after the symbol table and destructors
are run. (PHP part)


# 02344b1d 16-Mar-2004 Zeev Suraski

Improve the way auto-globals JIT works, and add the ability to turn it off


# 09e76476 16-Mar-2004 Marcus Boerger

Improve error message


Revision tags: php-5.0.0RC1RC1
# 97b5bb47 14-Mar-2004 Marcus Boerger

Guard display_startup_errors with checking for default (working) output
functions.


Revision tags: RELEASE_0_2_0
# 3f514ccb 25-Feb-2004 Zeev Suraski

- Rename compatiblity mode to zend.ze2_compatibility_mode (it doesn't only affect auto-clone).
- Perform implementation checks even with simple inheritance (off when
compatibility mod

- Rename compatiblity mode to zend.ze2_compatibility_mode (it doesn't only affect auto-clone).
- Perform implementation checks even with simple inheritance (off when
compatibility mode is enabled).
- Restore default arguments in interfaces and handle it correctly.
- Move registration of internal classes later in the startup sequence
in order to have INI options available.

show more ...


12345678910>>...33