Yes, the project was closed, but I received I lot of requests regarding compatibility with Unicode Delphi versions (Delphi 2009 - Delphi 2010) and PHP 5.3.0
Finally I decided to renew PHP4Delphi development and make it compatible with modern word :)
More details on http://delphi32.blogspot.com
Dear friends,
I announce the end of PHP4Delphi development support. The project will stay free and open source as it was before, but I discontinued any future development and support of this product.
Thank you for supporting my efforts during almost 7 years
Regards,
Serhiy Perevoznyk
PHP4Delphi 7.0 released.
This is a very special edition, because PHP4Delphi project is 5 years old now.
Changes in this version:
* Compatible with Delphi 2007
* Compatible with PHP 5.2.1
* Compatible with PHP 4.4.6
* Thread safe TpsvPHP component
* New component TPHPEngine introduced
* RunCode method reimplemented to solve "black horror" of pipes.
* Not fully compatible with previous version due to multithreading, but migration is easy.... read more
php4Delphi component is used by Borland in "Delphi for PHP"
http://sourceforge.net/dbimage.php?id=121602
PHP4Delphi 6.2.2 released. This is minor release, solved some problems with PHP 5.2.0
PHP4Delphi 6.2.1 released. This is minor release, added support for PHP 5.2.0
* Compatible with Delphi 2006
* Compatible with PHP 5.1.1
* Compatible with PHP 5.1.2
* Code reorganized, some crap was removed
* Added headers support (Michael Maroszek)
* New demo projects
* PHP4Applications revisited
PHP4Delphi 6.1 is released and available for download.
After almost one year inactivity PHP4Delphi projects works again.
This version works with Delphi 5-2005 and PHP 4- 5.1
Thank you all for help and support.
I regret to say that due to some private reasons I have to stop development of PHP4Delphi.
If somebody wants to take over this project, send me e-mail, please.
Otherwise it will stay in read-only mode from now.
Serhiy Perevoznyk
* Translated Zend II API
* New PHP Object Model support
* PHP classes support for PHP4 and PHP5
* New demo projects
* TPHPClass component compatible with PHP4 and PHP5
* Added new property DLLFolder to psvPHP component
* New component PHPSystemLibrary
* New property RegisterGlobals (boolean) added to psvPHP component
* New property MaxExecutionTime (integer) added to psvPHP component - Maximum execution time of each script, in seconds
* New property MaxInputTime (integer) added to psvPHP component - Maximum amount of time each script may spend parsing request data
* New property SafeMode (boolean) added to psvPHP component
* New property SafeModeGid (boolean) added to psvPHP component - When safe_mode is on, UID/GID checks are bypassed when
including files from this directory and its subdirectories. (directory must also be in include_path or full path must
be used when including)
* Memory leak fixed in phpModules unit
* php_class demo project errors fixed
* psvPHP can load now PHP modules using dl() function... read more
* New component TPHPClass added (only for PHP 4)
* Added support of PHP 5
* Improved speed of unloading of the PHP extensions under Apache
* Decreased size of the compiled modules (based on API only and developed using Visual FrameWork)
* ZendAPI unit is splitted to ZendAPI and ZendTypes units
* PHPAPI unit is splitted to PHPAPI and PHPTypes units
* New version of php4App - php4Applications subproject.
php4Applications allows to use php scripts in VB, C, C++, etc applications.
Demo projects for Delphi, VC and MS Word included.
* New property UseDelimiters added to TpsvPHP component. If UseDelimiters = true (by default) the
syntax of RunCode method parameter ACode should include standard script delimiters "<?" and "?>"
to make RunCode and Execute method compatible.
* New parameters for OnScriptError event (error type, file name and line number)
This time I tried to fix all known bugs and make php4Delphi more stable.
* Added possibility to access published property of Delphi components from PHP
* Fixed problem with loading of PHP extension compiled wihout PHP4DELPHI_AUTOLOAD
option.
5.2
* Added dynamic attachement of all exported functions from php4ts.dll
in PHPAPI.pas
* New function for safe dynamic functions linking PHPStubInit and ZendStubInit
This functions can be used if you are planning to work with beta-version of PHP,
for example
* New unit zend_dynamic_array.pas
* New unit logos.pas
PHP4Delphi 5.0 is a Visual Development Framework for creating custom PHP Extensions using Delphi.
PHP4Delphi also allows executing the PHP scripts within the Delphi program directly from file or memory. You can read and write global PHP variables and set the result value.
PHP4Delphi allows you to embed the PHP interpreter into your Delphi application so you can extend and customize the application without having to recompile it.... read more
jvDialogs (former psvDialogs Library) contains components based on undocumented Windows functions.
jvDialogs is now a part of JEDI VCL
Components:
TJvExitWindowsDialog
TJvRunDialog
TJvOrganizeFavoritesDialog
TJvFormatDialog
TJvComputerNameDialog
TJvBrowseFolderDialog
TJvControlPanelDialog
TJvAppletDialog
TJvChangeIconDialog
TJvShellAboutDialog
TJvOutOfMemoryDialog
TJvObjectPropertiesDialog
TJvNewLinkDialog
TJvAddHardwareDialog
TJvOpenWidthDialog
TJvDiskFullDialog
psvFastWeb Library v.1.0 for Delphi 5-6 released.
psvFastWeb is a set of components for developing Web server applications and extend the functionality and capability of existing Web servers. This package contains an improved version of PageProducer, set of Data-aware producers and ControlProducer.
New release of psvlib contains 2 packages: psvDialogs Library and psvLabels Library for Delphi 5 and Delphi 6
First release of psvLib components available for download