summaryrefslogtreecommitdiff
path: root/ext/hyperwave
Commit message (Collapse)AuthorAgeFilesLines
...
* - The tree compiles againZeev Suraski1999-12-181-32/+32
|
* More cleanup...Zeev Suraski1999-12-172-13/+11
|
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-173-23/+23
| | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev)
* More php3_ annihilationZeev Suraski1999-12-171-70/+70
|
* More php3_ annihilationZeev Suraski1999-12-171-1/+1
|
* switched to Ex ApiUwe Steinmann1999-12-151-216/+217
|
* always check if output is ok after php3_header()Uwe Steinmann1999-12-141-2/+2
|
* - Several small corrections, typos, ...Uwe Steinmann1999-12-072-3/+3
|
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-042-2/+2
| | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.
* Convert more source files to use thread-safe functionsSascha Schumann1999-11-261-8/+11
|
* Remove the extra INCLUDES line from most automake Mafiles. This is notSascha Schumann1999-11-131-1/+0
| | | | | | | | | necessary, because we can change the value of INCLUDES globally in one place (configure.in). Also add two defines in thread-safe mode (_REENTRANT and POSIX_PTHREAD_SEMANTICS)
* Added hw_mapid(), read comment in hg_comm.cUwe Steinmann1999-10-214-3/+91
|
* - some tiny changes to possible improve link extraction/insertion of HTML-docsUwe Steinmann1999-10-192-19/+29
|
* - fixed some memory leaksUwe Steinmann1999-10-062-12/+18
|
* * archive-based convenience libraries completely replacedSascha Schumann1999-10-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | with libtool components * SAPI targets can enable thread-safe mode and define shared/static/program build target * all configure scripts use the same config.cache * phplibdir is $(top_builddir)/modules to avoid permission problems * sapi/*/Makefile.inc are gone * runpath handling cleaned up * top-level Makefile.in obsoleted through Makefile.am * --enable-versioning uses libtool's cleaner and more portable -export-symbols feature
* - Thread-unsafe win32 compiles againAndi Gutmans1999-09-151-3/+3
| | | | | - Some strlcpy changes including one bug fix.
* - add posibility to specify how objrec to objarr conversionUwe Steinmann1999-09-081-88/+59
| | | | | is performed (not ready yet)
* - complete rewrite of object to array conversionUwe Steinmann1999-09-031-1/+144
|
* - Group-attribute may now appear multiple times in objrec record.Uwe Steinmann1999-09-012-9/+49
|
* - fixed several memory leaksUwe Steinmann1999-08-191-27/+27
| | | | | - fixed broken hw_cp and hw_mv functions
* fixed potential segm faultsUwe Steinmann1999-08-172-21/+25
|
* Made Hypwerwave module threat safeUwe Steinmann1999-08-063-139/+206
|
* Order of freeing memory cause segm fault since efree seems to wipeUwe Steinmann1999-08-061-28/+27
| | | | | out the memory.
* renamed fileUwe Steinmann1999-08-051-0/+4
|
* zend_hash_update() seems to be a bit different form php3_hash_updateUwe Steinmann1999-08-051-12/+16
|
* Huge patch to update the hyperwave and pdflib module.Uwe Steinmann1999-08-054-516/+1173
| | | | | | Only pdflib >2.0 is supported. None is tested yet. Hyperwave seems to be broken now.
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-022-138/+138
| | | | | php3_compat.h)
* Symbol work.Andrey Hristov1999-07-272-69/+71
|
* Moving dlist stuff into core.Andrey Hristov1999-07-193-542/+1
|
* License updateZeev Suraski1999-07-162-32/+18
|
* - run ext sources through conv_protoSascha Schumann1999-05-213-123/+123
| | | | | - add necessary phpext_*_ptr
* * Get Apache to work. POST doesn't work yet.Zeev Suraski1999-05-113-3/+6
| | | | | | | * There are now -I directives for the absolute path of php4, php4/libzend and the builddir for the Apache module, so we can #include any php/Zend header. * Rename config.h to php_config.h
* * Finalizing the PHP version of SAPI. Support POST and cookies among other ↵Zeev Suraski1999-05-092-4/+4
| | | | | | | | | | | | | things. * Fully implement ISAPI support - POST and cookies among other things. * Almost completely rewrote phpinfo(). Allow modules to easily display their information in phpinfo() without modifying phpinfo() itself (prototype for the module info function was changed, thus the large amount of updated module files). * Initial extended SAPI support for Apache, completely untested. * CGI now uses SAPI fully as well.
* Move path_info to the SAPI structureZeev Suraski1999-05-021-2/+2
|
* - Make ISAPI hook in as an extension too.Andi Gutmans1999-05-021-2/+2
| | | | | - Some work on moving stuff to SAPI.
* * Get the Apache module to compile againZeev Suraski1999-04-262-4/+15
| | | | | | * Get rid of php3_rqst, use SG(server_context) instead (there's still Apache-specific code, but it nuked a global)
* A lot of cleanups... Removed old thread-safe code and other redundant code ↵Zeev Suraski1999-04-242-65/+10
| | | | and files
* moved fdf, hyperwave, informix and some smaller filesStig Bakken1999-04-221-1/+1
|
* moved dbStig Bakken1999-04-211-0/+194
|
* moved apache, com and hyperwave into ext/Stig Bakken1999-04-2111-0/+8768