summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* MFHmigration/EXPERIMENTALHarald Radi2001-09-108-760/+424
|
* MFHHarald Radi2001-09-102-32/+32
|
* MFHHarald Radi2001-09-102-916/+618
|
* remove from EXPHarald Radi2001-08-132-22/+0
|
* MFH - andis object model changeHarald Radi2001-08-132-36/+32
|
* Added support to display argument and EXCEPTINFO in appropriate places.Alan Brown2001-08-114-46/+162
|
* added these TSRMLS_* macros to nearly every argument listHarald Radi2001-07-3114-420/+376
|
* fixed VT_VARIANT typeHarald Radi2001-07-302-0/+6
|
* Updated to match TSRM changesHarald Radi2001-07-3010-90/+102
|
* - MFH and another set of memory fixesHarald Radi2001-07-298-104/+118
| | | | | | | | - there were lots of changes in the zend core and now the heap corruptions disapeared as inconspicuous as they appeared. maybe they were not our fault.
* again fixed a few memory issuesHarald Radi2001-07-266-28/+40
|
* fixed a few memory issuesHarald Radi2001-07-264-18/+10
|
* removed duplicate code and changedHarald Radi2001-07-242-632/+698
| | | | | | code slightly to be compatible with broken com implementations
* MFH and VT_DATE patchHarald Radi2001-07-184-34/+34
|
* no messageHarald Radi2001-07-132-0/+22
|
* no messageHarald Radi2001-07-1212-176/+340
|
* This commit was manufactured by cvs2svn to create branch 'EXPERIMENTAL'.SVN Migration2001-07-111706-425995/+0
|
* ZVAL_BOOL(v,0) -> ZVAL_FALSE(v)Thies C. Arntzen2001-07-1116-34/+33
|
* fixed ZVAL_FALSE and ZVAL_TRUEThies C. Arntzen2001-07-111-2/+2
|
* No hashpjw anymore, but we have zend_hash_funcStanislav Malyshev2001-07-111-1/+2
|
* More correct pseudo-fixStanislav Malyshev2001-07-111-2/+1
| | | | | | # This is not really a fix. This thing is still broken. I will think on # how to really fix it. Any suggestion is *welcome*.
* Nuke zval_resetZeev Suraski2001-07-1114-29/+29
|
* Get rid of ZVAL_RESET...Zeev Suraski2001-07-112-9/+6
|
* added LOCK/UNLOCK to mainps queries (reported by Erik Hjortsberg)Tomas V.V.Cox2001-07-111-1/+3
|
* var_reset -> ZVAL_RESETZeev Suraski2001-07-1114-29/+29
|
* Get rid of some inlinesZeev Suraski2001-07-114-60/+50
|
* prevent php from crashing when serializing circular data.Shane Caraveo2001-07-111-0/+1
| | | | | | | | | | This script produced the crash. <? $hash["test_key"] = "test_value"; $hash["hash_key"] = &$hash; echo serialize($hash); ?>
* Wrap lines.Andrei Zmievski2001-07-111-1/+2
|
* Modified to work with the new parameter parsing API as a demonstration.Andrei Zmievski2001-07-111-43/+34
|
* ChangeLog update2001-07-111-0/+69
|
* fix.Sterling Hughes2001-07-111-1/+1
|
* changed return value from fbsql_query to be booloanFrank M. Kromann2001-07-101-3/+3
|
* Fixing return value from fbsql_query after a DELETE FROM with success.Frank M. Kromann2001-07-102-1/+65
|
* added NEED_MORE_DATA error message to $errorMessagesTomas V.V.Cox2001-07-101-3/+4
|
* - Nuke fprintf()Andi Gutmans2001-07-101-2/+0
|
* - Commit patch which checks for an include file in the calling scripts'Andi Gutmans2001-07-101-1/+32
| | | | | | | | current working directory if everything else fails (include_path). - Right now this also effects things like opening php.ini. It'll now always check in the current working directory for php.ini. I think this doesn't screw up todays behavior.
* # I think i am quite stupid.Sterling Hughes2001-07-101-1/+1
|
* - Merge faster hash implementation.Andi Gutmans2001-07-103-54/+43
| | | | | | | | - The hash function parameter in hash_init(...) is not used anymore. - It should be removed but it is "to be decided" if we want to do that now - or in a major version as it means changing MANY places and third party - modules might stop working.
* If the transfer fails, still free the buffer if it exists.Sterling Hughes2001-07-101-0/+2
|
* WhitespaceZeev Suraski2001-07-101-9/+9
|
* ChangeLog update2001-07-101-0/+2973
|
* NEWS update2001-07-101-16/+40
|
* Allow errors to be returned as XMLRPC fault packets.Sascha Schumann2001-07-103-1/+16
| | | | | Submitted by: Matt Allen <matt@investigationmarketplace.com>
* manual updateRasmus Lerdorf2001-07-101-0/+4
|
* Fix a couple of buffer overflows in mcrypt.cZeev Suraski2001-07-101-2/+2
|
* minor in-line doc fixTomas V.V.Cox2001-07-101-1/+1
|
* cleaned up the RETVAL_ RETURN_ and ZVAL_ macrosThies C. Arntzen2001-07-102-107/+41
| | | | | | | added check for \0 at end-of-string at some places. all strings in PHP have to be terminated with \0 because 3th party libraries might not be binary-safe.
* - Commit Thies' patch. str.len was too long.Andi Gutmans2001-07-101-2/+2
|
* Make range() function smarterRasmus Lerdorf2001-07-091-10/+33
| | | | | | @ - Improve range() function to support range('a','z') and range(9,0) @ types of ranges. (Rasmus)
* Fix Windows build (I think)Rasmus Lerdorf2001-07-091-0/+1
|