AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Thema durchsuchen
Ansicht
Themen-Optionen

PHP4Delphi

Ein Thema von Ryzinski · begonnen am 2. Okt 2012 · letzter Beitrag vom 6. Okt 2012
Antwort Antwort
Seite 1 von 2  1 2      
Ryzinski

Registriert seit: 2. Okt 2012
38 Beiträge
 
#1

PHP4Delphi

  Alt 2. Okt 2012, 16:48
Hello!

Is there a new version out there for Delphi XE2/XE3? Because looks like the
project is dead. Or is there an alternative for it? Concept is great but won't work with
either 5.4.7/5.3.17

http://sourceforge.net/projects/psvl...es/PHP4Delphi/


PHP4Applications specifically.
  Mit Zitat antworten Zitat
Ryzinski

Registriert seit: 2. Okt 2012
38 Beiträge
 
#2

AW: PHP4Delphi

  Alt 3. Okt 2012, 21:49
Can someone port this to 64 bits? The 32bit assembler and 64bit assembler are quite different, other registers, other data sizes and so on. Also the inline asm in Win64 cannot be used with pascal. It's possible to have a procedure with an asm block, but it's not possible to combine the asm block with pascal statements.


Errors:
[DCC Error] ZENDAPI.pas(1078): E2197 Constant object cannot be passed as var parameter
[DCC Error] ZENDAPI.pas(1877): E2116 Invalid combination of opcode and operands
[DCC Error] ZENDAPI.pas(1890): E2116 Invalid combination of opcode and operands
[DCC Error] ZENDAPI.pas(1891): E2116 Invalid combination of opcode and operands
[DCC Error] ZENDAPI.pas(1892): E2116 Invalid combination of opcode and operands
[DCC Error] ZENDAPI.pas(1897): E2116 Invalid combination of opcode and operands
[DCC Error] ZENDAPI.pas(1899): E2116 Invalid combination of opcode and operands
[DCC Error] ZENDAPI.pas(2513): E1025 Unsupported language feature: 'ASM'
[DCC Error] ZENDAPI.pas(2513): E2029 ';' expected but 'ASM' found
[DCC Error] ZENDAPI.pas(2514): E2003 Undeclared identifier: 'global_value'
[DCC Error] ZENDAPI.pas(2515): E2003 Undeclared identifier: 'tsrmls_dc'
[DCC Error] ZENDAPI.pas(2518): E2003 Undeclared identifier: 'global_ptr'
[DCC Error] ZENDAPI.pas(2519): E2029 '.' expected but ';' found
[DCC Error] ZENDAPI.pas(54): E2065 Unsatisfied forward or external declaration: 'AnsiFormat'
[DCC Error] ZENDAPI.pas(140): E2065 Unsatisfied forward or external declaration: 'zend_hash_add_or_update'
[DCC Error] ZENDAPI.pas(177): E2065 Unsatisfied forward or external declaration: 'zend_hash_init'
[DCC Error] ZENDAPI.pas(180): E2065 Unsatisfied forward or external declaration: 'zend_hash_init_ex'
[DCC Error] ZENDAPI.pas(354): E2065 Unsatisfied forward or external declaration: '_zval_copy_ctor'
[DCC Error] ZENDAPI.pas(356): E2065 Unsatisfied forward or external declaration: '_zval_dtor'
[DCC Error] ZENDAPI.pas(801): E2065 Unsatisfied forward or external declaration: 'DupStr'
[DCC Error] ZENDAPI.pas(820): E2065 Unsatisfied forward or external declaration: 'GetCompilerGlobals'
[DCC Error] ZENDAPI.pas(821): E2065 Unsatisfied forward or external declaration: 'GetExecutorGlobals'
[DCC Error] ZENDAPI.pas(822): E2065 Unsatisfied forward or external declaration: 'GetAllocGlobals'
[DCC Error] ZENDAPI.pas(838): E2065 Unsatisfied forward or external declaration: 'object_init'
[DCC Error] ZENDAPI.pas(840): E2065 Unsatisfied forward or external declaration: 'Z_LVAL'
[DCC Error] ZENDAPI.pas(841): E2065 Unsatisfied forward or external declaration: 'Z_BVAL'
[DCC Error] ZENDAPI.pas(842): E2065 Unsatisfied forward or external declaration: 'Z_DVAL'
[DCC Error] ZENDAPI.pas(843): E2065 Unsatisfied forward or external declaration: 'Z_STRVAL'
[DCC Error] ZENDAPI.pas(844): E2065 Unsatisfied forward or external declaration: 'Z_STRLEN'
[DCC Error] ZENDAPI.pas(845): E2065 Unsatisfied forward or external declaration: 'Z_ARRVAL'
[DCC Error] ZENDAPI.pas(846): E2065 Unsatisfied forward or external declaration: 'Z_OBJ_HANDLE'
[DCC Error] ZENDAPI.pas(847): E2065 Unsatisfied forward or external declaration: 'Z_OBJ_HT'
[DCC Error] ZENDAPI.pas(848): E2065 Unsatisfied forward or external declaration: 'Z_OBJPROP'
[DCC Fatal Error] PHPCommon.pas(234): F2063 Could not compile used unit 'ZendAPI.pas'

http://code.google.com/p/php5delphi/downloads/list

Edit:
Is English a problem?

Geändert von Ryzinski ( 4. Okt 2012 um 00:17 Uhr)
  Mit Zitat antworten Zitat
Ryzinski

Registriert seit: 2. Okt 2012
38 Beiträge
 
#3

AW: PHP4Delphi

  Alt 4. Okt 2012, 12:55
207 Hits and no reply?
  Mit Zitat antworten Zitat
Benutzerbild von Uwe Raabe
Uwe Raabe

Registriert seit: 20. Jan 2006
Ort: Lübbecke
11.021 Beiträge
 
Delphi 12 Athens
 
#4

AW: PHP4Delphi

  Alt 4. Okt 2012, 12:59
207 Hits and no reply?
Probably because no one is very keen to do that?
Uwe Raabe
Certified Delphi Master Developer
Embarcadero MVP
Blog: The Art of Delphi Programming
  Mit Zitat antworten Zitat
Ryzinski

Registriert seit: 2. Okt 2012
38 Beiträge
 
#5

AW: PHP4Delphi

  Alt 4. Okt 2012, 13:02
PHP4Delphi was discussed here. So that can't be the problem.
  Mit Zitat antworten Zitat
Benutzerbild von Uwe Raabe
Uwe Raabe

Registriert seit: 20. Jan 2006
Ort: Lübbecke
11.021 Beiträge
 
Delphi 12 Athens
 
#6

AW: PHP4Delphi

  Alt 4. Okt 2012, 13:12
PHP4Delphi was discussed here. So that can't be the problem.
I meant: Can someone port this to 64 bits?

No one can answer with No to this question, but as you get no other response, even someone who would be able to do it is not very keen to actually do it.
Uwe Raabe
Certified Delphi Master Developer
Embarcadero MVP
Blog: The Art of Delphi Programming
  Mit Zitat antworten Zitat
Ryzinski

Registriert seit: 2. Okt 2012
38 Beiträge
 
#7

AW: PHP4Delphi

  Alt 4. Okt 2012, 13:21
I don't know ASM thats why I asked? People ask all sorts of things yet they get some sort of response.
Angehängte Dateien
Dateityp: pas ZendAPI.pas (91,2 KB, 4x aufgerufen)
  Mit Zitat antworten Zitat
Ryzinski

Registriert seit: 2. Okt 2012
38 Beiträge
 
#8

AW: PHP4Delphi

  Alt 5. Okt 2012, 11:58
Bump bump buump
  Mit Zitat antworten Zitat
Benutzerbild von Uwe Raabe
Uwe Raabe

Registriert seit: 20. Jan 2006
Ort: Lübbecke
11.021 Beiträge
 
Delphi 12 Athens
 
#9

AW: PHP4Delphi

  Alt 5. Okt 2012, 12:13
Bump bump buump
Looks like no one besides you is interested in this project anymore.
Uwe Raabe
Certified Delphi Master Developer
Embarcadero MVP
Blog: The Art of Delphi Programming
  Mit Zitat antworten Zitat
Ryzinski

Registriert seit: 2. Okt 2012
38 Beiträge
 
#10

AW: PHP4Delphi

  Alt 5. Okt 2012, 12:26
I don't want to use Phalanger for .NET
  Mit Zitat antworten Zitat
Antwort Antwort
Seite 1 von 2  1 2      


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 22:45 Uhr.
Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz