summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Implement parent::foo()Zeev Suraski2000-07-161-0/+9
* Add more extended_info callsZeev Suraski2000-07-152-3/+4
* Improve register_resource_ex() infrastructureZeev Suraski2000-07-143-24/+67
* fix ZTS startup without filename (thanx purify!)Thies C. Arntzen2000-07-121-0/+2
* unset active_symbol_table on zend-shutdown.Thies C. Arntzen2000-07-121-1/+3
* Another persistent hash - disable apply protectionZeev Suraski2000-07-111-1/+1
* Disable the hash_apply() protection on hashes that persist across requests - ...Zeev Suraski2000-07-113-15/+37
* Fix a bug in passing second parameter of RECV_INIT with is_ref setStanislav Malyshev2000-07-111-1/+1
* - Oops. Too early in the morningAndi Gutmans2000-07-111-1/+1
* - Include iostream.h in C++.Andi Gutmans2000-07-111-0/+4
* - Fix memory leak.Andi Gutmans2000-07-091-1/+1
* - Need to seperate if the hash isn't a referenceAndi Gutmans2000-07-091-0/+2
* - Add zend_ulongAndi Gutmans2000-07-081-0/+1
* Remove C++ commennts.Stanislav Malyshev2000-07-071-3/+3
* - Remove code which has never been used (neither in PHP 3)Andi Gutmans2000-07-061-41/+0
* - Make is_method_call() static and remove a couple of old linesAndi Gutmans2000-07-061-3/+1
* - Yet another fix...Andi Gutmans2000-07-062-1/+2
* - One more...Andi Gutmans2000-07-061-3/+3
* - One more fix for the latest patchAndi Gutmans2000-07-061-1/+1
* - One dumb bug in my latest patchAndi Gutmans2000-07-061-1/+3
* - Complex fix for solving a problem with objects & method calls.Andi Gutmans2000-07-063-19/+45
* - Fix problem with newlines not being recognized under certain conditionsAndi Gutmans2000-07-061-4/+5
* - Fix bug #4120Andi Gutmans2000-07-031-4/+13
* Unblock SIGPROF signal when starting timer.Stanislav Malyshev2000-07-031-0/+4
* Replace macros which begin with an underscore through an appropiatelySascha Schumann2000-07-0314-33/+33
* Change header protection macros to conform to standard.Sascha Schumann2000-07-0215-42/+42
* - Take #2 with tab size 4Andi Gutmans2000-07-021-51/+51
* - Beautify parser a bit. It still could do with some more at some pointAndi Gutmans2000-07-021-84/+82
* - Forgot ZEND_APIAndi Gutmans2000-07-022-2/+2
* Add a messagebox style that's safe to use from an ISAPI filterZeev Suraski2000-06-301-0/+11
* error_reporting fixZeev Suraski2000-06-303-1/+6
* Add $context argument to error handlerZeev Suraski2000-06-292-16/+30
* Improve error handling codeZeev Suraski2000-06-281-3/+23
* Be HTML friendlyZeev Suraski2000-06-281-1/+1
* version updateAndi Gutmans2000-06-281-1/+1
* Make it possible to detect whether we're thread safe or not from PHP scripts ...Zeev Suraski2000-06-263-6/+11
* - Add another "\n" at the end of error messages.Andi Gutmans2000-06-261-2/+2
* Make max_execution_time work properly when set to 0 under Win32 (disable)Zeev Suraski2000-06-261-1/+5
* - I wrote a long msg but the commit didn't go through.Andi Gutmans2000-06-251-1/+1
* Nuke a warningZeev Suraski2000-06-241-1/+1
* - Not returning a value anymoreAndi Gutmans2000-06-232-2/+2
* - Don't need SUCCESS/FAILURE anymoreAndi Gutmans2000-06-231-6/+3
* - Add licenseAndi Gutmans2000-06-232-0/+36
* - Commit static allocator structure which we might use in an upcoming ZendAndi Gutmans2000-06-232-0/+88
* - Fix asp_tags.Andi Gutmans2000-06-221-0/+1
* - Oops I miss-wrote that fieldAndi Gutmans2000-06-221-1/+1
* - Change API version and make the error messages more meaningful.Andi Gutmans2000-06-222-7/+8
* - Change cache size and only initialize part of it.Andi Gutmans2000-06-222-5/+7
* Cached-freed memory blocks should not be in "occupied" listStanislav Malyshev2000-06-221-4/+16
* Make cache counters to be unsigned intStanislav Malyshev2000-06-222-7/+8