summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Nuke the old error code, use the new oneZeev Suraski2000-06-023-21/+11
* IS_BC isn't really being used, but still...Zeev Suraski2000-05-311-1/+1
* Fix a bug in static initializers/default values/class member variables that c...Zeev Suraski2000-05-318-18/+25
* Allow disabling of functions for security reasonsZeev Suraski2000-05-292-0/+29
* - Use pointer arithmetic to speed up the function a bitAndi Gutmans2000-05-281-13/+16
* - This should have been done for 4.0.0.Andi Gutmans2000-05-281-2/+2
* - Fixed scanning decimal numbers in internationalized environments. They shouldAndi Gutmans2000-05-263-2/+46
* Fix a crash bug in certain situations of class redeclarationsZeev Suraski2000-05-251-3/+14
* rename hastable -> _hashtable to avoid clashesThies C. Arntzen2000-05-241-2/+2
* add rdbuf() to our own istdiostream implementation, allowing C++ compileThies C. Arntzen2000-05-241-0/+1
* - Remove ugly Ltd.Zeev Suraski2000-05-221-1/+1
* Windows build failureSam Ruby2000-05-211-0/+1
* - Fix Apache php source highlighting mode. It was crashing due to theAndi Gutmans2000-05-212-1/+7
* - Get ready for releaseAndi Gutmans2000-05-212-2/+2
* Open these up for the APIZeev Suraski2000-05-192-6/+8
* Do it in thread unsafe mode for now.Zeev Suraski2000-05-181-2/+5
* Kill warningsSascha Schumann2000-05-181-0/+2
* - Do this someplace else.Andi Gutmans2000-05-181-0/+2
* - Fix include() when used on resources (shouldn't work but shouldn't crashAndi Gutmans2000-05-182-14/+22
* Update for sort functions - user can now specify sort type.Andrei Zmievski2000-05-181-1/+1
* - Add support for string_compare_function() and number_compare_function().Andi Gutmans2000-05-172-0/+48
* Normalize results of compare_function()Zeev Suraski2000-05-171-4/+12
* Fix crash if %> is encountered in HTML while ASP-tags are disabledZeev Suraski2000-05-171-1/+2
* Fix orderAndi Gutmans2000-05-171-1/+1
* Add missing prototypeSascha Schumann2000-05-171-0/+1
* - Small optimization. Filling up the Cache helps performance.Zeev Suraski2000-05-161-0/+15
* Fix parallel makes on BSDSascha Schumann2000-05-121-1/+1
* Get rid of chval - it's really not necessary and seems to be confusing peopleZeev Suraski2000-05-114-22/+21
* Refined fixZeev Suraski2000-05-111-1/+2
* Fix a memory corruption bug with by-ref function argumentsZeev Suraski2000-05-111-8/+9
* - Bump up Zend extension version numberAndi Gutmans2000-05-101-1/+1
* make waning readableThies C. Arntzen2000-05-101-2/+2
* Thoroughly initialize IS_UNUSED for proper cleanupAndi Gutmans2000-05-083-8/+7
* - Change Zend Engine version numberAndi Gutmans2000-05-081-1/+1
* - Return real size allocatedAndi Gutmans2000-05-081-1/+1
* Make zend_binary_strcasecmp compile againZeev Suraski2000-05-081-0/+1
* Make strcasecmp() act correctly WRT SUS II.Sascha Schumann2000-05-081-7/+5
* - Make zend_eval_string() return SUCCESS/FAILUREAndi Gutmans2000-05-062-3/+6
* - Make $obj->test = 5; work again (assigning to uninitialized objects)Andi Gutmans2000-05-061-2/+3
* Linking directly against libc might result in unexpected behaviour.Sascha Schumann2000-05-051-7/+2
* - Change fetch_type to be zend_uintAndi Gutmans2000-05-031-1/+1
* - Change the place CAST uses for the op_typeAndi Gutmans2000-05-032-2/+2
* Change zend_hash_get_current_key_ex() to also return the string lengthZeev Suraski2000-05-022-3/+6
* Fix segfault occuring when a temporary module was unloaded and if thisSascha Schumann2000-05-021-1/+2
* Add ZEND_GET_MODULE(name). This is a short-cut for the commonSascha Schumann2000-05-021-0/+2
* Source file does not end with a newline. Some old compilers don't like that.Sascha Schumann2000-05-011-1/+2
* Added a way to get all declared classes.Andrei Zmievski2000-05-011-2/+33
* Fix dependencySascha Schumann2000-05-011-1/+1
* Pass the op_array to the ctor/dtor, instead of just the resourceZeev Suraski2000-04-292-12/+4
* crash fixZeev Suraski2000-04-291-1/+1