| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 |
* | - 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 |
* | 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 |
* | 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 |
* | 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 |
* | - 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 |
* | 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 s... | Zeev Suraski | 2000-01-17 | 1 | -3/+2 |
* | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+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 |
* | Improve regex library selection. It lets user specify whether they want | Sascha Schumann | 1999-11-13 | 1 | -0/+2 |
* | Clean up regex header file mess. php.h now explicitly includes php_regex.h | Rasmus Lerdorf | 1999-10-30 | 1 | -1/+0 |
* | ereg now returns a continious array 0..9 again - empty values are returned as... | Thies C. Arntzen | 1999-10-04 | 1 | -0/+2 |
* | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -13/+13 |
* | More symbol work. | Andrey Hristov | 1999-07-26 | 1 | -8/+8 |
* | 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 |
* | Backing out changes. | Andrey Hristov | 1999-06-21 | 1 | -5/+3 |
* | Fixed a bug in preg_replace. | Andrey Hristov | 1999-06-09 | 1 | -2/+0 |
* | Fix an ereg_replace() crash bug | Zeev Suraski | 1999-06-07 | 1 | -1/+1 |
* | Added push(), pop(), shift(), unshift(), splice(), and slice() array functions. | Andrey Hristov | 1999-06-05 | 1 | -1/+0 |