summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* - Change zend_extension_api_noAndi Gutmans2000-10-021-1/+1
* - Cleanup error outputAndi Gutmans2000-09-301-1/+1
* - Another has optimization/fix like the hash_copy one from earlier onAndi Gutmans2000-09-281-3/+2
* Make hash_copy call copy constructor on a real copy, not on a tempStanislav Malyshev2000-09-281-6/+6
* - Remove zend_gcc_inline.cAndi Gutmans2000-09-281-4/+0
* Remove --enable-c9x-inline option. We now use a syntax which is compatibleSascha Schumann2000-09-265-69/+9
* Fix previous update - move extension startup further down the startup sequenceZeev Suraski2000-09-253-10/+24
* Move extension startup further down the startup sequenceZeev Suraski2000-09-251-2/+0
* - Add Z_BVAL* macrosAndi Gutmans2000-09-191-0/+3
* Fix crash on Solaris with function parameter destructionStanislav Malyshev2000-09-191-1/+1
* Made get_included_files() work again, in somewhat different wayStanislav Malyshev2000-09-181-1/+8
* Set filename even on recursive includeStanislav Malyshev2000-09-171-0/+1
* - Fix NULL handling in ARRAY opcode and resolve memory leakAndi Gutmans2000-09-141-0/+4
* Make compile_string() accept a description of the codeZeev Suraski2000-09-128-20/+52
* - Forgot to create extended info in include()/require() callAndi Gutmans2000-09-111-10/+14
* Allow require_once to take expressions, just like requireStanislav Malyshev2000-09-101-1/+1
* Try once more to remove dupsStanislav Malyshev2000-09-101-1/+0
* Test commit - weed out duplicate messagesStanislav Malyshev2000-09-101-0/+1
* Don't use unsafe sprintf()Zeev Suraski2000-09-091-2/+3
* Don't trust snprintf returnStanislav Malyshev2000-09-081-0/+3
* - Save two linesAndi Gutmans2000-09-061-4/+1
* - Fix headerAndi Gutmans2000-09-061-2/+1
* Unless overwritten, default to no optimization in debug mode.Sascha Schumann2000-09-061-0/+3
* - Commiting Sterling's new multi_convert* functionsAndi Gutmans2000-09-052-1/+48
* Fix memory overrun.Andrei Zmievski2000-09-051-1/+1
* Fix crash with trigger_error having no args (#6549)Stanislav Malyshev2000-09-051-0/+2
* - Remove two tabsAndi Gutmans2000-09-041-2/+2
* - Defining TSRM_WIN32 in each and every dsp sucked. Revert this changeAndi Gutmans2000-09-021-3/+3
* - Fix windows buildAndi Gutmans2000-09-021-3/+3
* - This should fix the performance problem with Release buildsAndi Gutmans2000-08-311-2/+2
* - Use emalloc() for opened_path now. This was a potential leak before.Andi Gutmans2000-08-313-3/+3
* - Remove support for __string_value() in print $objAndi Gutmans2000-08-311-10/+3
* Safer shutdown processZeev Suraski2000-08-311-4/+12
* - Update Zend version.Andi Gutmans2000-08-291-1/+1
* - Don't define this function in non-debug modeAndi Gutmans2000-08-261-1/+2
* - Revert patch from 9/7/2000 which seems to have broken unset().Andi Gutmans2000-08-241-2/+0
* - Fix bug report by Andrei when using a method as a sort user functionAndi Gutmans2000-08-221-0/+2
* Fix Win32 buildZeev Suraski2000-08-201-1/+3
* _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