| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Oh man, gcc's logic is really flawed | Sascha Schumann | 2000-11-27 | 1 | -3/+1 | |
| | | ||||||
| * | Move build-defs.h(.in) and php_config.h to main | Sascha Schumann | 2000-11-27 | 4 | -8/+8 | |
| | | ||||||
| * | Kill a warning (code is correct) | Sascha Schumann | 2000-11-27 | 1 | -0/+2 | |
| | | ||||||
| * | update win32 extension section | Daniel Beulshausen | 2000-11-27 | 3 | -3/+30 | |
| | | ||||||
| * | ChangeLog update | 2000-11-27 | 1 | -0/+31 | ||
| | | ||||||
| * | Added a brief section documenting the preference of tabs over spaces. | Jon Parise | 2000-11-26 | 1 | -7/+15 | |
| | | | | | | There are a few touch-ups in this commit, too. | |||||
| * | GNU GMP - arbitrary precision nubers library | Stanislav Malyshev | 2000-11-26 | 6 | -0/+1264 | |
| | | ||||||
| * | Fix windows build | Zeev Suraski | 2000-11-26 | 1 | -0/+1 | |
| | | ||||||
| * | - Add bcmath to the standard UNIX build | Zeev Suraski | 2000-11-26 | 9 | -690/+33 | |
| | | | | | | - Change a couple of malloc()'s and free()'s to emalloc()'s and efree()'s | |||||
| * | ChangeLog update | 2000-11-26 | 1 | -0/+6 | ||
| | | ||||||
| * | Add get_defined_functions() and get_defined_vars(). Clean up constant() ↵ | Sterling Hughes | 2000-11-25 | 1 | -3/+8 | |
| | | | | | | | | entry a bit. # Are we not ready for a release yet? | |||||
| * | ChangeLog update | 2000-11-25 | 1 | -0/+23 | ||
| | | ||||||
| * | NEWS update | 2000-11-25 | 1 | -0/+5 | ||
| | | ||||||
| * | @ Added the call_user_func_array() function which gives you the ability to | Sterling Hughes | 2000-11-24 | 2 | -0/+63 | |
| | | | | | | | | | | @ call a user function by passing an array of parameters as the second @ argument. @ Added the constant() function which returns the value of a constant given @ the constant's name. | |||||
| * | Declaring variables is generally a good thing | Sterling Hughes | 2000-11-24 | 1 | -777/+782 | |
| | | ||||||
| * | fixed bug 7961 | Andre Langhorst | 2000-11-24 | 1 | -2/+4 | |
| | | ||||||
| * | Fix segfault when non-array in params or arguments is given to | Sterling Hughes | 2000-11-24 | 1 | -53/+46 | |
| | | | | | | | | xslt_transform() or xslt_run(). Update xslt_output_begintransform() to new output buffering syntax (torben@php.net) | |||||
| * | ChangeLog update | 2000-11-24 | 1 | -0/+105 | ||
| | | ||||||
| * | NEWS update | 2000-11-24 | 1 | -0/+6 | ||
| | | ||||||
| * | Fix the arg array size. | Andrei Zmievski | 2000-11-24 | 1 | -1/+1 | |
| | | ||||||
| * | Added README on usage, and added myself to CREDITS | Stig Venaas | 2000-11-23 | 2 | -0/+166 | |
| | | ||||||
| * | Very initial work on chunked output buffering. It's really unoptimized at | Zeev Suraski | 2000-11-23 | 5 | -16/+80 | |
| | | | | | | | this time, and it can crash under some circumstances, but that's the concept... | |||||
| * | This submission introduces two features. | Andrei Zmievski | 2000-11-23 | 1 | -20/+101 | |
| | | | | | | | | | | | | | | | | | | | | | The first one is support for Perl-style matching regexp delimiters, i.e. using <[{( and )}]> to delimit the regular expressions. The second one is a new 'F' modifier that allows you to specify a function name in the replacement argument to preg_replace(). This function will be called when the replacement needs to be made. It is passed an array of full matched pattern and captured subpatterns and it is expected to return a string that will be used for replacement. 'e' and 'F' modifiers cannot be used together. @- Implemented support for Perl-style matching regexp delimiters in PCRE. @ You can use <{[( and )]}> to delimit your expressions now. (Andrei) @- Introduced new 'F' modifier in PCRE that lets you specify a function @ name in the replacement argument to preg_replace() that will be called @ at run-time to provide the replacement string. It is passed an array of @ matched pattern and subpatterns. (Andrei) | |||||
| * | Revert bad commit. | foobar | 2000-11-23 | 1 | -2/+2 | |
| | | | | | | # And now I'm ready to sleep.. | |||||
| * | oops, libcrypt shouln't be in the linker libs | Daniel Beulshausen | 2000-11-23 | 1 | -1/+1 | |
| | | | | | | by default | |||||
| * | Fixed some compile warnings. | foobar | 2000-11-23 | 1 | -2/+3 | |
| | | ||||||
| * | Fixed Bug #7939 + some cleaning. | foobar | 2000-11-23 | 1 | -398/+298 | |
| | | ||||||
| * | - optional argument for hw_pipedocument() to specify link prefix | Uwe Steinmann | 2000-11-23 | 3 | -17/+155 | |
| | | ||||||
| * | I forgot to commit the .dsp update... | Zeev Suraski | 2000-11-23 | 4 | -256/+598 | |
| | | ||||||
| * | make ctype ext compile under windows | Daniel Beulshausen | 2000-11-23 | 2 | -0/+119 | |
| | | ||||||
| * | Fixed typo. | Sebastian Bergmann | 2000-11-23 | 1 | -2/+2 | |
| | | ||||||
| * | added missing SABLOTLS_FETCH() | Daniel Beulshausen | 2000-11-23 | 1 | -0/+4 | |
| | | ||||||
| * | make genfunclist in phpdoc happy | Hartmut Holzgraefe | 2000-11-23 | 2 | -2/+2 | |
| | | ||||||
| * | - The name of the extension has to be fdf and not fdftk | Uwe Steinmann | 2000-11-23 | 1 | -2/+2 | |
| | | ||||||
| * | fix libbcmath compile, updated dependencies & add | Daniel Beulshausen | 2000-11-23 | 4 | -35/+84 | |
| | | | | | | libbcmath to linker options | |||||
| * | - fixed copy and paste error | Uwe Steinmann | 2000-11-23 | 1 | -1/+1 | |
| | | ||||||
| * | filename wildcards in a c comment were a bad idea | Hartmut Holzgraefe | 2000-11-23 | 3 | -15/+15 | |
| | | ||||||
| * | Adding Win32 project for libbcmath | Frank M. Kromann | 2000-11-23 | 1 | -0/+180 | |
| | | ||||||
| * | ChangeLog update | 2000-11-23 | 1 | -0/+155 | ||
| | | ||||||
| * | NEWS update | 2000-11-23 | 1 | -0/+2 | ||
| | | ||||||
| * | changed comment to allow compilation under win32 | Frank M. Kromann | 2000-11-23 | 2 | -4/+4 | |
| | | ||||||
| * | added a "DO NOT EDIT!" header and regenerated the credits_*h files | Hartmut Holzgraefe | 2000-11-22 | 3 | -4/+44 | |
| | | ||||||
| * | merged ext/apache/CREDITS and sapi/apache/CREDITS | Hartmut Holzgraefe | 2000-11-22 | 1 | -1/+2 | |
| | | ||||||
| * | this little scripts will collect the CREDITS files from | Hartmut Holzgraefe | 2000-11-22 | 1 | -0/+9 | |
| | | | | | | | all the ext/ and sapi/ subdirectories and put them all together into ext/standard/credit_[ext|sapi].h | |||||
| * | Run through conv_z_macros | Sascha Schumann | 2000-11-22 | 1 | -32/+32 | |
| | | ||||||
| * | Run through conv_z_macros and make use of RETVAL_STRING where useful | Sascha Schumann | 2000-11-22 | 1 | -28/+24 | |
| | | ||||||
| * | Avoid estrdup and a couple of other minor cleanups | Sascha Schumann | 2000-11-22 | 1 | -9/+6 | |
| | | ||||||
| * | Run through conv_z_macros | Sascha Schumann | 2000-11-22 | 3 | -22/+22 | |
| | | ||||||
| * | There is no Apache extension per se. Please leave this directory empty. | Sascha Schumann | 2000-11-22 | 1 | -2/+0 | |
| | | | | | | I'll remove it from the repository in one week. | |||||
| * | Run through conv_z_macros | Sascha Schumann | 2000-11-22 | 1 | -65/+65 | |
| | | ||||||
