/[libdata]/trunk/pg/mysql2xx.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/pg/mysql2xx.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33 - (show annotations)
Thu Mar 4 21:27:14 2004 UTC (20 years, 2 months ago) by dpavlin
File MIME type: application/x-sh
File size: 147 byte(s)
small script to convert mysql_ function calls to xx_ calls which will
be handled by wrapper and creates xx_template.php wrapper file (to
see used functions only, it's not valid php!)

1 #!/bin/sh
2
3 perl -p -i -n -e 's/mysql_/xx_/i' * */* */*/*
4
5 grep xx_ * */* */*/* | sed 's/^.*\(xx_[^(]*([^)]*)\).*$/\1/' | sort -u > xx_template.php

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26