summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Andi Gutmans2000-04-061-1/+1
* Initial preparation for OO overloading patchAndi Gutmans2000-04-062-20/+25
* - Bump up version numberAndi Gutmans2000-04-051-1/+1
* - FIx JMPZNZAndi Gutmans2000-04-052-9/+8
* Fix the problem with dl()'d modules not freeing their resources properlyZeev Suraski2000-04-031-0/+1
* *** empty log message ***Zeev Suraski2000-04-012-2/+6
* Have a standard way of exporting symbolsZeev Suraski2000-04-011-0/+1
* Use intZeev Suraski2000-04-011-2/+1
* Generalize some common thread-safety stuffZeev Suraski2000-04-011-0/+24
* Have a standard entry for the globals idZeev Suraski2000-04-011-2/+4
* The previous fix ended up being broken, this one should do itZeev Suraski2000-03-311-2/+3
* - Fix bugAndi Gutmans2000-03-311-2/+2
* Fix zend_register_extension()Zeev Suraski2000-03-301-6/+7
* - Bump up API number after Lars' changeAndi Gutmans2000-03-301-1/+1
* Give another hint to BSD makesSascha Schumann2000-03-301-1/+1
* Specifically mention $(srcdir), so that OpenBSD's make gets itSascha Schumann2000-03-301-3/+3
* - Make the argument order for the stack applies more consistent with other ZendZeev Suraski2000-03-293-15/+17
* Added !== (is not identical) operator.Torben Wilson2000-03-297-102/+127
* *** empty log message ***Zeev Suraski2000-03-292-9/+21
* - Make sure zend_API.h has Zend'ish versions of the ZEND macros so thatAndi Gutmans2000-03-291-6/+22
* The checks for func_num_args() and friends were broken - fixedZeev Suraski2000-03-281-17/+14
* Remove debug libraries from debug buildSam Ruby2000-03-271-2/+2
* - Stop zend_func_args() and co. from crashingAndi Gutmans2000-03-264-13/+26
* - Didn't see Thies' commit message although I can't really see how it wouldAndi Gutmans2000-03-261-1/+2
* - Include Andrea's fix for alloca.hAndi Gutmans2000-03-262-4/+3
* <alloca.h> needs to be included before we define macros calling alloca()Thies C. Arntzen2000-03-262-8/+8
* fix castThies C. Arntzen2000-03-261-1/+1
* *** empty log message ***Andi Gutmans2000-03-252-2/+3
* - Some header dependencies cleanupZeev Suraski2000-03-2511-22/+25
* RTLD_NOW => RTLD_LAZY|RTLD_GLOBALSam Ruby2000-03-251-1/+10
* Update dsp'sZeev Suraski2000-03-251-2/+2
* - Fixed a crash when sending a non-variable expression to a runtime-bound fun...Zeev Suraski2000-03-241-0/+4
* - Nuke hash_*_ptr functionsAndi Gutmans2000-03-247-22/+14
* Use WRONG_PARAM_COUNT.Andrei Zmievski2000-03-231-8/+8
* - Make it compileZeev Suraski2000-03-231-1/+1
* Added get_class_methods().Andrei Zmievski2000-03-231-0/+42
* - Change Zend version as API has changedAndi Gutmans2000-03-221-1/+1
* - Wrong fixZeev Suraski2000-03-221-3/+3
* - Only free when result != op1Zeev Suraski2000-03-221-3/+3
* - Change zend_startup to accept a flag for starting builtin functionsAndi Gutmans2000-03-212-3/+5
* - Move #definesAndi Gutmans2000-03-212-5/+7
* kill warningThies C. Arntzen2000-03-191-1/+1
* - Fix compile problem on FreeBSDAndi Gutmans2000-03-181-1/+1
* - No reason for refcount to be signed and move to zend_* typedefsAndi Gutmans2000-03-181-3/+4
* renamed _string_value_() to __string_value().Thies C. Arntzen2000-03-181-1/+1
* The third argument to define() wasn't working right, fixedZeev Suraski2000-03-181-1/+1
* false wouldn't automaticaly switch to an array type, which resulted in anZeev Suraski2000-03-181-0/+1
* renamed "to_string" -> "_string_value_"Thies C. Arntzen2000-03-161-14/+1
* - Fix newly introduced problem reported by Sam RubyZeev Suraski2000-03-153-16/+24
* Make zend_hash_move_forward()/zenv_hash_move_backwards() a little smarter.Andrei Zmievski2000-03-152-14/+18