Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 117 results for
pcre
- Page 1
PCRE library for win64
Programming
Software Development
15 Years Ago
by ashishchoure
Hi, I have
PCRE
library for window 32 bit . I want it for window64 bit From where can i get this? I have source code also and i built it on 64 bit machine but created library is not supporting.
Re: ModSecurity - PCRE limits with no Regular Expressions
Programming
Web Development
11 Years Ago
by cereal
… if Apache and modsecurity are using the same
PCRE
library: usually Apache comes with a bundled library… referring to this error: ModSecurity: Rule execution error -
PCRE
limits exceeded (-8): (null). [hostname "<….php"] [unique_id "UtaWdW1shFcAAE1uMBUAAAAG"] the
PCRE
rule in the main config is a general rule that…
Re: ModSecurity - PCRE limits with no Regular Expressions
Programming
Web Development
11 Years Ago
by bops
…] [error] [client <IP ADDRESS>] ModSecurity: Rule execution error -
PCRE
limits exceeded (-8): (null). [hostname "<HOSTNAME>"…] [error] [client <IP ADDRESS>] ModSecurity: Rule execution error -
PCRE
limits exceeded (-8): (null). [hostname "<HOSTNAME>"…
how to use PCRE API in Bloodshed Dev++
Programming
Software Development
16 Years Ago
by CoolAtt
hi ! does anyone know how to install & use the perl compatible regex (
PCRE
) api in Bloodshed Dev++ ?
preg_match pcre patterns help
Programming
Web Development
14 Years Ago
by qazplm114477
… spent about a couple of hours trying to read the
pcre
regex syntax on the php.net manual but I can…
ModSecurity - PCRE limits with no Regular Expressions
Programming
Web Development
11 Years Ago
by bops
…] [error] [client XX.XXX.XXX.XXX] ModSecurity: Rule execution error -
PCRE
limits exceeded (-8): (null). [hostname "XXXXXXX.XXX"] [uri…
Re: ModSecurity - PCRE limits with no Regular Expressions
Programming
Web Development
11 Years Ago
by bops
… I'm still getting the following: ModSecurity: Rule execution error -
PCRE
limits exceeded (-8): (null). [hostname "HOSTNAME.HERE"] [uri…
Re: PCRE library for win64
Programming
Software Development
15 Years Ago
by Ancient Dragon
compiling on a 64-bit operating system is not sufficient -- you have to build it with a 64-bit compiler.
Re: PCRE library for win64
Programming
Software Development
15 Years Ago
by ashishchoure
I am using visual studio 2005 Is that right?
Re: PCRE library for win64
Programming
Software Development
15 Years Ago
by Ancient Dragon
I don't have that compiler, but browse through the project options and see if there is a flag to build 64-bit programs. also browse these [URL="http://www.google.com/search?source=ig&hl=en&rlz=1G1GGLQ_ENUS328&=&q=64-bit+compilers&btnG=Google+Search&aq=f&oq="]google links[/URL]
Re: PCRE library for win64
Programming
Software Development
15 Years Ago
by ashishchoure
yes visual studio 2005 has option for that let me build library for that option and lets see what happens
Re: Explain this pcre pattern, please..
Programming
Web Development
12 Years Ago
by cereal
Check the manual: http://www.php.net/manual/en/reference.
pcre
.pattern.syntax.php ~ is a delimiter, from the manual: > Often used delimiters are forward slashes (/), hash signs (#) and tildes (~) (.*?) it's a loop to match the contents of href attribute, bye!
Re: preg_match pcre patterns help
Programming
Web Development
14 Years Ago
by kekkaishi
You could look for any number of characters ([ICODE][a-z0-9]*[/ICODE]) between '[' and ']' in a preg_match_all. If the string within the brackets are always 'str' and then a number, you could also search for [ICODE]str[1-9][/ICODE] in a preg_match_all. You could also use explode if you first replace one of the square brackets with nothing and …
Re: ModSecurity - PCRE limits with no Regular Expressions
Programming
Web Development
11 Years Ago
by cereal
Hi! If your current errors are the same of the above (Aug 2013) there are also few permissions errors, maybe Apache cannot write/read to those DBM files?
Re: ModSecurity - PCRE limits with no Regular Expressions
Programming
Web Development
11 Years Ago
by cereal
Ok, what is missing here is the rule that generates the error, between `Rule` and `execution error` there should be the rule id and the filename in which this is saved. Try to increase to `9` the level of the mod_security debug log, then reload Apache: SecDebugLog /tmp/modsecurity_debug.log SecDebugLogLevel 9 And reload the test page…
Re: ModSecurity - PCRE limits with no Regular Expressions
Programming
Web Development
11 Years Ago
by bops
I went into `/etc/httpd/conf.d/mod_security.conf` and modified the line `SecDebugLogLevel 0` into `SecDebugLogLevel 9`, then reloaded Apache and reproduced the error as suggested. Unfortunately I get pretty much the same error. Only difference being the line number it says threw the error (Since I commented out the original line in `mod_security.…
Re: ModSecurity - PCRE limits with no Regular Expressions
Programming
Web Development
11 Years Ago
by bops
Ok, I'll have a bash with your suggestions and advice. Thanks for the help. I'll post back if I manage to fix it somehow. Cheers!
Forum works on one server but not the other!
Programming
Web Development
13 Years Ago
by 4789787
…rhel5 01 Jul 2008
pcre
PCRE
(Perl Compatible Regular Expressions) Support enabled
PCRE
Library Version 8.…Directive Local Value Master Value
pcre
.backtrack_limit 100000 100000
pcre
.recursion_limit 100000 100000 PDO PDO…odbc.max_persistent Unlimited Unlimited
pcre
PCRE
(Perl Compatible Regular Expressions) Support enabled
PCRE
Library Version 7.…
How to configure GD
Programming
Web Development
16 Years Ago
by ryy705
…xmlrpc] ;xmlrpc_error_number = 0 ;xmlrpc_errors = 0 [
Pcre
] ;
PCRE
library backtracking limit. ;
pcre
.backtrack_limit=100000 ;
PCRE
library recursion limit. ;Please note that if you…;stack size limit imposed by the Operating System). ;
pcre
.recursion_limit=100000 [Syslog] ; Whether or not to define…
PHP Session and MySQL Problem
Programming
Web Development
13 Years Ago
by TheHaxx0r1215
…;>Pascal</option><option value=\"
pcre
\">
PCRE
</option><option value=\"per\"…;>Pascal</option><option value=\"
pcre
\">
PCRE
</option><option value=\"per\"…
Coding guidlines for introducing a new library support
Programming
Software Development
11 Years Ago
by baby_c
… regex library help for the software. I have downloaded the
pcre
regex library and I know it can be build and… I have to make sure the buidling part of the
pcre
library has to be done when the full source is…
Getting Contents Inbetween
Programming
Web Development
21 Years Ago
by nymanish
… PHP version i'm getting this error: Warning: Compilation failed:
PCRE
does not support \L, \l, \N, \P, \p, \U, \u…
Php 5.1.0
Programming
Web Development
19 Years Ago
by ! !
… functions in various extensions and built-in functionality. Bundled libraries,
PCRE
and SQLite upgraded to latest versions. Over 400 various bug…
PHP installation possible errors?
Programming
Web Development
18 Years Ago
by EnderX
… fields identical openssl- all fields identical overload- all fields identical
pcre
- all fields identical pgsql- all fields identical posix- all fields…
Mail not send
Programming
Web Development
17 Years Ago
by pranto157
… 6 => \'iconv\',\n 7 => \'odbc\',\n 8 => \'
pcre
\',\n 9 => \'Reflection\',\n 10 => \'session\',\n 11…
pdo_mysql and gd recognised/enabled in terminal but not on phpinfo()
Programming
Web Development
15 Years Ago
by EvilOrange
…;-- hash iconv json ldap libxml mbstring mysql mysqli odbc openssl
pcre
PDO pdo_mysql <-- pdo_sqlite posix Reflection session SimpleXML sockets SPL…
Regular Expression Help with URL Validation
Programming
Web Development
14 Years Ago
by bigtalk
… this is POSIX and for preg it needs to be
PCRE
. I'm having quite a time with it. Anyone know…
OGS Mahjong 0.7
Programming
Game Development
13 Years Ago
by kornerr
…]Other:[/b] usually you need to install glut freeimage openal
pcre
. [/list] [b]Homepage:[/b] [url]http://opengamestudio.org[/url] Any…
OGS Mahjong 0.8
Programming
Game Development
13 Years Ago
by kornerr
…]Other:[/b] usually you need to install glut freeimage openal
pcre
.[/list] [b]Homepage:[/b] [url]http://opengamestudio.org[/url…
OGS Mahjong 0.9
Programming
Game Development
13 Years Ago
by kornerr
…]Other:[/b] usually you need to install glut freeimage openal
pcre
.[/list] [b]Homepage:[/b] [url]http://opengamestudio.org[/url…
1
2
3
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC