Delphi-PRAXiS
Seite 1 von 2  1 2      

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Programmieren allgemein (https://www.delphipraxis.net/40-programmieren-allgemein/)
-   -   PHP4Delphi (https://www.delphipraxis.net/170773-php4delphi.html)

Ryzinski 2. Okt 2012 16:48

PHP4Delphi
 
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.

Ryzinski 3. Okt 2012 21:49

AW: PHP4Delphi
 
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? :lol:

Ryzinski 4. Okt 2012 12:55

AW: PHP4Delphi
 
207 Hits and no reply?

Uwe Raabe 4. Okt 2012 12:59

AW: PHP4Delphi
 
Zitat:

Zitat von Ryzinski (Beitrag 1185668)
207 Hits and no reply?

Probably because no one is very keen to do that?

Ryzinski 4. Okt 2012 13:02

AW: PHP4Delphi
 
PHP4Delphi was discussed here. So that can't be the problem.

Uwe Raabe 4. Okt 2012 13:12

AW: PHP4Delphi
 
Zitat:

Zitat von Ryzinski (Beitrag 1185671)
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.

Ryzinski 4. Okt 2012 13:21

AW: PHP4Delphi
 
Liste der Anhänge anzeigen (Anzahl: 1)
I don't know ASM thats why I asked? People ask all sorts of things yet they get some sort of response.

Ryzinski 5. Okt 2012 11:58

AW: PHP4Delphi
 
Bump bump buump :)

Uwe Raabe 5. Okt 2012 12:13

AW: PHP4Delphi
 
Zitat:

Zitat von Ryzinski (Beitrag 1185875)
Bump bump buump :)

Looks like no one besides you is interested in this project anymore.

Ryzinski 5. Okt 2012 12:26

AW: PHP4Delphi
 
I don't want to use Phalanger for .NET :(


Alle Zeitangaben in WEZ +1. Es ist jetzt 05:39 Uhr.
Seite 1 von 2  1 2      

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz