summaryrefslogtreecommitdiff
path: root/Zend/zend.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Even though it is uncommented it should be rightMarcus Boerger2004-03-271-1/+1
|
* New autoload protection schema was implemented (Using HashTable instead of ↵Dmitry Stogov2004-03-241-1/+1
| | | | boolean flag)
* - Stop make_printable_zval() from calling __toString()Andi Gutmans2004-03-171-0/+2
|
* - Replaced the exec_finished hook by the zend_post_deactive hook forDerick Rethans2004-03-161-3/+3
| | | | | | extensions. The new hook will be run after the symbol table and destructors are run. (Derick)
* Fixed bug #27590 (crash during shutdown when freeing persistent resourcesIlia Alshanetsky2004-03-141-1/+1
| | | | | in ZTS mode).
* - Fix flow of logicAndi Gutmans2004-03-141-2/+4
|
* - Support Cast operator in convert_to_* so that we support internalAndi Gutmans2004-03-141-1/+2
| | | | | - extensions such as SimpleXML. This is for Sterling.
* - Fix crash in exception handling (zend_exception_error(...) andAndi Gutmans2004-03-011-4/+0
| | | | | zend_eval_string_ex() were buggy (Dmitry, Andi)
* - Rename compatiblity mode to zend.ze2_compatibility_mode (it doesn't only ↵Zeev Suraski2004-02-251-14/+2
| | | | | | | | | | | 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.
* Forward-port fixlet from PHP 4 (thanks to Michael Sisolak)Zeev Suraski2004-02-181-0/+1
|
* Centralize exceptions code in zend_exceptions.[ch].Zeev Suraski2004-02-121-1/+1
| | | | | | | | Remove zend_default_classes.h (use zend_exceptions.h instead) NOTE: This currently breaks the build, fixes to php-src and pecl coming soon
* Must be initialized in ZTS modeMarcus Boerger2004-02-111-0/+1
|
* Fix exceptions thrown without a stack frameZeev Suraski2004-02-111-6/+0
| | | | | Always enable set_exception_handler()
* Nice patch Christian, but it wasn't at all enabled? :)Zeev Suraski2004-01-151-1/+2
| | | | | Fix bug #26883
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* - Fixed var_export() to show public, protected and private modifiers properly.Derick Rethans2004-01-031-1/+1
| | | | | - Exported (un)mangle_property_name.
* Add missing noticeMarcus Boerger2003-12-291-0/+1
|
* Fixed bug #26697 (calling class_exists on a nonexistent class in __autoloadMarcus Boerger2003-12-231-0/+1
| | | | | results in segfault).
* Bug #25547 (error_handler and array index with function call) was fixedDmitry Stogov2003-12-191-0/+18
| | | | | tests/lang/bug25547.phpt
* Reenable __tostring() magic for print,echo,concatenation,function naming...Marcus Boerger2003-12-151-6/+5
| | | | | | but not for other internal things. # As discussed with Andi
* Free is needed in non ZTS tooMarcus Boerger2003-12-121-2/+2
|
* Fix memleaks in ZTS modeMarcus Boerger2003-12-121-2/+14
|
* Fix memleaksMarcus Boerger2003-12-121-0/+3
|
* - Add E_STRICT, to be used to warn purists (like Jani :)Andi Gutmans2003-11-181-1/+2
|
* Handle exceptions in casting more gracefully.Marcus Boerger2003-11-081-0/+6
| | | | | This fixes bug #26166
* Fixed bug #25922 (Crash in error handler when 5th argument is modified).Ilia Alshanetsky2003-10-221-7/+7
|
* Added missing format.Ilia Alshanetsky2003-09-221-1/+1
|
* Fallback to default behaviour for unsupported object type conversionsMarcus Boerger2003-09-181-4/+5
|
* Bugfix #25335Marcus Boerger2003-09-141-9/+7
|
* Fix registering/derigistering of stdClass in ZTS and NON ZTS modeMarcus Boerger2003-09-081-9/+1
|
* Invalidate exception in this case tooMarcus Boerger2003-09-011-0/+1
|
* Revisited: Replace the non portable code by spprintfMarcus Boerger2003-08-311-19/+3
|
* Make vspprintf available as zend utility function. Use it in exception output.Marcus Boerger2003-08-311-0/+2
|
* Classe tables work this wayMarcus Boerger2003-08-281-1/+1
|
* - Provide a unified way to display uncaught exceptions, which showsMarcus Boerger2003-08-241-3/+3
| | | | | | | file/line/message info if possible. - Add zend_eval_string_ex() to be able to handle exceptions in eval'd code. - Use above function to fix memleaks in CLI.
* Add exec_finished() callback for modules - this is the last place where theZeev Suraski2003-07-301-0/+15
| | | | | modules may touch the symbol table reliably
* Remove the obfuscation caused by the double "#ifdef ZTS"foobar2003-07-291-1/+1
|
* Make print_r() binary safe with keysZeev Suraski2003-07-241-1/+1
|
* - ZE coding style requires if ( instead of if(Andi Gutmans2003-06-301-4/+4
|
* Fix bug #23279 - exception handler exits after first function callStanislav Malyshev2003-06-151-4/+9
|
* Bugfix #24182: va_arg macro error in Zend/zend.cMarcus Boerger2003-06-141-1/+1
|
* updating license information in the headers.James Cox2003-06-101-1/+1
|
* Nicer handling of protected/private members in print_r()Zeev Suraski2003-06-081-4/+18
|
* fix non-ZTS buildStanislav Malyshev2003-06-041-1/+2
|
* Fix segfault. Again.Sebastian Bergmann2003-06-041-0/+1
|
* rm namespace leftoversStanislav Malyshev2003-06-041-1/+0
|
* Fix segfault. #Hopefully not a Voodoo Fix[TM].Sebastian Bergmann2003-06-041-2/+3
|
* Leftover.Sebastian Bergmann2003-06-021-3/+0
|
* MEGA-patch: namespaces are R.I.P.Stanislav Malyshev2003-06-021-26/+20
|
* Fix init shutdownMarcus Boerger2003-05-311-1/+3
|