1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 02:02:32 +01:00
Files
archived-php-src/ext/spl
ptarjan 9c1e1bbc05 fix many parallel test issues
While running these on HHVM I've run into a lot of parallelism issues.
I'm backporting all the fixes I had to do in
https://github.com/facebook/hiphop-php/blob/master/hphp/tools/import_zend_test.py#L650
to php core.

Most of these changes were just filenames that were shared between
tests, but I did more surgery on the fixed ports. I can apreciate port
31337 as much as the next nerd, but random ports are better for tests.
2013-11-06 10:31:47 +01:00
..
2013-11-06 10:31:47 +01:00
2006-07-20 22:54:21 +00:00
2013-01-01 16:28:54 +08:00
2013-01-01 16:28:54 +08:00
2004-11-01 18:01:06 +00:00
2013-01-01 16:28:54 +08:00
2013-01-01 16:28:54 +08:00
2013-01-01 16:28:54 +08:00
2013-01-01 16:28:54 +08:00
2013-01-01 16:28:54 +08:00
2013-01-01 16:28:54 +08:00
2013-01-01 16:28:54 +08:00
2013-01-01 16:28:54 +08:00
2013-01-01 16:28:54 +08:00
2013-01-01 16:28:54 +08:00
2013-01-01 16:28:54 +08:00
2013-01-01 16:28:54 +08:00
2013-01-01 16:28:54 +08:00
2013-01-01 16:28:54 +08:00
2013-01-01 16:28:54 +08:00
2013-08-04 16:05:36 -07:00

This is an extension that aims to implement some efficient data access 
interfaces and classes. You'll find the classes documented using php
code in the file spl.php or in the corresponding .inc file in the examples
subdirectory. Based on the internal implementations or the files in the 
examples subdirectory there are also some .php files to experiment with.

For more information look at: http://php.net/~helly/php/ext/spl