| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix a warning | Zeev Suraski | 2002-08-19 | 1 | -1/+1 |
| | | |||||
| * | Applied fix for #17764. | Andrei Zmievski | 2002-06-17 | 1 | -0/+2 |
| | | | | | | | @- Fixed a crash in ereg_replace() when backreference number was greater @ than the number of subpatterns. (oliver@billix.franken.de) | ||||
| * | fixed a problem that ereg_replace() couldn't match with line stand/end marker. | Rui Hirokawa | 2002-05-04 | 1 | -1/+1 |
| | | |||||
| * | - Revert that change. Added a warning about this. | foobar | 2002-04-08 | 1 | -0/+4 |
| | | |||||
| * | There's really no point in allowing using the system regex library. | foobar | 2002-04-08 | 1 | -4/+0 |
| | | |||||
| * | Small memory leak fix that does not matter much. | Yasuo Ohgaki | 2002-03-11 | 1 | -0/+1 |
| | | |||||
| * | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | | |||||
| * | Be more aggressive in making sure that substring matches are valid in | jim winstead | 2002-01-05 | 1 | -1/+3 |
| | | | | | | | | | ereg_replace before trying to use them. # i could have sworn i fixed this in php3. ereg() has similar logic, i # guess i just missed ereg_replace. fixing this lets # ext/standard/tests/reg/012.phpt pass on my debian/unstable box | ||||
| * | - Fix tiny leak. | Markus Fischer | 2001-12-23 | 1 | -1/+1 |
| | | |||||
| * | Fix a warning | Zeev Suraski | 2001-12-22 | 1 | -1/+2 |
| | | |||||
| * | ereg functions will now take in account the real number of | Hartmut Holzgraefe | 2001-12-11 | 1 | -10/+28 |
| | | | | | | subexpressions instead of simply assuming a fixed count of 10 | ||||
| * | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | | |||||
| * | Make php_reg_replace available from shared extensions | Frank M. Kromann | 2001-12-03 | 1 | -1/+1 |
| | | |||||
| * | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | | |||||
| * | should be this | Sterling Hughes | 2001-09-03 | 1 | -1/+1 |
| | | |||||
| * | - Update to the PHP4 API (newer macros) | Sterling Hughes | 2001-09-03 | 1 | -95/+67 |
| | | | | | | | - Improve error reporting from split() - Some minor speed improvements | ||||
| * | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -3/+3 |
| | | |||||
| * | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -2/+0 |
| | | |||||
| * | Zend compatibility patch | Zeev Suraski | 2001-07-30 | 1 | -4/+0 |
| | | |||||
| * | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -2/+2 |
| | | |||||
| * | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -3/+3 |
| | | | | | | | | - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it... | ||||
| * | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -3/+19 |
| | | |||||
| * | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -3/+1 |
| | | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | ||||
| * | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | | |||||
| * | Stray ] | Rasmus Lerdorf | 2001-02-09 | 1 | -1/+1 |
| | | |||||
| * | Sorry only the *_replaceparameters are wrong. | Egon Schmid | 2000-08-04 | 1 | -4/+4 |
| | | |||||
| * | Wrong parameters found by Martin Buchholz @ six.de. | Egon Schmid | 2000-08-04 | 1 | -2/+2 |
| | | |||||
| * | @- added spliti() function. (Thies) | Thies C. Arntzen | 2000-06-23 | 1 | -8/+27 |
| | | |||||
| * | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -4/+4 |
| | | |||||
| * | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| | | |||||
| * | phpinfo() prettying | Colin Viebrock | 2000-04-05 | 1 | -2/+3 |
| | | |||||
| * | @Cleaned up extension namespace (Stig) | Stig Bakken | 2000-03-06 | 1 | -23/+7 |
| | | | | | | | Cleaned up extension namespace, and changed ext/standard into one single extension. | ||||
| * | Will watch the diffs as much as I can. | Egon Schmid | 2000-02-24 | 1 | -1/+1 |
| | | |||||
| * | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| | | |||||
| * | Destructors no longer return ints, the low level problem it was intended to ↵ | Zeev Suraski | 2000-01-17 | 1 | -3/+2 |
| | | | | | solve is long gone now... | ||||
| * | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 |
| | | | | | | you start counting at 0 or 1). | ||||
| * | - The tree compiles again | Zeev Suraski | 1999-12-18 | 1 | -6/+6 |
| | | |||||
| * | More php3_ annihilation | Zeev Suraski | 1999-12-18 | 1 | -16/+16 |
| | | |||||
| * | use ex-API | Thies C. Arntzen | 1999-12-14 | 1 | -50/+50 |
| | | |||||
| * | Fix some warnings | Sascha Schumann | 1999-12-05 | 1 | -1/+1 |
| | | |||||
| * | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 1 | -1/+1 |
| | | | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. | ||||
| * | Improve regex library selection. It lets user specify whether they want | Sascha Schumann | 1999-11-13 | 1 | -0/+2 |
| | | | | | | | | system, apache, or php's regex library by using the --with-regex option. "php" is the default; if you use --with-apache in combination with Apache 1.3.x, the default is "apache". | ||||
| * | Clean up regex header file mess. php.h now explicitly includes php_regex.h | Rasmus Lerdorf | 1999-10-30 | 1 | -1/+0 |
| | | | | | | | | and php_regex.h figures out which regex header files to include and defines symbols that prevents other stuff from including the wrong versions of regex header files. | ||||
| * | ereg now returns a continious array 0..9 again - empty values are returned ↵ | Thies C. Arntzen | 1999-10-04 | 1 | -0/+2 |
| | | | | | | | | as false. i think this is *more* compatible with PHP3 - unless anybody really dislikes it i'd prefer it like this. | ||||
| * | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -13/+13 |
| | | | | | | php3_compat.h) | ||||
| * | More symbol work. | Andrey Hristov | 1999-07-26 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | I've defined a few macros to help with module/request init/startup function definitions. Basically: PHP_MINIT_FUNCTION(module) PHP_MSHUTDOWN_FUNCTION(module) PHP_RINIT_FUNCTION(module) PHP_RSHUTDOWN_FUNCTION(module) PHP_MINFO_FUNCTION(module) These will expand to proper function prototypes. Now to specify these in the module entry, use: PHP_MINIT(module) PHP_MSHUTDOWN(module) PHP_RINIT(module) PHP_RSHUTDOWN(module) PHP_MINFO(module) I've updated all modules in ext/standard and everything from ext/apache to ext/db. If you can, please update your module to use these macros. | ||||
| * | A bunch of grunt work updating function entries and declarations. | Andrey Hristov | 1999-07-24 | 1 | -9/+9 |
| | | |||||
| * | License update | Zeev Suraski | 1999-07-16 | 1 | -20/+9 |
| | | |||||
| * | Step 1 in nuking the garbage collector: | Zeev Suraski | 1999-07-09 | 1 | -2/+3 |
| | | | | | | - Change the hash destructor to return int | ||||
| * | Backing out changes. | Andrey Hristov | 1999-06-21 | 1 | -5/+3 |
| | | |||||
