summaryrefslogtreecommitdiff
path: root/ext/hyperwave
Commit message (Collapse)AuthorAgeFilesLines
* Empty HEAD of domxml, hyperwave, xsltSascha Schumann2003-06-249-10766/+0
|
* Fixed a few remaining compiler warnings.Ilia Alshanetsky2003-06-162-7/+7
|
* proto fixesAndrey Hristov2003-06-151-69/+69
|
* updating license information in the headers.James Cox2003-06-105-15/+15
|
* 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.
* typofixfoobar2003-03-041-1/+1
|
* A add much more useful select(2) implementation than is provided byWez Furlong2003-02-162-2/+2
| | | | | | | | | | | | | windows sockets. The winsock implementation will only work with sockets; our implementation works with sockets and file descriptors. By association, stream_select() will now operate correctly with files, pipes and sockets. This change required linking against the winsock2 library. In terms of compatibility, only older versions of windows 95 do not have winsock2 installed by default. It is available as a redistributable file, and is most likely installed by any OS patches (eg: Internet Explorer) applied by the user. Also, add a win32 compatible pipe test when opening a stream from a pipe. This test will only work on NT, win2k and XP platforms. Without this test, interleaved fread() and select() calls would cause the read buffer to be clobbered. I will be working on a fix for this issue for win9x.
* - fixed several bugs in hw_document_xx() functions. The macro to accessUwe Steinmann2003-01-271-11/+11
| | | | | the document was the same as for a link to the sever.
* Fixed compile warning.Ilia Alshanetsky2003-01-241-2/+1
|
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-181-82/+26
|
* Getting rid of the old API parsing code.Ilia Alshanetsky2003-01-151-10/+10
|
* Fixed compile warnings.Ilia Alshanetsky2003-01-141-3/+9
|
* Fixed compile warning & removed useless variable.Ilia Alshanetsky2003-01-141-9/+4
|
* Changed php_error to php_error_docref.Ilia Alshanetsky2003-01-141-611/+258
| | | | | Got rid off the ancient getParameters* parameter parsing API.
* Bump year.Sebastian Bergmann2002-12-315-5/+5
|
* centralize #include "build-defs.h" and drop (sometimes inconsistent) otherSascha Schumann2002-10-241-2/+0
| | | | | instances
* - make_objrec_from_array() gets a second parameter to handle key/pairs ofUwe Steinmann2002-09-301-17/+26
| | | | | | the form key=value and key:value. - Proper treatment of the attribute SQLStmt
* - removed unused variableUwe Steinmann2002-07-241-1/+0
|
* - fixed bug in hwnew_new_document_from_fileUwe Steinmann2002-07-031-10/+7
|
* Unify error messagesDerick Rethans2002-06-281-109/+109
|
* Tweak the API to be more consistent.Wez Furlong2002-03-161-1/+1
| | | | | Update docs.
* change * formattingWez Furlong2002-03-161-1/+1
|
* the 'setup' script was removed more than two years ago.jim winstead2002-03-161-6/+0
| | | | | these can be safely removed from the 4.2 branch, too.
* New PHP streams...Wez Furlong2002-03-151-66/+8
|
* php_new_extensionSascha Schumann2002-03-122-6/+1
|
* Maintain headers.Sebastian Bergmann2002-02-285-5/+5
|
* Update headers.Sebastian Bergmann2001-12-115-10/+10
|
* Unified the configure messages.foobar2001-11-301-0/+2
|
* Fixing compile errorFrank M. Kromann2001-11-131-1/+1
|
* Fixing debug buildFrank M. Kromann2001-11-131-2/+2
|
* C++ comment pollution removed.foobar2001-10-242-2/+2
|
* - switched src and dest in memcpy. This caused a segm fault in ↵Uwe Steinmann2001-10-241-4/+4
| | | | hw_new_document_from_file()
* - freeing memory wasn't always done rightUwe Steinmann2001-10-241-6/+7
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-1/+2
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* - More <br> to <br /> fixesDerick Rethans2001-10-091-5/+5
|
* Parse-fixJeroen van Wolffelaar2001-09-261-1/+1
|
* 2nd phase in back-substitution those macro'sJeroen van Wolffelaar2001-09-251-170/+170
| | | | | I've got pretty much everything now...
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-252-110/+110
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* Merge in qsort changesSterling Hughes2001-09-172-4/+4
|
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* Track down a few more functions that don't check for 0 args and useRasmus Lerdorf2001-08-131-2/+3
| | | | | faster mechanism
* We don't consistently check for args passed to functions that don'tRasmus Lerdorf2001-08-131-0/+3
| | | | | | | | | take any args. In some cases we probably want to skip the check for performance reasons, but in other cases where performance is unlikely to be a factor, not throwing a warning on the wrong number of args passed to a function is at best inconsistent, and at worst it could hide a bug. So, add a few such checks. There are still lots of cases out there.
* WhitespaceZeev Suraski2001-08-114-191/+200
|
* fix php_writeSascha Schumann2001-08-051-1/+1
|
* - TSRMLS_FETCH workZeev Suraski2001-08-051-61/+122
| | | | | - whitespace fixes
* More TSRMLS_FETCH annihilation. Enough for today...Zeev Suraski2001-07-311-3/+5
|
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-5/+3
|
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-2/+0
|
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵Zeev Suraski2001-07-302-3/+4
| | | | the way
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-282-16/+7
|