python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Zend Framework compability with Lucene 8.4.1
I am using Lucene 3.5.0 for index creation. Zend-Framework-1.8.2 with PHP-7.1.12 is being used to search index.
I have upgraded Lucene from 3.5.0 to 8.4.1. The indexes are now created with Lucene 8.4....
Vishal Sharnagat
Votes: 0
Answers: 1
PHP placeholders are not displaying until a refresh
I have a PHP form which is created using Zend Framework. I think I have added all the form placeholders correctly using constructor. But they are not showing in the browser until you refresh the page....
Tharisha Perera
Votes: 0
Answers: 0
How do i handle the russian language?
Problem: Text get broken in MySQL.
problem
A. Text is sent over webservice as below
$text = 'как дела';
$data = array(
'text' => $text,
'client' => 'abcd');
$opti...
MMMarket
Votes: 0
Answers: 2
Failed to load external entity. SOAP WSDL parsing error
We have this Windows Server 2008 R2 on which a webapplication is running using ZendFramework 2, PHP 5.4.34 and Apache 2.4.3 on which also a SOAP webservice is active.
But after migrating the source co...
larspeeters
Votes: 0
Answers: 0