Displaying 20 results from an estimated 1000 matches similar to: "PHP 5 bug?"
2014 Jan 23
0
php script to migrate other attributes after running classicupgrade
Hi,
I have written a php script to upgrade a fresh s4 AD with more details
from a (s3) ldap server. I am no programmer AT ALL, so I guess this is
very dirty and un-elegant, but it does the trick.
We had multiple "mail" attributes in openldap, and since AD only allows
1 mail attribute, additional mail addresses are migrated to
"otherMailbox" AD attributes.
Perhaps someone
2005 Apr 04
0
io timeout after 180 seconds
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Thanks for all the help so far. I am learning a lot from it.
I have a script that I will post bellow that when I run it gives me
this error.
mysql/website_forum/nntp_settings.MYD
io timeout after 180 seconds - exiting
rsync error: timeout in data send/receive (code 30) at io.c(103)
rsync: connection unexpectedly closed (1493583 bytes read so far)
2017 Apr 03
2
PHP7 bindings released
Hi,
I didn't notice php7 bindings were included since 1.4.2. That's good.
But I have some problems with these,
I compiled xapian-bindings 1.4.3 in a debian 9 container, but had no luck
with it:
php -r 'require
"/usr/share/php/xapian.php";var_export(Xapian::version_string());'
'1.4.3'Segmentation fault (core dumped)
Regards,
Pascal
Bonne journée
Pascal
2001 May 17
0
Patch: Set SSH_AUTHKEY to key id used to authenticate.
Attached is a patch which sets the SSH_AUTHKEY environment variable to be
the remaining data at the end of an SSH key which is used for
authentication.
The motivation behind this is that there are time in which it's useful to
know who is on the other end of the connection. For example, if I log in
as root on a box, I'd like to be able to configure vi-specific settings,
while another user
2013 Sep 18
7
Puppet requires second run to execute some catalog items.
Hi, I''ve inherited a puppet setup for automating php installation and
extension management. We''re on Debian and we''ve encountered a strange
issue that I''ve traced down back to puppet I think. I''ve stripped back the
configuration and made the problem reproducible, logs and config pasted
below.
1. php5-common, php5-memcache, and php5-mysql are all
2020 Jun 23
2
[RFC] Small Bitfield utilities
Hi Guillaume,
Thanks for the RFC. I'm generally +1 on the concept. Making bit field
manipulation easier seems like a good overall goal given its prevalence in
LLVM.
As for the syntax, I tend to prefer that we don't pollute the namespace.
Have you considered pushing the methods into the Bitfield class? Maybe
something like:
```
uint8_t Storage = 0;
using Amount =
2010 Dec 04
1
what is this averaging function called ?, has R a built in function for it ?
I know little of statistics and have created this function out of intuition.
But since this algorithm is so basic I wonder what is the proper name of
this function and is it build in R.
here is some code in PHP to illustrate what the function is doing, it uses
some function I created but the meaning is obvious:
#get csv file and interchange rows with columns to get two arrays
$csv =
2006 Feb 01
8
ruby equivalent of isset()
Hi,
Is there a way to test if a certain (local) variable has been initialized?
I''d like to do something like
if isset(myvar) and myvar.true?
#some code
else
#default behaviour
end
I have a lot of shared views that I call with params such as {
show_pager => true
Instead of having to explicitly say show_pager => false it should be
possible to make false a default value, right?
2017 Apr 03
0
PHP7 bindings released
On Mon, Apr 03, 2017 at 11:58:05AM +0200, Pascal MASSCHELIER wrote:
> I didn't notice php7 bindings were included since 1.4.2. That's good.
Perhaps I should have made more of a fanfare about them getting added.
> But I have some problems with these,
>
> I compiled xapian-bindings 1.4.3 in a debian 9 container, but had no luck
> with it:
>
> php -r 'require
2017 Apr 03
1
PHP7 bindings released
The workaround is ok, thanks.
Regards,
Pascal
On Mon, Apr 3, 2017 at 12:12 PM, Olly Betts <olly at survex.com> wrote:
> On Mon, Apr 03, 2017 at 11:58:05AM +0200, Pascal MASSCHELIER wrote:
> > I didn't notice php7 bindings were included since 1.4.2. That's good.
>
> Perhaps I should have made more of a fanfare about them getting added.
>
> > But I have some
2006 Apr 15
1
Begin with Autocompleter
Hi list:
I''m a young developer that need a little help with scriptaculous "Autocompleter". I work with PRADO framework (http://www.xisc.com) and PHP as a script language. Now this is a little function in JavaScript for make a AJAX call and show the results without reload the entire page. See below:
1 function makeRequest(url,element) {
2 var http_request = false;
3 if
2015 Aug 04
3
php-R
Estimados colegas:
Estoy tratando de ejecutar varios scripts de R a través de php. Para ello
estoy utilizando el siguiente código pero me sale:
El URL solicitado no ha sido localizado en este servidor. El URL de
la página que lo refirió[1] parece ser equivocado u obsoleto. Por favor
comunique al autor de esa página[1] acerca del error.
Este código que está sacado de internet indica la
2009 Aug 17
1
Xapian DatabaseError
Hi, I've a problem to integrate xapian in my web application. I've developed the code for index e for search the documents published through my application.
The app is developed in PHP. I've created a file that contain some function for search (called simpleSearch and advSearch).
The problem is that if i run the code through the IDE (Zend for Eclipse) as PHP script it work correctly,
2008 Jan 25
0
Script for seeding polycom phones with an extension directory
Hello List,
Not sure if this will be helpful but I made changes to the original
Cisco directory.php.txt script and applied them for use on the Polycom
phones. This will create an extension directory and alphabetize it
based on the sip registrations you have setup in sip.conf. Note that
this only seeds the phones and does not synchronize them. Anyway
thought it might save people some time. To
2009 Oct 11
1
problem with old stable 0.1.1 roundcubemail contained in the deposit EPEL
Hi all
Hi list
my linux box is CentOS 5.3
it is properly updated
I use the old old ?stable version 0.1.1 of roundcubemail , which is contained
in the deposit EPEL
I preferred to continue using the version contained in the official
repositories of CentOS
I configure a user roundcubemail on my mysql server
Here are the commands that I have applied to the server mysql
mysql -u roundcubemail -p
2013 Sep 18
0
Some php5 extensions not installed until a second run
Hi, I''ve inherited a puppet setup for automating php installation and
extension management. We''re on Debian and we''ve encountered a strange
issue that I''ve traced down back to puppet I think. I''ve stripped back the
configuration and made the problem reproducible, logs and config pasted
below.
1. php5-common, php5-memcache, and php5-mysql are all
2006 Feb 21
6
Help with Script.aculo inPlaceEditor
Well, I start recently with Scriptacolus and inPlaceEditor. I have two doubts about use it.
1) When I specify URL for save changes or not it doesn''t work. See example below:
<script type="text/javascript">
new Ajax.InPlaceEditor(''aNombre'', ''productos.php?a=actualizar&f=aNombre'');
</script>
In productos.php file I have
2007 Jul 12
0
No subject
created you must place it in your web directory on the server.
=20
I chained the command and also wrote the output to an xml file in the
web directory. The command looks like this:
=20
'php /etc/asterisk/directory.php.txt > /var/www/html/directory.xml'
=20
System Speeddials using Services Button =20
=20
For speed dials I modified the php code to look to a specific file in
the
2013 Mar 10
2
[LLVMdev] Running cross compiled binaries for ARM on gem5
Hi,
I am trying to optimize some benchmarks using LLVM and run them on gem5 simulator (build for ARM). I am using Sourcery Codebench cross-compiler for ARM on my x-86 machine.
My steps up till now have been using the following commands.
1. clang -static -emit-llvm -march=armv7-a -mfloat-abi=soft -target arm-elf a.cpp -c -integrated-as \
2009 Oct 25
1
Asterisk-stat! - help needed (once again due to mailserver problem)
Dear all,
I'm trying to install Asterisk-stat (ASTERISK CDR ANALYSER) following:
http://www.voip-info.org/wiki/index.php?page=Asterisk+CDR+Areski+GUI
however it fails to run properly - lots of lines like:
**Notice**: Undefined variable: s in
*/home/lukasz/DATA/www/asterisk-stat/cdr.php* on line *26*
**Notice**: Undefined variable: t in
*/home/lukasz/DATA/www/asterisk-stat/cdr.php* on line