summaryrefslogtreecommitdiff
path: root/ext/sysvmsg
Commit message (Expand)AuthorAgeFilesLines
* MFH: Fixed bug #31527 (crash in msg_send() when non-string is stored withoutIlia Alshanetsky2005-02-071-4/+27
* MFH: fix msg_recieve() & add testAntony Dovgal2005-01-241-1/+1
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2005-01-241-0/+19
* MFH: string format stuff.Ilia Alshanetsky2003-09-221-1/+1
* MFH: Bump year.Sebastian Bergmann2002-12-311-1/+1
* MFH (zts compile warning).Ilia Alshanetsky2002-11-141-1/+1
* Avoid possible clash with mysql, but still make it work for BSD's.Melvyn Sopacua2002-10-273-32/+11
* Fix config bug reported by Jan Lehnart.Melvyn Sopacua2002-10-081-4/+4
* Fixed bug #19504Ilia Alshanetsky2002-09-191-3/+3
* Patch for BSD-ish systems from Melvyn Sopacua <msopacua@idg.nl>,Wez Furlong2002-09-102-4/+53
* Use ftok for message queue key.Wez Furlong2002-04-301-2/+3
* Slightly alter the signature of msg_send and msg_receive so that errorWez Furlong2002-04-292-25/+49
* Add sysv IPC support (wrappers for msgsnd and friends).Wez Furlong2002-04-256-0/+458