For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > January 2006 > cvs: phpdoc /scripts zendapi_protos.php









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /scripts zendapi_protos.php
Hartmut Holzgraefe

2006-01-14, 6:56 pm

hholzgra Sat Jan 14 21:35:20 2006 UTC

Modified files:
/phpdoc/scripts zendapi_protos.php
Log:
parse error fix


http://cvs.php.net/viewcvs.cgi/phpd...5&diff_format=u
Index: phpdoc/scripts/zendapi_protos.php
diff -u phpdoc/scripts/zendapi_protos.php:1.14 phpdoc/scripts/zendapi_protos.php:1.15
--- phpdoc/scripts/zendapi_protos.php:1.14 Sat Jan 14 14:23:41 2006
+++ phpdoc/scripts/zendapi_protos.php Sat Jan 14 21:35:20 2006
@@ -50,7 +50,7 @@

// only proceed it fhe file doesn't exist yet (no overwrites)
// and do not expose functions staring with '_'
- if (($function[0] != '_') && ($overwrite || !file_exists($filename)) {
+ if (($function[0] != '_') && ($overwrite || !file_exists($filename))) {
// now write the template file to phpdoc/en/internals/zendapi/functions
ob_start();

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com