could have been redirected by the team but what should I say
besides *sigh* Re: Just want the server debugger, not the whole
Platform... [message #9802 is a reply to message
#6803 ] Mon, 23 April 2007 03:16 Go to
previous message Go to next message robiman is currently
offline robiman I've made changes to php.ini as
suggested, but I cannot load optimizer and debugger extension
at the same time - I get this message in error.log: laptop battery
PHP Warning: Zend Debug Server for PHP 5.1.x cannot be found (expected at '\\xampp\\php\\zendOptimizer\\lib\\Debugger\\php-5.1.x\\ZendDebugger.dll') - try reinstalling the Zend Debug Server in Unknown on line 0
You can download the Platform, and see the hell (my post
about my problems):
http://www.zend.com/forums/index.php
t=msg&th=3542&s tart=0&S= Sorry for my
rage, but if you used the former Zend Studio Server, you'll
understand me. It's clear that the most topics in this
forum are related to this problem. Is it hard to see the
costumer problems [Updated on: Mon, 23 April 2007 07:31] thinkpad
Re: Just want the server debugger, not the whole Platform...
[message #9812 is a reply to message #9808 ]
Mon, 23 April 2007 08:50 Go to previous
message Windows users: I thought I had put this
earlier in the thread, but when my system got clobbered by the
whole Platform install, I found the "sc" command --
which, depending on your version of Windows you may need to
download from a Resource Kit -- can delete unwanted services.
Of course, you can uses the Services snap-in (under
Administrator tools in XP) to at least set the Zend services to
only start manually. But sc lets you delete them from the
registry, microsoft
sc query will dump a long list of services that shows the
SERVICE_NAME (the snap in displays, appropriately, the
DISPLAY_NAME), then sc delete [SERVICE_NAME] removes the
registry entries. Of course, you will also need to figure out
how to tweak your php.ini to get the services you do want
working without the rest. (For me, that's the debugger and
the optimizer.) I would echo/enhance the general sentiment that
Zend seems to feel it's grown too big for *our* britches,
now that IBM and Oracle are paying attention to Zend, Zend
seems to be forgetting the needs of small developers that got
PHP going. Oh, well... another casualty of the free market, I
suppose! laptop computers
-=] Back to Top [=- [ Generate
printable PDF ] [ Syndicate this forum
(XML) ] Current Time: Mon Jul 30
07:07:24 EDT 2007 Total time taken to generate the page:
2.05764 seconds .:: Contact :: Home ::.
Powered by: FUDforum 2.7.2. Copyright ©2001-2004
FUD Forum Bulletin Board Software Zend
Extension Manager Zend Extension Manager Zend Extension Manager
fc 91 e 4199 d 82 bae 006773 f 7 dbd 2 ec 133 Zend Extension
Manager Zend Extension Manager dd 8 bc 65 edd 6 a 915 c 5766 e
663 f 7 bdb 066 laptop computer
Switch to threaded view of this topic Create a new
topic Submit Reply
Received Certification [message #9813] Mon, 23 April 2007
09:38 sidrit is currently offline sidrit
Messages: 4 Registered: March 2007
Junior Member Today i received my certification. It took
exactly 32 days. Frankly i wasn't even expecting it. I
don't know if Zend changed the printing/delivering company,
but, good job! desktop computer
Switch to threaded view of this topic Create a new
topic Submit Reply
determining the auto increment id [message #9758] Thu, 19
April 2007 14:52 Go to next message dzarder is
currently offline dzarder Messages: 37
Registered: February 2007 Member If I insert a
record into a DB2 table that contains an auto increment field,
is there some sort of i5 php function I can use to determine
what the assigned auto increment id# was for that record notebooks
run just after your insert SELECT IDENTITY_VAL_LOCAL() FROM
SYSIBM.SYSDUMMY1 Re: determining the auto increment id [message
#9817 is a reply to message #9760 ] Mon, 23
April 2007 12:46 Go to previous message Thanks
ledahu, that works! After further research, I had found this
syntax: SELECT * FROM FINAL TABLE (INSERT INTO X VALUES .) I
had hoped this SELECT/INSERT combo would work with the FINAL
TABLE clause. But I do not know if this is supported on iSeries
DB2 (it did not work when I attempted to use it). The article I
found that described this referred to zSeries. lenovo
Swedish Characters [message #9818] Mon, 23 April 2007 12:50
jaroslav1 is currently offline jaroslav1
Messages: 31 Registered: December
2006 Member Hi, I have got a problem with Swedish characters on
.php page. It looks greate when I upload file to i5. Later when
I open php file (index.php) which inkluded swedish characters
on web server shows wrong characters on the page. hard drive
By the way. If Zend claims that their software increase the
speed why the hell would the page of your OWN forum takes 46
seconds to load Re: At last one network where Zend cannot run
[message #10120 is a reply to message #10002 ]
Tue, 08 May 2007 12:02 Go to previous message jshucart
is currently offline jshucart Messages: 529
Registered: January 2006 travelstar
Senior Member The Zend Optimizer is primarily for decoding
encoded pages. Its optimization capability is done at the
pre-processing level and will not provide a significant
performance improvement. You may be thinking of a byte-code
cache which is a feature of the Zend Platform. Byte-code caches
can provide up to a 300% increase in performance. Previous
Topic: Installing ZO in linux shared
hosting gateway
Zend.com Forums: Zend Core for i5/OS => debugger
don't answer
Switch to threaded view of this topic Create a new
topic Submit Reply
debugger don't answer [message #10004] Wed, 02 May 2007
06:13 Go to next message jaroslav1 is currently offline
jaroslav1 Messages: 31 Registered:
December 2006 Member I have tried to debug a php script p my i5
but it won't work. I set properties in tools in my client
studio 5.5 to following: laptop parts
http://myServer:89
and than tried to connect to debugger server. I have gotten
back following message: Could not establis connection. The zend
debug server did not connect. I have also tried to set url to
my test.php script as following:
http://myServer:89/test/test.php with same
result. Can anyone debug i5/OS Thank a lot for every answers. /
Jare Report message to a moderator software
Re: debugger don't answer [message #10005 is a
reply to message #10004 ] Wed, 02 May 2007 07:24
Go to previous message Go to next message duieolson is
currently offline duieolson Messages: 17
Registered: March 2007 Junior Member Jare, I
had that problem until I went into the ZendCore Admin settings,
in the Configuration...Zend Studio Server tab. hard drives
In there I had to make an entry for the IP address of my
machine in the Allowed Hosts section so that it would allow
remote connects to the i5 machine/zendcore. I also changed the
Expose Remotely option to Always. electronics
Then end and restart the apache server from the i5 screen
using the go zendcore/zcmenu command, option 5... then option
6. Then it worked fine. Good luck! Re: debugger don't
answer [message #10210 is a reply to message
#10005 ] Fri, 11 May 2007 13:45 Go to previous
message Hi, thanks a lot. It works nice now. Previous
Topic: ZEND_INI_FILE message Next Topic:
Does PHP scale well on i5 Goto Forum: canon
ZEND Platform and XAMPP [message #10006] Wed, 02 May 2007
08:08 Go to next message walber2409 is currently
offline walber2409 Messages: 4
Registered: January 2006 Junior Member
Razz Dear all: XAMPP - sorry if I bore those
who know it well enough - is a popular packaged distribution
consisting of Apache/MySql/Php/Pearl and a host of other
utilities. It comes in two flavours, with XAMPP running on
Windows. desktop pc
On my XP SP2 system I recently added ZEND Platform to my
ZEND Studio environment. From then on nothing much worked any
more: 1) IE7 wouldn't parse pages with PHP code but asked
to download the code instead 2) XAMPP had its mysql component
deactivated When I re-installed XAMPP, the error didn't go
away; instead I had trouble connecting to the ZEND Debug Server
in my ZEND dev environment ... I'm pretty much at my
wits' end. desktop computers
Appreciate your help! Thanx Werner. Nuremberg [Updated on:
Wed, 02 May 2007 08:09] Report message to a
moderator Re: ZEND Platform and XAMPP [message #10097
is a reply to message #10006 ] Mon, 07 May
2007 16:37 Go to previous message Go to next message
jshucart is currently offline jshucart Messages: 529
Senior Member think pad
Please upgrade to Zend Platform 3. I think you will have an
easier time. Re: ZEND Platform and XAMPP [message #10299
is a reply to message #10006 ] Wed, 16 May
2007 07:30 Go to previous message Go to next
message I've been using Platform 3.0 right from
the start. I wouldn't konow of any other.
Confused [Updated on: Wed, 16 May 2007 07:30]
Re: ZEND Platform and XAMPP [message #10379 is a reply
to message #10006 ] Fri, 18 May 2007 15:54 Go
to previous message Go to next message repair
Then I recommend opening a support ticket because the issue
sounds a bit more involved than what can be addressed in the
forum. http://www.zend.com/support there is a
submit ticket link there. data recovery
I am not sure I saw this before, and it is currently my only
lead. I tried reinstalling ZendGuard. Any ideas Thanks much..
Report message to a moderator Re: ZendGuard
runtime warning, subsequent Optimizer errors [message #7475
is a reply to message #7456 ] Thu, 04 January
2007 02:05 Go to previous message Go to next
message Anonymous Coward This is probably caused by
some QT issue on your machine. Can you upgrade your QT
libraries If this doesn't help please detail here the exact
QT packages version you have installed. cisco
Re: ZendGuard runtime warning, subsequent Optimizer errors
[message #7498 is a reply to message #7475 ]
Thu, 04 January 2007 14:18 Go to previous message Go to
next message keyboard
I rebuilt the qt libraries (actually, it was a slight
upgrade to 3.3.6-r4). The warning is still there and my script
still exits prematurely without error. I'm going to try to
reinstall the optimizer too to see if that helps. Is there a
way to get more detailed information from the optimizer to find
out where it chokes It does not give me an error message, the
script just dies. thanks.. Re: ZendGuard runtime warning,
subsequent Optimizer errors [message #7540 is a reply
to message #7498 ] Sun, 07 January 2007 03:52
Go to previous message Go to next message monitor
Its not Optimizer, but rather Guard problem. No Optimizer
involved in this. Don't forget to run ldconfig at the end
of the process. Re: ZendGuard runtime warning, subsequent
Optimizer errors [message #7584 is a reply to message
#7456 ] Tue, 09 January 2007 15:12 Go to
previous message Go to next message i ran ldconfig and
reinstalled zend guard. Error still pops up when i run
zendguard and the script in mention still does not execute
obfuscated. desktop
I also tried obfuscating the file on another machine
(windows) and have tried running the script on a different
machine (linux liveCD with optimizer installed). Same results.
Is there a debug dump i can see/post that indicates where the
script is failing Re: ZendGuard runtime warning, subsequent
Optimizer errors [message #7749 is a reply to message
#7456 ] Tue, 16 January 2007 00:25 Go to
previous message infosys
zend_spektom is currently offline zend_spektom
Messages:
7 Registered: July 2006 Hi, Is there a
file /usr/local/Zend/ZendGuard-4.0.1/bin/ZendGuard.sh If it
exists, please run this file instead of
/usr/local/Zend/ZendGuard-4.0.1/bin/ZendGuard. If it
doesn't exist, then your installation is not complete -
please re-install. Sorry for delay. Previous Topic:
Encoded files not working even with
Optimizer refurbished laptops
Zend.com Forums: Zend Guard => Help installing Zend
Guard using the silent command line method.
Switch to threaded view of this topic Create a new
topic Submit Reply
Help installing Zend Guard using the silent command line
method. [message #7966] Thu, 25 January 2007 17:14 Go
to next message seriosbrad is currently offline seriosbrad
Messages: 1 Registered: January 2007
Junior Member I'm not a server guy at all so I appreciate
any help offered here! wipro
I created a properties file with the contents: lap top
INSTALLER_UI=SILENT USER_INSTALL_DIR=/usr/local/Zend/Guard4
And saved it with the name "properties"
root@vps [/]# ./ZendGuard-4_0_1.bin -f <
> -bash: syntax error near unexpected token `newline'
What am I doing wrong [Updated on: Thu, 25 January 2007 17:15]
Report message to a moderator Re: Help
installing Zend Guard using the silent command line method.
[message #8022 is a reply to message #7966 ]
Sun, 28 January 2007 02:47 Go to previous
message refurbished
icon4.gif
Decode encoded file !!! [message #6294] Sat, 18 November
2006 06:59 Go to next message ehsun7b is currently
offline ehsun7b Messages: 10
Registered: July 2006 Junior Member Is there
any way to decode the php files which were encoded by Zend
encoder I want to sell an application without source and want
to be sure that they can not gain the source.
Confused memory
Report message to a moderator icon4.gif
Re: Decode encoded file !!! [message #7301 is a
reply to message #6294 ] Tue, 26 December 2006 05:15
Go to previous message Go to next message hadiyoga77 is
currently offline hadiyoga77 Messages: 1
Registered: December 2006 yeah .. how to
decode php encoded by zend intel
Added by: adamolsen Entered: 18/07/2001
Last modified: 02/11/2002 Rating: * * * * (6
votes) Views: 13358 A class to interface with the authorize.net
merchant account company. Supports credit cards or checks.
Authorize.Net, QuickCommerce, PlanetPayment Gateway
Class Added by: praefex Entered:
09/05/2003 as400
Last modified: 05/12/2002 Views: 5486 This is an update to a
class already in the code library. It is updated to handle
Auth.net's v3.1 AIM Transactions. CCVal
Added by: Darguz Entered: 14/03/2000 Last
modified: 08/12/1999 Rating: * * * * (19
votes) Views: 11886 This function accepts a credit card number
and, optionally, a code for a credit card name. If a Name code
is specified, the number is checked against card-specific
criteria, then validated with the Luhn Mod 10 formula.
Otherwise it is only checked against the formula. It can be
used for Visa, Mastercard, Amex, Discover, Diners Club and
JCB averatec
Number Speller
Added by: lesantoso Entered: 01/12/2006
Last modified: 02/11/2005 Views: 1102 A function that takes a
number and spells it out in English. pfpro.class -
Verisign payflowpro class Added by:
Chikki Entered: 01/08/2002 Last modified:
08/12/2001 Rating: * * * * * (4 votes) Views:
5148 A Verisign pfpro class for managing credit card
transactions through Verisign. Includes ability to do AVS
checks and add order comments. hardware
PHP Paypal IPN Integration Class v1.0.0
Entered: 16/04/2005 Views: 11776 This file provides a neat
and simple method to interface with paypal and the paypal
Instant Payment Notification (IPN) interface. It is designed to
be an aid, and therefore provide the developer with complete
control. I've also included a demonstration file in the
zip, called paypal.php, which shows how to use the class. This
class handles the submission of an order to paypal aswell as
the processing an Instant Payment Notification (IPN). Including
the demonstration file, the entire "paypal system"
consists of just 2 PHP scripts. Once is the class and one
implements the class. dual xeon
PHP/MySQL Shopping cart
Added by: homechicken Entered: 03/04/2000
Rating: * * * * (46 votes) Views: 88792 This
was based on a shopping cart by Ethan Schroeder. You can still
find the original on px.sklar.com (thanks Bill)
Priority Mail Shipping Calculator Last
modified: 07/12/2000 Views: 5962 This function returns the
price to send a standard Priority Mail package from one zip
code to another zip code, based on weight. No USPS-issued
username or password is required. Safety feature. Error
repression. storage
Zend - The php Company Register | Log in |
My Zend | Code Gallery: Top Ten Authors
Position Posts Author 1 21 idban 2 17
codewalkers 3 15 RLYNCH 4 13
hermawan 5 13 joeldg 6 13
robf 7 12 woodys 8 11
sultanzahir seagate
Zend - The php Company Register | Log in |
My Zend | Code Gallery: Top Ten Rated Items 1
Counterstrike Type: class Added by:
schack Entered: 21/03/2001 Last modified:
03/12/2000 Rating: * * * * * (3 votes) Views:
10494 A class for doing serverstatus-queries against
Halflife/Counterstrike servers computer sales
3 Authorize.net AIM Script (Version 2.0)
Type: application Added by: ErikJS Entered:
10/01/2004 Last modified: 01/12/2003 Views: 7946 An easy to use
script to help those who are having difficulty with
Authorize.net's AIM method. (New version allows use of all
Authorize.net's returned information) 4 RC4
encryption function Added by:
danzarrella computer hardware
5 MySQL Date Validation and Convertion
Added by: esammons Entered: 18/09/2001 Last
modified: 09/12/2000 Views: 13128 Converts a user-entered date
field into standard MySQL format. Also checks that the date
entered is a valid date. Accepts mm/dd/yyyy, mm-dd-yyyy,
yyyy/mm/dd, and yyyy-mm-dd formats. 6 Age
Calculation Added by:
mattnorniron printers
9 MySQL Database Backup Added by:
woodys Entered: 31/07/2001 Last modified:
08/12/2000 Views: 6985 This is a function that backs up the
structure and data of a MySQL database and represents them as a
large text file of SQL statements. Doesn't require special
disk access permissions, it pulls everything through the
connection handle itself. Output can be sent transfered via FTP
(i.e. by transfering the text file) or by HTTP (i.e. by direct
output to the invoking browser). technology
By: fontenay on Sun, 21 January 2007 2 985
Mon, 22 January 2007 05:14 By: fontenay In phpmyadmin
the table is not added in database Y By:
sekarganesh on Mon, 22 January 2007 0 949 Mon,
22 January 2007 03:08 By: sekarganesh $_POST and
multiple selection form By:
darkstarchaos on Sun, 21 January 2007 1 1014
Sun, 21 January 2007 11:26 mainframe
Help me...
By: madhankmmr on Sat, 20 January 2007 0
944 Sat, 20 January 2007 01:52 By: madhankmmr HTML|
Leading to PHP page, HELP! By: zift88
on Sat, 20 January 2007 0 950 Sat, 20 January 2007 02:01 By:
zift88 Anybody Explain to me this program By:
sekarganesh on Sat, 20 January 2007 0 931 Sat,
20 January 2007 00:05 samsung
May I ask you a questions
By: sekarganesh on Thu, 18 January 2007 1
705 Fri, 19 January 2007 16:47 please explain this
programme concept By: sekarganesh on
Fri, 19 January 2007 1 652 Fri, 19 January 2007 10:54
htaccess issue By:
testuserabc on Thu, 18 January 2007 1 674 Thu,
18 January 2007 18:14 computer repair
No more hair to pull out!!! (newbie question)
By: onlineguidefinder on Thu, 18 January
2007 1 635 Thu, 18 January 2007 15:33 By:
onlineguidefinder Help for pattern matching
problem!!!!!! By: jaisenantc on Tue,
09 January 2007 4 1452 Thu, 18 January 2007 14:47 mysql
transaction in php, how By: madman0
on Sat, 13 January 2007 2 1379 Wed, 17 January 2007 23:26 used computers
HTTP requests
By: mdo on Fri, 12 January 2007 1 717 Wed,
17 January 2007 17:09 By: mdo PHP Form
Handling By: domdeez on Wed, 17
January 2007 0 1071 Wed, 17 January 2007 12:04 By:
domdeez Type Hinting using NULL default By:
macpaxson on Wed, 17 January 2007 0 900 Wed,
17 January 2007 07:08 network
By: macpaxson PHP: Dynamic func. naming 5
By: SergeyShilko on Wed, 27 December 2006 2
1246 Wed, 17 January 2007 01:56 By: SergeyShilko Three
questions about Zend Search : boost a field, characters and
sort by a field By: ecocentric on
Tue, 16 January 2007 0 849 Tue, 16 January 2007 19:47 By:
ecocentric digital cameras
Multidimensional array problem
By: thinkpink on Tue, 16 January 2007 1
898 Tue, 16 January 2007 15:27 By: thinkpink Problem
with using exec By: lasse83 on Mon,
15 January 2007 2 1142 Tue, 16 January 2007 08:32 By:
riksi icon4.gif encrypted file as email
attachment By: raunak82 on Mon, 15
January 2007 0 1039 Mon, 15 January 2007 23:56 desktops
By: raunak82 web hosting By:
kpraman on Fri, 12 January 2007 1 718 Mon, 15
January 2007 08:03 By: kschroeder Problem in video
uploading By: vidyadoiphode on Mon,
15 January 2007 1 665 Mon, 15 January 2007 05:59 Pages (38): [
« < 4 5 6 7 8 9 10 11 12 13
14 15 16 17 18 19 > »] Create a new
topic Goto Forum: cognos
Problem in video uploading
By: vidyadoiphode on Mon, 15 January 2007
1 665 Mon, 15 January 2007 05:59 By: riksi can any body
tell how to remove javascript error in this one By:
satyac46 on Sat, 13 January 2007 2 1127 Mon,
15 January 2007 05:50 playing audio and video files
without prompt for download hosting
By: testuserabc on Mon, 20 November 2006 1
1183 Mon, 15 January 2007 02:19 By: vidyadoiphode
icon7.gif voting system By: imi_99 on
Wed, 10 January 2007 4 1507 Sun, 14 January 2007 15:05 By:
imi_99 upload parse with php://stdio and
php/cgi By: robertlam on Sun, 14
January 2007 0 1059 Sun, 14 January 2007 01:55 netfinity
By: robertlam icon8.gif A 1 line php program that
doesn't work By: bobkohm on Sat,
13 January 2007 4 1230 Sat, 13 January 2007 17:15 By:
bobkohm php_w32api.dll By:
SmegPlaza on Sat, 13 January 2007 0 1009 Sat,
13 January 2007 15:37 By: SmegPlaza Run time php.ini
setting internet
By: yashdhananjay on Sat, 13 January 2007 1
910 Sat, 13 January 2007 15:24 By: stadskle What's
the different between $x->y and between
$x['y'] By: madman0 on Sat,
13 January 2007 2 752 Sat, 13 January 2007 13:47 By:
arash_archer Know any good php Editor By:
madman0 on Sat, 13 January 2007 1 708 Sat, 13
January 2007 13:43 cheap computer
monebaggasse
Computer memory is the quickest, cheapest, and easiest way to improve the performance of your system. Find RAM memory upgrades for desktops, laptops, servers, and printers all backed by a lifetime warranty and guaranteed compatible with your computer. Shipping is an everyday low price of $1.99! Computer Memory Outlet sells memory compatible with all leading computer manufacturers like Dell, Apple, Compaq, HP, Sony, IBM, Lenovo, and many more.”
-Zend and IBM Sponsor Wiki for System i PHP Redbook Development ( 12) //www.itjungle. story07.html 5. Announcements There will be many announcements regarding PHP and Zend over the next three months that will interest all who are reading this and many who are not receiving these monthly updates. It is a very exciting time for those on the System i platform wishing to build web applications and we, Zend, look forward to working closer with all of you.