Error Compiling PHP 7.0.0

PHP 7.0.0 RTM is out and I am so excited about it and try to use it on my site. The problem is I wasn’t able to build it properly and encounter the following error. /usr/local/src/php-7.0.0/ext/pcre/php_pcre.c: In function ‘zm_info_pcre’: /usr/local/src/php-7.0.0/ext/pcre/php_pcre.c:153: error: ‘PCRE_CONFIG_JIT’ undeclared (first use in this function) /usr/local/src/php-7.0.0/ext/pcre/php_pcre.c:153: error: (Each undeclared identifier is reported […]

C# – Fixing ComboBox That Goes Blank After Losing Focus

I recently encounter this C# issue: “combobox going blank after losing focus” while developing a billing and collection system for the organization where I am currently working. I usually fill the combobox with List items. See the sample code below: The problem with this code when I use the usual combobox control, it goes blank […]

How to Use MySQL and JasperReports on Java via NetBeans?

I would like to share the code that I have found online and use to write a program that let me connect MySQL to a Java program, create and view a report using JasperReports library. The following are codes that let you insert a new record on a table in MySQL. Make sure that “MySQL […]