Re: [pcre-dev] [PATCH] Quash deprecation warnings on Windows

2012-12-06 Thread Graycode
On Wed, 5 Dec 2012, Daniel Richard G. wrote: The attached patch adds _CRT_SECURE_NO_WARNINGS to the CMake config header template to shoo these away. Yet the CMakeLists.txt file currently contains: IF(MSVC) ADD_DEFINITIONS(-D_CRT_SECURE_NO_DEPRECATE) ENDIF(MSVC) I'm not a Cmake user,

Re: [pcre-dev] [PATCH] Quash deprecation warnings on Windows

2012-12-06 Thread Zoltán Herczeg
Hi, I landed a somewhat bigger patch, which contains all changes you reported in the last few weeks. Thanks for porting and testing! I saw there are some conversion related warnings as well, let me know if you have any fixes for them. Regards, Zoltan -- ## List details at

Re: [pcre-dev] [PATCH] Quash deprecation warnings on Windows

2012-12-06 Thread Daniel Richard G .
On Thu, 6 Dec 2012, Graycode wrote: Yet the CMakeLists.txt file currently contains: IF(MSVC) ADD_DEFINITIONS(-D_CRT_SECURE_NO_DEPRECATE) ENDIF(MSVC) I'm not a Cmake user, but that seems a more appropriate place for settings that are unique to a particular compiler brand and version.

[pcre-dev] [Bug 1315] \r, \n and $ matching seems to be illogical or not fully documented.

2012-12-06 Thread Christoph Anton Mitterer
--- You are receiving this mail because: --- You are on the CC list for the bug. http://bugs.exim.org/show_bug.cgi?id=1315 Christoph Anton Mitterer cales...@scientia.net changed: What|Removed |Added

[pcre-dev] Please help me

2012-12-06 Thread Jason Hall
I don't understand how to use install PCRE for PHP which supports. -- ## List details at https://lists.exim.org/mailman/listinfo/pcre-dev

Re: [pcre-dev] Please help me

2012-12-06 Thread Thorsten Schöning
Guten Tag Jason Hall, am Donnerstag, 6. Dezember 2012 um 21:44 schrieben Sie: I don't understand how to use install PCRE for PHP which supports. Just use PHP functions: http://php.net/manual/en/book.pcre.php Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning