summaryrefslogtreecommitdiff
path: root/ext/hwapi/hwapi.cpp
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'PHP_5'.PHP-5SVN Migration2003-02-271-5031/+0
|
* - 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.