Ilia Alshanetsky
aa6cb1055b
Fixed bug #31527 (crash in msg_send() when non-string is stored without
...
being serialized).
2005-02-07 22:31:19 +00:00
Antony Dovgal
5a559e9a57
add test
2005-01-24 14:19:53 +00:00
Antony Dovgal
9e55579cb0
fix msg_recieve() returning TRUE instead of FALSE when unserialize failed
...
(patch by Andrey Hristov)
2005-01-24 14:12:01 +00:00
Marcus Boerger
aa8da8daf1
- Fix warnign
2004-09-28 23:10:39 +00:00
Marcus Boerger
d94136fc30
- Remove unused blocks
2004-05-19 08:45:46 +00:00
Wez Furlong
81835bbf47
been stable for a long time now
2004-04-15 11:52:40 +00:00
Hartmut Holzgraefe
eeb172b29f
"The Visa to Sibiria" (work in progress)
...
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
2004-03-23 19:46:10 +00:00
foobar
ccfc46b0aa
- Happy new year and PHP 5 for rest of the files too..
...
# Should the LICENSE and Zend/LICENSE dates be updated too?
2004-01-08 17:33:29 +00:00
Andi Gutmans
dbeb4158d2
- A belated happy holidays and PHP 5
2004-01-08 08:18:22 +00:00
Marcus Boerger
47d1e8ac77
Fix formatting specifier
2003-08-31 14:38:25 +00:00
Zeev Suraski
8767205afa
Fix Win32 linkage problems
2003-08-31 12:41:53 +00:00
Zeev Suraski
538d58dd5f
Use new infrastructure.
...
There are bound to be some messups, please report build/runtime bugs!
2003-08-03 17:44:39 +00:00
Andrey Hristov
5fcc682ebc
proto fixes
2003-07-19 19:23:34 +00:00
James Cox
f68c7ff249
updating license information in the headers.
2003-06-10 20:04:29 +00:00
foobar
3c9155e0cb
Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.
...
# Intentionally left out any 'alias' for it, this way 3rd party extension
# maintainers will really NOTICE the change.
2003-03-07 05:15:28 +00:00
foobar
1b38773eef
WS & CS fixes
2003-03-07 01:03:04 +00:00
Ilia Alshanetsky
38ad0e9104
zend_error -> php_error_docref.
2003-01-24 16:29:40 +00:00
Ilia Alshanetsky
aebb39b014
Changed php_error to php_error_docref.
...
Thanks to Marcus Börger for writing a script that significantly simplifies
this process.
2003-01-18 21:31:11 +00:00
Sebastian Bergmann
b506f5c8f8
Bump year.
2002-12-31 16:08:15 +00:00
Ilia Alshanetsky
4e1d684027
Fixed ZTS compile warning.
2002-11-14 16:32:30 +00:00
Melvyn Sopacua
d95b71973e
Avoid possible clash with mysql, but still make it work for BSD's.
...
Struct verified to be compatible with Linux, FreeBSD, BSDi, AIX 4.3.3 and
Solaris 5.7.
2002-10-27 11:56:06 +00:00
Melvyn Sopacua
03777770c0
Fix config bug reported by Jan Lehnart.
...
Keep it simple, and the size of a pointer is always known, duh.
2002-10-08 16:20:20 +00:00
Ilia Alshanetsky
ae5222ac23
Fixed bug #19504
...
Alligned 'Enable sysvmsg support' message.
2002-09-19 20:14:58 +00:00
Wez Furlong
49d77dbc01
Patch for BSD-ish systems from Melvyn Sopacua <msopacua@idg.nl>,
...
slightly modified.
2002-09-10 13:04:08 +00:00
Wez Furlong
2d88266965
Use ftok for message queue key.
2002-04-30 00:58:52 +00:00
Wez Furlong
ab69b0c6ec
Slightly alter the signature of msg_send and msg_receive so that error
...
codes and serialized "false" messages can be distinguished.
2002-04-29 12:52:34 +00:00
Wez Furlong
f03115aae1
Add sysv IPC support (wrappers for msgsnd and friends).
2002-04-25 23:14:43 +00:00