Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - Bodytag is insertet by fnInsAnchors() | Uwe Steinmann | 2000-12-13 | 2 | -24/+35 | |
| | | | | | - several small bugs which might cause a segm fault | |||||
* | - new function hw_insertanchors(). It takes a document, a list of anchors | Uwe Steinmann | 2000-12-12 | 3 | -13/+116 | |
| | | | | | and its destination and inserts the anchors into the text. | |||||
* | - new function hw_new_document_from_file() | Uwe Steinmann | 2000-12-04 | 2 | -23/+130 | |
| | ||||||
* | Fixed some protos. | Egon Schmid | 2000-12-01 | 1 | -20/+22 | |
| | ||||||
* | - optional argument for hw_pipedocument() to specify link prefix | Uwe Steinmann | 2000-11-23 | 3 | -17/+155 | |
| | ||||||
* | 2nd step towards auto-credits | Hartmut Holzgraefe | 2000-11-20 | 1 | -0/+2 | |
| | ||||||
* | - Some more comments | Uwe Steinmann | 2000-11-09 | 3 | -4/+86 | |
| | | | | | - Initial support to just include anchors into documents | |||||
* | - added four functions to do fulltext query | Uwe Steinmann | 2000-10-27 | 4 | -1/+601 | |
| | ||||||
* | Use zend_register_list_destructors_ex() instead. | Andrei Zmievski | 2000-10-25 | 1 | -3/+3 | |
| | ||||||
* | Mega-patch to get better resource information for modules. | Andrei Zmievski | 2000-10-20 | 1 | -6/+9 | |
| | | | | | | | | | | | | | * Fixed a bug in zend_rsrc_list_get_rsrc_type() * Switched register_list_destructors() to use zend_register_list_destructors_ex() instead * Updated all relevant modules to provide the resource type name to register_list_destructors() call * Updated var_dump() to output resource type name instead of number @- Made resource type names visible, e.g. var_dump() and @ get_resource_type() display "file" for file resources. (Andrei) | |||||
* | - fixed prototyp | Uwe Steinmann | 2000-08-28 | 1 | -1/+1 | |
| | ||||||
* | Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. | David Croft | 2000-07-24 | 3 | -51/+31 | |
| | | | | | | | | | Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers. | |||||
* | - Link is now of type RESOURCE and not LONG | Uwe Steinmann | 2000-07-05 | 1 | -2/+2 | |
| | ||||||
* | Rename macros which begin with underscore to appropiate macros. The general | Sascha Schumann | 2000-07-03 | 1 | -3/+3 | |
| | | | | | | | rule is: macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'` | |||||
* | Change header protection macros to conform to standard. | Sascha Schumann | 2000-07-02 | 3 | -7/+10 | |
| | | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation. | |||||
* | - using more of the zend API | Uwe Steinmann | 2000-06-30 | 2 | -43/+37 | |
| | ||||||
* | Stop including dl/phpdl.h. | Sascha Schumann | 2000-06-24 | 1 | -3/+0 | |
| | ||||||
* | Some protos fixed. | Egon Schmid | 2000-06-18 | 1 | -1/+1 | |
| | ||||||
* | C++ // comments are evil ... | Hartmut Holzgraefe | 2000-06-16 | 2 | -7/+9 | |
| | ||||||
* | - More #if WIN32|WINNT -> #ifdef PHP_WIN32 conversions | Andi Gutmans | 2000-06-15 | 3 | -19/+19 | |
| | ||||||
* | Fixed some protos. | Egon Schmid | 2000-06-12 | 1 | -7/+7 | |
| | ||||||
* | - Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows | Andi Gutmans | 2000-06-10 | 1 | -5/+0 | |
| | | | | | - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1 | |||||
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -60/+60 | |
| | ||||||
* | Use #ifdef COMPILE_DL_EXTNAME solely. | Sascha Schumann | 2000-05-23 | 1 | -3/+3 | |
| | ||||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 2 | -4/+4 | |
| | ||||||
* | Change reentrancy API to always use the php prefix. | Sascha Schumann | 2000-05-04 | 1 | -8/+8 | |
| | | | | | | Check for the declaration of reentrant functions, so that we can use them in non-ZTS mode on all platforms. | |||||
* | #if COMPILE_DL | Sascha Schumann | 2000-05-02 | 1 | -3/+3 | |
| | | | | | | | becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME) | |||||
* | Replace the various get_module() functions with a uniform | Sascha Schumann | 2000-05-02 | 1 | -2/+2 | |
| | | | | | ZEND_GET_MODULE(name) macro. | |||||
* | Remove trailing empty lines | Sascha Schumann | 2000-05-01 | 1 | -4/+0 | |
| | ||||||
* | Large test commit IV | Sascha Schumann | 2000-05-01 | 1 | -0/+1 | |
| | ||||||
* | Large commit test III | Sascha Schumann | 2000-05-01 | 1 | -0/+1 | |
| | ||||||
* | Large test commit II | Sascha Schumann | 2000-05-01 | 1 | -0/+2 | |
| | ||||||
* | Improved in-tree shared libraries build system | Sascha Schumann | 2000-05-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following new/revived shared modules are available now: ... MySQL (*) ... PCRE (*) ... Session ... SWF (*) capable of using bundled library or external library All changes: The m4 macro PHP_EXTENSION was revamped. Uses LIB_BUILD now. This effectively means that all extensions have to use dynlib. ext/mysql/config.m4 was revamped. Uses LIB_BUILD for building bundled library. ext/pcre/config.m4 was revamped. Uses LIB_BUILD for building bundled library. ext/ext_skel was changed to reflect that more modules should be compileable as shared module. ext/Makefile.in has been simplified enormously. Dependencies are now stored in the build tree. Empty dependencies are not generated by buildconf anymore. They are now dynamically created during the build process. Implicit rules for .S were removed. The NO_RECURSION feature was removed. "libs.mk" has been added to all cvsignore files in ext. | |||||
* | Overall UNIX build system improvements: | Sascha Schumann | 2000-04-30 | 1 | -6/+1 | |
| | | | | | | | | | * Makefile header is now completely dynamic * Absolute paths in (top_)?(src|build)dir and VPATH (fixes Tru64 support) * VPATH does not contain variables anymore (fixes UnixWare support) | |||||
* | More phpinfo() prettying. | Colin Viebrock | 2000-04-06 | 1 | -1/+4 | |
| | | | | | | | Can someone check my code for the interbase support, and I need someone else to decode the LDAP stuff ... it's beyond me. | |||||
* | - all functions returning a list of object record should be faster now | Uwe Steinmann | 2000-04-04 | 2 | -11/+207 | |
| | | | | | and require less accesses on the server | |||||
* | - several clean ups | Uwe Steinmann | 2000-03-23 | 2 | -20/+43 | |
| | ||||||
* | - replaced some old code to access server variables | Uwe Steinmann | 2000-03-10 | 2 | -7/+22 | |
| | ||||||
* | - bug fix, insertion of links back into HTML document | Uwe Steinmann | 2000-03-09 | 1 | -2/+4 | |
| | | | | | - smarter test script | |||||
* | - several fixes and cleanups in hw module | Uwe Steinmann | 2000-03-08 | 2 | -23/+49 | |
| | ||||||
* | - some cleanups and fixed memory leak | Uwe Steinmann | 2000-03-07 | 1 | -3/+5 | |
| | ||||||
* | - switch to zend's double link list finished | Uwe Steinmann | 2000-03-07 | 1 | -22/+44 | |
| | ||||||
* | Change extension names in all extensions' zend_module_entry to their | Stig Bakken | 2000-03-06 | 1 | -1/+1 | |
| | | | | | directory name. | |||||
* | Protos fixed. | Egon Schmid | 2000-03-05 | 1 | -1/+1 | |
| | ||||||
* | - more changes to use zend_llist | Uwe Steinmann | 2000-03-03 | 2 | -6/+84 | |
| | ||||||
* | - using zend llist instead of dlist (not tested) | Uwe Steinmann | 2000-03-02 | 1 | -1/+35 | |
| | ||||||
* | More protos. | Egon Schmid | 2000-02-22 | 1 | -1/+1 | |
| | ||||||
* | Get the license right... (this won't make it to RC1 of B4) | Zeev Suraski | 2000-02-19 | 2 | -4/+4 | |
| | ||||||
* | #if WIN.* => #ifdef PHP_WIN32 | Sascha Schumann | 2000-02-12 | 1 | -1/+1 | |
| | | | | | #if !(WIN.* => #ifndef PHP_WIN32 | |||||
* | SAPIfication, Episode VI: Return of the SAPI | Zeev Suraski | 2000-02-10 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | Remove mostly all references to APACHE and CGI_BINARY from the code. - Apache include files are no longer included by any PHP code, except for the Apache SAPI module. - No server specific code is in any of the base PHP code. Still left to be done: - Eliminate any references to APACHE from the few remaining modules. - Move request_info.c's logic to SAPI - Modify the regex function names, and globals, so that we can always include them, without having to fear any interference with Apache; Always use the bundled regex library |