felipe          Sat Dec 27 01:19:49 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/sysvsem/tests  sysv.phpt 
  Log:
  - Fix test
  
http://cvs.php.net/viewvc.cgi/php-src/ext/sysvsem/tests/sysv.phpt?r1=1.2&r2=1.2.8.1&diff_format=u
Index: php-src/ext/sysvsem/tests/sysv.phpt
diff -u php-src/ext/sysvsem/tests/sysv.phpt:1.2 
php-src/ext/sysvsem/tests/sysv.phpt:1.2.8.1
--- php-src/ext/sysvsem/tests/sysv.phpt:1.2     Wed Apr 16 02:21:30 2003
+++ php-src/ext/sysvsem/tests/sysv.phpt Sat Dec 27 01:19:49 2008
@@ -103,12 +103,12 @@
 Start.
 Got semaphore Resource id #%i.
 Success aquire semaphore Resource id #%i.
-Success to attach shared memory : %i.
+Success to attach shared memory : %s.
 Write var1 to shared memory.
 Write var2 to shared memory.
 Read var1=Variable 1.
 Read var2=Variable 2.
-Semaphore Resource id #%i released.
+Semaphore Resource id #%s released.
 Shared memory successfully removed from SysV.
 semaphore removed successfully from SysV.
 End.



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to