Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'php_4_0b3'.php-4.0b3 | SVN Migration | 1999-11-19 | 1 | -64/+0 |
| | |||||
* | Remove the extra INCLUDES line from most automake Mafiles. This is not | Sascha Schumann | 1999-11-13 | 1 | -1/+0 |
| | | | | | | | | | necessary, because we can change the value of INCLUDES globally in one place (configure.in). Also add two defines in thread-safe mode (_REENTRANT and POSIX_PTHREAD_SEMANTICS) | ||||
* | Fix bug #2623. | Andrei Zmievski | 1999-10-28 | 1 | -1/+2 |
| | |||||
* | Define USE_BCOPY, if memmove is not found (i.e. SunOS 4). Fix for #2480 | Sascha Schumann | 1999-10-24 | 3 | -0/+5 |
| | |||||
* | Make string copying a little more efficient. | Andrei Zmievski | 1999-10-15 | 1 | -2/+2 |
| | |||||
* | Renamed a couple of functions to have proper php_ prefix. | Andrei Zmievski | 1999-10-15 | 1 | -3/+3 |
| | |||||
* | (_php_replace_in_subject) | Andrei Zmievski | 1999-10-15 | 1 | -66/+42 |
| | | | | | | | | | | (PHP preg_replace): Fixed a bug that happened when regex was an array and replacement was a single non-string value. Also changed conversions to use convert_to_string_ex(). (PHP preg_grep): use convert_to_string_ex() for proper conversion | ||||
* | * archive-based convenience libraries completely replaced | Sascha Schumann | 1999-10-04 | 4 | -11/+15 |
| | | | | | | | | | | | | | | | | | | | | | | with libtool components * SAPI targets can enable thread-safe mode and define shared/static/program build target * all configure scripts use the same config.cache * phplibdir is $(top_builddir)/modules to avoid permission problems * sapi/*/Makefile.inc are gone * runpath handling cleaned up * top-level Makefile.in obsoleted through Makefile.am * --enable-versioning uses libtool's cleaner and more portable -export-symbols feature | ||||
* | rename. | Andrei Zmievski | 1999-10-01 | 2 | -3/+2 |
| | |||||
* | preg_replace() now makes copies of array entries if arrays are passed in, | Andrei Zmievski | 1999-09-30 | 1 | -8/+42 |
| | | | | | so that convert_to_string() preserves the originals. Is this the correct way to do it? | ||||
* | * create Makefiles for ext, pcrelib, sapi/* | Sascha Schumann | 1999-09-29 | 2 | -0/+4 |
| | | | | | * copy files for Apache from $(srcdir) | ||||
* | - Updated array functions to use high-performance API | Andrey Hristov | 1999-09-24 | 1 | -10/+22 |
| | | | | | - Updated preg_split() to allow returning only non-empty pieces | ||||
* | Update to new high-performance function API. | Andrey Hristov | 1999-09-24 | 1 | -64/+64 |
| | |||||
* | Small clarification. | Andrey Hristov | 1999-09-23 | 2 | -2/+4 |
| | |||||
* | improve short help messages | Sascha Schumann | 1999-09-16 | 2 | -6/+8 |
| | |||||
* | - Updated bundled PCRE library to version 2.08 | Andrey Hristov | 1999-09-14 | 34 | -373/+6362 |
| | | | | | | | | - Made it possible to specify external location of the PCRE library - Reworked PCRE extension to use updated PCRE library API Hopefully now everything behaves just like Perl.. | ||||
* | Static is good... | Andrey Hristov | 1999-09-03 | 2 | -32/+27 |
| | |||||
* | Practice what you preach, I guess. | Andrey Hristov | 1999-09-03 | 2 | -15/+15 |
| | |||||
* | Missing return types in prototypes | Rasmus Lerdorf | 1999-08-26 | 1 | -3/+3 |
| | |||||
* | Here was also something missing | Egon Schmid | 1999-08-19 | 1 | -1/+2 |
| | |||||
* | - Fixed memory leaks. tsrm resource id deallocation still needs to be ↵ | Andi Gutmans | 1999-08-19 | 1 | -0/+2 |
| | | | | implemented. | ||||
* | make pcre test program compile again with Zeev's | Philippe Verdy | 1999-08-15 | 1 | -2/+4 |
| | | | | | additions in the pcre_exec() function parameters | ||||
* | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -2/+2 |
| | | | | | php3_compat.h) | ||||
* | Another forgotten prototype. Andrey, why is preg_grep in PHP3 missing? | Egon Schmid | 1999-08-01 | 1 | -1/+2 |
| | |||||
* | *** empty log message *** | Andrey Hristov | 1999-07-22 | 1 | -2/+2 |
| | |||||
* | Added locale support. | Andrey Hristov | 1999-07-20 | 2 | -4/+33 |
| | |||||
* | -Kill compile warnings in apache.c | Andrey Hristov | 1999-07-17 | 1 | -34/+43 |
| | | | | | -Make preg_grep() work with copies of array entries | ||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -20/+9 |
| | |||||
* | *** empty log message *** | Andrey Hristov | 1999-07-12 | 2 | -2/+2 |
| | |||||
* | Don't touch refcount and EA directly | Zeev Suraski | 1999-07-09 | 1 | -4/+2 |
| | |||||
* | Step 2: | Zeev Suraski | 1999-07-09 | 1 | -2/+2 |
| | | | | | Rename is_ref to EA | ||||
* | Step 1 in nuking the garbage collector: | Zeev Suraski | 1999-07-09 | 1 | -1/+2 |
| | | | | | - Change the hash destructor to return int | ||||
* | Reduce clutter a bit. | Andrey Hristov | 1999-07-08 | 1 | -1/+1 |
| | |||||
* | Support PCRE under Win32 | Zeev Suraski | 1999-07-06 | 1 | -2/+5 |
| | |||||
* | avoid two copies of pcre.c in the repository | Zeev Suraski | 1999-07-06 | 2 | -1/+1 |
| | |||||
* | Correct option caching | Andrey Hristov | 1999-07-05 | 2 | -1/+7 |
| | |||||
* | Made preg_split() consistent with split(). | Andrey Hristov | 1999-06-22 | 2 | -60/+160 |
| | | | | | | Added a new /e modifier for preg_replace Kill a warning in pcrelib. | ||||
* | Added preg_grep() function. | Andrey Hristov | 1999-06-10 | 2 | -1/+90 |
| | |||||
* | A fix for a fix. | Andrey Hristov | 1999-06-09 | 1 | -1/+1 |
| | |||||
* | Fixed a bug in preg_split. | Andrey Hristov | 1999-06-09 | 1 | -3/+3 |
| | | | | | Fixed a bug in array_shift/array_pop. | ||||
* | Fixed a bug in preg_replace. | Andrey Hristov | 1999-06-09 | 1 | -5/+5 |
| | |||||
* | Added preg_quote() function. | Andrey Hristov | 1999-06-04 | 2 | -0/+66 |
| | |||||
* | *** empty log message *** | Andrey Hristov | 1999-06-04 | 1 | -0/+1 |
| | |||||
* | *** empty log message *** | Andrey Hristov | 1999-06-01 | 2 | -2/+2 |
| | |||||
* | preg_match_all() now returns the number of global matches. | Andrey Hristov | 1999-05-30 | 1 | -5/+2 |
| | |||||
* | Updated preg_split(). | Andrey Hristov | 1999-05-29 | 1 | -11/+17 |
| | |||||
* | Fix preg_match_all to do proper matching with \b. | Andrey Hristov | 1999-05-29 | 1 | -9/+14 |
| | |||||
* | Fixed PCRE so that global matching with patterns with \b works. | Andrey Hristov | 1999-05-29 | 4 | -9/+22 |
| | |||||
* | * Get Apache module to compile again with the regex stuff. | Zeev Suraski | 1999-05-28 | 2 | -4/+4 |
| | | | | | * Get Apache to propertly work with POST, and some SAPI fixes | ||||
* | -Modified PCRE library slightly to do what needs to be done | Andrey Hristov | 1999-05-28 | 7 | -104/+58 |
| | | | | | | | -Updated preg_replace() code to handle stuff properly -Removed ability to specify external PCRE library source to link against (since our bundled version is patched now) |