summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Add necessary rule.Sascha Schumann1999-10-041-0/+2
* Use libtool to build.Sascha Schumann1999-10-046-78/+43
* use getParametersEx for all builtin functionsThies C. Arntzen1999-10-041-48/+48
* added add_*_resource() and add_*_bool() functionsThies C. Arntzen1999-10-042-10/+86
* - Hooray. This might actually work. (I hope)Andi Gutmans1999-10-034-5/+23
* Make it executable.Sascha Schumann1999-10-031-1/+1
* - Another locking fix.Andi Gutmans1999-10-021-6/+6
* - Fixed locking problem when fetching string offsetsAndi Gutmans1999-10-021-7/+11
* Fix the leak reported on the PHP 3 list (isset() on string offsets)Zeev Suraski1999-10-021-0/+1
* - Move is_ref back to being an unsigned char and not a bit field.Andi Gutmans1999-10-018-35/+33
* - Remove locking support completelyAndi Gutmans1999-10-016-59/+3
* - For Andrei. Implement references in array() initializationsAndi Gutmans1999-10-014-26/+45
* *** empty log message ***Zeev Suraski1999-09-291-0/+1
* Fix leak in += with arraysAndi Gutmans1999-09-291-3/+10
* - Fix SEND_VAR problem after fetch'ing a variable and not knowing the fetch typeAndi Gutmans1999-09-294-46/+85
* added add_property_resourceThies C. Arntzen1999-09-292-0/+11
* - Stop using the locking mechanism and start using refcount.Andi Gutmans1999-09-283-17/+18
* - First part of the patch which makes reads use ptr and not ptr_ptr.Andi Gutmans1999-09-283-3/+33
* Provide alternative istdiostream.Sascha Schumann1999-09-283-1/+33
* Actually allow to set CXXFLAGSSascha Schumann1999-09-262-0/+3
* Build communication channel and add checks for C++ librarySascha Schumann1999-09-262-1/+50
* - Changed Ts{}.var to Ts{}.var.ptr_ptr.Andi Gutmans1999-09-263-39/+41
* Add _ex API implementation for booleans.Sascha Schumann1999-09-241-0/+8
* Exify the standardized resource stuffZeev Suraski1999-09-242-8/+10
* - Fix bug #2364.Andi Gutmans1999-09-231-4/+5
* Fix vpath build w/ thread-safe enabled on Unix.Sascha Schumann1999-09-231-0/+1
* preliminary fix for each until andi & zeev clean up!Thies C. Arntzen1999-09-221-1/+3
* if you pass NULL as the resource_type_name to zend_fetch_resource*&friends th...Thies C. Arntzen1999-09-221-3/+6
* - Fix problem where function parameter fetches were created too late.Andi Gutmans1999-09-211-3/+7
* Add get_func_args()Zeev Suraski1999-09-211-10/+45
* *** empty log message ***Zeev Suraski1999-09-211-10/+10
* - Move some more Zend internal functions from PHPAndi Gutmans1999-09-201-0/+155
* - Next part of locking fix.Andi Gutmans1999-09-201-13/+13
* - Newline for Sun's compilerAndi Gutmans1999-09-201-1/+1
* - Add some internal functions to ZendAndi Gutmans1999-09-202-0/+131
* - First step in fixing locking problem. Array fetches are now always done last.Andi Gutmans1999-09-203-45/+64
* - Indirect references had all of the fetches by mistakenly backpatched.Andi Gutmans1999-09-202-5/+14
* Added zend_num_args() and zend_get_arg()Zeev Suraski1999-09-203-4/+81
* Add a file in which we can put Zend builtin functionsZeev Suraski1999-09-204-1/+72
* - Try to fix the leak Rasmus reported. It's pretty sucky code so I'm reallyAndi Gutmans1999-09-181-5/+8
* Safer behaviorZeev Suraski1999-09-181-1/+4
* make SUNs c89 happyThies C. Arntzen1999-09-171-4/+3
* no // in the sources pleaseThies C. Arntzen1999-09-171-1/+1
* added newline at end of fileThies C. Arntzen1999-09-171-1/+2
* - Fix bug #2318Zeev Suraski1999-09-171-0/+1
* Introduce convert_to_*_ex()Zeev Suraski1999-09-161-0/+40
* this helps compiling on non-ANSI C compliant platformsSascha Schumann1999-09-161-0/+2
* Make sure HAVE_LIBDL gets defined.Stig S. Bakken1999-09-132-0/+4
* Make this class instanciatableZeev Suraski1999-09-121-1/+1
* check for c++ only, if thread safety is enabledSascha Schumann1999-09-121-0/+2