History log of /web-php/ (Results 4501 – 4525 of 12339)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
b767dc5d03-Oct-2011 Daniel P. Brown

Another one to bite the dust.

d596b72b30-Sep-2011 Hannes Magnusson

webdev 2011

0463940c26-Sep-2011 David Soria Parra

News entry about PHP 5.4 beta1

6084675926-Sep-2011 Daniel P. Brown

To stop events such as 5008, 5009, and 5010.

7fc8b8bb24-Sep-2011 Ferenc Kovacs

add the missing date for the 5.3.7 release

b263d61822-Sep-2011 Richard Quadling

verinfo position for class definitions matches verinfo position in methods/functions.
In the Windows CHM files, the top line contains the left/right page links and the verinfo overlaps this.

2794cd6d22-Sep-2011 Stewart Lord

Corrected mime type of thumbnail images in data URI.

dd5d429122-Sep-2011 Stewart Lord

Replace __DIR__ with dirname(__FILE__). It's easy to forget that this
constant was only added in 5.3 (some mirrors run old versions).

86c75aca21-Sep-2011 Stewart Lord

Made elephpant image banner dynamic.

Elephpant images are pulled from flickr via the php-master server hourly.
The web site now provides a simple PHP script to serve a random sampling

Made elephpant image banner dynamic.

Elephpant images are pulled from flickr via the php-master server hourly.
The web site now provides a simple PHP script to serve a random sampling
of these images in JSON format.

The web browser now loads the elephpant images via JavaScript, requesting
only the number of images that are required to fill the viewport. Images
are inserted into the page using the data URI scheme. This ensures that
only one http request is needed to load all of the required images.

If the browser window resizes, the JavaScript will fetch additional images
as required to fill out the viewport again. There is a slight delay built
in (250ms) to avoid excessive requests while the window is being resized.

Some browsers (e.g. older versions of MSIE) do not support the data URI
scheme. For these browsers we may wish to provide a fallback mechanism of
aggregating the images (e.g. MHTML, aka MIME HTML).

If the images fail to load, the elephant banner is hidden automatically.

show more ...

a4acb9b319-Sep-2011 Richard Quadling

http => https for bugs.php.net and wiki.php.net

8d4f9c9119-Sep-2011 Richard Quadling

%23 was actually OK. It seems the change is in bugs.php.net going from http to https and the redirector re-encoding %23 to %2523 which bugs.php.net decodes back to %23.
Manually calling https://b

%23 was actually OK. It seems the change is in bugs.php.net going from http to https and the redirector re-encoding %23 to %2523 which bugs.php.net decodes back to %23.
Manually calling https://bugs.php.net/ and using %23 should be OK now. Or will be when this commit is rolled out to the mirrors.
Should really fix bug#55711

show more ...

6fd1cb2716-Sep-2011 Richard Quadling

Fix bug#55711
Use the id of the "Report a bug" section rather than the translated text.
Use # rather than %23 in the link.

6af74ece16-Sep-2011 Ferenc Kovacs

update the RC version for 5.4 on the php.net front page

f993f6a215-Sep-2011 Hannes Magnusson

Barcelona 2011

31cb062a12-Sep-2011 Paul Dragoonis

Adding hover states for all <a> tags. Credits: Ricky Elrod

dd9d51d812-Sep-2011 Hannes Magnusson

PHPBenelux 2012

3618c13709-Sep-2011 Daniel P. Brown

Making it clear that mirrors@php.net is a public mailing list.

cbf7aabe07-Sep-2011 Daniel P. Brown

Adding 'thanks' to krystal.co.uk for providing a kick-butt server for rmtools/testing.

89ab2e5d07-Sep-2011 Daniel P. Brown

Just a few minor changes to tighten-up the sentence while it's on the front page.

18a564c503-Sep-2011 Hannes Magnusson

Do not index the apache status page (reported by Paul King)

603afe5802-Sep-2011 Paul Dragoonis

Styling the warnings section of the docs page. Resizable box and new warning icon. Credits to Wojak Kupiec too.

0e7a5e8031-Aug-2011 Wojciech Kupiec

Removed unused file

64e8074130-Aug-2011 Paul Dragoonis

Updating homepage styling for the main sections on the right side. Created a dedicated area used for rendering the sidebar content through the addition of print_view(). Set all companies in the Thank

Updating homepage styling for the main sections on the right side. Created a dedicated area used for rendering the sidebar content through the addition of print_view(). Set all companies in the Thanks To area to open in new tabs (target=_blank)

show more ...

40944a9630-Aug-2011 Hannes Magnusson

Fixed bug#55430, introduce the session.upload_progress family to the world

50eb4c4030-Aug-2011 Hannes Magnusson

Protect against broken databases

1...<<181182183184185186187188189190>>...494