hi
On Thu, Sep 5, 2013 at 4:46 PM, Jorge F. Hernandez wrote:
> Hey guys,
>
> Does anybody know a way to browse a Samba (smb) server using PHP?
Network paths work just fine with any file functions. If you need
special authentication like domain auth under a different users, then
there are many cl
Hi,
On Thu, 2013-09-05 at 10:46 -0400, Jorge F. Hernandez wrote:
> Hey guys,
>
> Does anybody know a way to browse a Samba (smb) server using PHP?
>
> Thanks.
>
If files were only I'd be interested on, I'd mount it as a drive on
windows or as a folder on linux.
Regards
Anatol
--
PHP Win
Hey guys,
Does anybody know a way to browse a Samba (smb) server using PHP?
Thanks.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
hi,
On Sun, Aug 18, 2013 at 10:29 PM, R. S. wrote:
> Pierre Joye wrote:
>
>> This is
>> definitively a bug in the CRT and I have to discuss that with my
>> colleagues from the vc team.
>
> Ok, so can you look at this bug report and tell me it is really a duplicate:
> https://bugs.php.net/bug.php?
R. S. wrote:
RS ... Just out of curiosity does the problem ranges of alphabets fall outside
>of the limited 'UTF16' range that M$ uses for 'wide strings'. I'm busy out at
an
>exhibition this weekend so only have limited access to my database, but I do
>seem to recall that since wide strings are
Pierre Joye wrote:
> Ok, now I can reproduce it. That's actually weird and have to look at it :)
Thank you!
> Ok, it looks like a found a bug, not in php but in the windows API.
> Which PHP version do you use (newest version uses a different CRT)?
I'm using 5.4.18
Lester Caine wrote:
> RS ...
Did you mean wide character?
I was just flagging up that these are limited range on both M$ and on the
Inprise platforms and some subsets do get missed.
Just a thought as to possible source of problem
Sent from my android device.
hi!
On Fri, Aug 16, 2013 at 10:45 PM, Lester Caine wrote:
> R. S. wrote:
>>
>> if you make files like:
>> testunicode-Ελλάδα or testunicode-Россия
>>
>> Then php can't get handle to these files with errors like:
>
>
> RS ... Just out of curiosity does the problem ranges of alphabets fall
> outsid
On Sat, Aug 17, 2013 at 7:17 AM, Pierre Joye wrote:
> On Fri, Aug 16, 2013 at 9:40 AM, R. S. wrote:
>> Hello Pierre,
>>
>> Friday, August 16, 2013, 5:38:01 AM, you wrote:
>>
>>> and 'TESTUN~1.PHP' has unicode, created using CreateFileW with
>>> 'testunicode-ßäü123-öâ.php' as path. Fetch the 8.3
On Fri, Aug 16, 2013 at 9:40 AM, R. S. wrote:
> Hello Pierre,
>
> Friday, August 16, 2013, 5:38:01 AM, you wrote:
>
>> and 'TESTUN~1.PHP' has unicode, created using CreateFileW with
>> 'testunicode-ßäü123-öâ.php' as path. Fetch the 8.3 path and use it to
>> open the file using php, works. In othe
R. S. wrote:
if you make files like:
testunicode-Ελλάδα or testunicode-Россия
Then php can't get handle to these files with errors like:
RS ... Just out of curiosity does the problem ranges of alphabets fall outside
of the limited 'UTF16' range that M$ uses for 'wide strings'. I'm busy out at
Hello Pierre,
Friday, August 16, 2013, 5:38:01 AM, you wrote:
> and 'TESTUN~1.PHP' has unicode, created using CreateFileW with
> 'testunicode-ßäü123-öâ.php' as path. Fetch the 8.3 path and use it to
> open the file using php, works. In other words. exactly what your COM
> script does. Now, why y
hi,
On Thu, Aug 15, 2013 at 7:40 PM, R. S. wrote:
> Hello Pierre,
>
> Thursday, August 15, 2013, 10:40:56 AM, you wrote:
>
>> Short paths work just fine. Not sure what goes wrong with the COM APIs
>
> Have you even read my example, or any of my posts before ?
yes.
> There is nothing wrong with
Hello Pierre,
Thursday, August 15, 2013, 10:40:56 AM, you wrote:
> Short paths work just fine. Not sure what goes wrong with the COM APIs
Have you even read my example, or any of my posts before ?
There is nothing wrong with COM API, paradoxically COM works ok
and handles long and short paths ju
hi!
On Wed, Aug 14, 2013 at 7:15 PM, R. S. wrote:
> Hello Pierre,
>
> Wednesday, August 14, 2013, 10:27:24 AM, you wrote:
>
>> COM is not PHP: You are calling the FileSystemObject's GetFile via COM
>> which uses unicode APIs under the hood. Nothing to do with PHP
>> streams.
>
> Yes, I know that,
Hello Pierre,
Wednesday, August 14, 2013, 10:27:24 AM, you wrote:
> COM is not PHP: You are calling the FileSystemObject's GetFile via COM
> which uses unicode APIs under the hood. Nothing to do with PHP
> streams.
Yes, I know that, and here COM has no issues with unicode.
But in my example COM
hi,
On Wed, Aug 14, 2013 at 9:09 AM, R. S. wrote:
> The code is provided in this thread and in my (dismissed)
> bug report.
>
> $FS = new \COM('Scripting.FileSystemObject', null, CP_UTF8);
> $FS->CreateTextFile("c:\\Ελλάδα.txt");
> $ShortPath = $FS->GetFile("c:\\Ελλάδα.txt")->Sh
Hello Pierre,
Thursday, August 8, 2013, 7:07:04 AM, you wrote:
> PHP does nothing with the paths a script passes to the IO function.
> The only operation being done is to resolve relative paths and the
> likes but that will only prepend the given path with the current
> directory and remove ../..
hi,
On Thu, Aug 1, 2013 at 6:41 PM, R. S. wrote:
> Hello Anatol,
>
> Wednesday, July 31, 2013, 12:47:58 AM, you wrote:
>
>> As a dessert I'd suggest you to read this ticket from not very recent past
>> about how it's going in python http://bugs.python.org/issue13247 :)
>
> I tried this in python:
Hello Anatol,
Wednesday, July 31, 2013, 12:47:58 AM, you wrote:
> As a dessert I'd suggest you to read this ticket from not very recent past
> about how it's going in python http://bugs.python.org/issue13247 :)
I tried this in python:
filename = "e:\z_Ελλάδα.txt"
a = open(filename, "w")
Hello Anatol,
Wednesday, July 31, 2013, 12:47:58 AM, you wrote:
> Warning: fopen(ZZ~1.TXT): failed to open stream: Invalid argument in
> Command line code on line 1
> bool(false)
Yes, but how does the function even know that there are multibyte
in it's arguments ? Since it was given the asci
Dear R.S.,
On Tue, July 30, 2013 23:28, R. S. wrote:
> I filled a bug here: https://bugs.php.net/bug.php?id=65358
> But they dismissed it as duplicate.
> It has nothing to do with these bugs:
> https://bugs.php.net/bug.php?id=64699
> https://bugs.php.net/bug.php?id=61315
>
>
> Where people tried t
Hello Anatol,
Tuesday, July 30, 2013, 10:13:28 PM, you wrote:
> In addition to the fact that 8.3 names are an issue themselves as they
> might be not present on a particular system,
I don't see any issue if 8.3 are not present. If they don't they don't.
I think then com would even be able to cre
On Tue, 2013-07-30 at 18:53 +0200, R. S. wrote:
> > This is a known issue with 8 bit filenames, please read here
>
> Yes, but 8.3 names are not 8-bit.
In addition to the fact that 8.3 names are an issue themselves as they
might be not present on a particular system, it's about a multibyte name
in
Hello Anatol,
Tuesday, July 30, 2013, 6:32:42 PM, you wrote:
> This is a known issue with 8 bit filenames, please read here
Yes, but 8.3 names are not 8-bit.
> If you work with COM, why don't
> you use it to get the file contents?
I really need a file handle to use with for example
curl which
On Tue, July 30, 2013 00:25, R. S. wrote:
> The thing is these paths do not have any non ascii chars in them. Old 16b
> win311 apps are perfectly fine with such files, they just can't correctly
> show their name nor create a fresh file with non ascii name. And such
> behavior I was expecting from p
The thing is these paths do not have any non ascii chars in them. Old 16b
win311 apps are perfectly fine with such files, they just can't correctly show
their name nor create a fresh file with non ascii name. And such behavior I was
expecting from php.
CreateTextFile("c:\\Ελλάδα.txt");
To: David Lykke Søndergaard; php-windows@lists.php.net
Subject: RE: [PHP-WIN] PHP 5.3/5.4 and windows scripting host, WSF,
ActiveScript question
David,
I don't have my system set up right now as a development machine at the moment
but I did find a couple leads on this. You may have already
d [mailto:dsoenderga...@saxotech.com]
Sent: Saturday, May 11, 2013 5:49 PM
To: php-windows@lists.php.net
Subject: [PHP-WIN] PHP 5.3/5.4 and windows scripting host, WSF, ActiveScript
question
Hey,
I have been trying to get PHP to work with Windows Scripting Host and WSF
files.
With PHP 5.2.17, I could use
Hey,
I have been trying to get PHP to work with Windows Scripting Host and WSF files.
With PHP 5.2.17, I could use PHP5ActiveScript.dll to make the connection and
run this script:
$WScript->Echo("Hello World!");
http://www.php.net/manual/bg/install.windows.activescript.php
I can not, h
Ok, built my implementation of the soundManager javascript library, along with
jQuery into my own PHP class to make it quick/easy to add real-time sound
effects to a webpage.
Firstly, here's like 15 lines of PHP code that would implement a test version -
of the three buttons, the first one is t
On 3 January 2013 03:05, findatanet wrote:
>
> I am working on a project to update reporting on a system. On each report,
> the current system uses PHP to make one or more mySQL queries, iterates
> through the query results and manipulates the data, and then generates HTML
> for display. I am ta
I am working on a project to update reporting on a system. On each report,
the current system uses PHP to make one or more mySQL queries, iterates
through the query results and manipulates the data, and then generates HTML
for display. I am tasked with changing the reports to use Crystal Reports
Hello,
I m trying to upload a file to the HP cloud via PHP CLIProblem is that I need
to go through a proxy serverThe authentication uses a POST request sent to a
secure HTTP
I tried using cURL with PHP 5.3.18, but all I got was 400 - BAD REQUESTI wanted
to try the PHP Stream transport option bu
http://www.phptherightway.com/
and
http://jstherightway.com/
Stay well
Jacob Kruger
Blind Biker
Skype: BlindZA
'...fate had broken his body, but not his spirit...'
Hello Carlo,
I hit issues with PHP 5.4 with an extension for the MapServer project; I
believe the errors/changes could be similar (not Windows specific
however), so you can see the changes in our case needed at
https://github.com/mapserver/mapserver/commit/0d68cd5c06fa97a9d403c11e66d3ab99a16bc78d
Thank you guys, i have solved the problem by changing [name="idschema"] and
by substituing with only .
Now i'm able to select a value from the dropdown list menu and to deliver
it across the page. :-)
Thank you and have a nice day!
Matt.
2012/9/15 Niel Archer
> > Hi folks,
> >
> > i have a
> Hi folks,
>
> i have a problem with a value that it is not passed as POST variable from a
> php page to another.
> this is the error i have encountered :
>
> *Notice*: Undefined index: idschema in *\SubmitSchema.php* on line *22*
>
> Follow the code of the main page :
> ---
Hi folks,
i have a problem with a value that it is not passed as POST variable from a
php page to another.
this is the error i have encountered :
*Notice*: Undefined index: idschema in *\SubmitSchema.php* on line *22*
Follow the code of the main page :
---
';
print 'Selez
Hello everybody,
I have a project which uses a custom made php extension which adds some
"native" functionalities and classes to the php framework on Windows.
In order to build this extension I use a Visual Studio solution correctly
configured (I guess) to add the correct php headers and preproces
unsubscribe
Funny enough, a week later, this class appears/comes up on phpclasses.org:
http://www.phpclasses.org/package/7501-PHP-Create-wav-file-from-multiple-audio-files.html
"This class can create .wav file from multiple audio files
It can create an audio file with a given sample rate, sample bit length,
Ok, turns out, after double checking my servers mysqli support using phpinfo(),
and doing a bit more research, and finding the following bit of
introductory/instructional/tutorial material, relating to the mysqli PHP
extension, on the php.net site itself, that other sample code I had found a
li
[mailto:gavin.chalk...@gmail.com]
Sent: 23 December 2011 14:31
To: php-windows@lists.php.net
Subject: [PHP-WIN] PHP to PDF
Hi all, not sure if this is the right list.
I am looking for a PHP to PDF script/help, but I have just contacted my
host company and been advised they do not allow the PHP PDFLib module on
Evening All,
Happy new year to all on list :)
Can anyone suggest a good PHP (& mysqli) Calender/Events?
Basically this will go into an admin area for a driving school website,
where they can monitor and organise work flow for all working.
BR,
Gavin
hi,
tcpdf, fpdf, etc. There are plenty of PHP (scrtipt) library to generate pdf.
Cheers,
On Fri, Dec 23, 2011 at 3:31 PM, Gavin wrote:
> Hi all, not sure if this is the right list.
>
> I am looking for a PHP to PDF script/help, but I have just contacted my host
> company and been advised they d
I am getting error on
Fatal error: Class 'registryDatabaseLocations'.
2nd problem is when I run code by commenting
>> o_CrReport->Database->LogOnServer
>> (
>> 'odbc',
>> 'Ac// Logon to the database.
>> $counts',
>> registryDatabaseLocations::Database('Accounts'),
>>
Hi all, not sure if this is the right list.
I am looking for a PHP to PDF script/help, but I have just contacted my
host company and been advised they do not allow the PHP PDFLib module on
their servers.
Can anyone assist?
Regards,
Gavin
Luhana,
What is line 19?
Please show the coding
On 23/12/2011 01:26, luhana wrote:
Dear Sir
I am getting error
Fatal error: Class 'registryDatabaseLocations' not found in
C:\wamp\www\cc3.php on line 19
please guide
Richard Quadling wrote:
2009/4/30 John Messam:
I am trying to write a php
Dear Sir
I am getting error
Fatal error: Class 'registryDatabaseLocations' not found in
C:\wamp\www\cc3.php on line 19
please guide
Richard Quadling wrote:
>
> 2009/4/30 John Messam :
>>
>> I am trying to write a php program that opens a number of reports written
>> in Crystal 11. From resea
Pierre Joye wrote:
On Mon, Oct 17, 2011 at 10:46 AM, Lester Caine wrote:
Pierre Joye wrote:
Yes Pierre - on the larger systems we run multiple machines, but on sites
that only require a single computer, a single clean stack is also
nice, with
everything in the one base directory and with
Ferenc Kovacs wrote:
? I'm running the full stack on windows as 64 bit code and seeing a
performance improvement over the 32bit version.
we are talking about your whole stack, as you didn't ran benchmarks using 32bit
php vs 64bit php.
I haven't rolled back just part ... in fact I have y
On Mon, Oct 17, 2011 at 10:46 AM, Lester Caine wrote:
> Pierre Joye wrote:
>>>
>>> Yes Pierre - on the larger systems we run multiple machines, but on sites
>>> > that only require a single computer, a single clean stack is also
>>> > nice, with
>>> > everything in the one base directory and wit
On Mon, Oct 17, 2011 at 10:46 AM, Lester Caine wrote:
> Pierre Joye wrote:
>
>> Yes Pierre - on the larger systems we run multiple machines, but on sites
>>> > that only require a single computer, a single clean stack is also
>>> nice, with
>>> > everything in the one base directory and without
Pierre Joye wrote:
Yes Pierre - on the larger systems we run multiple machines, but on sites
> that only require a single computer, a single clean stack is also nice, with
> everything in the one base directory and without the agro of deciding if
> this is a 32bit or 64bit program. Everything
On Mon, Oct 17, 2011 at 9:38 AM, Lester Caine wrote:
> Yes Pierre - on the larger systems we run multiple machines, but on sites
> that only require a single computer, a single clean stack is also nice, with
> everything in the one base directory and without the agro of deciding if
> this is a 32
Ferenc Kovacs wrote:
did you checked your "Program Files (x86)" directory lately?
for windows it is common that there are apps without 64bit versions. :(
If these machines had to run anything other than the Apache/PHP/Firebird stack
that might be relevant, but my hands are tied by the customer
On Sun, Oct 16, 2011 at 10:46 PM, Lester Caine wrote:
> Mixing 32bit and 64bit just seems totally wrong to me ...
There is nothing wrong here but a totally normal configuration.
If one takes care of performances, the database server(s) are separate
servers anyway. And they are totally unrelated
On Sun, Oct 16, 2011 at 10:46 PM, Lester Caine wrote:
> Pierre Joye wrote:
>
>> hi,
>>
>> On Sun, Oct 16, 2011 at 12:24 AM, Lester Caine
>> wrote:
>>
>>> Keith Davis wrote:
>>>
> From everything that I've heard, there is not much benefit to a x64
>
binary for PHP.
>>
Pierre Joye wrote:
hi,
On Sun, Oct 16, 2011 at 12:24 AM, Lester Caine wrote:
Keith Davis wrote:
From everything that I've heard, there is not much benefit to a x64
binary for PHP.
Running all 64bit including the database, I'm seeing a reasonable
performance improvement over a pure 32 bi
On Sun, Oct 16, 2011 at 5:16 PM, Tomasz Krawczyk wrote:
> I was also thinking about x64 php.
> Guys, you said that 64 bit PHP is slightly slower than 32 bit, but there
> might be areas where x64 will be faster. Let's imagine site basing on image
> or video processing. That kind of site could take
W dniu 2011-10-16 16:07, Pierre Joye pisze:
hi Justin!
Well, right. The only advantage is the largest maximal available
memory. But I'd to say that if one is processing GB of XML data using
DOM, then he should seriously consider xmlreader and xmlwriter. They
are stream based parser and used a co
hi Justin!
On Sun, Oct 16, 2011 at 3:57 PM, Justin Dearing wrote:
> On Sun, Oct 16, 2011 at 9:12 AM, Pierre Joye wrote:
>
>> PHP is slower in 64bit than in 32bit modes. Databases (be oracle,
>> mysql or other) are another stories and many of them are faster.
>> However one does not have to run p
On Sun, Oct 16, 2011 at 9:12 AM, Pierre Joye wrote:
> PHP is slower in 64bit than in 32bit modes. Databases (be oracle,
> mysql or other) are another stories and many of them are faster.
> However one does not have to run php in 64bit mode to talk to database
> servers running in 64bit mode.
>
>
hi,
On Sun, Oct 16, 2011 at 12:24 AM, Lester Caine wrote:
> Keith Davis wrote:
>>>
>>> From everything that I've heard, there is not much benefit to a x64
>>
>> binary for PHP.
>
> Running all 64bit including the database, I'm seeing a reasonable
> performance improvement over a pure 32 bit set-u
Agreed on the DB side. We run MySQL x64.
One area I could see using an x64 binary is that we run Wincache and I could
see a scenario in wanting to use more RAM than 32 bit will allow.
Sent from my all-powerful iPhone 4,
Keith Davis 214-906-5183
On Oct 15, 2011, at 5:57 PM, "Ferenc Kovacs" wro
On Sun, Oct 16, 2011 at 12:24 AM, Lester Caine wrote:
> Keith Davis wrote:
>
>> From everything that I've heard, there is not much benefit to a x64
>>>
>> binary for PHP.
>>
>
> Running all 64bit including the database,
yeah, running the database servers on 64bit is a must, mostly because of th
Keith Davis wrote:
From everything that I've heard, there is not much benefit to a x64
binary for PHP.
Running all 64bit including the database, I'm seeing a reasonable performance
improvement over a pure 32 bit set-up on the same AMD 64bit hardware using 64bit
vista order of 10 to 15% faste
Saturday, October 15, 2011 12:00 PM
To: php-windows
Subject: Re: [PHP-WIN] PHP 64-bit binaries?
Ivan Cenov wrote:
> Hello,
>
> I am searching for PHP binaries for Windows 64-bit.
> It seems that such binaries are not supported officially at
http://php.net.
> There is some old unoffic
Ivan Cenov wrote:
Hello,
I am searching for PHP binaries for Windows 64-bit.
It seems that such binaries are not supported officially at http://php.net.
There is some old unofficial binaries in the net.
http://www.anindya.com/ is the current up to date source and links to a small
library of 64
Hello,
I am searching for PHP binaries for Windows 64-bit.
It seems that such binaries are not supported officially at http://php.net.
There is some old unofficial binaries in the net.
Why there are no official support for Windows 64 bit?
--
Regards,
Ivan Cenov
OKTO-7 Co., Botevgrad, Bulgaria
Hello,
I am searching for PHP binaries for Windows 64-bit.
It seems that such binaries are not supported officially at http://php.net.
There is some old unofficial binaries in the net.
Why there are no official support for Windows 64 bit?
--
Regards,
Ivan Cenov
OKTO-7 Co., Botevgrad, Bulgaria
On 19 August 2011 21:18, James Crow wrote:
> On Fri, 19 Aug 2011 21:12:21 +0100, Richard Quadling
> wrote:
>> On 19 August 2011 19:28, James Crow wrote:
>>> On Fri, 19 Aug 2011 17:30:27 +0100, Richard Quadling
>>>
>>> wrote:
On 19 August 2011 17:13, James Crow wrote:
> On Fri, 19 Aug
On Fri, 19 Aug 2011 21:12:21 +0100, Richard Quadling
wrote:
> On 19 August 2011 19:28, James Crow wrote:
>> On Fri, 19 Aug 2011 17:30:27 +0100, Richard Quadling
>>
>> wrote:
>>> On 19 August 2011 17:13, James Crow wrote:
On Fri, 19 Aug 2011 16:33:43 +0100, Richard Quadling
wrote
On 19 August 2011 19:28, James Crow wrote:
> On Fri, 19 Aug 2011 17:30:27 +0100, Richard Quadling
> wrote:
>> On 19 August 2011 17:13, James Crow wrote:
>>> On Fri, 19 Aug 2011 16:33:43 +0100, Richard Quadling
>>>
>>> wrote:
On 19 August 2011 16:16, James Crow wrote:
> Hi all,
>
>
On Fri, 19 Aug 2011 17:30:27 +0100, Richard Quadling
wrote:
> On 19 August 2011 17:13, James Crow wrote:
>> On Fri, 19 Aug 2011 16:33:43 +0100, Richard Quadling
>>
>> wrote:
>>> On 19 August 2011 16:16, James Crow wrote:
Hi all,
I am using the SOAP client to retrieve data from a
On Fri, 19 Aug 2011 16:33:43 +0100, Richard Quadling
wrote:
> On 19 August 2011 16:16, James Crow wrote:
>> Hi all,
>>
>> I am using the SOAP client to retrieve data from a web server. One
field
>> in the returned object is a text string that may contain embedded
>> carriage
>> returns. If I look
On 19 August 2011 16:16, James Crow wrote:
> Hi all,
>
> I am using the SOAP client to retrieve data from a web server. One field
> in the returned object is a text string that may contain embedded carriage
> returns. If I look at the raw packets they appear as '
' in the string.
> When I get the
Hi all,
I am using the SOAP client to retrieve data from a web server. One field
in the returned object is a text string that may contain embedded carriage
returns. If I look at the raw packets they appear as '
' in the string.
When I get the string in the SoapClient the carriage return has been
s
-Original Message-
From: Jeff McKenna [mailto:jmcke...@gatewaygeomatics.com]
Hello everyone,
I see that the PHP Wiki has been down, and I want to access the
wonderful StepByStepBuild instructions there
(http://wiki.php.net/internals/windows/stepbystepbuild). (I even
contributed to that
ilto:jmcke...@gatewaygeomatics.com]
Sent: Friday, April 01, 2011 11:54 AM
To: php-windows@lists.php.net
Subject: [PHP-WIN] PHP Wiki Windows StepByStepBuild
Hello everyone,
I see that the PHP Wiki has been down, and I want to access the
wonderful StepByStepBuild instructions there
(http://wi
.com]
Sent: Friday, April 01, 2011 11:54 AM
To: php-windows@lists.php.net
Subject: [PHP-WIN] PHP Wiki Windows StepByStepBuild
Hello everyone,
I see that the PHP Wiki has been down, and I want to access the
wonderful StepByStepBuild instructions there
(http://wiki.php.net/interna
Hello everyone,
I see that the PHP Wiki has been down, and I want to access the
wonderful StepByStepBuild instructions there
(http://wiki.php.net/internals/windows/stepbystepbuild). (I even
contributed to that page) But I need to follow the steps again now and
I did not record them locally.
>
> --Kris
>
>
>
>
> -Original Message-
> From: Pierre Joye [mailto:pierre@gmail.com]
> Sent: Wednesday, March 30, 2011 11:33 AM
> To: Sascha Meyer
> Cc: Curtis Tammany; php-windows@lists.php.net
> Subject: Re: [PHP-WIN] PHP Startup: Unable to init
post a link here, and I'd be happy to
take a look. =)
--Kris
-Original Message-
From: Pierre Joye [mailto:pierre@gmail.com]
Sent: Wednesday, March 30, 2011 11:33 AM
To: Sascha Meyer
Cc: Curtis Tammany; php-windows@lists.php.net
Subject: Re: [PHP-WIN] PHP Startup: Unable to ini
Hi Pierre,
Could you check which php.ini is loaded via phpinfo()? I assume you have a
php.ini somewhere in your Windows directory pointing to the wrong directory.
For what I see in the error, it is the other way 'round. 5.2 is loaded
and trying to load 5.3 extensions.
right, httpd.conf points to
On Wed, Mar 30, 2011 at 8:27 PM, Sascha Meyer wrote:
> Could you check which php.ini is loaded via phpinfo()? I assume you have a
> php.ini somewhere in your Windows directory pointing to the wrong directory.
For what I see in the error, it is the other way 'round. 5.2 is loaded
and trying to loa
Could you check which php.ini is loaded via phpinfo()? I assume you have
a php.ini somewhere in your Windows directory pointing to the wrong
directory.
@Pierre: thanks for the internal info about how to identify 5.2 vs 5.3
extension, I didn't have a clue about how to interpret the module API
ok. Let me start it again from scratch.
[30-Mar-2011 12:09:59] PHP Warning: PHP Startup: bz2: Unable to initialize
module
Module compiled with module API=20090626, debug=0, thread-safety=1
PHPcompiled with module API=20060613, debug=0, thread-safety=1
API=20060613 IS php 5.2, period. See:
h
This is how it is in httpd.conf:
#BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
PHPIniDir "C:/PHP536/"
LoadModule php5_module "C:/PHP536/php5apache2_2.dll"
#END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
AddType application/x-httpd-php .php
I had to upgrade to Apache 2.2.17 as it was t
Again, that's simply not the case. We did check the packages. Double
check your config and be sure that a) you actually use 5.3.6 and b)
that you actually load 5.3's exts.
Cheers,
On Wed, Mar 30, 2011 at 7:47 PM, Curtis Tammany wrote:
> All of the files came from php-5.3.6-Win32-VC9-x86.msi
>
>
All of the files came from php-5.3.6-Win32-VC9-x86.msi
Check your package...
"Pierre Joye" wrote in message
news:AANLkTinJ=y4UJ3nRax=jx1unophn6k2gcklr4bc7v...@mail.gmail.com...
sorry but you are. See the API versions.
On Wed, Mar 30, 2011 at 7:33 PM, Curtis Tammany
wrote:
> I had to upgrade
Dnia 30-03-2011 o 19:33:58 "Curtis Tammany"
napisał(a):
I had to upgrade to PHP 5.3.6 on a Windows environment.
That was ONLY available on windows.php.net as a VC9 version (downloaded
the
Thread-safe installer)
All of the dlls in the ext folder came with PHP 5.3.6
I'm not mixing versions.
sorry but you are. See the API versions.
On Wed, Mar 30, 2011 at 7:33 PM, Curtis Tammany wrote:
> I had to upgrade to PHP 5.3.6 on a Windows environment.
> That was ONLY available on windows.php.net as a VC9 version (downloaded the
> Thread-safe installer)
> All of the dlls in the ext folder came
I had to upgrade to PHP 5.3.6 on a Windows environment.
That was ONLY available on windows.php.net as a VC9 version (downloaded the
Thread-safe installer)
All of the dlls in the ext folder came with PHP 5.3.6
I'm not mixing versions..
"Pierre Joye" wrote in message
news:AANLkTi=zkyY58WSghM9d=
hi,
Module compiled with module API=20090626, debug=0, thread-safety=1
PHPcompiled with module API=20060613, debug=0, thread-safety=1
To me it looks like you are trying to load a php 5.3 extension using php 5.2.
On Wed, Mar 30, 2011 at 6:28 PM, Curtis Tammany wrote:
> Hello-
>
> I've finn
Hi Curtis,
Curtis wrote:
I've finnally got PHP 5.3.6 running under Apache 2.2.17 (on Windows). PHP
came from windows.php.net.
...
All of the DLLs are in the ext folder and extension_dir is set correctly.
The VC9 redistributable is also installed.
What is going on??
Just have a look at the side
Hello-
I've finnally got PHP 5.3.6 running under Apache 2.2.17 (on Windows). PHP
came from windows.php.net.
I'm seeing these warnings in the PHP log:
[30-Mar-2011 12:09:59] PHP Warning: PHP Startup: bz2: Unable to initialize
module
Module compiled with module API=20090626, debug=0, thread-saf
Hi All,
I am new to PHP and trying to create the follofing
I am changing the Database and wanting to list the navigation names in
the database, so when one is click the corresponding content is
displayed.
I have the list from the database displayed as links:
hi,
Can you open a bug at bugs.php.net please?
Thanks,
On Thu, Jan 6, 2011 at 10:37 PM, Lars Mueller wrote:
> Hi
>
> Has anyone had the following problem using the installer to install PHP as
> an apache module?
>
> When installing, the http.conf is modified, but it leaves the path blank:
> BEG
1 - 100 of 2116 matches
Mail list logo