History log of /PHP-5.5/ext/pcre/php_pcre.c (Results 226 – 250 of 288)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: PRE_FILE_COMPILE_API_CHANGE
# 9de5b9e0 20-Jul-2000 Andrei Zmievski

# There you go, Wico.
Fix bug $5676.
@- Fixed preg_replace() to automatically escape quotes in matched
@ strings when using /e modifier. (Andrei)


Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH
# 1ca7f07d 30-Jun-2000 Andrei Zmievski

Typo.


Revision tags: php-4.0.1pl1
# 29e8e565 28-Jun-2000 Andrei Zmievski

@- Added an optional parameter to preg_replace() that can be used to
@ specify how many replacements to make. (Andrei)


Revision tags: php-4.0.1, php-4.0.1RC2, php-4.0.1RC
# 7ef638aa 12-Jun-2000 Andrei Zmievski

@- Upgraded PCRE to version 3.2 and fixed a bug when anchored pattern
@ matched an empty string. (Andrei)


# f2019414 10-Jun-2000 Andrei Zmievski

One more place.


# 43793b94 10-Jun-2000 Andrei Zmievski

Terminate the string with '\0'.


Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH
# 3701bc42 05-Jun-2000 Andi Gutmans

- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch


# 1db5c7d1 01-Jun-2000 Andrei Zmievski

@- Cleaned up PCRE extension and made it binary-safe. (Andrei)


# 8a5bc5b6 25-May-2000 Andrei Zmievski

Update proto.


# 0a142bb9 25-May-2000 Andrei Zmievski

@- Added second argument to preg_quote() which allows quoting of
@ one additional character, usually the regex delimiter. (Andrei)


# 4686a3b5 23-May-2000 Sascha Schumann

Use #ifdef COMPILE_DL_EXTNAME solely.


Revision tags: php-4.0.0
# e043439f 18-May-2000 Zeev Suraski

Update the license with the new clause 6


Revision tags: php-4.0RC2
# 0060f956 06-May-2000 Andrei Zmievski

Fixes for possible failure of zend_eval_string().


# fe50664d 02-May-2000 Sascha Schumann

#if COMPILE_DL

becomes

#if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)


# 0d383d93 02-May-2000 Sascha Schumann

Replace the various get_module() functions with a uniform
ZEND_GET_MODULE(name) macro.


# a481fddf 01-May-2000 Sascha Schumann

Improved in-tree shared libraries build system

The following new/revived shared modules are available now:

... MySQL (*)
... PCRE (*)
... Session
... SWF

Improved in-tree shared libraries build system

The following new/revived shared modules are available now:

... MySQL (*)
... PCRE (*)
... Session
... SWF

(*) capable of using bundled library or external library

All changes:

The m4 macro PHP_EXTENSION was revamped. Uses LIB_BUILD now.
This effectively means that all extensions have to use dynlib.

ext/mysql/config.m4 was revamped.
Uses LIB_BUILD for building bundled library.

ext/pcre/config.m4 was revamped.
Uses LIB_BUILD for building bundled library.

ext/ext_skel was changed to reflect that more modules should be
compileable as shared module.

ext/Makefile.in has been simplified enormously.

Dependencies are now stored in the build tree.

Empty dependencies are not generated by buildconf anymore. They
are now dynamically created during the build process.

Implicit rules for .S were removed.

The NO_RECURSION feature was removed.

"libs.mk" has been added to all cvsignore files in ext.

show more ...


# 5c5ec882 26-Apr-2000 Andrei Zmievski

@Added substr_count() from Peter Kovacs. (Andrei)
# also some todo stuff


# a7c8bfb9 06-Apr-2000 Colin Viebrock

phpinfo() prettying


# fddd1201 05-Apr-2000 Colin Viebrock

phpinfo() prettying


Revision tags: PHP-4.0-RC1
# d02fe90b 06-Mar-2000 Stig Bakken

Change extension names in all extensions' zend_module_entry to their
directory name.


# 2b9b11d3 24-Feb-2000 Andrei Zmievski

Fix bug #3599.


# 11e24054 23-Feb-2000 Egon Schmid

More protos.


Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1
# 86fa2aad 19-Feb-2000 Zeev Suraski

the pipe is breaking all the time


Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000, BEFORE_SAPIFICATION_FEB_10_2000
# 3a816341 05-Feb-2000 Zeev Suraski

Cleanup patches


# 62114c18 17-Jan-2000 Zeev Suraski

Destructors no longer return ints, the low level problem it was intended to solve is long gone now...


12345678910>>...12