Posts Tagged ‘PHP

Today I was trying to generate domains through Plesk with the RPC API, the following actually creates the domain, despite throwing the following error. Looking at the domain in plesks admin it states “Hosting (Domain has no hosting configured)”. Once configuring the domain through the “Physical hosting setup page for domain testdomaingeneration3.waidev6.com” interface page successfully […]

Sharepoint & PHP

In: PHP

8 Dec 2005

I was interested in integrating PHP and SharePoint services, and using Microsoft Word 2003 (Or other MS Office Products) to upload documents directly to PHP, here are some of my observations. There are two processes winword.exe itself pyshically POST’s the word document on the server, another process called dssm.exe (Microsoft Office Document Update Utility), which […]

It’s been a little while since I published something, so I’ll make something live. I tend to forgett about a silly quirk in internet explorer that I continually bump into, which generally takes me time to figure out why page does not load… Usually this is when downloading documents and is a very simple fix […]

I’ve been using Zend Studio for Eclipse (beta) for several weeks in a rewrite of a framework and numerous sites at work and overall I really like the IDE. Its got some great features and being based on the eclipse project makes it really extensible and customizable. With debugging, profiling, code completion, code formatting and […]

PHP-5.1.0RC3 Released

In: PHP

17 Oct 2005

PHP-5.1.0RC3 just released 20 minutes ago:) http://downloads.php.net/ilia/php-5.1.0RC3.tar.bz2 6f48ee0b43f54dff8f9e683d337885c1 http://downloads.php.net/ilia/php-5.1.0RC3.tar.gz 7091baf5ebb8b93d715ac5e9dd4b7ce3 “I anticipate a final RC candidate to be released no later then October 31st, 2005. This will then be followed by 5.1.0 stable within 1-2 weeks.”, Ilia Alshanetsky

With the recent release of PHP 5.1.0 RC1, I have noticed a release of Zends Session Clustering that their marketing team had mentioned was due for a release (I assume this to have been delayed). Whilst I have been using standard file based session’s for an on going project, I hit an unusual stumbling block […]

The never ending list of functions… Some more for me to learn and play with, many are part of the Zend Platform…. accelerator_get_blacklist() array accelerator_get_blacklisted_paths() array accelerator_get_configuration() array accelerator_get_scripts() array accelerator_get_server_start_time() long accelerator_get_statistics() array accelerator_get_uris() array accelerator_get_version_info() array accelerator_reset() void accelerator_set_status(boolean $status) boolean accelerator_unlock_functions(string $password) boolean confirm_extname_compiled(string $arg) string leak(int[optional] $num_bytes = 3) void output_add_rewrite_var(string […]

I have implemented a object model, which should be extensible enough to implement different providers for managing IIS. Method Description Get Retrieves a value for a named property from the object. GetDataPaths Retrieves the paths to all locations of a metabase property subordinate to a specified starting path. GetEx Retrieves a value or values for […]

Extending on Wez Furlongs article at zend on Com… Firstly lets clear up a little introduction to ADSI and its relevance to Com. Active Directory Service Interfaces (ADSI) abstracts the capabilities of directory services from different network providers in a distributed computing environment, to present a single set of directory service interfaces for managing network […]


About this blog

I have been a developer for roughly 10 years and have worked with an extensive range of technologies. Whilst working for relatively small companies, I have worked with all aspects of the development life cycle, which has given me a broad and in-depth experience.