summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* I can't think of a reason of why it should just be a notice... Make it a war...Zeev Suraski2000-06-101-1/+1
* Fix bug #4768Zeev Suraski2000-06-102-15/+15
* Made an alias for hash apply with arguments.Andrei Zmievski2000-06-092-1/+3
* - Forgot to remove the FIXMEAndi Gutmans2000-06-091-1/+0
* - Make the memory limit accurateAndi Gutmans2000-06-091-6/+6
* - Fix cache initializationAndi Gutmans2000-06-091-3/+1
* - Allocate and cache in 8 byte blocks. Most allocators anyway use 8 byteAndi Gutmans2000-06-092-23/+48
* Fix bug #4933Zeev Suraski2000-06-091-0/+2
* Fixed bug #4819Zeev Suraski2000-06-091-3/+22
* - Time to change it. We changed register_internal_class() ->Andi Gutmans2000-06-091-2/+1
* - Andrei, this is for you!Andi Gutmans2000-06-094-8/+40
* - TypoAndi Gutmans2000-06-092-3/+3
* - Remove old obsolete code.Andi Gutmans2000-06-091-20/+0
* - Make unset consistent with the way array offsets workAndi Gutmans2000-06-091-5/+20
* Handle unset with empty keyStanislav Malyshev2000-06-091-0/+3
* - Change register_internal_class to zend_register_internal_class forAndi Gutmans2000-06-092-2/+2
* Clean up acconfig.hSascha Schumann2000-06-082-27/+3
* Add a couple of castsSascha Schumann2000-06-082-4/+4
* Enable asp_tags/short_tags/allow_call_time_pass_by_reference to work on a per...Zeev Suraski2000-06-063-6/+5
* Add newline at the end of the file (breaks at least SCO and Tru64 C compiler).Sascha Schumann2000-06-061-2/+2
* - Revert internazionalization fix.Andi Gutmans2000-06-051-2/+2
* - Complete change to create_function()Andi Gutmans2000-06-051-3/+3
* Change shutdown order to sort out a crash when assigning a resource id to a s...Zeev Suraski2000-06-042-15/+21
* - Support unordered hash comparisonsZeev Suraski2000-06-043-30/+55
* Rename lambda()Zeev Suraski2000-06-041-3/+3
* Support comparisons of arrays (with arrays) and objects (with objects)Zeev Suraski2000-06-034-5/+142
* - Change #if to #ifdef.Andi Gutmans2000-06-031-2/+2
* Don't take chances with new include filesZeev Suraski2000-06-032-3/+7
* Improve call_user_function() to support array($obj, $method)Zeev Suraski2000-06-031-0/+18
* - Export normalize_boolZeev Suraski2000-06-033-12/+11
* Fix a lambda() bugZeev Suraski2000-06-031-1/+1
* Add missing {Zeev Suraski2000-06-031-1/+1
* - Fix Win32 compilation (Use winsock2.h from now on)Zeev Suraski2000-06-039-19/+115
* - global/static require a trailing ';'Andi Gutmans2000-06-021-2/+2
* Update error codeZeev Suraski2000-06-021-7/+18
* 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