summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* _isnan seems to be supported on Win32, add an appropiate macro.Sascha Schumann2000-08-201-0/+1
* If available, use fpclassify for substituting zend_finite.Sascha Schumann2000-08-201-1/+3
* Including math.h before using macros defined there will work better :)Sascha Schumann2000-08-201-2/+2
* Add zend_isinf and zend_isnan.Sascha Schumann2000-08-201-7/+20
* One more fix to C compile.Andrei Zmievski2000-08-191-0/+2
* Fix C buildZeev Suraski2000-08-191-0/+4
* Fix eval() leakage in ZTS modeZeev Suraski2000-08-191-6/+23
* Eliminate run-time leak with eval()'sZeev Suraski2000-08-192-5/+10
* Fix build with no memory_limitZeev Suraski2000-08-191-0/+4
* Fix memory_limitZeev Suraski2000-08-191-5/+14
* - BeautifyAndi Gutmans2000-08-191-2/+2
* Fix EMPTY_STRING macrosStanislav Malyshev2000-08-171-3/+3
* Fix warning issue (compile errors inside require()'d files were incorrectly s...Zeev Suraski2000-08-156-25/+14
* - Fix leak and some logicZeev Suraski2000-08-141-7/+5
* - This patch should hopefully fix situations where a constructor usesAndi Gutmans2000-08-142-5/+7
* Fix crashStanislav Malyshev2000-08-141-2/+2
* - Unused results should be marked with EXT_TYPE_UNUSED and not IS_UNUSEDAndi Gutmans2000-08-142-2/+3
* Fix zend_fiel_handle handling. Should fix URL includeStanislav Malyshev2000-08-135-27/+20
* - Revert foreach() change which only allowed variables and array(...)Andi Gutmans2000-08-131-6/+2
* - Only support variables and array(...) in foreach loopsAndi Gutmans2000-08-111-2/+5
* @ Fix problem with nested foreach()'s (Andi, Zend Engine)Andi Gutmans2000-08-104-15/+26
* @ Fix switch which only has a default rule (Andi, Zend Engine)Andi Gutmans2000-08-101-9/+15
* that tooZeev Suraski2000-08-091-1/+1
* Update API numberZeev Suraski2000-08-091-1/+1
* The patch we promised - redesigned the compilation/execution API:Zeev Suraski2000-08-0910-236/+93
* - Use some more SEPARATE_ZVAL macros instead of replicated code.Andi Gutmans2000-08-051-24/+6
* Fix memory leakStanislav Malyshev2000-08-051-2/+2
* - Beautify code. Try and use more macros for splitting instead ofAndi Gutmans2000-08-042-46/+17
* - Remove commented codeAndi Gutmans2000-08-021-11/+0
* Fix filename issuesZeev Suraski2000-07-292-10/+16
* Make define return false and issue E_NOTICE when trying to redefine constantStanislav Malyshev2000-07-283-4/+12
* Always store full filename as compiled file nameAndi Gutmans2000-07-272-1/+8
* Fix a possible issue with runtime inheritence under fairly rare circumstanceZeev Suraski2000-07-261-6/+7
* Add strncasecmp functionStanislav Malyshev2000-07-263-0/+45
* Forgot to link this function...Zeev Suraski2000-07-181-0/+1
* This is probably the oldest bug in PHP :)Zeev Suraski2000-07-181-2/+2
* - Beautify Zeev's patch a bit.Andi Gutmans2000-07-161-3/+3
* 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