#
318d5f98 |
| 31-Aug-2008 |
Steph Fox |
- unnecessary ; We are now 100% synched - let's keep it that way! |
#
cd011d1e |
| 31-Aug-2008 |
Steph Fox |
- MFB |
#
b2efb50c |
| 31-Aug-2008 |
Greg Beaver |
remove unnecessary ; |
#
513cec31 |
| 31-Aug-2008 |
Greg Beaver |
fix compile warning in PHP < 6.0 |
#
e30bf5af |
| 31-Aug-2008 |
Greg Beaver |
remove superfluous return statements, merge from pecl/phar |
#
1c66670e |
| 31-Aug-2008 |
Greg Beaver |
merge minor optimization removing strlen from pecl/phar |
#
6dcdb77f |
| 31-Aug-2008 |
Greg Beaver |
remove unused variables, merge from pecl/phar |
#
27cf2756 |
| 31-Aug-2008 |
Greg Beaver |
use %u instead of %d, merge from pecl/phar |
Revision tags: php-4.4.9 |
|
#
4e5280a7 |
| 01-Aug-2008 |
Steph Fox |
- ws/cs, macros, code that only affects other branches - some unsynced changes need valgrind testing before they can go into this branch, see PECL/HEAD |
#
c6aa379d |
| 01-Aug-2008 |
Steph Fox |
- This is as good as it gets in HEAD at present (~30% tests fail here) |
Revision tags: php-5.3.0alpha1 |
|
#
b53da9cd |
| 29-Jul-2008 |
Antony Dovgal |
fix folding |
#
6895773a |
| 24-Jul-2008 |
Steph Fox |
- Utilize new UNIX_PATHS flag in SPL - Fix tests @Jani: hold back on the bunny-killing, HEAD will be in sync later today |
Revision tags: php-4.4.9RC1 |
|
#
c48c63f5 |
| 22-Jul-2008 |
Dmitry Stogov |
Improved webPhar speed (frontcontroller11.phar.phpt is disabled, should be removed) |
#
44557cf9 |
| 16-Jul-2008 |
Dmitry Stogov |
Improved support for opcode caches. Now some open() syscalls might be eliminated by caches. |
#
1cfd92fc |
| 09-Jul-2008 |
Dmitry Stogov |
Fixed efree(NULL) |
#
2c9df099 |
| 07-Jul-2008 |
Steph Fox |
- We forgot to check that the phar exists before trying to extract files from it :) |
#
8bf72978 |
| 24-Jun-2008 |
Greg Beaver |
fix several issues: 1) segfault in phar_buildfromdirectoryiterator8.phpt 2) tests failing because SKIPDOTS is default on 64 bit, not on 32 3) Marcus, you really need to add SKIPDOTS as a
fix several issues: 1) segfault in phar_buildfromdirectoryiterator8.phpt 2) tests failing because SKIPDOTS is default on 64 bit, not on 32 3) Marcus, you really need to add SKIPDOTS as a class constant, so we don't have to use 0x00001000
show more ...
|
#
10f6d9a5 |
| 23-Jun-2008 |
Greg Beaver |
true fix for potential segfault in phar_build |
#
c68a82ac |
| 22-Jun-2008 |
Steph Fox |
- Revert the two blocks of code that implement the phar_build optimization, causes segfaults under *nix - Leave the new structure in place to make re-implementation trivial |
#
332a185e |
| 22-Jun-2008 |
Steph Fox |
- ws, typo fix |
#
b964ec6e |
| 21-Jun-2008 |
Steph Fox |
- ws |
#
baee4e602 |
| 21-Jun-2008 |
Greg Beaver |
close stream on failure |
#
529aa19c |
| 21-Jun-2008 |
Greg Beaver |
82x(./profile2) speedup for buildFrom*() |
#
62726c96 |
| 20-Jun-2008 |
Johannes Schlüter |
- Fix ZTS build (not required on HEAD, patch by Uwe Pries) |
#
7cc6b9f3 |
| 20-Jun-2008 |
Greg Beaver |
making progress - up to 42/phar vs. 48/disk with these optimizations |