changelog               Fri May 23 01:31:47 2008 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3054&r2=1.3055&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3054 php-src/ChangeLog:1.3055
--- php-src/ChangeLog:1.3054    Thu May 22 01:31:41 2008
+++ php-src/ChangeLog   Fri May 23 01:31:46 2008
@@ -1,3 +1,62 @@
+2008-05-22  Kalle Sommer Nielsen  <[EMAIL PROTECTED]>
+
+    * ext/standard/config.w32:
+      Enable inet_pton() and inet_ntop() on Windows in HEAD
+
+    * (PHP_5_3)
+      NEWS
+      ext/standard/config.w32:
+      [DOC] enable inet_pton() and inet_ntop() on Windows
+
+2008-05-22  Robin Fernandes  <[EMAIL PROTECTED]>
+
+    * ext/reflection/tests/reflectionClass_getModifiers_basic.phpt
+      ext/reflection/tests/reflectionClass_getParentClass.phpt
+      ext/reflection/tests/reflectionClass_hasConstant_basic.phpt
+      ext/reflection/tests/reflectionClass_hasMethod_basic.phpt
+      ext/reflection/tests/reflectionClass_hasProperty_basic.phpt
+      ext/reflection/tests/reflectionClass_isInterface_basic.phpt
+      ext/reflection/tests/reflectionClass_isIterateable_basic.phpt
+      ext/reflection/tests/reflectionClass_isIterateable_variation1.phpt:
+      Basic ReflectionClass tests (from Dutch TestFest)
+
+    * ext/reflection/tests/reflectionClass_getModifiers_basic.phpt
+      ext/reflection/tests/reflectionClass_getModifiers_basic.phpt
+      ext/reflection/tests/reflectionClass_getParentClass.phpt
+      ext/reflection/tests/reflectionClass_getParentClass.phpt
+      ext/reflection/tests/reflectionClass_hasConstant_basic.phpt
+      ext/reflection/tests/reflectionClass_hasConstant_basic.phpt
+      ext/reflection/tests/reflectionClass_hasMethod_basic.phpt
+      ext/reflection/tests/reflectionClass_hasMethod_basic.phpt
+      ext/reflection/tests/reflectionClass_hasProperty_basic.phpt
+      ext/reflection/tests/reflectionClass_hasProperty_basic.phpt
+      ext/reflection/tests/reflectionClass_isInterface_basic.phpt
+      ext/reflection/tests/reflectionClass_isInterface_basic.phpt
+      ext/reflection/tests/reflectionClass_isIterateable_basic.phpt
+      ext/reflection/tests/reflectionClass_isIterateable_basic.phpt
+      ext/reflection/tests/reflectionClass_isIterateable_variation1.phpt
+      ext/reflection/tests/reflectionClass_isIterateable_variation1.phpt:
+      
+      file reflectionClass_getModifiers_basic.phpt was initially added on 
branch
+      PHP_5_3.
+
+2008-05-22  Greg Beaver  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      ext/phar/phar.c
+      ext/phar/phar_object.c
+      ext/phar/tar.c
+      ext/phar/util.c
+      ext/phar/zip.c:
+      major fixes
+       * found felipe's segfault in util.c and fixed the segfault (3 tests fail
+      due to odd behavior of . and .. on this machine)
+       * fixed serious flaws in the setting/resetting of is_data - now it works
+      properly.  Assume
+         all new PharData are tar-based, and allow passing Phar::ZIP to 
PharData
+      constructor to override this
+       * fix broken earlier commit, introduced segfault that broke 20 tests 
here
+
 2008-05-21  Felipe Pena  <[EMAIL PROTECTED]>
 
     * (PHP_5_3)


Reply via email to