summaryrefslogtreecommitdiff
path: root/ext/sysvmsg
Commit message (Collapse)AuthorAgeFilesLines
* - Remove unused blocksMarcus Boerger2004-05-191-2/+0
|
* been stable for a long time nowWez Furlong2004-04-152-1/+1
|
* "The Visa to Sibiria" (work in progress)Hartmut Holzgraefe2004-03-231-0/+40
| | | | | | | | | Adding a package.xml to a bundled extension does not only ease the transition to PECL whereever suitable but also allows to build and install an extension as "shared" using the PEAR installer without having to deal with phpize and friends by hand
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* Fix formatting specifierMarcus Boerger2003-08-311-1/+1
|
* Fix Win32 linkage problemsZeev Suraski2003-08-311-0/+3
|
* Use new infrastructure.Zeev Suraski2003-08-031-2/+21
| | | | | There are bound to be some messups, please report build/runtime bugs!
* proto fixesAndrey Hristov2003-07-191-4/+4
|
* updating license information in the headers.James Cox2003-06-102-6/+6
|
* Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.foobar2003-03-071-1/+1
| | | | | | # Intentionally left out any 'alias' for it, this way 3rd party extension # maintainers will really NOTICE the change.
* WS & CS fixesfoobar2003-03-072-67/+72
|
* zend_error -> php_error_docref.Ilia Alshanetsky2003-01-241-4/+2
|
* Changed php_error to php_error_docref.Ilia Alshanetsky2003-01-181-1/+1
| | | | | | Thanks to Marcus Börger for writing a script that significantly simplifies this process.
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Fixed 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
| | | | | | Struct verified to be compatible with Linux, FreeBSD, BSDi, AIX 4.3.3 and Solaris 5.7.
* Fix config bug reported by Jan Lehnart.Melvyn Sopacua2002-10-081-4/+4
| | | | | Keep it simple, and the size of a pointer is always known, duh.
* Fixed bug #19504Ilia Alshanetsky2002-09-191-3/+3
| | | | | Alligned 'Enable sysvmsg support' message.
* Patch for BSD-ish systems from Melvyn Sopacua <msopacua@idg.nl>,Wez Furlong2002-09-102-4/+53
| | | | | slightly modified.
* 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
| | | | | codes and serialized "false" messages can be distinguished.
* Add sysv IPC support (wrappers for msgsnd and friends).Wez Furlong2002-04-256-0/+458