[PHP-CVS-DAILY] cvs: php-src / ChangeLog

2004-08-20 Thread changelog
changelog   Fri Aug 20 20:33:35 2004 EDT

  Modified files:  
/php-srcChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1722r2=1.1723ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1722 php-src/ChangeLog:1.1723
--- php-src/ChangeLog:1.1722Thu Aug 19 20:33:59 2004
+++ php-src/ChangeLog   Fri Aug 20 20:33:34 2004
@@ -1,3 +1,41 @@
+2004-08-20  Sara Golemon  [EMAIL PROTECTED]
+
+* ZendEngine2/zend_ini_parser.y:
+  Fix compile
+
+2004-08-20  Ilia Alshanetsky  [EMAIL PROTECTED]
+
+* ext/curl/interface.c:
+  MFB: Removed unneeded bits.
+
+* (PHP_5_0)
+  ext/curl/interface.c:
+  MFB: removed unneeded bits.
+
+* (PHP_4_3)
+  ext/curl/curl.c:
+  Removed unneeded bits.
+
+2004-08-20  Derick Rethans  [EMAIL PROTECTED]
+
+* NEWS:
+  - Order and removed a bugfix which was already in 5.0.2/
+
+* (PHP_5_0)
+  NEWS:
+  - 78 chars please.
+
+2004-08-20  Ilia Alshanetsky  [EMAIL PROTECTED]
+
+* ext/curl/interface.c:
+  Added more missing cURL options.
+
+* (PHP_4_3)
+  NEWS
+  ext/mcal/php_mcal.c:
+  MFH: Fixed bug #29753 (mcal_fetch_event() allows 2nd argument to be
+  optional).
+
 2004-08-19  Andi Gutmans  [EMAIL PROTECTED]
 
 * ZendEngine2/zend_execute.c:
@@ -8592,7 +8630,7 @@
 2004-03-18  Pierre-Alain Joye  [EMAIL PROTECTED]
 
 * ext/gd/tests/bug27582_2.phpt:
-  - Fix the test description and $Id: ChangeLog,v 1.1722 2004/08/20 00:33:59 
changelog Exp $
+  - Fix the test description and $Id: ChangeLog,v 1.1723 2004/08/21 00:33:34 
changelog Exp $
 
 2004-03-18  Derick Rethans  [EMAIL PROTECTED]
 


[PHP-CVS] cvs: php-src(PHP_5_0) / NEWS

2004-08-20 Thread Derick Rethans
derick  Fri Aug 20 02:13:42 2004 EDT

  Modified files:  (Branch: PHP_5_0)
/php-srcNEWS 
  Log:
  - 78 chars please.
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.48r2=1.1760.2.49ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1760.2.48 php-src/NEWS:1.1760.2.49
--- php-src/NEWS:1.1760.2.48Thu Aug 19 16:34:04 2004
+++ php-src/NEWSFri Aug 20 02:13:41 2004
@@ -5,7 +5,8 @@
   (Paul Hudson, Derick)
 - Fixed bug with raw_post_data not getting set (Brian)
 - Fixed a file-descriptor leak with phpinfo() and other 'special' URLs (Zeev)
-- Fixed bug #29737 (ip2long should return -1 if IP is 255.255.255.255 and FALSE on 
error). (Tony)
+- Fixed bug #29737 (ip2long should return -1 if IP is 255.255.255.255 and FALSE
+  on error). (Tony)
 - Fixed bug #29711 (Changed ext/xml to default to UTF-8 output). (Rob)
 - Fixed bug #29678 (opendir() with ftp:// wrapper segfaults if path does not
   have trailing slash). (Ilia)

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



[PHP-CVS] cvs: php-src / NEWS

2004-08-20 Thread Derick Rethans
derick  Fri Aug 20 02:14:42 2004 EDT

  Modified files:  
/php-srcNEWS 
  Log:
  - Order and removed a bugfix which was already in 5.0.2/
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1797r2=1.1798ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1797 php-src/NEWS:1.1798
--- php-src/NEWS:1.1797 Thu Aug 19 16:26:39 2004
+++ php-src/NEWSFri Aug 20 02:14:42 2004
@@ -2,8 +2,8 @@
 |||
 ?? ??? 2004, PHP 5.1.0
 - Implement access to INI variables from within .ini file. (Andrei)
-- Added SAPI hook to get the current request time. (Rasmus)
 - PHP will now respect extension dependencies when initializing. (Wez)
+- Added SAPI hook to get the current request time. (Rasmus)
 - Added new functions:
   . array_diff_key() (Andrey)
   . array_diff_ukey() (Andrey)
@@ -28,7 +28,6 @@
 - Fixed bug with raw_post_data not getting set (Brian)
 - Fixed bug in mysql-client_version (Georg)
 - Fixed ZTS destruction. (Marcus)
-- Fixed bug #29737 (ip2long should return -1 if IP is 255.255.255.255 and FALSE on 
error). (Tony)
 - Fixed bug #29728 (Reflection API Feature: Default parameter value). (Marcus)
 - Fixed bug #29522 (accessing properties without connection). (Georg)
 - Fixed bug #29335 (fetch functions now use MYSQLI_BOTH as default). (Georg)

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



[PHP-CVS] cvs: php-src(PHP_4_3) /ext/curl curl.c

2004-08-20 Thread Ilia Alshanetsky
iliaa   Fri Aug 20 09:52:15 2004 EDT

  Modified files:  (Branch: PHP_4_3)
/php-src/ext/curl   curl.c 
  Log:
  Removed unneeded bits.
  
  
http://cvs.php.net/diff.php/php-src/ext/curl/curl.c?r1=1.124.2.24r2=1.124.2.25ty=u
Index: php-src/ext/curl/curl.c
diff -u php-src/ext/curl/curl.c:1.124.2.24 php-src/ext/curl/curl.c:1.124.2.25
--- php-src/ext/curl/curl.c:1.124.2.24  Thu Aug 19 20:57:35 2004
+++ php-src/ext/curl/curl.c Fri Aug 20 09:52:15 2004
@@ -16,7 +16,7 @@
+--+
 */
 
-/* $Id: curl.c,v 1.124.2.24 2004/08/20 00:57:35 iliaa Exp $ */
+/* $Id: curl.c,v 1.124.2.25 2004/08/20 13:52:15 iliaa Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include config.h
@@ -782,9 +782,6 @@
case CURLOPT_HTTPGET:
case CURLOPT_HTTP_VERSION:
case CURLOPT_CRLF:
-   case CURL_TIMECOND_IFMODSINCE:
-   case CURL_TIMECOND_IFUNMODSINCE:
-   case CURL_TIMECOND_LASTMOD:
 #if LIBCURL_VERSION_NUM  0x070a05 /* CURLOPT_HTTPAUTH is available since curl 7.10.6 
*/
case CURLOPT_HTTPAUTH:
 #endif

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



[PHP-CVS] cvs: php-src(PHP_5_0) /ext/curl interface.c

2004-08-20 Thread Ilia Alshanetsky
iliaa   Fri Aug 20 09:52:47 2004 EDT

  Modified files:  (Branch: PHP_5_0)
/php-src/ext/curl   interface.c 
  Log:
  MFB: removed unneeded bits.
  
  
http://cvs.php.net/diff.php/php-src/ext/curl/interface.c?r1=1.46.2.2r2=1.46.2.3ty=u
Index: php-src/ext/curl/interface.c
diff -u php-src/ext/curl/interface.c:1.46.2.2 php-src/ext/curl/interface.c:1.46.2.3
--- php-src/ext/curl/interface.c:1.46.2.2   Thu Aug 19 20:56:05 2004
+++ php-src/ext/curl/interface.cFri Aug 20 09:52:47 2004
@@ -16,7 +16,7 @@
+--+
 */
 
-/* $Id: interface.c,v 1.46.2.2 2004/08/20 00:56:05 iliaa Exp $ */
+/* $Id: interface.c,v 1.46.2.3 2004/08/20 13:52:47 iliaa Exp $ */
 
 #define ZEND_INCLUDE_FULL_WINDOWS_HEADERS
 
@@ -925,9 +925,6 @@
 #endif
case CURLOPT_UNRESTRICTED_AUTH:
case CURLOPT_PORT:
-   case CURL_TIMECOND_IFMODSINCE:
-   case CURL_TIMECOND_IFUNMODSINCE:
-   case CURL_TIMECOND_LASTMOD:
convert_to_long_ex(zvalue);
error = curl_easy_setopt(ch-cp, option, Z_LVAL_PP(zvalue));
break;

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



[PHP-CVS] cvs: php-src /ext/curl interface.c

2004-08-20 Thread Ilia Alshanetsky
iliaa   Fri Aug 20 09:53:16 2004 EDT

  Modified files:  
/php-src/ext/curl   interface.c 
  Log:
  MFB: Removed unneeded bits.
  
  
http://cvs.php.net/diff.php/php-src/ext/curl/interface.c?r1=1.48r2=1.49ty=u
Index: php-src/ext/curl/interface.c
diff -u php-src/ext/curl/interface.c:1.48 php-src/ext/curl/interface.c:1.49
--- php-src/ext/curl/interface.c:1.48   Thu Aug 19 20:55:56 2004
+++ php-src/ext/curl/interface.cFri Aug 20 09:53:16 2004
@@ -16,7 +16,7 @@
+--+
 */
 
-/* $Id: interface.c,v 1.48 2004/08/20 00:55:56 iliaa Exp $ */
+/* $Id: interface.c,v 1.49 2004/08/20 13:53:16 iliaa Exp $ */
 
 #define ZEND_INCLUDE_FULL_WINDOWS_HEADERS
 
@@ -925,9 +925,6 @@
 #endif
case CURLOPT_UNRESTRICTED_AUTH:
case CURLOPT_PORT:
-   case CURL_TIMECOND_IFMODSINCE:
-   case CURL_TIMECOND_IFUNMODSINCE:
-   case CURL_TIMECOND_LASTMOD:
convert_to_long_ex(zvalue);
error = curl_easy_setopt(ch-cp, option, Z_LVAL_PP(zvalue));
break;

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



[PHP-CVS] cvs: php-src /main SAPI.h

2004-08-20 Thread Frank M. Kromann
fmk Fri Aug 20 23:09:45 2004 EDT

  Modified files:  
/php-src/main   SAPI.h 
  Log:
  Fix win32 compilation. Missing uid_t and gid_t definitions.
  
http://cvs.php.net/diff.php/php-src/main/SAPI.h?r1=1.109r2=1.110ty=u
Index: php-src/main/SAPI.h
diff -u php-src/main/SAPI.h:1.109 php-src/main/SAPI.h:1.110
--- php-src/main/SAPI.h:1.109   Tue Aug 10 13:40:00 2004
+++ php-src/main/SAPI.h Fri Aug 20 23:09:45 2004
@@ -16,7 +16,7 @@
+--+
 */
 
-/* $Id: SAPI.h,v 1.109 2004/08/10 17:40:00 rasmus Exp $ */
+/* $Id: SAPI.h,v 1.110 2004/08/21 03:09:45 fmk Exp $ */
 
 #ifndef SAPI_H
 #define SAPI_H
@@ -24,6 +24,9 @@
 #include zend.h
 #include zend_llist.h
 #include zend_operators.h
+#ifdef PHP_WIN32
+#include win95nt.h
+#endif
 #include sys/stat.h
 
 #define SAPI_OPTION_NO_CHDIR 1

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