summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Add zend_llist_apply_with_arguments()Zeev Suraski2000-04-294-1/+45
* Fix possible bug with extension dtors being called without the ctors being ca...Zeev Suraski2000-04-292-1/+6
* BeautifyZeev Suraski2000-04-294-7/+6
* Fix a bug in the resource dispencerZeev Suraski2000-04-283-2/+11
* Make convert_to_string() allocations traceableZeev Suraski2000-04-282-7/+8
* *** empty log message ***Zeev Suraski2000-04-276-8/+8
* Change to using the #define'sZeev Suraski2000-04-274-13/+13
* More error handling work (still completely disabled)Zeev Suraski2000-04-272-32/+74
* Fix - forgot to split away if refcount>1Zeev Suraski2000-04-262-1/+9
* Fix bugZeev Suraski2000-04-251-3/+3