summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Collapse)AuthorAgeFilesLines
* Recover from a parse error in include files (before, it could result in a ↵Zeev Suraski2001-05-063-5/+17
| | | | crash under certain circumstances). Fix bug #8663
* Yikes, that would have been a very bad bug :)Zeev Suraski2001-05-061-1/+1
|
* Floating point keys didn't work in array() (fix bug #6662)Zeev Suraski2001-05-061-1/+1
|
* Hear hear, interactive mode is finally showing some progress:Zeev Suraski2001-05-062-1/+5
| | | | | | - Support function calls - Fix crash bug
* Support interactive mode in thread-safe buildsZeev Suraski2001-05-063-7/+7
|
* Fix autoconversion of hexadecimal stringsZeev Suraski2001-05-061-1/+10
| | | | | It's time to close bug #5404 :)
* Retain single spaces as spaces to condense HTMLZeev Suraski2001-05-061-0/+9
|
* - Support \r as newline in the ini scannerAndi Gutmans2001-05-021-3/+5
|
* - Handle MAC OS X \r line endingsAndi Gutmans2001-05-021-6/+7
|
* - Patch by Andrei to prevent crash in error situation when not allAndi Gutmans2001-05-021-2/+12
| | | | | object overloading handles are defined.
* - Bump up Zend versionAndi Gutmans2001-05-011-1/+1
|
* - Add mistakenly removen closing bracketAndi Gutmans2001-04-301-0/+1
|
* - Get rid of warningAndi Gutmans2001-04-301-24/+1
|
* - Try to solve crash on OS400. There is actually no reason I can see forAndi Gutmans2001-04-301-5/+6
| | | | | why his fix should solve a crash but it doesn't harm.
* - Fix crash bug in interactive modeAndi Gutmans2001-04-301-0/+17
|
* - WhitespaceAndi Gutmans2001-04-291-1/+1
|
* - Improve overwrite detection in debug mode.Andi Gutmans2001-04-292-23/+24
|
* - Previous patch for too early freeing of resources seemed to have worked.Andi Gutmans2001-04-291-11/+1
| | | | | - Clean it up a bit.
* - Try and solve the too early resource destruction problem.Andi Gutmans2001-04-291-3/+3
|
* include limits.h if availableZeev Suraski2001-04-284-6/+4
|
* Fix bug 5661Zeev Suraski2001-04-281-0/+8
|
* - Move all cases into switch().Andi Gutmans2001-04-281-64/+78
|
* - Just some little whitespace stuff.Andi Gutmans2001-04-281-24/+24
|
* - Don't add/remove cached memory blocks from blocks list as this will slowAndi Gutmans2001-04-281-7/+1
| | | | | - down performance a bit.
* Resources weren't being properly destroyed by the convert_to_*() functionsZeev Suraski2001-04-281-3/+26
|
* - More whitespace fixes while I'm at it.Andi Gutmans2001-04-276-7/+7
|
* - Whitespace changes to be standard like the rest of ZendAndi Gutmans2001-04-276-9/+9
|
* - Add typedef for function pointer of llist dtorAndi Gutmans2001-04-212-8/+9
|
* - Fix for crash bug when using invalid arguments in the foreach() loop.Andi Gutmans2001-04-201-3/+7
| | | | | - Reported by Yasuo Ohgaki
* - Patch from Jason Greene.Andi Gutmans2001-04-191-2/+6
| | | | | | - Make it easier to write PHP function definitions in more than just one .c file while accessing the same module globals.
* small beautificationZeev Suraski2001-04-171-5/+5
|
* Fix warningZeev Suraski2001-03-281-0/+3
|
* Make Windows happyZeev Suraski2001-03-281-0/+2
|
* Get rid of more redundant codeZeev Suraski2001-03-281-30/+6
|
* Cleaner way of making sure resources start at 1 and not 0...Zeev Suraski2001-03-281-5/+5
|
* Remove redundant codeZeev Suraski2001-03-282-27/+0
|
* God knows what this code was doing...Zeev Suraski2001-03-272-37/+3
|
* Updated get_class_methods() to take class instance as well as class name.Andrei Zmievski2001-03-261-30/+26
|
* Making it possible to pass a class name to get_parent_class() as wellAndrei Zmievski2001-03-261-4/+15
| | | | | as a class instance.
* Fixing function name length.Andrei Zmievski2001-03-231-2/+2
|
* - Add support for isset($var1, $var2, $var3); - Will be true only if allAndi Gutmans2001-03-191-1/+5
| | | | | - variables are set.
* - Nuke commented codeAndi Gutmans2001-03-151-7/+0
|
* Name length is already known.Andrei Zmievski2001-03-121-4/+3
|
* - Missed second place.Andi Gutmans2001-03-121-4/+12
|
* - Nuke snprintf()Andi Gutmans2001-03-121-2/+9
|
* - White spaceAndi Gutmans2001-03-121-1/+1
|
* - Fix by Jani Taskinen <sniper@iki.fi> for whole path also to workAndi Gutmans2001-03-121-10/+8
| | | | | with include_once()/require_once().
* Improve zend_is_callable() to the point where it's actually useful.Andrei Zmievski2001-03-122-12/+53
| | | | | | Now it just needs to be invoked everywhere in PHP where a callback is expected.
* - Fix for Solaris.Andi Gutmans2001-03-112-1/+9
|
* - WhitespaceAndi Gutmans2001-03-101-1/+1
|