summaryrefslogtreecommitdiff
path: root/ext/ereg
Commit message (Collapse)AuthorAgeFilesLines
* Maintain headers.Sebastian Bergmann2002-02-282-2/+2
|
* Be more aggressive in making sure that substring matches are valid injim winstead2002-01-051-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 Fischer2001-12-231-1/+1
|
* Fix a warningZeev Suraski2001-12-221-1/+2
|
* ereg functions will now take in account the real number ofHartmut Holzgraefe2001-12-111-10/+28
| | | | | subexpressions instead of simply assuming a fixed count of 10
* Update headers.Sebastian Bergmann2001-12-112-4/+4
|
* Make php_reg_replace available from shared extensionsFrank M. Kromann2001-12-032-2/+2
|
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* should be thisSterling Hughes2001-09-031-1/+1
|
* - Update to the PHP4 API (newer macros)Sterling Hughes2001-09-031-95/+67
| | | | | | - Improve error reporting from split() - Some minor speed improvements
* WhitespaceZeev Suraski2001-08-111-3/+3
|
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-2/+0
|
* Zend compatibility patchZeev Suraski2001-07-301-4/+0
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-282-13/+3
|
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-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 extensionsRasmus Lerdorf2001-06-061-3/+19
|
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-3/+1
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
* - Fix copyright notices with 2001Andi Gutmans2001-02-262-2/+2
|
* Stray ]Rasmus Lerdorf2001-02-091-1/+1
|
* Protect us from Apache 2.0's pcre-posix stuffSascha Schumann2000-10-261-0/+3
|
* * all tests should pass now (expect for the interbase stuff that I haven'tStig Bakken2000-08-312-3/+2
| | | | | had the chance to test)
* @PHP 3 regression testing framework re-born (Stig)Stig Bakken2000-08-2716-0/+177
| | | | | | | | Took the old PHP 3 regression testing framework and rewrote it in PHP. Should work on both Windows and UNIX, however I have not tested it on Windows. See tests/README for how to write tests. Added the PHP 3 tests and converted most of them.
* Sorry only the *_replaceparameters are wrong.Egon Schmid2000-08-041-4/+4
|
* Wrong parameters found by Martin Buchholz @ six.de.Egon Schmid2000-08-041-2/+2
|
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-21/+10
| | | | | | | | | Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers.
* Change header protection macros to conform to standard.Sascha Schumann2000-07-022-6/+6
| | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation.
* @- added spliti() function. (Thies)Thies C. Arntzen2000-06-232-8/+28
|
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-4/+4
|
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
|
* Remove trailing empty linesSascha Schumann2000-05-011-4/+0
|
* Large test commit IVSascha Schumann2000-05-011-0/+1
|
* Large commit test IIISascha Schumann2000-05-011-0/+3
|
* Overall UNIX build system improvements:Sascha Schumann2000-04-301-6/+1
| | | | | | | | | * Makefile header is now completely dynamic * Absolute paths in (top_)?(src|build)dir and VPATH (fixes Tru64 support) * VPATH does not contain variables anymore (fixes UnixWare support)
* phpinfo() prettyingColin Viebrock2000-04-051-2/+3
|
* @Cleaned up extension namespace (Stig)Stig Bakken2000-03-062-28/+11
| | | | | | Cleaned up extension namespace, and changed ext/standard into one single extension.
* Will watch the diffs as much as I can.Egon Schmid2000-02-241-1/+1
|
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
|
* SAPIfication, Episode VI: Return of the SAPIZeev Suraski2000-02-101-2/+1
| | | | | | | | | | | | | | | Remove mostly all references to APACHE and CGI_BINARY from the code. - Apache include files are no longer included by any PHP code, except for the Apache SAPI module. - No server specific code is in any of the base PHP code. Still left to be done: - Eliminate any references to APACHE from the few remaining modules. - Move request_info.c's logic to SAPI - Modify the regex function names, and globals, so that we can always include them, without having to fear any interference with Apache; Always use the bundled regex library
* Destructors no longer return ints, the low level problem it was intended to ↵Zeev Suraski2000-01-171-3/+2
| | | | solve is long gone now...
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
| | | | | you start counting at 0 or 1).
* Integration of -ng changes. Changes:Sascha Schumann1999-12-302-3/+10
| | | | | | | | | | | | - added support for externally built modules, - improved support for in-tree shared modules, - fixed diversion bugs, - configure displays some informative messages, - faster static build (libtool isn't used anymore for compiling non-PIC objects), - dependencies comparable to automake's without requiring GNU make or GCC, - working make clean for non-GNU makes.
* Fix -Wall warningsSascha Schumann1999-12-285-139/+143
|
* - The tree compiles againZeev Suraski1999-12-181-6/+6
|
* More php3_ annihilationZeev Suraski1999-12-182-17/+17
|
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-1/+1
| | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev)
* use ex-APIThies C. Arntzen1999-12-141-50/+50
|
* Fix some warningsSascha Schumann1999-12-051-1/+1
|
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-1/+1
| | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.
* Avoid Apache's regex.h, if system regex was chosenSascha Schumann1999-11-301-0/+10
|
* - Fixing warnings in regexAndi Gutmans1999-11-142-5/+5
|