summaryrefslogtreecommitdiff
path: root/ext/hwapi/hwapi.cpp
Commit message (Collapse)AuthorAgeFilesLines
* moved ext/hwapi to PECLAntony Dovgal2006-07-251-5023/+0
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Nuke php3 legacyfoobar2005-12-061-7/+7
|
* - nuke php3 legacyfoobar2005-12-061-59/+59
|
* - Bumber up yearfoobar2005-08-031-2/+2
|
* Get rid of more useless RINIT/RSHUTDOWN callsRasmus Lerdorf2005-02-071-10/+2
|
* proto fixesAndrey Hristov2003-06-151-73/+73
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* 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.
* - added more missing strcmp()Uwe Steinmann2003-02-131-3/+3
|
* - Fixed compile errors and some oddities like missing strcmpUwe Steinmann2003-02-121-18/+34
|
* Changed php_error to php_error_docref.Ilia Alshanetsky2003-01-191-5/+5
|
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-181-24/+11
|
* Getting rid of the old API parsing code.Ilia Alshanetsky2003-01-151-3/+3
|
* centralize #include "build-defs.h" and drop (sometimes inconsistent) otherSascha Schumann2002-10-241-4/+4
| | | | | instances
* - extension to access a Hyperwave Server based on the officialUwe Steinmann2002-04-101-0/+5028
Hypwerwave SDK. The function of this module is similar to the existing hyperwave extension but the api is very different.