It was a messup beyond coding standards.

Derick Rethans wrote:
On Mon, 17 Feb 2003, Shane Caraveo wrote:


shane Sun Feb 16 22:26:16 2003 EDT

Modified files: /php4/ext/standard proc_open.c Log:
If you pass NULL, you do not get a NULL value, make sure it is.


-	
+
+	if (cwd_len==0) cwd = NULL;
+

What about our coding standards?

if (cwd_len==0) {
	cwd = NULL;
}

I fixed it now...


Derick



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

Reply via email to