summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Oh man, gcc's logic is really flawedSascha Schumann2000-11-271-3/+1
|
* Move build-defs.h(.in) and php_config.h to mainSascha Schumann2000-11-274-8/+8
|
* Kill a warning (code is correct)Sascha Schumann2000-11-271-0/+2
|
* update win32 extension sectionDaniel Beulshausen2000-11-273-3/+30
|
* ChangeLog update2000-11-271-0/+31
|
* Added a brief section documenting the preference of tabs over spaces.Jon Parise2000-11-261-7/+15
| | | | | There are a few touch-ups in this commit, too.
* GNU GMP - arbitrary precision nubers libraryStanislav Malyshev2000-11-266-0/+1264
|
* Fix windows buildZeev Suraski2000-11-261-0/+1
|
* - Add bcmath to the standard UNIX buildZeev Suraski2000-11-269-690/+33
| | | | | - Change a couple of malloc()'s and free()'s to emalloc()'s and efree()'s
* ChangeLog update2000-11-261-0/+6
|
* Add get_defined_functions() and get_defined_vars(). Clean up constant() ↵Sterling Hughes2000-11-251-3/+8
| | | | | | | entry a bit. # Are we not ready for a release yet?
* ChangeLog update2000-11-251-0/+23
|
* NEWS update2000-11-251-0/+5
|
* @ Added the call_user_func_array() function which gives you the ability toSterling Hughes2000-11-242-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 thingSterling Hughes2000-11-241-777/+782
|
* fixed bug 7961Andre Langhorst2000-11-241-2/+4
|
* Fix segfault when non-array in params or arguments is given toSterling Hughes2000-11-241-53/+46
| | | | | | | xslt_transform() or xslt_run(). Update xslt_output_begintransform() to new output buffering syntax (torben@php.net)
* ChangeLog update2000-11-241-0/+105
|
* NEWS update2000-11-241-0/+6
|
* Fix the arg array size.Andrei Zmievski2000-11-241-1/+1
|
* Added README on usage, and added myself to CREDITSStig Venaas2000-11-232-0/+166
|
* Very initial work on chunked output buffering. It's really unoptimized atZeev Suraski2000-11-235-16/+80
| | | | | | this time, and it can crash under some circumstances, but that's the concept...
* This submission introduces two features.Andrei Zmievski2000-11-231-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.foobar2000-11-231-2/+2
| | | | | # And now I'm ready to sleep..
* oops, libcrypt shouln't be in the linker libsDaniel Beulshausen2000-11-231-1/+1
| | | | | by default
* Fixed some compile warnings.foobar2000-11-231-2/+3
|
* Fixed Bug #7939 + some cleaning.foobar2000-11-231-398/+298
|
* - optional argument for hw_pipedocument() to specify link prefixUwe Steinmann2000-11-233-17/+155
|
* I forgot to commit the .dsp update...Zeev Suraski2000-11-234-256/+598
|
* make ctype ext compile under windowsDaniel Beulshausen2000-11-232-0/+119
|
* Fixed typo.Sebastian Bergmann2000-11-231-2/+2
|
* added missing SABLOTLS_FETCH()Daniel Beulshausen2000-11-231-0/+4
|
* make genfunclist in phpdoc happyHartmut Holzgraefe2000-11-232-2/+2
|
* - The name of the extension has to be fdf and not fdftkUwe Steinmann2000-11-231-2/+2
|
* fix libbcmath compile, updated dependencies & addDaniel Beulshausen2000-11-234-35/+84
| | | | | libbcmath to linker options
* - fixed copy and paste errorUwe Steinmann2000-11-231-1/+1
|
* filename wildcards in a c comment were a bad ideaHartmut Holzgraefe2000-11-233-15/+15
|
* Adding Win32 project for libbcmathFrank M. Kromann2000-11-231-0/+180
|
* ChangeLog update2000-11-231-0/+155
|
* NEWS update2000-11-231-0/+2
|
* changed comment to allow compilation under win32Frank M. Kromann2000-11-232-4/+4
|
* added a "DO NOT EDIT!" header and regenerated the credits_*h filesHartmut Holzgraefe2000-11-223-4/+44
|
* merged ext/apache/CREDITS and sapi/apache/CREDITSHartmut Holzgraefe2000-11-221-1/+2
|
* this little scripts will collect the CREDITS files fromHartmut Holzgraefe2000-11-221-0/+9
| | | | | | all the ext/ and sapi/ subdirectories and put them all together into ext/standard/credit_[ext|sapi].h
* Run through conv_z_macrosSascha Schumann2000-11-221-32/+32
|
* Run through conv_z_macros and make use of RETVAL_STRING where usefulSascha Schumann2000-11-221-28/+24
|
* Avoid estrdup and a couple of other minor cleanupsSascha Schumann2000-11-221-9/+6
|
* Run through conv_z_macrosSascha Schumann2000-11-223-22/+22
|
* There is no Apache extension per se. Please leave this directory empty.Sascha Schumann2000-11-221-2/+0
| | | | | I'll remove it from the repository in one week.
* Run through conv_z_macrosSascha Schumann2000-11-221-65/+65
|