Jump to content

lgastmans

Members
  • Posts

    6
  • Joined

  • Last visited

About lgastmans

  • Birthday 05/24/1969

Contact Methods

  • MSN
    lgastmans@sify.com

Profile Information

  • Gender
    Male
  • Location
    Auroville, India

lgastmans's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. For those interested, and who might have the same problem with Windows and the ftp_ssl_connect function: I used the php curl function instead.
  2. Yii is definitely a good choice, and if you add Bootstrap to it, and then a few modules, you have a working app ready with very little effort
  3. Dear Christian, I had typed out my response to you fully and then the internet snapped... so here goes again: The error I get is with the function ftp_ssl_connect(). When I run code that uses this function it throws an error, function does not exist. And when I run the following command in the shell: j:\php --rf ftp_ssl_connect the response is also that the function does not exist. In phpinfo openssl is enabled, that I have verified again. Thank you for your time.
  4. Dear Christian, On my Ubuntu partition it works fine, but I need to make it work on Windows... As far as I understand, I need to compile PHP manually on Windows, right? Does this link look good to you: http://phpmaster.com/compiling-php-from-source-on-windows/ And I have a working copy installed currently, do I need to remove all of it, Apache2.2 and PHP, before starting this procedure? Thanks for taking the time
  5. Hi All, I am trying to make openssl work for Windows XP with the aim of being able to use the function ftp_ssl_connect(). I have gone over a lot of sites but I am running into what looks like a simple problem, but I think I have spent enough time on it to warrant some help. I have downloaded and extracted the files from the following file: php-5.2.17-Win32-VC6-x86 I have configured the apache2.2 conf file and the php ini file and it all works fine except for openssl. In the php ini file i have uncommented the line extension=php_openssl.dll and i have copied the files libeay32.dll and ssleay32.dll into the windows/system32 folder. phpinfo says that openssl is enabled. Now the problem: I have read that I can configure php by running the following command from the shell ./configure --with-openssl /usr/bin/openssl but this is where I keep getting the following error (I have installed openssl from Win32OpenSSL-1_0_1e.exe): '.' is not recognized as an internal or external command. some help would be greatly appreciated
  6. just joined PHP Freaks - and have a question... I need to print barcode labels on a Birch BP-744 label printer So far I have managed to 1. create the barcode image as a jpg file 2. install MagickWand to create a bmp version of this image 3. successfully printed this on a laser printer, via parallel port, using the PHP printer_open, printer_draw_bmp, printer_close functions 4. successfully printed on a laser printer connected via USB port (found out I had to set Apache permissions) But when I print to this barcode printer it just spits out a few rows of labels, ALL BLANK! I am testing this on Windows XP SP2, and Xampp 1.6.2 I am freaking out, because all of the above 4 points involved a lot of hard earned knowledge, and now I just get blank labels Anybody have any ideas, suggestions?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.