summaryrefslogtreecommitdiff
path: root/ext/hyperwave
Commit message (Collapse)AuthorAgeFilesLines
* - 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